summaryrefslogtreecommitdiff
path: root/libavcodec
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
* 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
* 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
* 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
* DTS decoding was broken for every speaker configuration except 5.1.Sergey Vlasov2007-05-16
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
* Use DECLARE_ALIGNED to ease portingReimar Döffinger2007-05-15
* dont write over the end of ref_cacheMichael Niedermayer2007-05-14
* Make vp3dsp*.c compilation optional.Panagiotis Issaris2007-05-14
* Change some leftover __attribute__((unused)) and __attribute__((used)) toReimar Döffinger2007-05-14
* remove some unused mjpeg encoding variablesAurelien Jacobs2007-05-14
* jpegls encoder does not call this function, so remove useless testsAurelien Jacobs2007-05-13
* split jpeg_ls into jpeglsdec, jpeglsenc and jpeglsAurelien Jacobs2007-05-13
* Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency.Diego Biurrun2007-05-13
* Blackfin DSP utilities: add DEFUN_ENDMarc Hoffman2007-05-13
* Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com%Zuxy Meng2007-05-13
* use DECLARE_ALIGNED from mem.h (which is included through common.h)Alex Beregszaszi2007-05-13
* cosmetics: indentAurelien Jacobs2007-05-13
* replace some #ifdef CONFIG_* by if(ENABLE_*)Aurelien Jacobs2007-05-13
* cosmetics: indentationAurelien Jacobs2007-05-12
* make compilation of mjpeg.c optionalAurelien Jacobs2007-05-12
* allow to enable or disable every bitstream filters individuallyJason Millard2007-05-12