summaryrefslogtreecommitdiff
path: root/libavcodec/h264_parser.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-011-1/+0
|\
| * avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-011-1/+0
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
| * Fix parser not to clobber has_b_frames when extradata is set.Reinhard Tartler2012-02-261-0/+7
* | h264_parser: use av_assertMichael Niedermayer2012-06-251-3/+1
* | H264 parser: enable header parsing/frame type detection for is_avc.Reimar Döffinger2012-02-191-4/+15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-071-0/+1
|\ \ | |/
| * parsers: initialize MpegEncContext.slice_context_count to 1Janne Grunau2012-01-061-0/+1
| * Revert "h264: skip start code search if the size of the nal unit is known"Janne Grunau2011-12-191-1/+1
| * h264: skip start code search if the size of the nal unit is knownJanne Grunau2011-12-181-1/+1
* | h264: disable checking reader, overreads are not possibleMichael Niedermayer2011-12-181-0/+2
* | Silence warnings when decoding QNAP Systems H264 codec.Carl Eugen Hoyos2011-12-031-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-031-6/+6
|\ \ | |/
| * lavc: use designated initialisers for parsers.Anton Khirnov2011-11-021-6/+6
* | h264_parser: fully parse first_mb_in_slice to more reliably detect AU boundar...Michael Niedermayer2011-10-271-8/+19
* | h264: use long reading for first_mb_in_sliceMichael Niedermayer2011-10-271-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-211-1/+1
|\ \ | |/
| * lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov2011-10-201-1/+1
* | h264_parser: print AU size on error.Michael Niedermayer2011-10-031-1/+1
* | h264_parser: AVC support.Michael Niedermayer2011-10-031-4/+28
* | h264: pass buffer & size to ff_h264_decode_extradata()Michael Niedermayer2011-09-231-1/+1
* | Fix parser not to clobber has_b_frames when extradata is set.Reimar Döffinger2011-08-201-0/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-1/+1
|\ \ | |/
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-1/+1
| * h264_parser: Fix whitespace after previous change.Philip Langdale2011-06-131-14/+15
| * h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set.Philip Langdale2011-06-131-1/+1
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau2011-02-011-1/+1
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
| * Make ff_h264_find_frame_end static to h264.c; delete h264_parser.hDiego Elio Pettenò2011-01-251-2/+1
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-1/+1
* | h264_parser: Fix whitespace after previous change.Philip Langdale2011-04-041-14/+14
* | h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set.Philip Langdale2011-04-041-1/+2
* | h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau2011-02-021-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
* | Make ff_h264_find_frame_end static to h264.c; delete h264_parser.hDiego Elio Pettenò2011-01-261-2/+1
|/
* In h264 parser, return immediately if buf_size is 0, avoid printingBaptiste Coudurier2010-07-231-0/+3
* Cleanup prev commit, flag variable should start with 0Howard Chu2010-05-281-3/+2
* Parse avctx->extradata if available.Howard Chu2010-05-281-0/+9
* Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac...Alex Converse2010-05-261-0/+3
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Export H264 profile and level in AVCodecContext.Rafaël Carré2010-01-281-0/+3
* Initialize thread_context[0] with h264 parser context.Rafaël Carré2010-01-281-1/+7
* Init state to -1 in h264 parser.Baptiste Coudurier2009-04-131-1/+1
* Add a ff_h264_free_context function and call it from the H.264 parser.Reimar Döffinger2009-04-101-0/+1
* Fix SEIs when splitting H264 input.John Cox2009-03-161-1/+1
* Cosmetics: Fix indentation after last commit.Carl Eugen Hoyos2009-02-261-3/+3
* Initialize H264 parser context correctly if the optional SEI messagesIvan Schreter2009-02-261-0/+6