summaryrefslogtreecommitdiff
path: root/libavcodec/h264_parser.c
Commit message (Expand)AuthorAge
...
| * h264: factor out calculating the POC count into a separate fileAnton Khirnov2016-04-24
* | Merge commit '113aeee6aed35cb786a9f6d69b0cb210f498b9da'Clément Bœsch2016-06-12
|\|
| * h264_parser: move the H264DSPContext to the parser contextAnton Khirnov2016-04-24
* | Merge commit '3176217c60ca7828712985092d9102d331ea4f3d'Clément Bœsch2016-06-12
|\|
| * h264: decouple h264_ps from the h264 decoderAnton Khirnov2016-04-24
* | Merge commit '44d16df413878588659dd8901bba016b5a869fd1'Hendrik Leppkes2016-05-27
|\|
| * h264_parser: eliminate H264SliceContext usageAnton Khirnov2016-04-24
* | Merge commit 'a6e27f7add2698fdd89911632b570c3d0c3f2aaa'Derek Buitenhuis2016-05-17
|\|
| * h264: factor out parsing the reference count into a separate fileAnton Khirnov2016-04-24
* | Merge commit 'e9f884416c76558098fc1f63825b293956e8483c'Derek Buitenhuis2016-05-17
|\|
| * h264: move reading direct_spatial_mv_pred out of ff_set_ref_count()Anton Khirnov2016-04-24
* | Merge commit '8d0cc8ca97678f4ca87948ebabcbaab5a4f4c1f6'Hendrik Leppkes2016-05-17
|\|
| * h264_parser: switch to h2645_parse for NAL unescapingAnton Khirnov2016-04-24
* | Merge commit 'e481458bc308ee838deaeacac51929514762e7a7'Derek Buitenhuis2016-04-26
|\|
| * h264: factor out pred weight table parsing into a separate fileAnton Khirnov2016-03-28
* | Merge commit 'a7da517f6a5c472f46f67dd33bb6b95ccc919923'Derek Buitenhuis2016-04-24
|\|
| * h264data: Move all data tables from a header to a .c fileDiego Biurrun2016-03-25
* | Merge commit '02cd8bb9cb4381c50f42a9284098cc8a33d397db'Derek Buitenhuis2016-04-24
|\|
| * h264: Clean up #includesDiego Biurrun2016-03-25
| * h264_parser: Rename close() to h264_close()Diego Biurrun2015-11-01
* | avcodec: Use get_ue_golomb_long() when neededMark Harris2015-12-29
* | avcodec/h264: Do not fail with randomly truncated VUIsMichael Niedermayer2015-04-10
* | Merge commit '5bf3c0fa49afd5bbf43aa841ff78007d72c80736'Michael Niedermayer2015-03-21
|\|
| * h264: drop the now unused per-slice H264ContextsAnton Khirnov2015-03-21
* | Merge commit '3178f4d33ff62243f7cdddb081db516ea34396c9'Michael Niedermayer2015-03-21
|\|
| * h264: move rbsp_buffer into the per-slice contextAnton Khirnov2015-03-21
* | Merge commit 'f42485dbce614b3f63182845da43db690b427b7c'Michael Niedermayer2015-03-21
|\|
| * h264: use a separate GetBitContext for slice dataAnton Khirnov2015-03-21
* | Merge commit '95eb35f30513e335990ad0d5dca6ddc318477291'Michael Niedermayer2015-03-21
|\|
| * h264: move the ref lists variables into the per-slice contextAnton Khirnov2015-03-21
* | Merge commit '56febc993b928ccc039a32158ca60b234c311875'Michael Niedermayer2015-03-21
|\|
| * h264: move the slice type variables into the per-slice contextAnton Khirnov2015-03-21
* | Merge commit '92c6c2a605f9b077b8fbc25b7ed6625541232b87'Michael Niedermayer2015-03-21
|\|
| * h264: split weighted pred-related vars into per-slice contextAnton Khirnov2015-03-21
* | Merge commit '31d2039cb42668ebcf08248bc48bbad44aa05f49'Michael Niedermayer2015-02-19
|\|
| * h264_parser: export video format and dimensionsAnton Khirnov2015-02-19
| * h264_parser: restore a comment lost in 0268a54Anton Khirnov2015-01-27
* | avcodec/h264: use avpriv_find_start_code() in h264_split()Zhaoxiu Zeng2015-02-15
* | avcodec/h264_parser: Rename close()Michael Niedermayer2015-01-28
* | Merge commit '9404a47a2d1df418946a338938eb6cdb3afed474'Michael Niedermayer2015-01-27
|\|
| * h264: move parser-only variables to their own contextAnton Khirnov2015-01-27
* | avcodec/h264_parser: Avoid adding SEI to the global headerMichael Niedermayer2014-11-12
* | Merge commit '1b667269062eb6aec0b8726393ea91b7f7f57fde'Michael Niedermayer2014-11-11
|\|
| * h264_parser: don't stop on SPS_EXT in splitJohn Stebbins2014-11-11
* | avcodec/h264_parser: Use av_freep() to avoid leaving stale pointersMichael Niedermayer2014-10-30
* | avcodec/h264_parser: rewrite the parse_nal_units() loop logic based on h264.cMichael Niedermayer2014-10-27
* | avcodec/h264: fix time_base and framerateMichael Niedermayer2014-10-15
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-15
|\|
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* | Merge commit 'db7f1c7c5a1d37e7f4da64a79a97bea1c4b6e9f8'Michael Niedermayer2014-08-05
|\|