summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * mpegvideo: Move block permutation function where is usedVittorio Giovara2015-06-101-29/+0
* | Merge commit 'c6aa0554b0c3e31fec4580b68ea85b66966cd381'Michael Niedermayer2015-06-101-11/+5
|\ \ | |/
| * mpegvideo: Drop release_unused_pictures() functionVittorio Giovara2015-06-101-12/+5
* | Merge commit '7061bf0925a7d6c5899bbe710b2b8cdae9005274'Michael Niedermayer2015-06-101-438/+1
|\ \ | |/
| * mpegvideo: Move Picture-related functions to a separate fileVittorio Giovara2015-06-101-396/+1
* | Merge commit '9bb11be0e5a75782c3139ad058c2b571499aa37d'Michael Niedermayer2015-06-081-58/+76
|\ \ | |/
| * mpegvideo: Split picture allocation for encoding and decodingVittorio Giovara2015-06-081-53/+71
* | Merge commit 'f8716a1408f4f4ec63857b7015fbd62f9eac344a'Michael Niedermayer2015-06-081-13/+16
|\ \ | |/
| * mpegvideo: Rework frame_size_alloc functionVittorio Giovara2015-06-081-11/+14
* | Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8'Michael Niedermayer2015-06-081-33/+34
|\ \ | |/
| * mpegvideo: Move various temporary buffers to a separate contextVittorio Giovara2015-06-081-24/+25
* | avcodec/mpegvideo: Use av_memdup() for allocating thread_contextMichael Niedermayer2015-06-061-4/+8
* | avcodec/mpegvideo: Clear thread_context array before allocatingMichael Niedermayer2015-06-061-0/+2
* | avcodec/mpegvideo: Merge thread context initialization loopsMichael Niedermayer2015-06-061-10/+8
* | avcodec/mpegvideo: use av_clip() instead of nested min & maxClément Bœsch2015-06-061-1/+1
* | Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61'Michael Niedermayer2015-06-011-83/+1
|\ \ | |/
| * mpegvideo: Move tables to a separate fileVittorio Giovara2015-05-311-83/+1
OpenPOWER on IntegriCloud