summaryrefslogtreecommitdiffstats
path: root/libavcodec/libxvid.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-4/+4
* libxvid: Create extradata in init using a dummy frameDerek Buitenhuis2016-04-191-0/+41
* lavc: Move mpeg_quant to codec private optionsVittorio Giovara2016-01-211-0/+10
* lavc: Add missing mem.h header to libxvid and screenpressoVittorio Giovara2015-11-121-0/+1
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-1/+1
* mpegvideo: Drop mpegvideo.h where not neededVittorio Giovara2015-09-131-1/+4
* mpegvideo: Make sure mpegutils.h is included where neededVittorio Giovara2015-09-131-0/+1
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-10/+10
* lavc: Deprecate avctx.me_methodVittorio Giovara2015-07-271-11/+32
* Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+12
* Add a quality factor packet side dataVittorio Giovara2015-07-201-0/+6
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-4/+0
* libxvid: Do not entangle coded_frameVittorio Giovara2015-07-201-9/+9
* xvid: Check memory allocationVittorio Giovara2015-05-311-0/+6
* libxvid: Make codec use the init-cleanup flag and mark it as init-thread-safeVittorio Giovara2015-04-241-1/+8
* libxvid: Return meaningful error messagesHimangi Saraogi2015-02-171-6/+6
* libxvid: K&R formatting cosmeticsGabriel Dume2014-08-261-244/+253
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-2/+2
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-5/+5
* libxvid: Drop PPC-specific CPU detection hackDiego Biurrun2014-07-221-12/+0
* lavc: make the xvid-specific "gmc" flag a private option of libxvidAnton Khirnov2014-05-011-1/+8
* libxvid: fix missing end of line characterVittorio Giovara2014-04-071-1/+1
* libxvid: Add SSIM displaying through a libxvidcore pluginTimothy Gu2014-04-061-0/+19
* libxvid: add working lumimasking and variance AQTimothy Gu2014-04-061-2/+45
* libxvid: use the AVFrame API properly.Anton Khirnov2013-11-161-4/+4
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* libxvid: remove useless doxy comments.Anton Khirnov2012-10-221-27/+0
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-2/+2
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* libxvid: Give more suitable names to libxvid-related files.Diego Biurrun2012-05-091-0/+788
OpenPOWER on IntegriCloud