| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mpegvideo: Fix undefined shift in ff_mpv_lowest_referenced_row() | Michael Niedermayer | 2015-03-11 | 1 | -2/+2 |
* | avcodec/mpegvideo: Fix undefined shifts in ff_init_block_index() | Michael Niedermayer | 2015-03-10 | 1 | -3/+3 |
* | avcodec/mpegvideo: Fix memleak of mvs | Michael Niedermayer | 2015-02-22 | 1 | -1/+3 |
* | Merge commit 'e44b58924fe7b180bf8b0c277c15d1a58210a0e9' | Michael Niedermayer | 2015-01-27 | 1 | -2/+0 |
|\ |
|
| * | lavc: deprecate unused AVCodecContext.stream_codec_tag | Anton Khirnov | 2015-01-27 | 1 | -2/+0 |
* | | Merge commit 'cf1e0786ed64e69614760bfb4ecd7adbde8e6094' | Michael Niedermayer | 2015-01-27 | 1 | -2/+0 |
|\| |
|
| * | error_resilience: move the MECmpContext initialization into ER code | Anton Khirnov | 2015-01-27 | 1 | -2/+0 |
* | | avcodec/mpegvideo: also export 0,0 motion vectors | Michael Niedermayer | 2015-01-22 | 1 | -2/+0 |
* | | Merge commit 'd75190aa93206c02cb4f18a66d2c927d6a0198e1' | Michael Niedermayer | 2014-12-15 | 1 | -0/+5 |
|\| |
|
| * | mpegvideo: move REBASE_PICTURE where it is used | Vittorio Giovara | 2014-12-15 | 1 | -0/+5 |
| * | mpegvideo: exit cleanly when ff_mpv_common_frame_size_change() fails | Michael Niedermayer | 2014-12-03 | 1 | -3/+3 |
| * | mpegvideo: free_context_frame() cannot fail, make it return void | Michael Niedermayer | 2014-12-03 | 1 | -5/+2 |
* | | Merge commit 'c45eeb2dbf42382d335da8068231a8026c08843b' | Michael Niedermayer | 2014-12-05 | 1 | -1/+2 |
|\| |
|
| * | mpegvideo: replace assert about interlaced EC with debug av_log() | Michael Niedermayer | 2014-12-03 | 1 | -1/+3 |
* | | Merge commit '898e9a24ef13d8c56b4abf4ee0af09cdb0343e2d' | Michael Niedermayer | 2014-11-11 | 1 | -2/+3 |
|\| |
|
| * | mpegvideo: check mpv return value | Vittorio Giovara | 2014-11-11 | 1 | -1/+3 |
* | | avcodec/mpegvideo: Use FF_ALLOCZ_ARRAY_OR_GOTO() | Michael Niedermayer | 2014-09-10 | 1 | -2/+2 |
* | | avcodec/mpegvideo: Set err on failure in ff_mpv_common_frame_size_change() | Michael Niedermayer | 2014-09-07 | 1 | -2/+2 |
* | | avcodec/mpegvideo: check that the context is initialized in ff_mpv_common_fra... | Michael Niedermayer | 2014-09-07 | 1 | -0/+3 |
* | | avcodec/mpegvideo: Use "goto fail" for all error paths in ff_mpv_common_frame... | Michael Niedermayer | 2014-09-07 | 1 | -1/+1 |
* | | avcodec/mpegvideo: free_context_frame() cannot fail, make it return void | Michael Niedermayer | 2014-09-07 | 1 | -5/+2 |
* | | avcodec/mpegvideo: set codec tags in ff_mpv_decode_init() | Michael Niedermayer | 2014-09-05 | 1 | -4/+4 |
* | | avcodec/mpegvideo: Factor ff_mpv_decode_init() out | Michael Niedermayer | 2014-09-05 | 1 | -0/+12 |
* | | rl.h: Use on-stack temporary VLC tables instead of having them static. | Reimar Döffinger | 2014-09-02 | 1 | -4/+8 |
* | | rl.h: remove deprecated and now unused vlc member. | Reimar Döffinger | 2014-09-02 | 1 | -4/+4 |
* | | avfilter: add codecview filter | Clément Bœsch | 2014-08-24 | 1 | -2/+10 |
* | | avcodec: export motion vectors in frame side data on demand | Clément Bœsch | 2014-08-18 | 1 | -1/+102 |
* | | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 1 | -10/+7 |
|\| |
|
| * | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -10/+7 |
* | | Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b' | Michael Niedermayer | 2014-08-15 | 1 | -31/+32 |
|\| |
|
| * | mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes | Diego Biurrun | 2014-08-15 | 1 | -28/+29 |
* | | Merge commit '998c9f15d1ca8c7489775ebcca51623b915988f1' | Michael Niedermayer | 2014-08-15 | 1 | -5/+10 |
|\| |
|
| * | idct: remove call to ff_idctdsp_init from ff_MPV_common_init | John Stebbins | 2014-08-14 | 1 | -5/+10 |
* | | Merge commit '16e6652286213014c28a9c3af70435e767d28638' | Michael Niedermayer | 2014-07-22 | 1 | -0/+3 |
|\| |
|
| * | aarch64: NEON intrinsics dct_unquantize_h263. | James Yu | 2014-07-21 | 1 | -0/+3 |
* | | Merge commit '2d60444331fca1910510038dd3817bea885c2367' | Michael Niedermayer | 2014-07-17 | 1 | -2/+2 |
|\| |
|
| * | dsputil: Split motion estimation compare bits off into their own context | Diego Biurrun | 2014-07-17 | 1 | -2/+2 |
* | | avcodec/mpegvideo: clip mv visualization arrows so that their direction is ma... | Michael Niedermayer | 2014-07-09 | 1 | -0/+28 |
* | | avcodec/mpegvideo: flip motion vector visualization for backward motion vectors | Michael Niedermayer | 2014-07-09 | 1 | -5/+15 |
* | | avcodec/mpegvideo: small indent fix in vismv code | Clément Bœsch | 2014-07-07 | 1 | -2/+2 |
* | | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e' | Michael Niedermayer | 2014-07-01 | 1 | -25/+27 |
|\| |
|
| * | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 1 | -25/+27 |
* | | avcodec/mpegvideo: dont overwrite emu_edge buffer | Michael Niedermayer | 2014-06-28 | 1 | -1/+2 |
* | | Merge commit 'fab9df63a3156ffe1f9490aafaea41e03ef60ddf' | Michael Niedermayer | 2014-06-23 | 1 | -0/+1 |
|\| |
|
| * | dsputil: Split off global motion compensation bits into a separate context | Diego Biurrun | 2014-06-23 | 1 | -0/+1 |
* | | Merge commit '7b9ef8d701c319c26f7d0664fe977e176764c74e' | Michael Niedermayer | 2014-06-23 | 1 | -41/+0 |
|\| |
|
| * | mpeg: Split error resilience bits off into a separate file | Diego Biurrun | 2014-06-22 | 1 | -40/+0 |
* | | Merge commit '8d695dc411c1ae28477f107d6f7bf2db59af95df' | Michael Niedermayer | 2014-06-23 | 1 | -4/+4 |
|\| |
|
| * | mpeg: Mark ff_mpeg_set_erpic() static | Diego Biurrun | 2014-06-22 | 1 | -4/+4 |
* | | Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9' | Michael Niedermayer | 2014-06-19 | 1 | -1/+3 |
|\| |
|