5367 Commits (7e2643ae8d04ba6270b25c42f733ba5bfa76174a)

Author SHA1 Message Date
Kostya Shishkov 3dba31aa0d Do proper frame swapping so VMD video decoder works again 18 years ago
Vitor Sessak 55c970e349 Split RoQ decoder to accommodate future encoder patch 18 years ago
Andreas Öman 7978debdc2 allocate PPS and SPS dynamically 18 years ago
Vitor Sessak 750cbd34c9 cosmetics and function rename 18 years ago
Diego Biurrun 42610c4983 Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. 18 years ago
Michael Niedermayer d5aa01cd30 make decoder decode the first frame properly if theres more than just one 18 years ago
Harald Karnet f1edd8ef90 Correct the parameter order for the call to "av_clip". 18 years ago
Loren Merritt 8be6dac8dc merge huffman tables for rgb too 18 years ago
Loren Merritt f45fcba303 cosmetics (reduce nesting) 18 years ago
Loren Merritt acc0e0c8b6 use sparse huffman tables. 1.5% faster huffyuv decoding. 18 years ago
Loren Merritt b613bacca9 add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in the tables. 18 years ago
Sergey Vlasov 32dd6a9c78 fix dca_bitalloc_index decoder init 18 years ago
Sergey Vlasov 56e4603e67 Fix dca.c compilation with #define TRACE 18 years ago
Oded Shimon 8d641aedb9 fix mjpeg decoding with broken huffman table headers 18 years ago
Ramiro Polla 67a5daf07f Remove duplicate bytestream functions 18 years ago
Panagiotis Issaris cb1a74cf8c Export the four remaining H.264 decoder intra prediction functions for reuse in 18 years ago
Panagiotis Issaris 9aee21c8f7 Reindent 18 years ago
Panagiotis Issaris 4edda03480 Make the compilation of h264idct.c optional. 18 years ago
Loren Merritt 19716d6478 merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv decoding. 18 years ago
Diego Biurrun f353fbd205 Remove mdct.o and fft.o from fft-test prerequisites list. 18 years ago
Panagiotis Issaris 6f9a35bb35 Only compile golomb.c when needed. 18 years ago
Panagiotis Issaris d72ecaf5af Fix compilation when the Sonic encoder and decoder were disabled and only the Sonic 18 years ago
Panagiotis Issaris 8fae7b6f60 Only compile cabac.c when needed. 18 years ago
Aurelien Jacobs d0d866e09f vorbis encoder missed rename to libvorbis 18 years ago
Panagiotis Issaris d632239c9c Split the h261.c file into separate files for the encoder, decoder and common stuff. 18 years ago
Diego Biurrun 86c33b29d2 Rename motion_test.c to motion-test.c, which is the naming scheme used by all 18 years ago
Diego Biurrun 14eb0a2ed1 Fix imgresample-test linking. 18 years ago
Diego Biurrun fca6a0dd34 Add explanatory comments to some #endifs. 18 years ago
Aurelien Jacobs 9f77cab2a0 make compilation of mpegaudiodec conditional 18 years ago
Aurelien Jacobs 08aa2c9bd2 remove dependency of mpeg audio encoder over mpeg audio decoder 18 years ago
Aurelien Jacobs ca6e50afc1 add a ff_ prefix to some mpegaudio funcs 18 years ago
Aurelien Jacobs 4bd8e17c8d loosen dependencies over mpegaudiodec 18 years ago
Zuxy Meng 663deb54af Remove incorrect comment; MMX2 is preferred over 3DNow! on Athlon 18 years ago
Michael Niedermayer db7f647e10 use AV_LOG_ERROR instead of INFO for errors 18 years ago
Michael Niedermayer 64be2e60ef sanity checks for bitrate tolerance and buffer size (= fail if a single frame at the 18 years ago
Michael Niedermayer cb590b4842 slightly more correct spliting of frames 18 years ago
Aurelien Jacobs bf406d90e4 move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.h 18 years ago
Aurelien Jacobs 0a59a18b4e move mjpeg-b decoder in its own file 18 years ago
Aurelien Jacobs 82ec791834 10l: forgot to svn add mjpegdec.h 18 years ago
Aurelien Jacobs 40cce9ff91 move sp5x decoder in its own file 18 years ago
Aurelien Jacobs 5acd8d9e77 allows to disable jpegls decoder 18 years ago
Loren Merritt 98ef8c324c change brute force search to min-heap. 3.6x faster generate_len_table, 8% faster ffvhuff encoding. 18 years ago
Aurelien Jacobs d2f43ca998 move mjpega_dump_header bitstream filter in its own file 18 years ago
Aurelien Jacobs ab8072a6a2 move imx_dump_header bitstream filter in its own file 18 years ago
Aurelien Jacobs 8bf63e1c80 move dump_extradata bitstream filter in its own file 18 years ago
Aurelien Jacobs 5209c83607 move remove_extradata bitstream filter in its own file 18 years ago
Aurelien Jacobs cd7105e6a0 move noise bitstream filter in its own file 18 years ago
Aurelien Jacobs a975d9e288 move mp3_header_compress bitstream filter in its own file 18 years ago
Aurelien Jacobs b57eed12da move mp3_header_decompress bitstream filter in its own file 18 years ago
Aurelien Jacobs 677fe2e226 add proper prefix to extern mpeg audio data tables 18 years ago