| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/h264: Add ff_ prefix to the shared h264_init_dequant_tables() function | Michael Niedermayer | 2015-02-27 | 1 | -1/+1 |
* | avcodec/h264: Clear last_pic_for_ec on seeks and reinits | Michael Niedermayer | 2015-02-25 | 1 | -0/+2 |
* | Merge commit 'a06b0b1295c51d100101e0ca0434e199ad6de6b5' | Michael Niedermayer | 2015-02-21 | 1 | -0/+1 |
|\ |
|
| * | h264: initialize H264Context.avctx in init_thread_copy | Anton Khirnov | 2015-02-21 | 1 | -0/+1 |
* | | avcodec/h264: Be more strict on rejecting pps_id changes | Michael Niedermayer | 2015-02-06 | 1 | -2/+2 |
* | | libavcodec/h264: replace assert() by av_assert0() | Michael Niedermayer | 2015-01-31 | 1 | -3/+1 |
* | | Merge commit '61928b68dc28e080b8c8191afe5541123c682bbd' | Michael Niedermayer | 2015-01-28 | 1 | -2/+2 |
|\| |
|
| * | h264: Do not share rbsp_buffer across threads | Michael Niedermayer | 2015-01-28 | 1 | -0/+4 |
* | | Merge commit '167e004e1aca7765686ed95d7cd8ea5064d4f6f6' | Michael Niedermayer | 2015-01-27 | 1 | -45/+3 |
|\| |
|
| * | h264: drop any pretense of support for data partitioning | Anton Khirnov | 2015-01-27 | 1 | -42/+3 |
* | | Merge commit 'ecab21ac47d0d4ca604bebf494017ae5090853a8' | Michael Niedermayer | 2015-01-27 | 1 | -4/+0 |
|\| |
|
| * | h264: do not reset the ref lists in flush_change() | Anton Khirnov | 2015-01-27 | 1 | -4/+0 |
* | | Merge commit '9404a47a2d1df418946a338938eb6cdb3afed474' | Michael Niedermayer | 2015-01-27 | 1 | -7/+0 |
|\| |
|
| * | h264: move parser-only variables to their own context | Anton Khirnov | 2015-01-27 | 1 | -7/+0 |
* | | Merge commit 'cf1e0786ed64e69614760bfb4ecd7adbde8e6094' | Michael Niedermayer | 2015-01-27 | 1 | -5/+0 |
|\| |
|
| * | error_resilience: move the MECmpContext initialization into ER code | Anton Khirnov | 2015-01-27 | 1 | -5/+0 |
* | | Merge commit 'f9f883af4fe615a832407a657752e248a96c6280' | Michael Niedermayer | 2015-01-27 | 1 | -5/+1 |
|\| |
|
| * | h264: simplify code in flush_dpb() | Anton Khirnov | 2015-01-27 | 1 | -5/+1 |
| * | h264: restore a block mistakenly removed in e10fd08a | Anton Khirnov | 2014-12-27 | 1 | -0/+2 |
| * | h264: proper cleanup in ff_h264_alloc_tables() if DPB alloc fails | Michael Niedermayer | 2014-12-03 | 1 | -1/+1 |
| * | h264: Fix memory leak on ff_h264_decode_init() failure | Dale Curtis | 2014-12-03 | 1 | -1/+3 |
* | | avcodec/h264: Partially decode and display single fields try #2 | Michael Niedermayer | 2015-01-23 | 1 | -1/+27 |
* | | Revert "avcodec/h264: also show frames with missing fields when CODEC_FLAG2_S... | Michael Niedermayer | 2015-01-20 | 1 | -4/+1 |
* | | avcodec/h264: Keep a reference to the last picture for EC | Michael Niedermayer | 2015-01-11 | 1 | -0/+5 |
* | | avcodec/h264: also show frames with missing fields when CODEC_FLAG2_SHOW_ALL ... | Michael Niedermayer | 2014-12-22 | 1 | -1/+4 |
* | | avcodec/h264: Check *log2_weight_denom | Michael Niedermayer | 2014-12-18 | 1 | -0/+10 |
* | | avcodec/h264: Clear delayed_pic on deallocation | Michael Niedermayer | 2014-12-17 | 1 | -0/+1 |
* | | Merge commit 'b1b1a7370e141c912e3d0bbaa668dcee05c3ad67' | Michael Niedermayer | 2014-11-13 | 1 | -1/+1 |
|\| |
|
| * | display: fix order of operands | Vittorio Giovara | 2014-11-13 | 1 | -1/+1 |
* | | Move get_avc_nalsize() and find_start_code() to h264.h | Michael Niedermayer | 2014-10-27 | 1 | -37/+0 |
* | | avcodec/h264: fix time_base and framerate | Michael Niedermayer | 2014-10-15 | 1 | -3/+3 |
* | | Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41' | Michael Niedermayer | 2014-10-15 | 1 | -3/+3 |
|\| |
|
| * | lavc: deprecate the use of AVCodecContext.time_base for decoding | Anton Khirnov | 2014-10-15 | 1 | -1/+1 |
| * | h264: reset ret to avoid propagating minor failures | Michael Niedermayer | 2014-09-29 | 1 | -0/+1 |
* | | avcodec/h264: Undefined behavior (left shift of 12852653 by 8 places cannot b... | Michael Niedermayer | 2014-10-08 | 1 | -1/+1 |
* | | avcodec/h264: Check mode before considering mixed mode intra prediction | Michael Niedermayer | 2014-10-04 | 1 | -6/+6 |
* | | avcodec/h264: Use FF_ALLOCZ_ARRAY_OR_GOTO() | Michael Niedermayer | 2014-09-10 | 1 | -10/+10 |
* | | avcodec/h264: Allow partial escaping | Michael Niedermayer | 2014-09-07 | 1 | -2/+2 |
* | | avcodec/h264: Do not get stuck on IDR inter frames | Michael Niedermayer | 2014-08-31 | 1 | -0/+6 |
* | | avcodec/h264: Move h264_vdpau_class under ifdef to avoid unused variable warning | Michael Niedermayer | 2014-08-28 | 1 | -7/+7 |
* | | avcodec/h264: do proper cleanup in ff_h264_alloc_tables() in case DPB alloc f... | Michael Niedermayer | 2014-08-23 | 1 | -1/+1 |
* | | h264: do not return on sidedata allocation failure | Christophe Gisquet | 2014-08-23 | 1 | -9/+7 |
* | | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 1 | -3/+3 |
|\| |
|
| * | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -3/+3 |
* | | Merge commit 'a7e541c9926d531a100ba0d36f4e56956dd84651' | Michael Niedermayer | 2014-08-07 | 1 | -2/+2 |
|\| |
|
| * | h264: fix interpretation of interleved stereo modes | Felix Abecassis | 2014-08-07 | 1 | -2/+2 |
* | | h264: remove useless assignment. | Benoit Fouet | 2014-08-01 | 1 | -1/+0 |
* | | avcodec/h264: support AV_PKT_DATA_NEW_EXTRADATA | Michael Niedermayer | 2014-07-23 | 1 | -0/+6 |
* | | avcodec/h264: factor is_extra() out | Michael Niedermayer | 2014-07-23 | 1 | -20/+24 |
* | | Merge commit '2d60444331fca1910510038dd3817bea885c2367' | Michael Niedermayer | 2014-07-17 | 1 | -4/+4 |
|\| |
|