summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Reorder the if/else for residual cats to match gcc's branch prediction.Alexander Strange2008-07-02
* Simplify loop condition for readability.Alexander Strange2008-07-02
* Reindent.Alexander Strange2008-07-02
* Clone decode_cabac_residual() for DC residuals, to get rid of a bunch of bran...Alexander Strange2008-07-02
* Don't generate two copies of hl_decode_mb() under ENABLE_SMALL.Alexander Strange2008-07-02
* Don't test for H264 encoding unless an encoder exists.Alexander Strange2008-07-02
* Clarify comment about parity nibble.Ramiro Polla2008-07-02
* Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers.Ramiro Polla2008-07-01
* Clarify/simplify documentation for the default_val field in AVOption.Stefano Sabatini2008-06-30
* Remove useless wrapper around ra288_decode_frame()Vitor Sessak2008-06-30
* Remove unpack() function, read the bitstream as neededVitor Sessak2008-06-30
* Clean up error messageVitor Sessak2008-06-30
* Rewrite unpack() using the bitstream readerVitor Sessak2008-06-30
* gain code, gain pitch and pitch delay decoding for ACELP based codecsVladimir Voroshilov2008-06-30
* Move function to avoid forward declarationVitor Sessak2008-06-30
* Remove useless initializationVitor Sessak2008-06-30
* Reindent the whole fileVitor Sessak2008-06-30
* Simplify mm_support() for ARM (by Måns).Benoit Fouet2008-06-30
* Define mm_support() for ARM.Matthieu Castet2008-06-30
* Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter c...Vitor Sessak2008-06-29
* Update copyrightVitor Sessak2008-06-29
* Use ff_acelp_lp_synthesis_filter() instead of duplicating itVitor Sessak2008-06-29
* Add a rounding parameter to ff_acelp_lp_synthesis_filter()Vitor Sessak2008-06-29
* Add command line support for '-idct simplearmv6'.Laurent Desnogues2008-06-29
* Doxy commentVitor Sessak2008-06-29
* set frame_size in libfaad decoderBaptiste Coudurier2008-06-28
* Realign newlines.Alexander Strange2008-06-28
* Use MANGLE() instead of memory operands to read globals.Alexander Strange2008-06-28
* Make code independent/less dependent on dsputil.Michael Niedermayer2008-06-28
* Seek the file forwards instead of backwards when sync is lost.Ramiro Polla2008-06-27
* Remove pointless AVFrame* casting.Alexander Strange2008-06-27
* Remove duplicate emms.Alexander Strange2008-06-27
* Remove commented-out code.Alexander Strange2008-06-27
* Export qscale so that postprocessing works.Alexander Strange2008-06-27
* Remove unused PutBitContext.Alexander Strange2008-06-27
* Revert "add libmpeg2 permutation to dct-test"Måns Rullgård2008-06-26
* VP3 parser can also handle VP6 without any changes.Aurelien Jacobs2008-06-26
* move ff_log2_run to bitstream.c and reuse in ffv1.cStefan Gehrer2008-06-26
* VP3 & Theora parser to extract keyframe flags.Michael Niedermayer2008-06-26
* add libmpeg2 permutation to dct-testMåns Rullgård2008-06-26
* Support >=4096 dimensions, fixes issue499.Michael Niedermayer2008-06-25
* Set frame_size to the gcd of what the decoder can output.Michael Niedermayer2008-06-25
* Don't set mm_flags in fft-test, since it doesn't do anything anyway.Alexander Strange2008-06-25
* Use a local variable instead of mm_flags in dct-test.Alexander Strange2008-06-25
* make ModeAlphabet read-only and use a custom mode alphabetStefan Gehrer2008-06-25
* Close parse context.David Liu2008-06-25
* Make it a little easier to spot that the code is not dealing only withRamiro Polla2008-06-25
* remove duplicate tablesStefan Gehrer2008-06-25
* Define mm_flags/support to be 0 on architectures where they don't exist.Alexander Strange2008-06-24
* Simplify interp()Vitor Sessak2008-06-24