summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Properly handle SILENCE frame. Patch by Kenan Gillet.Kenan Gillet2009-05-04
* Remove dead assignments found by CSABenjamin Larsson2009-05-03
* Check whether extra bits block has enough data.Laurent Aimar2009-05-03
* Remove dead assignments found by CSABenjamin Larsson2009-05-02
* Remove dead assignments found by CSABenjamin Larsson2009-05-02
* Decode extended bitstream for high-precision WavPack files.Laurent Aimar2009-05-02
* Ignore first entry of intra matrixes if it is invalid.Michael Niedermayer2009-05-01
* Factorize quantization matrix loading code out.Michael Niedermayer2009-05-01
* Don't #if a function declaration and properly indent it.Ramiro Polla2009-04-30
* mlpdec: Move MLP's filter_channel() to dsputils.Ramiro Polla2009-04-30
* Export av_free_packet().Ramiro Polla2009-04-30
* Add missing return statement to out-of-memory condition. Fixes the warning:Diego Biurrun2009-04-30
* Drop unused libamr-nb fixed-point glue code.Diego Biurrun2009-04-29
* ARM: Use fewer register in NEON put_pixels _y2 and _xy2David Conrad2009-04-29
* ARM: NEON put_pixels_clampedDavid Conrad2009-04-29
* Implement av_get_bits_per_pixel().Stefano Sabatini2009-04-27
* Revert r18700, documentation of deprecated functions might be useful forVitor Sessak2009-04-27
* Check if there is enough bytes before reading the buffer in the EA ADPCMVitor Sessak2009-04-27
* Skip 0x0000 frame footer in EA ADPCM decoder.Vitor Sessak2009-04-27
* Remove useless and outright wrong chatter from avcodec_encode_video().Michael Niedermayer2009-04-27
* Remove redundant chatter from avcodec_encode_audio()Michael Niedermayer2009-04-27
* Negative is error not -1, corrected in the doxy for avcodec_decode_subtitle2().Michael Niedermayer2009-04-27
* Add multiframe note to avcodec_decode_video() too.Michael Niedermayer2009-04-27
* Cleanup first paragraph of doxy of avcodec_decode_audio3().Michael Niedermayer2009-04-27
* Remove documentation from deprecated fields, they should not be used,Michael Niedermayer2009-04-27
* Remove confusing and redundant engrish chatter from avcodec_decode_video2().Michael Niedermayer2009-04-27
* Revert changing VLC initialization type for RV3/4 decoder.Kostya Shishkov2009-04-27
* mlpdec: Simplify filtering code by using only one counter variable.Ramiro Polla2009-04-26
* Correctly update output sample format in wavpack decoder.Laurent Aimar2009-04-26
* Proper subpacket size check for cook multichannel files.Benjamin Larsson2009-04-25
* Remove parenthesesBenjamin Larsson2009-04-25
* Set the type of size in COOKSubpacket to unsignedBenjamin Larsson2009-04-25
* Add pixdescs definitions for planar YUV pixfmts with 16 bits perStefano Sabatini2009-04-25
* Make sure we only parse max amount of subpackets (5) in the cook decoder.Benjamin Larsson2009-04-25
* IndentBenjamin Larsson2009-04-25
* Remove redundant codeBenjamin Larsson2009-04-25
* Support cook multichannel files.Benjamin Larsson2009-04-25
* Fix the COOKDEBUG codeBenjamin Larsson2009-04-25
* Factor out COOKSubpacket, in preparation for multichannel support.Benjamin Larsson2009-04-25
* Add missing pixel format descriptor definitions.Stefano Sabatini2009-04-25
* Get rid of monstrous static table and initialize VLCs for RV3/4 dynamically.Kostya Shishkov2009-04-25
* Remove useless assignment during initialization for some decodersKostya Shishkov2009-04-24
* indentMichael Niedermayer2009-04-24
* TrueMotion 2 uses its own YUV-like colourspace, so convert output to proper RGB.Reimar Döffinger2009-04-24
* cosmetics: remove extra space indentationKostya Shishkov2009-04-24
* Merge decoding functions for all bitdepths in WavPack decoderKostya Shishkov2009-04-24
* Support >8bit per component YUV in FFV1.Michael Niedermayer2009-04-24
* Force speed irrelevant calls to get/put_symbol() to be noinline.Michael Niedermayer2009-04-24
* Optimize sign handling in get_symbol().Michael Niedermayer2009-04-24
* Make avcodec_thread_init() set the thread count, even in the case whenStefano Sabatini2009-04-23