aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Add 8088flex TMV video decoder.Daniel Verkamp2009-05-064-0/+105
* Add CGA and palette data for 8088flex TMV decoder.Daniel Verkamp2009-05-062-0/+184
* mlpdec: Fix possible writing out of array bounds introduced by beingRamiro Polla2009-05-061-0/+9
* mlpdec: Split sync word error and MLP sync word check.Ramiro Polla2009-05-061-3/+8
* mlpdec: Fix indentation that got mangled from copy&paste.Ramiro Polla2009-05-061-4/+4
* Add 32-bit RGB support to TIFF decoder and extend a bit 'unsupported format' ...Kostya Shishkov2009-05-061-1/+9
* Add floating point audio decoding to WavPack decoder.Laurent Aimar2009-05-061-8/+131
* Prepare WavPack decoder to support floating point output.Laurent Aimar2009-05-061-17/+17
* cosmetics: line wrap and vertical alignmentJustin Ruggles2009-05-061-7/+6
* ac3dec: Remove unneeded context variable, num_cpl_subbands. It is alsoJustin Ruggles2009-05-062-8/+3
* cosmetics: indentation after last commitJustin Ruggles2009-05-051-2/+2
* ac3dec: move channel remapping to outside of block loopJustin Ruggles2009-05-051-3/+3
* Extract colorspace fields from MPEG1/2.Michael Niedermayer2009-05-051-3/+4
* mpegaudio: enclose SUM8() macro args in parens when usedMåns Rullgård2009-05-051-8/+8
* mpegaudio: avoid unnecessary copy in high-precision modeMåns Rullgård2009-05-051-9/+9
* mpegaudio: use av_clip()Måns Rullgård2009-05-051-10/+2
* Add colorspace fields to AVCodecContext.Michael Niedermayer2009-05-052-0/+69
* Cosmetics: Fix indentation after r18741.Carl Eugen Hoyos2009-05-051-4/+4
* Do not discard mp3 frames in the parser after a broken frame.Michael Niedermayer2009-05-051-4/+0
* Factorize out integer sample value decoding for WavPack.Laurent Aimar2009-05-051-33/+26
* PPC: implement MULH() in assemblerMåns Rullgård2009-05-041-0/+7
* Do not scan for MP3 header after the given buffer and return skippedZdenek Kabelac2009-05-041-2/+4
* Properly handle SILENCE frame. Patch by Kenan Gillet.Kenan Gillet2009-05-041-1/+1
* Remove dead assignments found by CSABenjamin Larsson2009-05-032-3/+1
* Check whether extra bits block has enough data.Laurent Aimar2009-05-031-0/+8
* Remove dead assignments found by CSABenjamin Larsson2009-05-023-8/+0
* Remove dead assignments found by CSABenjamin Larsson2009-05-022-9/+3
* Decode extended bitstream for high-precision WavPack files.Laurent Aimar2009-05-021-2/+50
* Ignore first entry of intra matrixes if it is invalid.Michael Niedermayer2009-05-011-0/+4
* Factorize quantization matrix loading code out.Michael Niedermayer2009-05-011-64/+23
* Don't #if a function declaration and properly indent it.Ramiro Polla2009-04-301-3/+1
* mlpdec: Move MLP's filter_channel() to dsputils.Ramiro Polla2009-04-305-26/+82
* Export av_free_packet().Ramiro Polla2009-04-302-8/+10
* Add missing return statement to out-of-memory condition. Fixes the warning:Diego Biurrun2009-04-301-1/+1
* Drop unused libamr-nb fixed-point glue code.Diego Biurrun2009-04-291-241/+2
* ARM: Use fewer register in NEON put_pixels _y2 and _xy2David Conrad2009-04-291-38/+26
* ARM: NEON put_pixels_clampedDavid Conrad2009-04-292-0/+26
* Implement av_get_bits_per_pixel().Stefano Sabatini2009-04-272-0/+23
* Revert r18700, documentation of deprecated functions might be useful forVitor Sessak2009-04-271-0/+31
* Check if there is enough bytes before reading the buffer in the EA ADPCMVitor Sessak2009-04-271-2/+2
* Skip 0x0000 frame footer in EA ADPCM decoder.Vitor Sessak2009-04-271-0/+4
* Remove useless and outright wrong chatter from avcodec_encode_video().Michael Niedermayer2009-04-271-4/+1
* Remove redundant chatter from avcodec_encode_audio()Michael Niedermayer2009-04-271-4/+0
* Negative is error not -1, corrected in the doxy for avcodec_decode_subtitle2().Michael Niedermayer2009-04-271-1/+1
* Add multiframe note to avcodec_decode_video() too.Michael Niedermayer2009-04-271-0/+2
* Cleanup first paragraph of doxy of avcodec_decode_audio3().Michael Niedermayer2009-04-271-5/+4
* Remove documentation from deprecated fields, they should not be used,Michael Niedermayer2009-04-271-31/+0
* Remove confusing and redundant engrish chatter from avcodec_decode_video2().Michael Niedermayer2009-04-271-5/+1
* Revert changing VLC initialization type for RV3/4 decoder.Kostya Shishkov2009-04-271-52/+42
* mlpdec: Simplify filtering code by using only one counter variable.Ramiro Polla2009-04-261-13/+12