summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_parser.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge commit '31d2039cb42668ebcf08248bc48bbad44aa05f49'Michael Niedermayer2015-02-191-0/+29
|\ \ | |/
| * 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
* | avcodec/h264: use avpriv_find_start_code() in h264_split()Zhaoxiu Zeng2015-02-151-16/+19
* | avcodec/h264_parser: Rename close()Michael Niedermayer2015-01-281-2/+2
* | Merge commit '9404a47a2d1df418946a338938eb6cdb3afed474'Michael Niedermayer2015-01-271-15/+27
|\ \ | |/
| * h264: move parser-only variables to their own contextAnton Khirnov2015-01-271-14/+26
* | avcodec/h264_parser: Avoid adding SEI to the global headerMichael Niedermayer2014-11-121-1/+4
* | Merge commit '1b667269062eb6aec0b8726393ea91b7f7f57fde'Michael Niedermayer2014-11-111-2/+4
|\ \ | |/
| * h264_parser: don't stop on SPS_EXT in splitJohn Stebbins2014-11-111-2/+4
* | avcodec/h264_parser: Use av_freep() to avoid leaving stale pointersMichael Niedermayer2014-10-301-1/+1
* | avcodec/h264_parser: rewrite the parse_nal_units() loop logic based on h264.cMichael Niedermayer2014-10-271-19/+21
* | avcodec/h264: fix time_base and framerateMichael Niedermayer2014-10-151-0/+2
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-1/+1
|\ \ | |/
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* | Merge commit 'db7f1c7c5a1d37e7f4da64a79a97bea1c4b6e9f8'Michael Niedermayer2014-08-051-1/+1
|\ \ | |/
| * h264: Move start code search functions into separate source files.Ben Avison2014-08-041-1/+1
* | avcodec/h264_parser: remove redundant assignmentMichael Niedermayer2014-08-021-1/+0
* | libavcodec/h264_parser: Increase parse_history, fix huge resolutionsMichael Niedermayer2014-07-311-2/+2
* | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer2014-03-171-0/+1
|\ \ | |/
| * mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-151-3/+5
|\ \ | |/
| * h264_parser: use enum values in h264_find_frame_end()Vittorio Giovara2014-02-151-3/+5
* | Merge commit '73e8fab31dc19c4371499e612856accbc00b2820'Michael Niedermayer2014-02-141-4/+5
|\ \ | |/
| * h264: print values in case of errorVittorio Giovara2014-02-141-4/+5
* | avcodec/h264_parser: heuristically detect non marked keyframesMichael Niedermayer2013-10-261-0/+3
* | Merge commit '103d073dd7ce23b912df32be8c9524ba25dd5991'Michael Niedermayer2013-10-221-5/+2
|\ \ | |/
| * h264_parser: Use ff_h264_reset_sei()Yusuke Nakamura2013-10-221-5/+2
| * h264_parser: Fix order of operationsMichael Niedermayer2013-10-221-1/+1
* | avcodec/h264_parser: fix order of operationsMichael Niedermayer2013-10-191-1/+1
* | Merge commit '4baba6c813b7a1f27370e20fb1a87b05fcb39208'Michael Niedermayer2013-10-161-8/+102
|\ \ | |/
| * h264_parser: Fix POC parsing for the case where MMCO_RESET is present.Yusuke Nakamura2013-10-151-8/+102
* | Merge commit 'b81dbd6cb7522bea96d78a52f8a4c25a47b820c9'Michael Niedermayer2013-10-161-2/+12
|\ \ | |/
| * h264_parser: Fix POC parsing for the case where MMCO_RESET is absent.Yusuke Nakamura2013-10-151-2/+12
* | Merge commit '218d6844b37d339ffbf2044ad07d8be7767e2734'Michael Niedermayer2013-08-081-24/+3
|\ \ | |/
| * h264dsp: Factorize code into a new function, h264_find_start_code_candidateBen Avison2013-08-081-24/+3
OpenPOWER on IntegriCloud