summaryrefslogtreecommitdiffstats
path: root/libavcodec/libxvid.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-0/+1
* Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'James Almer2017-10-231-24/+0
|\
| * lavc: Drop deprecated options moved to private contextsVittorio Giovara2017-03-231-24/+0
* | Merge commit 'bb45d11282d93af0e8d4c8fd6bc6405f7439a940'James Almer2017-10-231-5/+0
|\ \ | |/
| * lavc: Drop deprecated codec flagsVittorio Giovara2017-03-231-6/+0
| * Drop libxvid rate control support for mpegvideo encodingDiego Biurrun2016-12-111-2/+29
* | avcodec/libxvid: make 4 the default for me_qualityJames Almer2017-10-211-1/+1
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-4/+4
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-4/+4
| * libxvid: Create extradata in init using a dummy frameDerek Buitenhuis2016-04-191-0/+41
* | avcodec/libxvid: Fix use of uninitialized AVPacket fieldsMichael Niedermayer2016-05-311-1/+1
* | libxvid: Create extradata in init using a dummy frameDerek Buitenhuis2016-04-051-0/+40
* | Use avpriv_tempfile()Michael Niedermayer2016-03-121-1/+1
* | Merge commit '12b49769223234673db1003d9c43e7483ceb0282'Derek Buitenhuis2016-01-281-0/+10
|\ \ | |/
| * lavc: Move mpeg_quant to codec private optionsVittorio Giovara2016-01-211-0/+10
* | Merge commit 'e25cac50e05d29a15d7a52c01c394ba913c97aee'Derek Buitenhuis2015-11-191-0/+1
|\ \ | |/
| * lavc: Add missing mem.h header to libxvid and screenpressoVittorio Giovara2015-11-121-0/+1
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-1/+1
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-1/+1
* | avcodec/libxvid: add missing includeMichael Niedermayer2015-09-161-0/+1
* | Merge commit 'e60a6e7545dd6f5b25e3a65de9c6fdcc6e2e9d6b'Hendrik Leppkes2015-09-161-1/+4
|\ \ | |/
| * mpegvideo: Drop mpegvideo.h where not neededVittorio Giovara2015-09-131-1/+4
* | Merge commit '5d14cf199990cd378904a2618b5c72c4b02290f6'Hendrik Leppkes2015-09-161-0/+1
|\ \ | |/
| * mpegvideo: Make sure mpegutils.h is included where neededVittorio Giovara2015-09-131-0/+1
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-10/+10
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-10/+10
* | Merge commit '4b6b1082a73907c7c3de2646c6398bc61320f2c6'Michael Niedermayer2015-07-271-11/+32
|\ \ | |/
| * lavc: Deprecate avctx.me_methodVittorio Giovara2015-07-271-11/+32
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* | Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATSMichael Niedermayer2015-07-221-12/+13
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-211-0/+12
|\ \ | |/
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+12
* | Merge commit '5d3addb937946eca5391e40b5e6308e74ac6f77b'Michael Niedermayer2015-07-211-0/+6
|\ \ | |/
| * Add a quality factor packet side dataVittorio Giovara2015-07-201-0/+6
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-201-4/+0
|\ \ | |/
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-4/+0
* | Merge commit '7fc8d8a1b3da1666176b3d92e989ee74f3ef014e'Michael Niedermayer2015-07-201-9/+9
|\ \ | |/
| * libxvid: Do not entangle coded_frameVittorio Giovara2015-07-201-9/+9
| * xvid: Check memory allocationVittorio Giovara2015-05-311-0/+6
* | avcodec/libxvid: remove now redundant init cleanup codeMichael Niedermayer2015-04-241-25/+12
* | Merge commit '18db1286b04557aa2d2df7efbcb65ae825d5a469'Michael Niedermayer2015-04-241-3/+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
* | avcodec/libxvid: fix potential integer overflowMichael Niedermayer2015-01-071-1/+1
* | avcodec/libxvid: check for av_malloc*() failuresMichael Niedermayer2015-01-031-0/+10
* | lavc/libxvid: workaround for bug in libxvidcoreLukasz Marek2014-12-051-0/+13
* | lavc/libxvid: return meaningful error codesLukasz Marek2014-11-251-4/+11
* | lavc/libxvid: fix mem leak in case of init failureLukasz Marek2014-11-241-4/+7
OpenPOWER on IntegriCloud