summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* move mp3_header_decompress bitstream filter in its own fileAurelien Jacobs2007-05-194-81/+102
* add proper prefix to extern mpeg audio data tablesAurelien Jacobs2007-05-195-34/+34
* move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.cAurelien Jacobs2007-05-198-209/+271
* move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.cAurelien Jacobs2007-05-182-13/+11
* add a proper prefix to all mjpeg encoder exported functionsAurelien Jacobs2007-05-184-34/+34
* split ljpeg encoder out of mjpeg.cAurelien Jacobs2007-05-186-182/+261
* Better error reporting.Benjamin Larsson2007-05-181-2/+4
* cosmetics: macrofy duplicate code in huffyuvLoren Merritt2007-05-181-45/+62
* r3938 broke 2pass huffyuv (not that anyone uses it)Loren Merritt2007-05-181-2/+2
* 3DNow! and SSSE3 optimization to QNS DSP functions; use pmulhrw/pmulhrsw inst...Zuxy Meng2007-05-182-80/+170
* Move attribute_unused to variable declarations in macros instead ofReimar Döffinger2007-05-171-15/+12
* remove libdts decoder, we have a native dts decoderAurelien Jacobs2007-05-175-288/+0
* prevent misdetection by using a stricter regexpAurelien Jacobs2007-05-171-7/+7
* add proper prefix to new mjpeg extern func/varAurelien Jacobs2007-05-174-46/+56
* split mjpeg.c into an encoder and a decoder fileAurelien Jacobs2007-05-175-2282/+2362
* use macro Use DECLARE_ALIGNED_16 to align stack-allocated variablesGuillaume Poirier2007-05-175-16/+16
* Only compile fft and mdct when needed.Benjamin Larsson2007-05-171-13/+11
* Use FFABS instead of abs.Benjamin Larsson2007-05-171-2/+2
* Use usleep instead of sleep, some MinGW versions lack sleep.Alex Beregszaszi2007-05-171-1/+1
* Use DECLARE_ALIGNED for alignment in libpostprocessReimar Döffinger2007-05-172-10/+10
* Make documentation build nonrecursive: Merge it into the top-level Makefile.Diego Biurrun2007-05-172-23/+13
* Remove lots of unused commented code. (Cleanup)Benjamin Larsson2007-05-171-58/+1
* Change default 1 pass blocksize to 64x64.Benjamin Larsson2007-05-171-2/+2
* better separation of vp3dsp functions from dsputil_mmx.cAurelien Jacobs2007-05-165-24/+89
* printf --> av_log, patch by Denis Fortin, fortin nerim netDenis Fortin2007-05-161-4/+4
* Remove extern C declarations for C++.Diego Biurrun2007-05-161-8/+0
* Remove extern C declarations for C++.Diego Biurrun2007-05-164-32/+0
* DTS decoding was broken for every speaker configuration except 5.1.Sergey Vlasov2007-05-161-0/+10
* Do not specify directories in #include path, -I flags take care of this.Ronald S. Bultje2007-05-161-10/+10
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-1647-70/+70
* Drop unnecessary libavcodec/ prefix in #include path.Diego Biurrun2007-05-161-2/+2
* Don't forget about audio remaining in buffer, in case there is enoughCorey Hickey2007-05-161-1/+3
* Use DECLARE_ALIGNED to ease portingReimar Döffinger2007-05-152-7/+7
* Building both shared and static libraries is now possible on MinGW.Zuxy Meng2007-05-151-9/+0
* initial mingw networking supportAlex Beregszaszi2007-05-152-3/+17
* link to ws2_32.dll only if networking is enabledAlex Beregszaszi2007-05-151-1/+1
* Adding Myself to the Maintainers list for the Blackfin architectureMarc Hoffman2007-05-151-0/+1
* dont write over the end of ref_cacheMichael Niedermayer2007-05-141-2/+2
* Make vp3dsp*.c compilation optional.Panagiotis Issaris2007-05-143-9/+11
* Change some leftover __attribute__((unused)) and __attribute__((used)) toReimar Döffinger2007-05-145-10/+10
* remove some unused mjpeg encoding variablesAurelien Jacobs2007-05-143-8/+1
* jpegls encoder does not call this function, so remove useless testsAurelien Jacobs2007-05-131-8/+1
* split jpeg_ls into jpeglsdec, jpeglsenc and jpeglsAurelien Jacobs2007-05-139-1025/+1207
* Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency.Diego Biurrun2007-05-131-1/+1
* Blackfin DSP utilities: add DEFUN_ENDMarc Hoffman2007-05-134-0/+25
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.Marc Hoffman2007-05-137-1/+690
* correct last element inited checkMichael Niedermayer2007-05-131-1/+1
* Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com%Zuxy Meng2007-05-131-14/+66
* Do not use return with argument for a function "returning" void.Reimar Döffinger2007-05-131-2/+2
* use DECLARE_ALIGNED from mem.h (which is included through common.h)Alex Beregszaszi2007-05-131-19/+11