summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* Bug fix for crashes when SSE is used on unaligned arrays.Benjamin Larsson2006-12-14
* vqmin/vqmax --> qmin/qmax in the option descriptionDiego Biurrun2006-12-13
* Doxygen comments about variables described by Michael here:Guillaume Poirier2006-12-12
* mv overflow in map fix (untested except regression tests)Michael Niedermayer2006-12-12
* Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data.Reimar Döffinger2006-12-11
* Adding H.264 DCT.Panagiotis Issaris2006-12-11
* fix playback of mp3_bits_left.aviMichael Niedermayer2006-12-11
* GCC 3.3 compile fixGuillaume Poirier2006-12-11
* Improve option description.Diego Biurrun2006-12-11
* improved stack misalignment warningMåns Rullgård2006-12-11
* Adding function which enables writing H.264 NAL units.Panagiotis Issaris2006-12-11
* Fix 16 bit cscd samples, 16 bit raw means RGB555 on Windows, and the originalReimar Döffinger2006-12-09
* Typo in error messageReimar Döffinger2006-12-09
* fix bug when __GNUC__ isn't defined and when compiling for a non-x86 architec...Martin Storsjö2006-12-08
* Deobfuscate expressionKostya Shishkov2006-12-08
* Now ZMBV encoder compilesKostya Shishkov2006-12-08
* 1e6l forgot to add zmbvenc.cKostya Shishkov2006-12-08
* lavc is at major version 51, delete old stuffMåns Rullgård2006-12-08
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* better warningMichael Niedermayer2006-12-07
* ff_check_alignment to warn the user about a missaligned stackMichael Niedermayer2006-12-07
* fix compilationMichael Niedermayer2006-12-07
* Added entry for H.264 DCT to the DSP context.Panagiotis Issaris2006-12-07
* Add codec ID for a native H.264 encoder.Panagiotis Issaris2006-12-07
* Making rem6 and div6 globally visible and thus adding prefixes.Panagiotis Issaris2006-12-07
* Removing unused codePanagiotis Issaris2006-12-07
* ZMBV encoderKostya Shishkov2006-12-07
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-06
* Add "mixed_refs" description suggested by Loren Merritt and update accompanyingPanagiotis Issaris2006-12-06
* Add more descriptions to the AVOption array taken from the avcodec.h AVCodec ...Panagiotis Issaris2006-12-06
* Export symbols of several H.264 intra prediction functionsPanagiotis Issaris2006-12-06