summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Mark "i" parameter of vector_clipf_sse() as early-clobberVitor Sessak2009-08-27
* 100l, revision 19728 added a bug that broke twinvq decoding. I forgot toVitor Sessak2009-08-27
* Mark parameter src of vector_clipf() as constVitor Sessak2009-08-27
* SSE optimized vector_clipf(). 10% faster TwinVQ decoding.Vitor Sessak2009-08-27
* indentLoren Merritt2009-08-27
* 1.5x faster ff_vorbis_floor1_render_list, 5% faster vorbis decoding on Core2.Loren Merritt2009-08-27
* whitespace cosmeticsDiego Biurrun2009-08-26
* Remove useless alignment from MpegEncContext.intra_scantableMåns Rullgård2009-08-26
* Decoder for LPCM as used in Bluray discs.Christian Schmidt2009-08-26
* Fix comments after switching from CABAC to range coder in r3658.Lars Täuber2009-08-26
* add decode_coeffs()Sascha Sommer2009-08-26
* merge 2-channel M/S stereo decoding code with the multichannel versionSascha Sommer2009-08-26
* 4xm: provide 16-byte alignment where requiredMåns Rullgård2009-08-26
* dsputil: declare some arrays 16-byte alignedMåns Rullgård2009-08-26
* Remove some unnecessary alignment specifiersMåns Rullgård2009-08-26
* Always allocate a buffer of AVPALETTE_SIZE for palette in theStephen Backway2009-08-26
* 100l typo, xsub encoder printed end time hours where minutes should have been.Reimar Döffinger2009-08-26
* 100l, inv_zigzag_direct16 must be aligned to 16 bytes for dct_quantize_SSE2Reimar Döffinger2009-08-26
* Reindent.Reimar Döffinger2009-08-26
* Remove now dead code.Reimar Döffinger2009-08-26
* Apply r19642 also pgssubdec:Reimar Döffinger2009-08-26
* mdec: remove unused members from struct MDECContextMåns Rullgård2009-08-25
* Remove explicit init to zero of static inv_zigzag_direct16Måns Rullgård2009-08-25
* whitespace cosmeticsDiego Biurrun2009-08-25
* Add Bluray Subtitle SupportStephen Backway2009-08-25
* PPC: remove unnecessary alignment on local variablesMåns Rullgård2009-08-24
* Cosmetics: add some whitespace around operatorsVitor Sessak2009-08-24
* Add necessary #include for config.h.Diego Biurrun2009-08-24
* PPC: simplify loading some values into altivec registersMåns Rullgård2009-08-24
* Add missing header to fix 'make checkheaders'.Diego Biurrun2009-08-24
* 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