summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* fix 16 CABAC_BIT * 10l bug introduced in r6578Michael Niedermayer2007-01-131-1/+4
* print error when decoding failsBaptiste Coudurier2007-01-101-0/+1
* Unconditionally enable Theora decoder. It works fine now and there is noDiego Biurrun2007-01-101-2/+0
* add missing bit from commit r7423Guillaume Poirier2007-01-071-0/+213
* Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)Siarhei Siamashka2007-01-072-0/+4
* enable bidirectional me with x264Robert Swain2007-01-071-0/+1
* cosmetics: Reorder external libraries.Diego Biurrun2007-01-071-19/+14
* variable renaming: mp3lame --> libmp3lameDiego Biurrun2007-01-072-2/+2
* Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbinDiego Biurrun2007-01-063-12/+12
* variable renaming: dts --> libdtsDiego Biurrun2007-01-062-2/+2
* Rename variables: a52 --> liba52, a52bin --> liba52binDiego Biurrun2007-01-063-7/+7
* maybe fixing a segfaultMichael Niedermayer2007-01-031-0/+6
* dead code removialMichael Niedermayer2007-01-031-3/+1
* store a few values in the header as difference to the lastMichael Niedermayer2007-01-021-14/+36
* Decode previous 32 frames to avoid seeking artifacts in MPCKostya Shishkov2007-01-011-0/+15
* skiprd doxygen comment from avcodec.h -> AVOption commentMichael Niedermayer2006-12-261-1/+1
* Musepack SV7 decoding supportKostya Shishkov2006-12-245-2/+558
* skiprdMichael Niedermayer2006-12-234-1/+37
* test DIRECT{0,0} too if flag mv0 is usedMichael Niedermayer2006-12-222-1/+3
* bt 0 is invalid, setting min to 1Baptiste Coudurier2006-12-221-1/+1
* more simplificationAurelien Jacobs2006-12-211-3/+1
* 10lMichael Niedermayer2006-12-211-0/+5
* FIXME has already been fixed ages agoMichael Niedermayer2006-12-211-1/+1
* simplifyMichael Niedermayer2006-12-211-1/+1
* use qscale_table in adaptive quantMichael Niedermayer2006-12-211-0/+1
* simplifyMichael Niedermayer2006-12-211-2/+2
* i think this if() is useless lets abuse our users to test this ;)Michael Niedermayer2006-12-211-0/+1
* skip motion estimation and encoding of non direct-0,0 MBs if the next MB is s...Michael Niedermayer2006-12-213-2/+24
* dont randomly disallow intr4v in adaptive quantMichael Niedermayer2006-12-211-1/+16
* dont randomly dissallow direct MBsMichael Niedermayer2006-12-211-1/+0
* try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRDMichael Niedermayer2006-12-201-12/+12
* fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain)Michael Niedermayer2006-12-201-1/+3
* dont favor the zero MV if mv0 is used (psnr per bitrate gains ranging from 0 ...Michael Niedermayer2006-12-201-0/+2
* Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detectionGuillaume Poirier2006-12-182-1/+6
* minor doc fixMichael Niedermayer2006-12-181-1/+2
* always print message when error, AV_LOG_DEBUG -> AV_LOG_ERRORBaptiste Coudurier2006-12-181-32/+8
* Add support for VP60 and VP61.Aurelien Jacobs2006-12-174-10/+34
* 10lMichael Niedermayer2006-12-171-1/+1
* small optimizationAurelien Jacobs2006-12-171-1/+1
* warn user if the selected diamond size is larger then the motion estimation s...Michael Niedermayer2006-12-171-0/+6
* limit x/ymin/max to me_rangeMichael Niedermayer2006-12-171-0/+7
* Check mb_pos is big enough before trying to access data left or above.Reimar Döffinger2006-12-171-2/+2
* av_log(NULL,... -> av_log(avctx,.. where appropriate.Benjamin Larsson2006-12-141-13/+13
* Bug fix for crashes when SSE is used on unaligned arrays.Benjamin Larsson2006-12-141-7/+7
* vqmin/vqmax --> qmin/qmax in the option descriptionDiego Biurrun2006-12-131-2/+2
* Doxygen comments about variables described by Michael here:Guillaume Poirier2006-12-121-1/+3
* mv overflow in map fix (untested except regression tests)Michael Niedermayer2006-12-121-3/+10
* Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data.Reimar Döffinger2006-12-111-2/+7
* Adding H.264 DCT.Panagiotis Issaris2006-12-113-1/+90
* fix playback of mp3_bits_left.aviMichael Niedermayer2006-12-111-1/+1
OpenPOWER on IntegriCloud