summaryrefslogtreecommitdiffstats
path: root/libavformat/h264dec.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat/h264dec: Avoid get_ue_golomb_31( ) due to ff_ prefixed table from go...Michael Niedermayer2016-05-041-3/+3
* avformat/h264dec: Check pps_id/sps_id fields from parameter setsMichael Niedermayer2016-05-041-6/+44
* avformat/h264dec: Add ff_tlog() with trace information about h264 probingMichael Niedermayer2015-05-301-0/+2
* avformat/h264dec: Fix detection of invalid h264 with 0x100 startcodesMichael Niedermayer2015-05-301-2/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-211-1/+1
|\
| * h264dec: Add .avc file name extensionVittorio Giovara2013-09-201-1/+1
* | Merge commit '01f111bdb21b4ea6d2ff3ea919d70ae9ca451cf9'Michael Niedermayer2013-09-211-23/+31
|\ \ | |/
| * h264dec: K&R formatting cosmeticsVittorio Giovara2013-09-201-23/+31
* | Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer2013-05-051-1/+1
|\ \ | |/
| * avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-041-1/+1
* | Merge commit 'ab35ec29a4071871934856c00da7d6ebcc0c095b'Michael Niedermayer2012-10-041-1/+1
|\ \ | |/
| * h264probe: Don't error out on bits that no longer are reservedMichael Niedermayer2012-10-041-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 Niedermayer2012-07-301-1/+1
|\ \ | |/
| * avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-271-11/+1
|\ \ | |/
| * rawdec: factor video demuxer definitions into a macro.Anton Khirnov2011-05-271-11/+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
* | h264probe: update to latest spec.Michael Niedermayer2011-05-091-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 h264 demuxer to its own fileAurelien Jacobs2010-08-291-0/+80
OpenPOWER on IntegriCloud