| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/h264: Do not fail with randomly truncated VUIs | Michael Niedermayer | 2015-04-10 | 1 | -1/+1 |
* | Merge commit '5bf3c0fa49afd5bbf43aa841ff78007d72c80736' | Michael Niedermayer | 2015-03-21 | 1 | -1/+0 |
|\ |
|
| * | h264: drop the now unused per-slice H264Contexts | Anton Khirnov | 2015-03-21 | 1 | -1/+0 |
* | | Merge commit '3178f4d33ff62243f7cdddb081db516ea34396c9' | Michael Niedermayer | 2015-03-21 | 1 | -1/+1 |
|\| |
|
| * | h264: move rbsp_buffer into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -1/+1 |
* | | Merge commit 'f42485dbce614b3f63182845da43db690b427b7c' | Michael Niedermayer | 2015-03-21 | 1 | -19/+21 |
|\| |
|
| * | h264: use a separate GetBitContext for slice data | Anton Khirnov | 2015-03-21 | 1 | -19/+21 |
* | | Merge commit '95eb35f30513e335990ad0d5dca6ddc318477291' | Michael Niedermayer | 2015-03-21 | 1 | -2/+2 |
|\| |
|
| * | h264: move the ref lists variables into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -2/+2 |
* | | Merge commit '56febc993b928ccc039a32158ca60b234c311875' | Michael Niedermayer | 2015-03-21 | 1 | -5/+5 |
|\| |
|
| * | h264: move the slice type variables into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -5/+5 |
* | | Merge commit '92c6c2a605f9b077b8fbc25b7ed6625541232b87' | Michael Niedermayer | 2015-03-21 | 1 | -1/+8 |
|\| |
|
| * | h264: split weighted pred-related vars into per-slice context | Anton Khirnov | 2015-03-21 | 1 | -1/+8 |
* | | Merge commit '31d2039cb42668ebcf08248bc48bbad44aa05f49' | Michael Niedermayer | 2015-02-19 | 1 | -0/+29 |
|\| |
|
| * | h264_parser: export video format and dimensions | Anton Khirnov | 2015-02-19 | 1 | -0/+29 |
| * | h264_parser: restore a comment lost in 0268a54 | Anton Khirnov | 2015-01-27 | 1 | -0/+1 |
* | | avcodec/h264: use avpriv_find_start_code() in h264_split() | Zhaoxiu Zeng | 2015-02-15 | 1 | -16/+19 |
* | | avcodec/h264_parser: Rename close() | Michael Niedermayer | 2015-01-28 | 1 | -2/+2 |
* | | Merge commit '9404a47a2d1df418946a338938eb6cdb3afed474' | Michael Niedermayer | 2015-01-27 | 1 | -15/+27 |
|\| |
|
| * | h264: move parser-only variables to their own context | Anton Khirnov | 2015-01-27 | 1 | -14/+26 |
* | | avcodec/h264_parser: Avoid adding SEI to the global header | Michael Niedermayer | 2014-11-12 | 1 | -1/+4 |
* | | Merge commit '1b667269062eb6aec0b8726393ea91b7f7f57fde' | Michael Niedermayer | 2014-11-11 | 1 | -2/+4 |
|\| |
|
| * | h264_parser: don't stop on SPS_EXT in split | John Stebbins | 2014-11-11 | 1 | -2/+4 |
* | | avcodec/h264_parser: Use av_freep() to avoid leaving stale pointers | Michael Niedermayer | 2014-10-30 | 1 | -1/+1 |
* | | avcodec/h264_parser: rewrite the parse_nal_units() loop logic based on h264.c | Michael Niedermayer | 2014-10-27 | 1 | -19/+21 |
* | | avcodec/h264: fix time_base and framerate | Michael Niedermayer | 2014-10-15 | 1 | -0/+2 |
* | | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | | Merge commit 'db7f1c7c5a1d37e7f4da64a79a97bea1c4b6e9f8' | Michael Niedermayer | 2014-08-05 | 1 | -1/+1 |
|\| |
|
| * | h264: Move start code search functions into separate source files. | Ben Avison | 2014-08-04 | 1 | -1/+1 |
* | | avcodec/h264_parser: remove redundant assignment | Michael Niedermayer | 2014-08-02 | 1 | -1/+0 |
* | | libavcodec/h264_parser: Increase parse_history, fix huge resolutions | Michael Niedermayer | 2014-07-31 | 1 | -2/+2 |
* | | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b' | Michael Niedermayer | 2014-03-17 | 1 | -0/+1 |
|\| |
|
| * | mpegvideo: move mpegvideo formats-related defines to mpegutils.h | Vittorio Giovara | 2014-03-16 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-02-15 | 1 | -3/+5 |
|\| |
|
| * | h264_parser: use enum values in h264_find_frame_end() | Vittorio Giovara | 2014-02-15 | 1 | -3/+5 |
* | | Merge commit '73e8fab31dc19c4371499e612856accbc00b2820' | Michael Niedermayer | 2014-02-14 | 1 | -4/+5 |
|\| |
|
| * | h264: print values in case of error | Vittorio Giovara | 2014-02-14 | 1 | -4/+5 |
* | | avcodec/h264_parser: heuristically detect non marked keyframes | Michael Niedermayer | 2013-10-26 | 1 | -0/+3 |
* | | Merge commit '103d073dd7ce23b912df32be8c9524ba25dd5991' | Michael Niedermayer | 2013-10-22 | 1 | -5/+2 |
|\| |
|
| * | h264_parser: Use ff_h264_reset_sei() | Yusuke Nakamura | 2013-10-22 | 1 | -5/+2 |
| * | h264_parser: Fix order of operations | Michael Niedermayer | 2013-10-22 | 1 | -1/+1 |
* | | avcodec/h264_parser: fix order of operations | Michael Niedermayer | 2013-10-19 | 1 | -1/+1 |
* | | Merge commit '4baba6c813b7a1f27370e20fb1a87b05fcb39208' | Michael Niedermayer | 2013-10-16 | 1 | -8/+102 |
|\| |
|
| * | h264_parser: Fix POC parsing for the case where MMCO_RESET is present. | Yusuke Nakamura | 2013-10-15 | 1 | -8/+102 |
* | | Merge commit 'b81dbd6cb7522bea96d78a52f8a4c25a47b820c9' | Michael Niedermayer | 2013-10-16 | 1 | -2/+12 |
|\| |
|
| * | h264_parser: Fix POC parsing for the case where MMCO_RESET is absent. | Yusuke Nakamura | 2013-10-15 | 1 | -2/+12 |
* | | Merge commit '218d6844b37d339ffbf2044ad07d8be7767e2734' | Michael Niedermayer | 2013-08-08 | 1 | -24/+3 |
|\| |
|
| * | h264dsp: Factorize code into a new function, h264_find_start_code_candidate | Ben Avison | 2013-08-08 | 1 | -24/+3 |
* | | Merge commit '7a82022ee2f9b1fad991ace0936901e7419444be' | Michael Niedermayer | 2013-08-08 | 1 | -0/+1 |
|\| |
|