summaryrefslogtreecommitdiff
path: root/libavformat/dnxhddec.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avcodec/dnxhddata: move avpriv_dnxhd_parse_header_prefix to a headerJames Almer2016-07-251-1/+1
* libavcodec/dnxhd_parser: add parser and probe support raw 444 and dnxhr formatsMark Reid2016-02-141-3/+4
* lavf/dnxhd: Autodetect more valid files.Carl Eugen Hoyos2015-08-251-1/+1
* lavf/dnxhd: Autodetect more files that can be decoded.Carl Eugen Hoyos2015-05-261-1/+1
* Allow autodetection of some dnxhd files that can be decoded correctly.Carl Eugen Hoyos2012-10-131-1/+1
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-271-10/+1
|\ \ | |/
| * rawdec: factor video demuxer definitions into a macro.Anton Khirnov2011-05-271-10/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
|/
* split raw.c into rawdec.c and rawenc.cAurelien Jacobs2010-08-301-1/+1
* move dnxhd demuxer to its own fileAurelien Jacobs2010-08-291-0/+54