summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_parser.c
Commit message (Expand)AuthorAgeFilesLines
* h264_sei: Add namespace prefix to all SEI valuesMark Thompson2017-05-161-13/+13
* h264_sei: Check actual presence of picture timing SEI messageMichael Niedermayer2017-02-281-2/+2
* golomb: Convert to the new bitstream readerDiego Biurrun2017-01-311-1/+1
* h264: add H264_ prefix to the NAL unit typesAnton Khirnov2016-06-211-14/+14
* lavc: drop unnecessary h264dec.h includesAnton Khirnov2016-06-211-1/+1
* h264: move the parameter set definitions to a new header fileAnton Khirnov2016-06-211-0/+1
* h264: create a new header for common h264 definitionsAnton Khirnov2016-06-211-0/+1
* h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-211-1/+1
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* h264_parser: remove the remaining dependencies on the h264 decoderAnton Khirnov2016-04-241-62/+36
* h264: decouple extradata parsing from the decoderAnton Khirnov2016-04-241-1/+5
* h264: decouple h264_sei from the h264 decoderAnton Khirnov2016-04-241-9/+13
* h264: factor out calculating the POC count into a separate fileAnton Khirnov2016-04-241-16/+18
* h264_parser: move the H264DSPContext to the parser contextAnton Khirnov2016-04-241-3/+3
* h264: decouple h264_ps from the h264 decoderAnton Khirnov2016-04-241-29/+44
* h264_parser: eliminate H264SliceContext usageAnton Khirnov2016-04-241-34/+32
* h264: factor out parsing the reference count into a separate fileAnton Khirnov2016-04-241-4/+6
* h264: move reading direct_spatial_mv_pred out of ff_set_ref_count()Anton Khirnov2016-04-241-0/+3
* h264_parser: switch to h2645_parse for NAL unescapingAnton Khirnov2016-04-241-10/+27
* h264: factor out pred weight table parsing into a separate fileAnton Khirnov2016-03-281-1/+2
* h264data: Move all data tables from a header to a .c fileDiego Biurrun2016-03-251-1/+1
* h264: Clean up #includesDiego Biurrun2016-03-251-5/+13
* 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
OpenPOWER on IntegriCloud