summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAge
...
| * mpegvideo: Drop err_recognitionVittorio Giovara2015-05-22
* | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer2015-05-22
|\|
| * mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-22
* | avcodec/mpegvideo: Fix null pointer dereference with grayscale decoding with ...Michael Niedermayer2015-05-09
* | avcodec/mpegvideo: Fix indentionMichael Niedermayer2015-05-09
* | avcodec/mpegvideo: Fix -flags +gray with xvid_vlc_trac7411.h263Michael Niedermayer2015-05-09
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-20
|\|
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* | avcodec/mpegvideo: support mbskip_table==NULL in ff_print_debug_info2()Michael Niedermayer2015-03-21
* | avcodec/mpegvideo: Fix undefined shift in ff_mpv_lowest_referenced_row()Michael Niedermayer2015-03-11
* | avcodec/mpegvideo: Fix undefined shifts in ff_init_block_index()Michael Niedermayer2015-03-10
* | avcodec/mpegvideo: Fix memleak of mvsMichael Niedermayer2015-02-22
* | Merge commit 'e44b58924fe7b180bf8b0c277c15d1a58210a0e9'Michael Niedermayer2015-01-27
|\|
| * lavc: deprecate unused AVCodecContext.stream_codec_tagAnton Khirnov2015-01-27
* | Merge commit 'cf1e0786ed64e69614760bfb4ecd7adbde8e6094'Michael Niedermayer2015-01-27
|\|
| * error_resilience: move the MECmpContext initialization into ER codeAnton Khirnov2015-01-27
* | avcodec/mpegvideo: also export 0,0 motion vectorsMichael Niedermayer2015-01-22
* | Merge commit 'd75190aa93206c02cb4f18a66d2c927d6a0198e1'Michael Niedermayer2014-12-15
|\|
| * mpegvideo: move REBASE_PICTURE where it is usedVittorio Giovara2014-12-15
| * mpegvideo: exit cleanly when ff_mpv_common_frame_size_change() failsMichael Niedermayer2014-12-03
| * mpegvideo: free_context_frame() cannot fail, make it return voidMichael Niedermayer2014-12-03
* | Merge commit 'c45eeb2dbf42382d335da8068231a8026c08843b'Michael Niedermayer2014-12-05
|\|
| * mpegvideo: replace assert about interlaced EC with debug av_log()Michael Niedermayer2014-12-03
* | Merge commit '898e9a24ef13d8c56b4abf4ee0af09cdb0343e2d'Michael Niedermayer2014-11-11
|\|
| * mpegvideo: check mpv return valueVittorio Giovara2014-11-11
* | avcodec/mpegvideo: Use FF_ALLOCZ_ARRAY_OR_GOTO()Michael Niedermayer2014-09-10
* | avcodec/mpegvideo: Set err on failure in ff_mpv_common_frame_size_change()Michael Niedermayer2014-09-07
* | avcodec/mpegvideo: check that the context is initialized in ff_mpv_common_fra...Michael Niedermayer2014-09-07
* | avcodec/mpegvideo: Use "goto fail" for all error paths in ff_mpv_common_frame...Michael Niedermayer2014-09-07
* | avcodec/mpegvideo: free_context_frame() cannot fail, make it return voidMichael Niedermayer2014-09-07
* | avcodec/mpegvideo: set codec tags in ff_mpv_decode_init()Michael Niedermayer2014-09-05
* | avcodec/mpegvideo: Factor ff_mpv_decode_init() outMichael Niedermayer2014-09-05
* | rl.h: Use on-stack temporary VLC tables instead of having them static.Reimar Döffinger2014-09-02
* | rl.h: remove deprecated and now unused vlc member.Reimar Döffinger2014-09-02
* | avfilter: add codecview filterClément Bœsch2014-08-24
* | avcodec: export motion vectors in frame side data on demandClément Bœsch2014-08-18
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-15
|\|
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* | Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'Michael Niedermayer2014-08-15
|\|
| * mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-15
* | Merge commit '998c9f15d1ca8c7489775ebcca51623b915988f1'Michael Niedermayer2014-08-15
|\|
| * idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins2014-08-14
* | Merge commit '16e6652286213014c28a9c3af70435e767d28638'Michael Niedermayer2014-07-22
|\|
| * aarch64: NEON intrinsics dct_unquantize_h263.James Yu2014-07-21
* | Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-17
|\|
| * dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-17
* | avcodec/mpegvideo: clip mv visualization arrows so that their direction is ma...Michael Niedermayer2014-07-09
* | avcodec/mpegvideo: flip motion vector visualization for backward motion vectorsMichael Niedermayer2014-07-09
* | avcodec/mpegvideo: small indent fix in vismv codeClément Bœsch2014-07-07
* | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer2014-07-01
|\|