summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge commit '2f15846ad7ad57beb0bca99c624affa0facf284b'Michael Niedermayer2015-06-011-0/+1
|\ \ | |/
| * mpegvideo: wmv2: Move function declarationsVittorio Giovara2015-05-311-0/+1
* | avcodec/mpegvideo: Use FFSWAP to exchange pointersMichael Niedermayer2015-05-291-8/+2
* | avcodec/mpegvideo: Reset bitstream_buffer_size on allocation failureMichael Niedermayer2015-05-291-1/+3
* | avcodec/mpegvideo: Check pointer when allocation failRoman Savchenko2015-05-291-2/+5
* | Merge commit 'fa1923f18205410a3b0aa6c0e77cb31443ef340d'Michael Niedermayer2015-05-281-96/+0
|\ \ | |/
| * mpegvideo: Move ff_*_rl functions to a separate fileAnton Khirnov2015-05-281-92/+0
* | Merge commit '419e3404d07acaac019e8f363c281e17c3a3d622'Michael Niedermayer2015-05-281-13/+14
|\ \ | |/
| * mpegvideo: Drop exchange_uv() function and use its code directlyVittorio Giovara2015-05-281-13/+14
* | Merge commit '4e17946f10d39eec6cc03fb249ae8147373141b6'Michael Niedermayer2015-05-221-20/+18
|\ \ | |/
| * mpegvideo: Rework various functions not to use MpegEncContext directlyVittorio Giovara2015-05-221-17/+17
* | Merge commit 'a3f4c930ac3f49f47b6e6ffda925d0dcf80320e2'Michael Niedermayer2015-05-221-7/+7
|\ \ | |/
| * mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directlyVittorio Giovara2015-05-221-7/+7
* | Merge commit 'd528045558825f01472e9bee873f60c98d661e53'Michael Niedermayer2015-05-221-28/+28
|\ \ | |/
| * mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directlyVittorio Giovara2015-05-221-32/+28
* | Merge commit '9c1db92ad372d4cd69e0490e691c56e4097cb193'Michael Niedermayer2015-05-221-2/+0
|\ \ | |/
| * mpegvideo: Drop err_recognitionVittorio Giovara2015-05-221-2/+0
* | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer2015-05-221-19/+14
|\ \ | |/
| * mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-221-11/+10
* | avcodec/mpegvideo: Fix null pointer dereference with grayscale decoding with ...Michael Niedermayer2015-05-091-5/+7
* | avcodec/mpegvideo: Fix indentionMichael Niedermayer2015-05-091-2/+2
* | avcodec/mpegvideo: Fix -flags +gray with xvid_vlc_trac7411.h263Michael Niedermayer2015-05-091-0/+2
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-1/+1
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-1/+1
* | avcodec/mpegvideo: support mbskip_table==NULL in ff_print_debug_info2()Michael Niedermayer2015-03-211-2/+3
* | avcodec/mpegvideo: Fix undefined shift in ff_mpv_lowest_referenced_row()Michael Niedermayer2015-03-111-2/+2
* | avcodec/mpegvideo: Fix undefined shifts in ff_init_block_index()Michael Niedermayer2015-03-101-3/+3
* | avcodec/mpegvideo: Fix memleak of mvsMichael Niedermayer2015-02-221-1/+3
* | Merge commit 'e44b58924fe7b180bf8b0c277c15d1a58210a0e9'Michael Niedermayer2015-01-271-2/+0
|\ \ | |/
| * lavc: deprecate unused AVCodecContext.stream_codec_tagAnton Khirnov2015-01-271-2/+0
* | Merge commit 'cf1e0786ed64e69614760bfb4ecd7adbde8e6094'Michael Niedermayer2015-01-271-2/+0
|\ \ | |/
| * error_resilience: move the MECmpContext initialization into ER codeAnton Khirnov2015-01-271-2/+0
* | avcodec/mpegvideo: also export 0,0 motion vectorsMichael Niedermayer2015-01-221-2/+0