summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mpeg: Initialize quarter_sample parameter from previous thread.Andriy Gelman2018-12-141-0/+2
* mpeg4video: Add Studio DPCM supportKieran Kunhya2018-08-251-17/+56
* avcodec/idctdsp: Transmit studio_profile to init instead of using AVCodecCont...Michael Niedermayer2018-05-301-0/+2
* mpeg4video: Add support for MPEG-4 Simple Studio Profile.Kieran Kunhya2018-04-021-11/+41
* libavcodec: Move ff_print_debug_info2 to mpegutils.cKieran Kunhya2017-12-111-314/+0
* libavcodec/mepgvideo : remove warning introduce by previous patchMartin Vignali2017-11-061-2/+1
* avcodec: remove remaining uses of avcodec_get_chroma_sub_sampleMartin Vignali2017-11-061-6/+10
* avcodec: drop deprecated vismv optionJames Almer2017-10-231-218/+0
* Merge commit '7b917041184874e7d7cba4450813de7e0bb28a33'James Almer2017-10-211-10/+2
|\
| * Fix instances of broken indentation found by gcc 6Anton Khirnov2016-07-311-9/+9
* | mpegdec: fix redundant dummy frames issue of interlaced clipsZhong Li2017-10-041-5/+1
* | avcodec: add missing FF_API_DEBUG_MV wrappersJames Almer2017-08-251-0/+2
* | avcodec/mpegvideo: Use intra_scantable in dct_unquantize_h263_intra_c()Michael Niedermayer2017-06-211-1/+1
* | avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mbMichael Niedermayer2017-06-191-6/+6
* | avcodec/mpeg4videodec: Workaround interlaced mpeg4 edge MC bugMichael Niedermayer2016-11-171-0/+2
* | avcodec/mpegvideo: Fix edge emu buffer overlap with interlaced mpeg4Michael Niedermayer2016-11-171-1/+1
* | Fix build warnings due to misleading indentationAdriano Pallavicino2016-11-011-27/+27
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-9/+10
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-10/+10
* | Merge commit '99c554efc8b09c3f1bb2fb41c3da5431085f7470'Clément Bœsch2016-06-201-1/+2
|\ \ | |/
| * mpegvideo: Fix undefined negative shifts in ff_init_block_indexLuca Barbato2016-03-051-3/+3
* | avcodec/mpegvideo: Do not clear the parse context during initMichael Niedermayer2016-06-101-3/+1
* | avcodec/mpegvideo: Deallocate last/next picture earlierMichael Niedermayer2016-06-051-2/+2
* | fix some a/an typosLou Logan2016-03-281-4/+4
* | Merge commit '1482aff2048511b821ff9feac19426113cc641a2'Derek Buitenhuis2016-01-281-1/+1
|\ \ | |/
| * lavc: Move noise_reduction to codec private optionsVittorio Giovara2016-01-211-1/+1
* | Merge commit '0ac9f33a9e69c64eee592791be3c5441a6a3d6b7'Derek Buitenhuis2016-01-281-1/+1
|\ \ | |/
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-6/+6
* | avutil/motion_vector: export subpel motion informationClément Bœsch2015-11-231-15/+19
* | mpegvideo: clear overread in clear_contextAndreas Cadhalpun2015-11-151-0/+1
* | avcodec/mpegvideo: use predefined M_PIGanesh Ajjanagadde2015-11-141-2/+2
* | avcodec/mpeg12enc: Basic support for encoding non even QPs for -non_linear_qu...Michael Niedermayer2015-09-181-3/+6
* | avcodec/mpegvideo: Change mpeg2 unquant to work with higher precission qscaleMichael Niedermayer2015-09-181-6/+12
* | Merge commit '5a1a9da8a7ae120f2543b8f2fa13dc8baac39f17'Hendrik Leppkes2015-09-071-3/+0
|\ \ | |/
| * mpegvideo: Drop a stray error messageLuca Barbato2015-09-031-3/+0
* | lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU.Ronald S. Bultje2015-08-181-2/+9
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-2/+2
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-13/+13
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-8/+8
* | avcodec/mpegvideo: Fix null pointer dereference of picture arrayMichael Niedermayer2015-07-141-1/+1
* | avcodec/mpegvideo: Check for NULL in ff_mpv_common_end()Michael Niedermayer2015-07-131-0/+3
* | avcodec/mpegvideo: Clear pointers in ff_mpv_common_init()Michael Niedermayer2015-07-091-4/+78
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for mpegvideo functionsShivraj Patil2015-07-011-0/+2
* | Merge commit '8b5007a31b8d1ddbe3661bf45a732336450b7d25'Michael Niedermayer2015-06-121-65/+2
|\ \ | |/
| * mpegvideo: Move ER functions to a separate fileVittorio Giovara2015-06-121-66/+2
* | Merge commit 'c0e6b8cab874db97b6818007bc86507c8d213083'Michael Niedermayer2015-06-101-3/+3
|\ \ | |/
| * mpegvideo: Mark one function as staticVittorio Giovara2015-06-101-3/+3
* | Merge commit 'd1dd0d404c085f4fce7b8358b4aea677761c5d88'Michael Niedermayer2015-06-101-29/+0
|\ \ | |/
OpenPOWER on IntegriCloud