summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* bt 0 is invalid, setting min to 1Baptiste Coudurier2006-12-22
* more simplificationAurelien Jacobs2006-12-21
* 10lMichael Niedermayer2006-12-21
* FIXME has already been fixed ages agoMichael Niedermayer2006-12-21
* simplifyMichael Niedermayer2006-12-21
* use qscale_table in adaptive quantMichael Niedermayer2006-12-21
* simplifyMichael Niedermayer2006-12-21
* i think this if() is useless lets abuse our users to test this ;)Michael Niedermayer2006-12-21
* skip motion estimation and encoding of non direct-0,0 MBs if the next MB is s...Michael Niedermayer2006-12-21
* dont randomly disallow intr4v in adaptive quantMichael Niedermayer2006-12-21
* dont randomly dissallow direct MBsMichael Niedermayer2006-12-21
* try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRDMichael Niedermayer2006-12-20
* fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain)Michael Niedermayer2006-12-20
* dont favor the zero MV if mv0 is used (psnr per bitrate gains ranging from 0 ...Michael Niedermayer2006-12-20
* Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detectionGuillaume Poirier2006-12-18
* minor doc fixMichael Niedermayer2006-12-18
* always print message when error, AV_LOG_DEBUG -> AV_LOG_ERRORBaptiste Coudurier2006-12-18
* Add support for VP60 and VP61.Aurelien Jacobs2006-12-17
* 10lMichael Niedermayer2006-12-17
* small optimizationAurelien Jacobs2006-12-17
* warn user if the selected diamond size is larger then the motion estimation s...Michael Niedermayer2006-12-17
* limit x/ymin/max to me_rangeMichael Niedermayer2006-12-17
* Check mb_pos is big enough before trying to access data left or above.Reimar Döffinger2006-12-17
* av_log(NULL,... -> av_log(avctx,.. where appropriate.Benjamin Larsson2006-12-14