summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Include required headers in {mips,ppc}/mathops.hMåns Rullgård2009-08-23
* Skip headers requiring external libs not present in checkheadersMåns Rullgård2009-08-23
* TwinVQ decoderVitor Sessak2009-08-23
* bring back some randomness in fft-test. (regression in r18070)Loren Merritt2009-08-22
* Add some more wmapro decoder hunksSascha Sommer2009-08-21
* Replace redundant GNUC_PREREQ macro by AV_GCC_VERSION_AT_LEAST from libavutil.Diego Biurrun2009-08-21
* Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7...Reimar Döffinger2009-08-21
* Add missing #includes to pass 'make checkheaders'.Diego Biurrun2009-08-21
* Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitleReimar Döffinger2009-08-20
* Get rid of large stack array in rd8x8_c()Måns Rullgård2009-08-19
* eval: replace variable-length array with av_malloc/freeMåns Rullgård2009-08-19
* flacdec: change variable-length array to fixed lengthMåns Rullgård2009-08-19
* AVR32: optimised mathops.hMåns Rullgård2009-08-17
* Use the AOT enum instead of integer literals for setting and comparing audioAlex Converse2009-08-17
* Mark the AOT escape value as supported.Alex Converse2009-08-17
* Add USAC and SAOC AOTs to the AudioObjectType enum.Alex Converse2009-08-17
* Fix bug caused by difference in stride and picture width.Anuradha Suraparaju2009-08-15
* cosmetics: indentation, prettyprinting, K&R coding styleDiego Biurrun2009-08-15
* Drop some more useless braces around if/for constructs.Diego Biurrun2009-08-15
* Simplify another 'if' condition: Replace 'exp == 0' by '!exp'.Diego Biurrun2009-08-15
* Add a function that can apply an order 2 rational transfer function in-place.Colin McQuillan2009-08-15
* Remove useless braces around if/for/while expressions.Diego Biurrun2009-08-15
* Simplify 'if' condition statements.Diego Biurrun2009-08-15
* Fix start_display_time/end_display_time to be relative to packet pts in xsub ...Reimar Döffinger2009-08-15
* Reindent.Reimar Döffinger2009-08-15
* Remove code that is now dead.Reimar Döffinger2009-08-15
* Simplify initialization of AVSubtitle by using memset.Reimar Döffinger2009-08-15
* Make sure AVSubtitle is initialized, memset it to 0.Reimar Döffinger2009-08-15
* Fix cmd_pos bounds check to avoid the overflow case.Reimar Döffinger2009-08-15
* Fix typo.Carl Eugen Hoyos2009-08-14
* 10L: remove instruction left over from debuggingMåns Rullgård2009-08-14
* ARM: NEON optimised vorbis_inverse_couplingMåns Rullgård2009-08-14
* Add ff_celp_circ_addf() function to be used for sparse vector circularColin McQuillan2009-08-12
* Fix a memleak with win32 threads: the handle returned by _beginthreadexShehzad Salim2009-08-12
* Use RGB5x5LE, RGB5x5BE, BGR5x5LE and BGR5x5BE instead of their nativeAlexis Ballier2009-08-11
* fix a crash in SVQ1 with cmp!=sadLoren Merritt2009-08-11
* Remove pointless #ifdefs from conditionally used files.Diego Biurrun2009-08-10
* eval: include libavutil/mathematics.h for NAN and M_PIMåns Rullgård2009-08-10
* eval: include our headers after system headersMåns Rullgård2009-08-10
* Remove commented-out cruft.Diego Biurrun2009-08-06
* Make WMV2 encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-06
* Make MPEG-4 encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-06
* Make WMV1 encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-06
* Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER.Diego Biurrun2009-08-05
* Make FLV encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-05
* Do not check for both CONFIG_H263_ENCODER and CONFIG_H263P_ENCODER.Diego Biurrun2009-08-05
* Make H.263+ (H263P) encoder depend on H.263 encoder in configure.Diego Biurrun2009-08-05
* Declare the dependencies of the MSMPEG4v1/MSMPEG4v2/MSMPEG4v3 encoders on theDiego Biurrun2009-08-05
* Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER orDiego Biurrun2009-08-05
* Declare the dependency of RV10/RV20 encoder on the H.263 encoder in configure.Diego Biurrun2009-08-05