summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 10l: forgot to svn add mjpegdec.hAurelien Jacobs2007-05-19
* move sp5x decoder in its own fileAurelien Jacobs2007-05-19
* allows to disable jpegls decoderAurelien Jacobs2007-05-19
* Blackfin optimized uyvytoyv12 routine. the implementation includes chroma ave...Marc Hoffman2007-05-19
* change brute force search to min-heap. 3.6x faster generate_len_table, 8% fas...Loren Merritt2007-05-19
* move mjpega_dump_header bitstream filter in its own fileAurelien Jacobs2007-05-19
* move imx_dump_header bitstream filter in its own fileAurelien Jacobs2007-05-19
* move dump_extradata bitstream filter in its own fileAurelien Jacobs2007-05-19
* move remove_extradata bitstream filter in its own fileAurelien Jacobs2007-05-19
* move noise bitstream filter in its own fileAurelien Jacobs2007-05-19
* move mp3_header_compress bitstream filter in its own fileAurelien Jacobs2007-05-19
* move mp3_header_decompress bitstream filter in its own fileAurelien Jacobs2007-05-19
* add proper prefix to extern mpeg audio data tablesAurelien Jacobs2007-05-19
* move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.cAurelien Jacobs2007-05-19
* move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.cAurelien Jacobs2007-05-18
* add a proper prefix to all mjpeg encoder exported functionsAurelien Jacobs2007-05-18
* split ljpeg encoder out of mjpeg.cAurelien Jacobs2007-05-18
* Better error reporting.Benjamin Larsson2007-05-18
* cosmetics: macrofy duplicate code in huffyuvLoren Merritt2007-05-18
* r3938 broke 2pass huffyuv (not that anyone uses it)Loren Merritt2007-05-18
* 3DNow! and SSSE3 optimization to QNS DSP functions; use pmulhrw/pmulhrsw inst...Zuxy Meng2007-05-18
* Move attribute_unused to variable declarations in macros instead ofReimar Döffinger2007-05-17
* remove libdts decoder, we have a native dts decoderAurelien Jacobs2007-05-17
* prevent misdetection by using a stricter regexpAurelien Jacobs2007-05-17
* add proper prefix to new mjpeg extern func/varAurelien Jacobs2007-05-17
* split mjpeg.c into an encoder and a decoder fileAurelien Jacobs2007-05-17
* use macro Use DECLARE_ALIGNED_16 to align stack-allocated variablesGuillaume Poirier2007-05-17
* Only compile fft and mdct when needed.Benjamin Larsson2007-05-17
* Use FFABS instead of abs.Benjamin Larsson2007-05-17
* Use usleep instead of sleep, some MinGW versions lack sleep.Alex Beregszaszi2007-05-17
* Use DECLARE_ALIGNED for alignment in libpostprocessReimar Döffinger2007-05-17
* Make documentation build nonrecursive: Merge it into the top-level Makefile.Diego Biurrun2007-05-17
* Remove lots of unused commented code. (Cleanup)Benjamin Larsson2007-05-17
* Change default 1 pass blocksize to 64x64.Benjamin Larsson2007-05-17
* better separation of vp3dsp functions from dsputil_mmx.cAurelien Jacobs2007-05-16
* printf --> av_log, patch by Denis Fortin, fortin nerim netDenis Fortin2007-05-16
* Remove extern C declarations for C++.Diego Biurrun2007-05-16
* Remove extern C declarations for C++.Diego Biurrun2007-05-16
* DTS decoding was broken for every speaker configuration except 5.1.Sergey Vlasov2007-05-16
* Do not specify directories in #include path, -I flags take care of this.Ronald S. Bultje2007-05-16
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
* Drop unnecessary libavcodec/ prefix in #include path.Diego Biurrun2007-05-16
* Don't forget about audio remaining in buffer, in case there is enoughCorey Hickey2007-05-16
* Use DECLARE_ALIGNED to ease portingReimar Döffinger2007-05-15
* Building both shared and static libraries is now possible on MinGW.Zuxy Meng2007-05-15
* initial mingw networking supportAlex Beregszaszi2007-05-15
* link to ws2_32.dll only if networking is enabledAlex Beregszaszi2007-05-15
* Adding Myself to the Maintainers list for the Blackfin architectureMarc Hoffman2007-05-15
* dont write over the end of ref_cacheMichael Niedermayer2007-05-14
* Make vp3dsp*.c compilation optional.Panagiotis Issaris2007-05-14