summaryrefslogtreecommitdiff
path: root/libavcodec/libxvid.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* libxvid: Create extradata in init using a dummy frameDerek Buitenhuis2016-04-19
* lavc: Move mpeg_quant to codec private optionsVittorio Giovara2016-01-21
* lavc: Add missing mem.h header to libxvid and screenpressoVittorio Giovara2015-11-12
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* mpegvideo: Drop mpegvideo.h where not neededVittorio Giovara2015-09-13
* mpegvideo: Make sure mpegutils.h is included where neededVittorio Giovara2015-09-13
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* lavc: Deprecate avctx.me_methodVittorio Giovara2015-07-27
* Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* Add a quality factor packet side dataVittorio Giovara2015-07-20
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* libxvid: Do not entangle coded_frameVittorio Giovara2015-07-20
* xvid: Check memory allocationVittorio Giovara2015-05-31
* libxvid: Make codec use the init-cleanup flag and mark it as init-thread-safeVittorio Giovara2015-04-24
* libxvid: Return meaningful error messagesHimangi Saraogi2015-02-17
* libxvid: K&R formatting cosmeticsGabriel Dume2014-08-26
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* libxvid: Drop PPC-specific CPU detection hackDiego Biurrun2014-07-22
* lavc: make the xvid-specific "gmc" flag a private option of libxvidAnton Khirnov2014-05-01
* libxvid: fix missing end of line characterVittorio Giovara2014-04-07
* libxvid: Add SSIM displaying through a libxvidcore pluginTimothy Gu2014-04-06
* libxvid: add working lumimasking and variance AQTimothy Gu2014-04-06
* libxvid: use the AVFrame API properly.Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* libxvid: remove useless doxy comments.Anton Khirnov2012-10-22
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* libxvid: Give more suitable names to libxvid-related files.Diego Biurrun2012-05-09