summaryrefslogtreecommitdiff
path: root/libavcodec/h264_parser.c
Commit message (Expand)AuthorAge
* H264 parser: enable header parsing/frame type detection for is_avc.Reimar Döffinger2012-02-19
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-07
|\
| * parsers: initialize MpegEncContext.slice_context_count to 1Janne Grunau2012-01-06
| * Revert "h264: skip start code search if the size of the nal unit is known"Janne Grunau2011-12-19
| * h264: skip start code search if the size of the nal unit is knownJanne Grunau2011-12-18
* | h264: disable checking reader, overreads are not possibleMichael Niedermayer2011-12-18
* | Silence warnings when decoding QNAP Systems H264 codec.Carl Eugen Hoyos2011-12-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-03
|\|
| * lavc: use designated initialisers for parsers.Anton Khirnov2011-11-02
* | h264_parser: fully parse first_mb_in_slice to more reliably detect AU boundar...Michael Niedermayer2011-10-27
* | h264: use long reading for first_mb_in_sliceMichael Niedermayer2011-10-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-21
|\|
| * lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov2011-10-20
* | h264_parser: print AU size on error.Michael Niedermayer2011-10-03
* | h264_parser: AVC support.Michael Niedermayer2011-10-03
* | h264: pass buffer & size to ff_h264_decode_extradata()Michael Niedermayer2011-09-23
* | Fix parser not to clobber has_b_frames when extradata is set.Reimar Döffinger2011-08-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-24
|\|
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
| * h264_parser: Fix whitespace after previous change.Philip Langdale2011-06-13
| * h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set.Philip Langdale2011-06-13
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau2011-02-01
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
| * Make ff_h264_find_frame_end static to h264.c; delete h264_parser.hDiego Elio Pettenò2011-01-25
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | h264_parser: Fix whitespace after previous change.Philip Langdale2011-04-04
* | h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set.Philip Langdale2011-04-04
* | h264: Add Intra and Constrained Baseline profiles to avctx.profileJanne Grunau2011-02-02
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
* | Make ff_h264_find_frame_end static to h264.c; delete h264_parser.hDiego Elio Pettenò2011-01-26
|/
* In h264 parser, return immediately if buf_size is 0, avoid printingBaptiste Coudurier2010-07-23
* Cleanup prev commit, flag variable should start with 0Howard Chu2010-05-28
* Parse avctx->extradata if available.Howard Chu2010-05-28
* Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac...Alex Converse2010-05-26
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Export H264 profile and level in AVCodecContext.Rafaël Carré2010-01-28
* Initialize thread_context[0] with h264 parser context.Rafaël Carré2010-01-28
* Init state to -1 in h264 parser.Baptiste Coudurier2009-04-13
* Add a ff_h264_free_context function and call it from the H.264 parser.Reimar Döffinger2009-04-10
* Fix SEIs when splitting H264 input.John Cox2009-03-16
* Cosmetics: Fix indentation after last commit.Carl Eugen Hoyos2009-02-26
* Initialize H264 parser context correctly if the optional SEI messagesIvan Schreter2009-02-26
* Export timestamp parameter from H.264.Ivan Schreter2009-02-24
* Correct time_base of H.264 and repeat_pict.Ivan Schreter2009-02-24
* Use context variable repeat_pict for frame duration computation andIvan Schreter2009-02-21
* Set context variable picture_structure in H264 parser.Ivan Schreter2009-02-21
* Set context variable key_frame in H264 parser.Ivan Schreter2009-02-21
* Parse NAL units in H264 parser.Ivan Schreter2009-02-21