| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/dnxhddata: Unavpriv dnxhd_get_(hr_|)_frame_size() | Andreas Rheinhardt | 2021-11-19 | 1 | -2/+2 |
* | avcodec: Constify all the AVCodecParsers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/dnxhd_parser: Fix parser when input does not have nicely sized packets | Michael Niedermayer | 2019-07-17 | 1 | -1/+2 |
* | avcodec/dnxhd_parser: Optimize insufficient buf size case | Michael Niedermayer | 2019-07-17 | 1 | -0/+4 |
* | avcodec/dnxhd_parser: remove unneeded code | Michael Niedermayer | 2019-07-17 | 1 | -2/+0 |
* | libavcodec/dnxhd: change ff_dnxhd_get_hr_frame_size to avpriv_ | Jason Stevens | 2018-09-10 | 1 | -1/+1 |
* | avcodec/dnxhd_parser: Do not return invalid value from dnxhd_find_frame_end()... | Michael Niedermayer | 2017-06-16 | 1 | -5/+7 |
* | avcodec/dnxhd_parser: fix parsing interlaced video, simplify code | Paul B Mahol | 2017-04-23 | 1 | -13/+1 |
* | avcodec/dnxhd*: add ff_dnxhd_get_hr_frame_size() | Paul B Mahol | 2017-04-14 | 1 | -14/+1 |
* | avcodec/dnxhddec: add support for very big resolutions | Paul B Mahol | 2017-04-11 | 1 | -1/+1 |
* | avcodec/dnxhd_parser: take into account compressed frame size and skip it | Paul B Mahol | 2017-03-24 | 1 | -7/+58 |
* | libavcodec/dnxhd_parser: add parser and probe support raw 444 and dnxhr formats | Mark Reid | 2016-02-14 | 1 | -4/+3 |
* | Merge commit '89ef08c992c484a46711b1a68a988303679c288e' | Michael Niedermayer | 2014-04-11 | 1 | -5/+5 |
|\ |
|
| * | DNxHD: K&R formatting cosmetics | Vittorio Giovara | 2014-04-11 | 1 | -5/+5 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Handle interlaced formats (two coding units together make one full frame) | Pilotware | 2012-02-16 | 1 | -10/+32 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-03 | 1 | -5/+4 |
|\| |
|
| * | lavc: use designated initialisers for parsers. | Anton Khirnov | 2011-11-02 | 1 | -5/+4 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | dnxhd parser | Baptiste Coudurier | 2008-10-24 | 1 | -0/+95 |