summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* remove no longer needed #ifdefsMåns Rullgård2007-01-21
* Flash screen video encoder.Benjamin Larsson2007-01-21
* Declare zlib dependency in the Makefile, not in the source.Diego Biurrun2007-01-21
* Really fix my never ending mistakes.Benjamin Larsson2007-01-21
* Don't break compilation on systems without zlib.Benjamin Larsson2007-01-21
* The block_size might be used incorrectly if it is not updated.Benjamin Larsson2007-01-21
* Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka...Luca Barbato2007-01-21
* Fixed a typo, cosmetics.Benjamin Larsson2007-01-21
* Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup.Benjamin Larsson2007-01-21
* Fix crash when pred_order greater s->blocksize >> rice_order.Reimar Döffinger2007-01-21
* checking bitstream values and other related changesMichael Niedermayer2007-01-20
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* remove useless cast that makes code unreadableGuillaume Poirier2007-01-19
* harden h264 decoding to prevent some crashes when input data is corrupted.Francois Oligny-Lemieux2007-01-19
* uint16->uint8Michael Niedermayer2007-01-19
* Change the Snow encoder to always use the available MotionEstContext pointer.Panagiotis Issaris2007-01-18
* Avoid branches in the loop and solve a gcc warningLuca Barbato2007-01-17
* CosmeticsLuca Barbato2007-01-17
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm andPanagiotis Issaris2007-01-17
* set data_size to 0 so that in case we return without setting it nothing funny...Michael Niedermayer2007-01-16
* fix a gcc warning, avoid an unnecessary operationLuca Barbato2007-01-16
* Avoid calling decode_slice when context_initialized is not set.Reimar Döffinger2007-01-16
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.o...Michael Niedermayer2007-01-15
* * Fixing a bug with incorrect bits set in AAUX source packRoman Shaposhnik2007-01-15
* avcodec_decode_audio2()Michael Niedermayer2007-01-14
* er and strict also apply to audio theoreticallyMichael Niedermayer2007-01-14
* cosmetics: reindentAurelien Jacobs2007-01-14
* add support for another variant of vp6Aurelien Jacobs2007-01-14
* Buffer for get_bits must be padded because readers may overread.Reimar Döffinger2007-01-14
* some interlaced direct sanity checksMichael Niedermayer2007-01-13
* replace a few hardcoded numbers with their correct named onesMichael Niedermayer2007-01-13
* fix 16 CABAC_BIT * 10l bug introduced in r6578Michael Niedermayer2007-01-13
* print error when decoding failsBaptiste Coudurier2007-01-10
* Unconditionally enable Theora decoder. It works fine now and there is noDiego Biurrun2007-01-10
* add missing bit from commit r7423Guillaume Poirier2007-01-07
* Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)Siarhei Siamashka2007-01-07
* enable bidirectional me with x264Robert Swain2007-01-07
* cosmetics: Reorder external libraries.Diego Biurrun2007-01-07
* variable renaming: mp3lame --> libmp3lameDiego Biurrun2007-01-07
* Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbinDiego Biurrun2007-01-06
* variable renaming: dts --> libdtsDiego Biurrun2007-01-06
* Rename variables: a52 --> liba52, a52bin --> liba52binDiego Biurrun2007-01-06
* maybe fixing a segfaultMichael Niedermayer2007-01-03
* dead code removialMichael Niedermayer2007-01-03
* store a few values in the header as difference to the lastMichael Niedermayer2007-01-02
* Decode previous 32 frames to avoid seeking artifacts in MPCKostya Shishkov2007-01-01
* skiprd doxygen comment from avcodec.h -> AVOption commentMichael Niedermayer2006-12-26
* Musepack SV7 decoding supportKostya Shishkov2006-12-24
* skiprdMichael Niedermayer2006-12-23
* test DIRECT{0,0} too if flag mv0 is usedMichael Niedermayer2006-12-22