| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/wmv2dec: Skip I frame if its smaller than 1/8 of the minimal size | Michael Niedermayer | 2019-01-21 | 1 | -0/+8 |
* | avcodec/wmv2dec: skip frames that have only skiped MBs | Michael Niedermayer | 2018-09-03 | 1 | -0/+15 |
* | avcodec/wmv2dec: Check end of bitstream in parse_mb_skip() and ff_wmv2_decode... | Michael Niedermayer | 2017-11-18 | 1 | -2/+16 |
* | Merge commit 'b3739599bda740ac12d3dde31a331b744df99123' | James Almer | 2017-10-23 | 1 | -4/+0 |
|\ |
|
* | | Merge commit 'ca8c7591735c0f80cc29e31e2e92cb10228e14c7' | Derek Buitenhuis | 2016-05-07 | 1 | -1/+1 |
|\| |
|
| * | intrax8: Remove mpegvideo dependency | Vittorio Giovara | 2016-03-29 | 1 | -1/+1 |
* | | Merge commit '9fa888c02801fff2e8817c24068f5296bbe60000' | Derek Buitenhuis | 2016-05-07 | 1 | -0/+1 |
|\| |
|
| * | intrax8: Keep a reference to the decoder blocks | Vittorio Giovara | 2016-03-29 | 1 | -0/+1 |
* | | Merge commit 'c2084ffcbfc11d1b6ed3a4a0df9cafd56fbb896f' | Derek Buitenhuis | 2016-05-07 | 1 | -1/+1 |
|\| |
|
| * | intrax8: Use the generic horizband function | Vittorio Giovara | 2016-03-29 | 1 | -1/+1 |
* | | Merge commit 'b1268e0f032a3af3912fe3fb8d3855e12d7ea83b' | Derek Buitenhuis | 2016-05-07 | 1 | -1/+2 |
|\| |
|
| * | intrax8: Pass macroblock coordinates to ff_intrax8_decode_picture | Vittorio Giovara | 2016-03-29 | 1 | -1/+2 |
* | | Merge commit 'd0540fd02171a6233d2016b199d013299debf7e3' | Derek Buitenhuis | 2016-05-07 | 1 | -1/+2 |
|\| |
|
| * | intrax8: Pass macroblock size to ff_intrax8_common_init | Vittorio Giovara | 2016-03-29 | 1 | -1/+2 |
* | | Merge commit '1eaae7abb8f208fefb4e8b9e983e61b2499206a3' | Derek Buitenhuis | 2016-04-24 | 1 | -1/+1 |
|\| |
|
| * | intrax8: Reference the current AVCodecContext | Vittorio Giovara | 2016-03-25 | 1 | -1/+1 |
* | | Merge commit '8072345e9f86d88fbc4a15c17cb03f1e4701c9a5' | Derek Buitenhuis | 2016-04-24 | 1 | -1/+1 |
|\| |
|
| * | intrax8: Keep a reference to the GetBitContext reader | Vittorio Giovara | 2016-03-25 | 1 | -1/+1 |
* | | Merge commit 'eaeba6f241e0de0e797be10f8fda967ef8489e64' | Derek Buitenhuis | 2016-04-24 | 1 | -1/+2 |
|\| |
|
| * | intrax8: Pass the output frame to the decoding function | Vittorio Giovara | 2016-03-25 | 1 | -1/+2 |
* | | Merge commit '577393321c389ad2973bec6168a8045c94a9e099' | Derek Buitenhuis | 2016-04-24 | 1 | -1/+2 |
|\| |
|
| * | intrax8: Carry over the loopfilter value in ff_intrax8_decode_picture | Vittorio Giovara | 2016-03-25 | 1 | -1/+2 |
* | | Merge commit '68127e1bf8037a6e0acd6401cc8c5da950e3fa0a' | Derek Buitenhuis | 2016-04-24 | 1 | -1/+1 |
|\| |
|
| * | intrax8: Keep a reference to the context idctdsp | Vittorio Giovara | 2016-03-25 | 1 | -1/+1 |
* | | Merge commit 'd909f43b5c773a73c8d526638744547ba4aa8c59' | Derek Buitenhuis | 2016-04-17 | 1 | -3/+1 |
|\| |
|
| * | vc1dec: wmv2dec: Validate ff_intrax8_common_init return value | Vittorio Giovara | 2016-03-22 | 1 | -3/+1 |
* | | Merge commit '0c6a70873fc6e43194b471d112c30823b6c8d0b4' | Derek Buitenhuis | 2016-04-17 | 1 | -0/+4 |
|\| |
|
| * | intrax8: Move error resilience out of intrax8 | Vittorio Giovara | 2016-03-22 | 1 | -0/+4 |
* | | avcodec/mpegvideo: change bit_rate to 64bit | Michael Niedermayer | 2015-09-02 | 1 | -1/+1 |
* | | Put remaining pieces of CODEC_FLAG_EMU_EDGE under FF_API_EMU_EDGE. | Ronald S. Bultje | 2015-08-28 | 1 | -0/+2 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -3/+4 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -3/+4 |
* | | Merge commit '42c8f92e2fa390fa17b03d37b4323ec0d721d4cd' | Michael Niedermayer | 2015-02-17 | 1 | -20/+21 |
|\| |
|
| * | wmv2: Return meaningful error codes | Himangi Saraogi | 2015-02-17 | 1 | -20/+21 |
* | | avcodec/wmv2: simplify cbp_table_index calculation | zhaoxiu.zeng | 2015-02-13 | 1 | -10/+1 |
* | | Merge commit 'eda7571ea1a41c835e3a02fa9517e5bc67d7adce' | Michael Niedermayer | 2014-09-03 | 1 | -224/+235 |
|\| |
|
| * | wmv2: K&R formatting cosmetics | Gabriel Dume | 2014-09-02 | 1 | -224/+235 |
* | | Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9' | Michael Niedermayer | 2014-06-19 | 1 | -2/+2 |
|\| |
|
| * | dsputil: Split clear_block*/fill_block* off into a separate context | Diego Biurrun | 2014-06-18 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-23 | 1 | -1/+4 |
|\| |
|
| * | lavc: drop ff_pixfmt_list_420 | Vittorio Giovara | 2014-03-23 | 1 | -1/+4 |
* | | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b' | Michael Niedermayer | 2014-03-17 | 1 | -0/+1 |
|\| |
|
| * | mpegvideo: move mpegvideo formats-related defines to mpegutils.h | Vittorio Giovara | 2014-03-16 | 1 | -0/+1 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | wmv2: drop non emu edge mode | Michael Niedermayer | 2013-03-28 | 1 | -0/+2 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -6/+6 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -6/+6 |