summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move swscale AltiVec template code to ppc subdirectory.Diego Biurrun2009-03-292-1/+1
| | | | Originally committed as revision 29099 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* AltiVec optimizations in libswscale are no longer GPL.Diego Biurrun2009-03-291-1/+1
| | | | Originally committed as revision 18215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Relicense file to LGPL with the permission of Romain Dolbeau, the author.Diego Biurrun2009-03-291-8/+8
| | | | Originally committed as revision 29097 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* mingw32: Restore creation of import libraries. They are still not beingRamiro Polla2009-03-291-1/+1
| | | | | | installed, but they're good for creating -dev packages. Originally committed as revision 18214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't strip the first three characters off of any metadata in ASF file.Ronald S. Bultje2009-03-281-1/+1
| | | | | | | See "[FFmpeg-devel] [PATCH] asf fix" thread. Patch contributed by David DeHaven <dave sagetv com>. Originally committed as revision 18213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlpdec: Remove few random dprintf()s.Ramiro Polla2009-03-281-8/+0
| | | | Originally committed as revision 18212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlpdec: Check for blocksize in proper range.Ramiro Polla2009-03-271-2/+2
| | | | Originally committed as revision 18211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlpdec: quant_step_size can be any value from 0 to 0xF.Ramiro Polla2009-03-271-1/+0
| | | | Originally committed as revision 18210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlpdec: output_shift can be any value from -8 to 7.Ramiro Polla2009-03-271-1/+0
| | | | Originally committed as revision 18209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlpdec: output_shift is signedRamiro Polla2009-03-271-1/+1
| | | | Originally committed as revision 18208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlpdec: Split read_channel_params() into its own function.Ramiro Polla2009-03-271-37/+49
| | | | Originally committed as revision 18207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlpdec: Split read_matrix_params() into its own function.Ramiro Polla2009-03-271-38/+50
| | | | Originally committed as revision 18206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add myself as mlp* maintainer.Ramiro Polla2009-03-271-0/+1
| | | | Originally committed as revision 18205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move bfin specific code to its subdir.Ramiro Polla2009-03-274-4/+7
| | | | Originally committed as revision 29079 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make rtp_write_header() fail in case of unsupported payload typeLuca Abeni2009-03-271-0/+30
| | | | Originally committed as revision 18204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move output-example dependency declaration after subdir.mak include so that ↵Diego Biurrun2009-03-271-2/+2
| | | | | | | | it is not the first (and thus default) target and output-example is not always built. Originally committed as revision 18203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge some cases for reading raw data with different bit depths in BMPKostya Shishkov2009-03-271-14/+2
| | | | Originally committed as revision 18202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix seek test build, by undefining printf and fprintf.Benoit Fouet2009-03-271-0/+2
| | | | Originally committed as revision 18201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for INIT_VLC_USE_STATICMichael Niedermayer2009-03-271-0/+1
| | | | Originally committed as revision 18200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move output_example.c --> libavformat/output-example.c.Diego Biurrun2009-03-274-8/+6
| | | | | | The libavformat directory is a better place for a libavformat API example. Originally committed as revision 18199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make static the list of registered filters.Víctor Paesa2009-03-262-2/+2
| | | | Originally committed as revision 18198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary CFLAGS variable from output_example link command.Diego Biurrun2009-03-261-1/+1
| | | | Originally committed as revision 18197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Removing example programs is already handled by the generic clean commands,Diego Biurrun2009-03-261-1/+1
| | | | | | so there is no need to remove output_example individually. Originally committed as revision 18196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename cs_test.c --> colorspace-test.c. This is more consistent with the namesDiego Biurrun2009-03-262-2/+2
| | | | | | of other test programs and more descriptive of what the program does. Originally committed as revision 29067 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix a warning on an uninitialized variable.Benoit Fouet2009-03-261-1/+2
| | | | Originally committed as revision 18195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a wildcard match instead of a list to remove test programs.Diego Biurrun2009-03-262-3/+1
| | | | | | | This is robust against renames and also removes test programs not (yet) hooked up in the main Makefiles. Originally committed as revision 18193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use intptr_t when casting pointers to int.Ramiro Polla2009-03-264-10/+10
| | | | Originally committed as revision 18192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move yuv2rgb code to subdirs.Ramiro Polla2009-03-269-65/+113
| | | | Originally committed as revision 29063 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Create swscale subdirs for out-of-tree builds.Ramiro Polla2009-03-261-0/+5
| | | | Originally committed as revision 18191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fft-test does not depend on fdctref.o.Diego Biurrun2009-03-251-1/+0
| | | | Originally committed as revision 18190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun2009-03-254-6/+6
| | | | Originally committed as revision 18189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prettyprinting cosmeticsDiego Biurrun2009-03-251-12/+12
| | | | Originally committed as revision 18188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* swscale-example is an API example, not a test program.Diego Biurrun2009-03-251-1/+2
| | | | Originally committed as revision 29056 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Group all path variables together in config.mak.Diego Biurrun2009-03-251-3/+3
| | | | Originally committed as revision 18187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo: beomes --> becomesDiego Biurrun2009-03-251-1/+1
| | | | Originally committed as revision 18186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move licensing information into a separate file called LICENSE andDiego Biurrun2009-03-252-32/+38
| | | | | | rewrite it for greater clarity in the process. Originally committed as revision 18185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify that our LGPL/GPL licenses come with an explicit "or later" clause.Diego Biurrun2009-03-251-8/+11
| | | | Originally committed as revision 18184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The Mersenne Twister PRNG was removed, mention replacement.Diego Biurrun2009-03-251-0/+6
| | | | Originally committed as revision 18183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reformat paragraphs and other cosmetic changes.Diego Biurrun2009-03-251-10/+11
| | | | Originally committed as revision 18182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set wrong_dts for iMovie created files which has huge ctts delay, fix ↵Baptiste Coudurier2009-03-251-0/+6
| | | | | | ffmpeg_sample.m4v Originally committed as revision 18181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clear some more variables that are used on subdir Makefiles.Ramiro Polla2009-03-251-1/+2
| | | | Originally committed as revision 18180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: add an @return to documentation for decode_frame_header()Justin Ruggles2009-03-241-0/+1
| | | | Originally committed as revision 18179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add _XOPEN_SOURCE #define. This is necessary for (s)random(), which are XSIDiego Biurrun2009-03-241-0/+1
| | | | | | extensions of POSIX. Avoids implicit declaration warnings on some systems. Originally committed as revision 18178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertionCédric Schieli2009-03-241-2/+8
| | | | Originally committed as revision 29048 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix some places where "non-alpha to YUVA420P" do not fill the alpha planeCédric Schieli2009-03-241-0/+6
| | | | Originally committed as revision 29047 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Simpler and more elegant fix to the x86_32/OSX+PIC build failureCédric Schieli2009-03-242-10/+4
| | | | Originally committed as revision 29046 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* strchr(string, '\0') returns non-NULL, and is thus not suited for use inRonald S. Bultje2009-03-241-1/+3
| | | | | | | | | redir_isspace(char) to check if '\0' is a space or not. Therefore, we now use memchr(), since then we can give the length of the string (i.e. the length excluding the terminating '\0'). Fixes issue 919, see also the follow-ups in the "[PATCH] rtsp.c small cleanups" mailinglist thread. Originally committed as revision 18177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update apiexample.c to use the newer avcodec_decode_audio2() API. This alsoRobert Swain2009-03-241-1/+2
| | | | | | fixes compilation. Originally committed as revision 18176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: split frame header decoding and validation into a separateJustin Ruggles2009-03-242-40/+68
| | | | | | function Originally committed as revision 18175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use PIX_FMT_NE() for defining the PIX_FMT_RGB32 variants macros.Stefano Sabatini2009-03-231-11/+4
| | | | Originally committed as revision 18174 to svn://svn.ffmpeg.org/ffmpeg/trunk