summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Add generic rule for all tests.Diego Biurrun2008-01-27
* Use DECLARE_ALIGNEDReimar Döffinger2008-01-27
* fix indentation that was messed up by r11628Guillaume Poirier2008-01-27
* fix lowres decoding support on ARM CPUsSiarhei Siamashka2008-01-27
* Do not group libamr_nb and libamr_wb together as libamr.Diego Biurrun2008-01-26
* clean up dynamic loading of libfaadMåns Rullgård2008-01-25
* Correctly clean up IntraX8Context upon codec close.Zdenek Kabelac2008-01-25
* cosmetic: libfaad.c indentationMåns Rullgård2008-01-24
* fix dynamic loading of libfaad 2.6Måns Rullgård2008-01-24
* Fix crash for CAVLC->CABAC switch caused by writing into NULL tables.Michael Niedermayer2008-01-24
* Add #undef printf and disable non-functional code to make test program compile.Diego Biurrun2008-01-23
* Fix test program compilation: Add missing #include and update the callDiego Biurrun2008-01-23
* Put some disabled functions that are only used in the test program in cabac.cDiego Biurrun2008-01-23
* Add #undef random and call the right function to fix test program compilation.Diego Biurrun2008-01-23
* Remove unused variables in test code.Diego Biurrun2008-01-22
* Fix warnings in test code:Diego Biurrun2008-01-22
* Remove two unused variables.Diego Biurrun2008-01-21
* Remove unnecessary forward declaration.Diego Biurrun2008-01-21
* Consistently use TEST as the preprocessor condition to enable test code.Diego Biurrun2008-01-20
* add proper matroskaenc dependency over xiph.oAurelien Jacobs2008-01-20
* add missing Makefile rules for zork pcm encoder/decoderAurelien Jacobs2008-01-20
* and thus, nellymoser obviously also depens on fft.oAurelien Jacobs2008-01-20
* nellymoser uses mdct functionsAurelien Jacobs2008-01-20
* Add mfspr-based AltiVec detection code.Reimar Döffinger2008-01-19
* simplify 4-point transform part a bitKostya Shishkov2008-01-19
* Factor out constant additionKostya Shishkov2008-01-19
* Save quantizer values as wellKostya Shishkov2008-01-18
* Save coded block patterns for future loop filtering.Kostya Shishkov2008-01-18
* Simplify preprocessor expression as suggested by Mans.Diego Biurrun2008-01-17
* Replace puts() by dprintf where appropriate.Diego Biurrun2008-01-17
* Replace idiotic (what moron wrote that code?) "buffer overflow" message byMichael Niedermayer2008-01-17
* Rename illegal identifiers, _ followed by capital is reserved for the system.Diego Biurrun2008-01-16
* pqindex=0 is forbiddenKostya Shishkov2008-01-16
* qscale==0 is invalidMichael Niedermayer2008-01-16
* Add const qualifiers to unmodified function parameters, fixes the warning:Diego Biurrun2008-01-16
* Remove bogus cast.Diego Biurrun2008-01-16
* Add a couple of missing consts.Sigbjørn Skjæret2008-01-14
* Select scan tables for 8x4 and 4x8 blocks only once.Christophe Gisquet2008-01-14
* Remove green clouds.Michael Niedermayer2008-01-14
* gcc2 doesn't have bogus mergel, patch from Sigbjørn Skjæret cisc...broadpar...Luca Barbato2008-01-13
* Add variable alpha and size of half window for Kaiser-Bessel Derived windowRobert Swain2008-01-13
* Get rid of fft_rev table, use ff_reverse and a shift.Reimar Döffinger2008-01-13
* Use FFSWAP instead of "manual" swapReimar Döffinger2008-01-12
* Make the Kaiser-Bessel window generator a common functionRobert Swain2008-01-12
* Factorize some code into functions, had this in my tree and will beMichael Niedermayer2008-01-11
* Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com.Brian Brice2008-01-11
* Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com.Brian Brice2008-01-11
* Factorize some duplicated code from CAVS and H.264 into a common file.Christophe Gisquet2008-01-11
* Fix a bug causing the generated stream to be corrupt if the bufferAndreas Öman2008-01-09
* used defined name for testing error resilience levelJustin Ruggles2008-01-08