summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_parser.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge commit '728d90a0c1973661a9e73da697bf4f90c9d19577'Clément Bœsch2016-06-181-15/+14
|\ \ | |/
| * h264: decouple h264_sei from the h264 decoderAnton Khirnov2016-04-241-9/+13
* | Merge commit 'c8dcff0cdb17d0aa03ac729eba12d1a20f1f59c8'Clément Bœsch2016-06-121-16/+18
|\ \ | |/
| * h264: factor out calculating the POC count into a separate fileAnton Khirnov2016-04-241-16/+18
* | Merge commit '113aeee6aed35cb786a9f6d69b0cb210f498b9da'Clément Bœsch2016-06-121-2/+3
|\ \ | |/
| * h264_parser: move the H264DSPContext to the parser contextAnton Khirnov2016-04-241-3/+3
* | Merge commit '3176217c60ca7828712985092d9102d331ea4f3d'Clément Bœsch2016-06-121-31/+73
|\ \ | |/
| * h264: decouple h264_ps from the h264 decoderAnton Khirnov2016-04-241-29/+44
* | Merge commit '44d16df413878588659dd8901bba016b5a869fd1'Hendrik Leppkes2016-05-271-34/+32
|\ \ | |/
| * h264_parser: eliminate H264SliceContext usageAnton Khirnov2016-04-241-34/+32
* | Merge commit 'a6e27f7add2698fdd89911632b570c3d0c3f2aaa'Derek Buitenhuis2016-05-171-4/+6
|\ \ | |/
| * h264: factor out parsing the reference count into a separate fileAnton Khirnov2016-04-241-4/+6
* | Merge commit 'e9f884416c76558098fc1f63825b293956e8483c'Derek Buitenhuis2016-05-171-0/+3
|\ \ | |/
| * h264: move reading direct_spatial_mv_pred out of ff_set_ref_count()Anton Khirnov2016-04-241-0/+3
* | Merge commit '8d0cc8ca97678f4ca87948ebabcbaab5a4f4c1f6'Hendrik Leppkes2016-05-171-12/+27
|\ \ | |/
| * h264_parser: switch to h2645_parse for NAL unescapingAnton Khirnov2016-04-241-10/+27
* | Merge commit 'e481458bc308ee838deaeacac51929514762e7a7'Derek Buitenhuis2016-04-261-1/+2
|\ \ | |/
| * h264: factor out pred weight table parsing into a separate fileAnton Khirnov2016-03-281-1/+2
* | Merge commit 'a7da517f6a5c472f46f67dd33bb6b95ccc919923'Derek Buitenhuis2016-04-241-1/+1
|\ \ | |/
| * h264data: Move all data tables from a header to a .c fileDiego Biurrun2016-03-251-1/+1
* | Merge commit '02cd8bb9cb4381c50f42a9284098cc8a33d397db'Derek Buitenhuis2016-04-241-3/+13
|\ \ | |/
| * h264: Clean up #includesDiego Biurrun2016-03-251-5/+13
| * h264_parser: Rename close() to h264_close()Diego Biurrun2015-11-011-2/+2
* | avcodec: Use get_ue_golomb_long() when neededMark Harris2015-12-291-3/+3
* | avcodec/h264: Do not fail with randomly truncated VUIsMichael Niedermayer2015-04-101-1/+1
* | Merge commit '5bf3c0fa49afd5bbf43aa841ff78007d72c80736'Michael Niedermayer2015-03-211-1/+0
|\ \ | |/
| * h264: drop the now unused per-slice H264ContextsAnton Khirnov2015-03-211-1/+0
* | Merge commit '3178f4d33ff62243f7cdddb081db516ea34396c9'Michael Niedermayer2015-03-211-1/+1
|\ \ | |/
| * h264: move rbsp_buffer into the per-slice contextAnton Khirnov2015-03-211-1/+1
* | Merge commit 'f42485dbce614b3f63182845da43db690b427b7c'Michael Niedermayer2015-03-211-19/+21
|\ \ | |/
| * h264: use a separate GetBitContext for slice dataAnton Khirnov2015-03-211-19/+21
* | Merge commit '95eb35f30513e335990ad0d5dca6ddc318477291'Michael Niedermayer2015-03-211-2/+2
|\ \ | |/
| * h264: move the ref lists variables into the per-slice contextAnton Khirnov2015-03-211-2/+2
* | Merge commit '56febc993b928ccc039a32158ca60b234c311875'Michael Niedermayer2015-03-211-5/+5
|\ \ | |/
| * h264: move the slice type variables into the per-slice contextAnton Khirnov2015-03-211-5/+5
* | Merge commit '92c6c2a605f9b077b8fbc25b7ed6625541232b87'Michael Niedermayer2015-03-211-1/+8
|\ \ | |/
| * h264: split weighted pred-related vars into per-slice contextAnton Khirnov2015-03-211-1/+8
OpenPOWER on IntegriCloud