summaryrefslogtreecommitdiff
path: root/libavcodec/h264_parser.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: use AV_CODEC_PROP_FIELDS where appropriateAnton Khirnov2023-05-151-2/+2
* avcodec: remove FF_API_AVCTX_TIMEBASEJames Almer2023-02-091-3/+4
* avcodec/h2645_sei: Factor parsing common SEI messages outAndreas Rheinhardt2022-12-011-3/+3
* avcodec/internal.h: Move avpriv_find_start_code() to startcode.hAndreas Rheinhardt2022-02-081-2/+1
* lavc/h264_parser: add missing headersAnton Khirnov2022-01-261-0/+3
* lavc/h264: replace MAX_MMCO_COUNT with H264_MAX_MMCO_COUNTAnton Khirnov2022-01-261-1/+1
* avcodec/h264dec: Move find_start_code() to its only userAndreas Rheinhardt2022-01-261-0/+9
* avcodec/h264_parser: don't alter decoder private dataJames Almer2022-01-241-5/+2
* avcodec/h264_parser: Set AVCodecContext.framerateNicolas Gaullier2021-09-231-0/+11
* avcodec/h264_parser: Fix nalsize checkMichael Niedermayer2021-09-081-2/+2
* avcodec/h264_parser: Fix undefined left shiftAndreas Rheinhardt2021-08-201-3/+4
* avcodec: Move all AVCodecParser.split functions to remove_extradata_bsfAndreas Rheinhardt2021-04-271-38/+0
* avcodec: Constify all the AVCodecParsersAndreas Rheinhardt2021-04-271-1/+1
* h264_ps: make the PPS hold a reference to its SPSAnton Khirnov2020-04-101-14/+2
* h264_sei: parse the picture timing SEIs correctlyAnton Khirnov2020-04-101-0/+9
* avcodec/h264_parser: Reduce needed history for parsing mb indexMichael Niedermayer2018-06-251-8/+11
* avcodec/h264: Increase field_poc to 64bit in ff_h264_init_poc() to detect ove...Michael Niedermayer2018-02-171-1/+3
* avcodec/h264_sei: remove redundant prefix to H264SEIFramePacking fieldsJames Almer2017-12-011-1/+1
* h2645_parse: Allocate a single buffer per packetKieran Kunhya2017-11-041-4/+9
* h264_sei: Add namespace prefix to all SEI valuesMark Thompson2017-09-121-13/+13
* avcodec/h264_parse: Check picture structure when initializing weight tableMichael Niedermayer2017-06-101-1/+1
* avcodec/h264_sei: Check actual presence of SEI picture timing instead of impl...Michael Niedermayer2017-02-151-2/+2
* lavc/h264_parser: export field order in more casesRodger Combs2016-10-241-1/+15
* avcodec/h264_parser: fix for possible overflowPaul B Mahol2016-09-141-2/+2
* avcodec/h264_parser: set missing pts for top/bottom field framesPaul B Mahol2016-09-141-0/+22
* avcodec/h264_parser: Factor get_avc_nalsize() outMichael Niedermayer2016-08-201-21/+1
* avcodec/h2645: Fix NAL unit paddingMichael Niedermayer2016-08-181-1/+1
* Merge commit '5c2fb561d94fc51d76ab21d6f7cc5b6cc3aa599c'James Almer2016-08-011-18/+18
|\
| * h264: add H264_ prefix to the NAL unit typesAnton Khirnov2016-06-211-14/+14
* | Merge commit 'b24dafe10572254ff0decc18b0d7c3d3707d5a29'James Almer2016-08-011-1/+1
|\ \ | |/
| * lavc: drop unnecessary h264dec.h includesAnton Khirnov2016-06-211-1/+1
* | Merge commit 'f638b67e5790735f34620bf82025c9b9d6fc7216'James Almer2016-08-011-0/+1
|\ \ | |/
| * h264: move the parameter set definitions to a new header fileAnton Khirnov2016-06-211-0/+1
* | Merge commit '251cbb44003caf179fb17afbb8a6c56643c2a646'Clément Bœsch2016-07-291-0/+1
|\ \ | |/
| * h264: create a new header for common h264 definitionsAnton Khirnov2016-06-211-0/+1
* | Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch2016-07-291-1/+1
|\ \ | |/
| * h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-211-1/+1
* | avcodec/h264_parser: Set sps/pps_refMichael Niedermayer2016-07-021-2/+15
* | h264: make H264ParamSets sps constBenoit Fouet2016-06-301-1/+1
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | lavc/h264_ps: add ff_h264_ps_uninit and use itMatthieu Bouron2016-06-201-7/+1
* | lavc/h264_parser: replace AVCodecContext with logging ctx in scan_mmco_reset()Clément Bœsch2016-06-201-6/+6
* | lavc/h264: add a logging ctx to ff_h264_pred_weight_table()Clément Bœsch2016-06-201-1/+1
* | Merge commit '72da8d9bb24d1b1bf74c2f1108650c0da0054d2e'Clément Bœsch2016-06-191-63/+38
|\ \ | |/
| * h264_parser: remove the remaining dependencies on the h264 decoderAnton Khirnov2016-04-241-62/+36
* | lavc/h264: move history parsing variable to H264ParseContextClément Bœsch2016-06-191-7/+9
* | lavc/h264_parser: pass logctx to h264_find_frame_end()Clément Bœsch2016-06-191-5/+5
* | Merge commit '98c97994c5b90bdae02accb155eeceeb5224b8ef'Clément Bœsch2016-06-191-29/+32
|\ \ | |/
| * h264: decouple extradata parsing from the decoderAnton Khirnov2016-04-241-1/+5