summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* make decoder decode the first frame properly if theres more than just oneMichael Niedermayer2007-05-27
| | | | | | frame input Originally committed as revision 9144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doc/Makefile no longer exists.Diego Biurrun2007-05-27
| | | | Originally committed as revision 9143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Revert accidental removal of unused code.Diego Biurrun2007-05-27
| | | | Originally committed as revision 9142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Exit with error when running libavtest and not configured with --enable-gpl.Diego Biurrun2007-05-27
| | | | Originally committed as revision 9141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename variable for consistency.Diego Biurrun2007-05-27
| | | | Originally committed as revision 9140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmeticsDiego Biurrun2007-05-27
| | | | Originally committed as revision 9139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better variable namesDiego Biurrun2007-05-27
| | | | Originally committed as revision 9138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove comments that are neither very enlightening nor particularly up-to-date.Diego Biurrun2007-05-27
| | | | Originally committed as revision 9137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not hide the commands make runs.Diego Biurrun2007-05-27
| | | | Originally committed as revision 9136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix seek_test compilation for out-of-tree builds.Diego Biurrun2007-05-27
| | | | Originally committed as revision 9135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* --enable-amr-* --> -- enable-libamr-*Diego Biurrun2007-05-27
| | | | Originally committed as revision 9134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix "incorrect frame size" errors with small.nuvMichael Niedermayer2007-05-27
| | | | Originally committed as revision 9133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more snow todo itemsMichael Niedermayer2007-05-25
| | | | Originally committed as revision 9132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct the parameter order for the call to "av_clip".Harald Karnet2007-05-25
| | | | | | | Patch by Harald Karnet, harald karner % gmx net. Thread [FFmpeg-devel] [PATCH] Bugfix H.263+ encoder frame header corruption Originally committed as revision 9131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove portability comment, it should be pure POSIX now.Diego Biurrun2007-05-25
| | | | Originally committed as revision 9130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmeticsDiego Biurrun2007-05-25
| | | | Originally committed as revision 9129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 'grep -q' is a GNU extension.Diego Biurrun2007-05-25
| | | | Originally committed as revision 9128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not fail or print an error if the logfile already exists.Diego Biurrun2007-05-25
| | | | Originally committed as revision 9127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add seektest to top-level targets, remove individual codec tests.Diego Biurrun2007-05-25
| | | | Originally committed as revision 9126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Also remove seek_test upon clean.Diego Biurrun2007-05-25
| | | | Originally committed as revision 9125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge huffman tables for rgb tooLoren Merritt2007-05-25
| | | | Originally committed as revision 9124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace multiple rules for compiling binaries by one pattern rule.Diego Biurrun2007-05-24
| | | | Originally committed as revision 9123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use proper license header.Diego Biurrun2007-05-24
| | | | Originally committed as revision 9122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2007-05-24
| | | | Originally committed as revision 9121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove obsolete and non-working DSP test program.Diego Biurrun2007-05-24
| | | | Originally committed as revision 9120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics (reduce nesting)Loren Merritt2007-05-24
| | | | Originally committed as revision 9119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use sparse huffman tables. 1.5% faster huffyuv decoding.Loren Merritt2007-05-24
| | | | Originally committed as revision 9118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in ↵Loren Merritt2007-05-24
| | | | | | the tables. Originally committed as revision 9117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extern C declarations were removed.Diego Biurrun2007-05-24
| | | | Originally committed as revision 9116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix dca_bitalloc_index decoder initSergey Vlasov2007-05-24
| | | | | | | Patch by Sergey Vlasov (printf("%csu at altlinux%s",'v',".ru");) Thread [FFmpeg-devel] [PATCH] dca: fix dca_bitalloc_index decoder init Originally committed as revision 9115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix dca.c compilation with #define TRACESergey Vlasov2007-05-24
| | | | | | | Patch by Sergey Vlasov (v\0163u at \0141ltlinux.ru) Thread [FFmpeg-devel] [PATCH] dca: fix compilation with #define TRACE Originally committed as revision 9114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alignmentAurelien Jacobs2007-05-23
| | | | Originally committed as revision 9113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* define ENABLE_* for every CONFIG_ itemAurelien Jacobs2007-05-23
| | | | Originally committed as revision 9112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mjpeg decoding with broken huffman table headersOded Shimon2007-05-23
| | | | Originally committed as revision 9111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -sws_flags command line option to set swscaler flagsIvo van Poorten2007-05-23
| | | | Originally committed as revision 9110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -sws_flags command line option to set swscaler flagsIvo van Poorten2007-05-23
| | | | Originally committed as revision 9109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffmpeg -sws_flags command line option to set swscaler flagsIvo van Poorten2007-05-23
| | | | Originally committed as revision 23379 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove duplicate bytestream functionsRamiro Polla2007-05-23
| | | | Originally committed as revision 9108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export the four remaining H.264 decoder intra prediction functions for reuse inPanagiotis Issaris2007-05-23
| | | | | | | the H.264 encoder. These functions are: pred8x8_left_dc_c, pred8x8_top_dc_c, pred16x16_left_dc_c and pred16x16_top_dc_c. Originally committed as revision 9107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentPanagiotis Issaris2007-05-23
| | | | Originally committed as revision 9106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the compilation of h264idct.c optional.Panagiotis Issaris2007-05-23
| | | | Originally committed as revision 9105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv ↵Loren Merritt2007-05-23
| | | | | | decoding. Originally committed as revision 9104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add rgb suffix handling for demuxerBenoit Fouet2007-05-23
| | | | Originally committed as revision 9103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* id3v2 writerAndreas Öman2007-05-22
| | | | | | | patch by Andreas Öman andreas olebyn nu original thread: [FFmpeg-devel] [Ffmpeg-devel] ID3v2 Originally committed as revision 9102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* id3v2 readerAndreas Öman2007-05-22
| | | | | | | patch by Andreas Öman andreas olebyn nu original thread: [FFmpeg-devel] [Ffmpeg-devel] ID3v2 Originally committed as revision 9101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic v1/v2 renamingAndreas Öman2007-05-22
| | | | | | patch by Andreas Öman andreas olebyn nu Originally committed as revision 9100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add transport method optionsThijs Vermeir2007-05-22
| | | | | | | | patch by Thijs Vermeir thijs vermeir chez barco com original thread: [FFmpeg-devel] [PATCH] Add rtsp options support ( added option) Originally committed as revision 9099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for optionsThijs Vermeir2007-05-22
| | | | | | | | patch by Thijs Vermeir thijs vermeir chez barco com original thread: [FFmpeg-devel] [PATCH] Add rtsp options support ( added option) Originally committed as revision 9098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove mdct.o and fft.o from fft-test prerequisites list.Diego Biurrun2007-05-22
| | | | | | | | Both objects were added to the link command, resulting in multiple definitions of symbols. Now linking works in the general case when mdct.o and fft.o are compiled into libavcodec.a. Originally committed as revision 9097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* r9095 invalidly removed the check for non-winsockAlex Beregszaszi2007-05-21
| | | | Originally committed as revision 9096 to svn://svn.ffmpeg.org/ffmpeg/trunk