summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Add avlanguage helpers in libavformat.Cyril Comparon2009-04-27
* Make function pointer assignments consistent in option handling.Benoit Fouet2009-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
* Add Changelog for Cook multi channel supportBenjamin 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
* Change return type of opt_loglevel() from void to int.Wolfram Gloger2009-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
* Don't loose bits_per_raw_sample when transcoding.Michael Niedermayer2009-04-23
* Make avcodec_thread_init() set the thread count, even in the case whenStefano Sabatini2009-04-23
* Make reset_ptr() void.Carl Eugen Hoyos2009-04-23
* avoid possibly uninitialized return valueIvo van Poorten2009-04-23
* Handle WavPack INT32INFO chunks with nonzero post shiftKostya Shishkov2009-04-23
* Add functions for decoding >16 bits WavPack files.Kostya Shishkov2009-04-23
* Shift 9-15 bit samples to use full 16-bit range.Laurent Aimar2009-04-23
* Display dimensions should not affect the real size of coded frame, thus setKostya Shishkov2009-04-23
* Remove 2 useless FFMIN().Michael Niedermayer2009-04-22
* Remove apparently redundant code.Michael Niedermayer2009-04-22
* NSV : Add TOC2 parsing and seeking support.Jai Menon2009-04-22
* Remove redundant code, found by CSABenjamin Larsson2009-04-22
* configure: support Blackfin CPU names with --cpuMåns Rullgård2009-04-22
* It should be #if, not #ifdefAndreas Öman2009-04-22
* Switch VLC tables in WMV3/VC-1 decoder to new static init methodKostya Shishkov2009-04-22
* Require 4 instead of 3 frames for detecting mp3,Michael Niedermayer2009-04-22
* Fix 10l typo (usage of PIX_FMT_NE()).Michael Niedermayer2009-04-22
* Update safety check as the maximum pixel size is no longer 4.Michael Niedermayer2009-04-22
* Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT)Michael Niedermayer2009-04-22