summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_parser.c
Commit message (Expand)AuthorAgeFilesLines
* h264_parser: Rename close() to h264_close()Diego Biurrun2015-11-011-2/+2
* h264: drop the now unused per-slice H264ContextsAnton Khirnov2015-03-211-1/+0
* h264: move rbsp_buffer into the per-slice contextAnton Khirnov2015-03-211-1/+1
* h264: use a separate GetBitContext for slice dataAnton Khirnov2015-03-211-19/+21
* h264: move the ref lists variables into the per-slice contextAnton Khirnov2015-03-211-2/+2
* h264: move the slice type variables into the per-slice contextAnton Khirnov2015-03-211-5/+5
* h264: split weighted pred-related vars into per-slice contextAnton Khirnov2015-03-211-1/+8
* h264_parser: export video format and dimensionsAnton Khirnov2015-02-191-0/+29
* h264_parser: restore a comment lost in 0268a54Anton Khirnov2015-01-271-0/+1
* h264: move parser-only variables to their own contextAnton Khirnov2015-01-271-14/+26
* h264_parser: don't stop on SPS_EXT in splitJohn Stebbins2014-11-111-2/+4
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* h264: Move start code search functions into separate source files.Ben Avison2014-08-041-1/+1
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* h264_parser: use enum values in h264_find_frame_end()Vittorio Giovara2014-02-151-3/+5
* h264: print values in case of errorVittorio Giovara2014-02-141-4/+5
* h264_parser: Use ff_h264_reset_sei()Yusuke Nakamura2013-10-221-5/+2
* h264_parser: Fix order of operationsMichael Niedermayer2013-10-221-1/+1
* h264_parser: Fix POC parsing for the case where MMCO_RESET is present.Yusuke Nakamura2013-10-151-8/+102
* h264_parser: Fix POC parsing for the case where MMCO_RESET is absent.Yusuke Nakamura2013-10-151-2/+12
* h264dsp: Factorize code into a new function, h264_find_start_code_candidateBen Avison2013-08-081-24/+3
* h264_parser: Initialize the h264dsp context in the parser as wellBen Avison2013-08-081-0/+1
* avcodec: Add output_picture_number to AVCodecParserContextYusuke Nakamura2013-08-021-1/+1
* h264_parser: K&R formatting cosmeticsLuca Barbato2013-06-071-130/+151
* h264_parser: Set field_order and picture_structure.Yusuke Nakamura2013-05-241-0/+57
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
* avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-3/+3
* lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö2013-03-261-1/+2
* h264: deMpegEncContextizeAnton Khirnov2013-02-151-23/+23
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-011-1/+0
* 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
* 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
* lavc: use designated initialisers for parsers.Anton Khirnov2011-11-021-6/+6
* lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov2011-10-201-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
* 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
OpenPOWER on IntegriCloud