| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\| |
|
| * | dsputil: Split clear_block*/fill_block* off into a separate context | Diego Biurrun | 2014-06-18 | 1 | -1/+3 |
* | | Fix all VDPAU decoders. | Carl Eugen Hoyos | 2014-06-18 | 1 | -0/+3 |
* | | avcodec/mpegvideo: check that linesize is not too small | Michael Niedermayer | 2014-06-13 | 1 | -0/+5 |
* | | avcodec/mpegvideo: fix edge emulation with uvlinesize below 25 | Michael Niedermayer | 2014-06-13 | 1 | -5/+6 |
* | | Merge commit '0ddc53dabbc6f636d062b187ea27934610aaad30' | Michael Niedermayer | 2014-06-11 | 1 | -1/+4 |
|\| |
|
| * | mpegvideo: synchronize AVFrame pointers in ERContext fully | Janne Grunau | 2014-06-11 | 1 | -1/+4 |
* | | Merge commit '368f50359eb328b0b9d67451f56fda20b3255f9a' | Michael Niedermayer | 2014-05-30 | 1 | -0/+1 |
|\| |
|
| * | dsputil: Split off quarterpel bits into their own context | Diego Biurrun | 2014-05-29 | 1 | -0/+1 |
* | | Merge commit '3832a6590156e6abc575bed51cbffa78617ee5fd' | Michael Niedermayer | 2014-05-30 | 1 | -0/+22 |
|\| |
|
| * | dsputil: Move ff_alternate_*_scan tables to mpegvideo | Diego Biurrun | 2014-05-29 | 1 | -0/+22 |
* | | Merge commit 'a871ef0cc936612bdb0e643196be72efcf0c8986' | Michael Niedermayer | 2014-05-11 | 1 | -2/+2 |
|\| |
|
| * | hwaccel: Rename priv_data_size to frame_priv_data_size | Anton Khirnov | 2014-05-11 | 1 | -2/+2 |
* | | avcodec/mpegvideo: fix gray*() parameter types | Michael Niedermayer | 2014-05-02 | 1 | -2/+2 |
* | | avcodec/mpegvideo: support disabling motion compensation | Michael Niedermayer | 2014-05-02 | 1 | -0/+45 |
* | | Merge commit 'c1f92d13589d431e576d719dd44427486a5e05cd' | Michael Niedermayer | 2014-04-30 | 1 | -1/+0 |
|\| |
|
| * | mpegvideo: remove unused MpegEncContext.b4_stride | Anton Khirnov | 2014-04-29 | 1 | -1/+0 |