| Commit message (Expand) | Author | Age | Files | Lines |
* | h264: don t leave stale pointers in delayed_pic in flush_changes. | Michael Niedermayer | 2013-01-14 | 1 | -1/+8 |
* | h264: fix () placement | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | h264: reset first_field when current_picture_ptr is reset | Michael Niedermayer | 2013-01-11 | 1 | -0/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-03 | 1 | -1/+1 |
|\ |
|
| * | h264: check SPS entries directly to detect pixel format changes | Janne Grunau | 2013-01-03 | 1 | -14/+19 |
* | | h264: check SPS entries directly to detect pixel format changes | Janne Grunau | 2013-01-02 | 1 | -13/+18 |
* | | Merge commit 'f3298f12997eb4b7ad203766f768f92e3dd72a2a' | Michael Niedermayer | 2012-12-24 | 1 | -1/+1 |
|\| |
|
| * | Return proper error code after av_log_ask_for_sample() | Diego Biurrun | 2012-12-23 | 1 | -1/+1 |
* | | h264: Detect POC inconsistencies and try to handle them reasonably | Michael Niedermayer | 2012-12-22 | 1 | -1/+7 |
* | | Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723' | Michael Niedermayer | 2012-12-21 | 1 | -27/+29 |
|\| |
|
| * | lavc: introduce VideoDSPContext | Ronald S. Bultje | 2012-12-20 | 1 | -27/+29 |
| * | h264: support frame parameter changes during frame-mt | Janne Grunau | 2012-12-18 | 1 | -127/+228 |
* | | h264: Fix code to also handle pix format changes. | Michael Niedermayer | 2012-12-20 | 1 | -4/+7 |
* | | h264: remove unused variable | Michael Niedermayer | 2012-12-20 | 1 | -1/+0 |
* | | h264: use must_reinit to simplify code | Michael Niedermayer | 2012-12-19 | 1 | -4/+2 |
* | | h264: decode_update_thread_context() copy parameter sets before using them | Michael Niedermayer | 2012-12-19 | 1 | -0/+7 |
* | | h264: remove reschange blocking | Michael Niedermayer | 2012-12-19 | 1 | -5/+0 |
* | | h264: support frame size changes with multi threading | Michael Niedermayer | 2012-12-19 | 1 | -86/+173 |
* | | h264: move h264_set_parameter_from_sps() call up | Michael Niedermayer | 2012-12-19 | 1 | -3/+3 |
* | | h264: move list_count and current_slice reset to flush_change() | Michael Niedermayer | 2012-12-19 | 1 | -2/+2 |
* | | h264: split flush_change() out of flush_dpb() | Michael Niedermayer | 2012-12-19 | 1 | -8/+21 |
* | | h264: factor get_pixel_format() out | Michael Niedermayer | 2012-12-19 | 1 | -72/+82 |
* | | Merge commit 'f1d8763a02b5fce9a7d9789e049d74a45b15e1e8' | Michael Niedermayer | 2012-12-19 | 1 | -3/+14 |
|\| |
|
| * | mpegvideo: allocate scratch buffers after linesize is known | Janne Grunau | 2012-12-18 | 1 | -3/+14 |
* | | h264: remove redundant parts of old slice in extradata code. | Michael Niedermayer | 2012-12-18 | 1 | -10/+1 |
* | | h264: merge old and new "slice in extradata" checks | Michael Niedermayer | 2012-12-18 | 1 | -14/+6 |
* | | Merge commit '61c6eef5456f2bc8b1dc49a0a759c975551cea29' | Michael Niedermayer | 2012-12-18 | 1 | -6/+21 |
|\| |
|
| * | h264: prevent decoding of slice NALs in extradata | Janne Grunau | 2012-12-18 | 1 | -6/+21 |
* | | h264: Improve first slice and slice type checks | Michael Niedermayer | 2012-12-17 | 1 | -2/+13 |
* | | Merge commit '27c8337e595a058347150269d5c2c48281e4285b' | Michael Niedermayer | 2012-12-16 | 1 | -0/+1 |
|\| |
|
| * | h264-mt: handle NAL_DPAs before calling ff_thread_finish_setup | Janne Grunau | 2012-12-15 | 1 | -0/+1 |
* | | h264: dont mess with frame gaps on second fields. | Michael Niedermayer | 2012-12-16 | 1 | -1/+1 |
* | | Merge commit 'c0dc57f1264dad1e121772d03abdb9e14ed8857f' | Michael Niedermayer | 2012-12-14 | 1 | -0/+2 |
|\| |
|
| * | h264: initialize frame-mt context copies properly | Janne Grunau | 2012-12-13 | 1 | -0/+2 |
* | | h264: remove low_delay/has_b_frame setting code from nal loop | Michael Niedermayer | 2012-12-14 | 1 | -14/+0 |
* | | Merge commit '072be3e8969f24113d599444be4d6a0ed04a6602' | Michael Niedermayer | 2012-12-14 | 1 | -29/+60 |
|\| |
|
| * | h264: set parameters from SPS whenever it changes | Janne Grunau | 2012-12-13 | 1 | -47/+61 |
* | | h264: dont try to allocate scratchpad if linesize is not known | Michael Niedermayer | 2012-12-10 | 1 | -1/+1 |
* | | Merge commit '5d471b73d20616f5ac701ff62e5de49465cda264' | Michael Niedermayer | 2012-12-10 | 1 | -18/+18 |
|\| |
|
| * | cosmetics: Fix dropable --> droppable typo | Diego Biurrun | 2012-12-09 | 1 | -18/+18 |
* | | h264: avoid calling idr() twice | Michael Niedermayer | 2012-12-09 | 1 | -1/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-12-07 | 1 | -12/+14 |
|\| |
|
| * | h264: add a pointer for weighted prediction temporary buffer | Janne Grunau | 2012-12-07 | 1 | -13/+13 |
| * | h264: slice-mt: check master context for valid current_picture_ptr | Janne Grunau | 2012-12-05 | 1 | -1/+1 |
| * | h264: slice-mt: get last_pic_dropable from master context | Janne Grunau | 2012-12-05 | 1 | -1/+1 |
* | | h264: slice-mt: check master context for valid current_picture_ptr | Janne Grunau | 2012-12-06 | 1 | -1/+1 |
* | | h264: slice-mt: get last_pic_dropable from master context | Janne Grunau | 2012-12-06 | 1 | -1/+1 |
* | | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -5/+5 |
|\| |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -5/+5 |
* | | Merge commit '0b300daad2f5cb59a7c06dde5ac701685e6edf16' | Michael Niedermayer | 2012-12-03 | 1 | -0/+5 |
|\| |
|