summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* 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
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.Marc Hoffman2007-05-13
* correct last element inited checkMichael Niedermayer2007-05-13
* Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com%Zuxy Meng2007-05-13
* Do not use return with argument for a function "returning" void.Reimar Döffinger2007-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
* jpegls never call this code, so those tests are uselessAurelien Jacobs2007-05-12
* simplify, no need for a functionBaptiste Coudurier2007-05-12
* fix ctts index computation when seeking, check must be done against next ctts...Baptiste Coudurier2007-05-12
* Added support for instances where linesize[0] is negative.Benjamin Larsson2007-05-12
* Remove redundant extern declaration of j_rev_dct that is alreadyDiego Biurrun2007-05-12
* cosmetics: Group all test targets together.Diego Biurrun2007-05-12
* sse2 & ssse3 versions of dct_quantize.Loren Merritt2007-05-12
* configure check for whether we can compile ssse3Loren Merritt2007-05-12
* factor sum_abs_dctelem out of dct_sad, and simd it.Loren Merritt2007-05-12