summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* h264: add assert to check that block_offset is consistent.Michael Niedermayer2013-01-171-0/+2
* h264: always copy linesizes in thread updateMichael Niedermayer2013-01-171-5/+5
* h264: always copy block_offset in thread updateMichael Niedermayer2013-01-171-2/+2
* h264: document h264_set_parameter_from_sps() re-calling behaviorMichael Niedermayer2013-01-161-0/+1
* h264: do not mess up cur_chroma_format_idc during thread updateMichael Niedermayer2013-01-161-0/+1
* h264: add 3 pixels below for subpixel filter wait position.Ronald S. Bultje2013-01-161-3/+4
* Merge commit 'd8c772de53d29afb1bada88afa859fce8489c668'Michael Niedermayer2013-01-151-1/+3
|\
| * h264: fix ff_generate_sliding_window_mmcos() prototype.Anton Khirnov2013-01-141-1/+3
| * h264: don't clobber mmco opcode tables for non-first slice headers.Ronald S. Bultje2013-01-141-2/+10
| * h264: Fix assignments in if()Michael Niedermayer2013-01-141-1/+1
* | h264: don't clobber mmco opcode tables for non-first slice headers.Ronald S. Bultje2013-01-151-2/+10
* | h264: don t leave stale pointers in delayed_pic in flush_changes.Michael Niedermayer2013-01-141-1/+8
* | h264: fix () placementMichael Niedermayer2013-01-141-1/+1
* | h264: reset first_field when current_picture_ptr is resetMichael Niedermayer2013-01-111-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-031-1/+1
|\ \ | |/
| * h264: check SPS entries directly to detect pixel format changesJanne Grunau2013-01-031-14/+19
* | h264: check SPS entries directly to detect pixel format changesJanne Grunau2013-01-021-13/+18
* | Merge commit 'f3298f12997eb4b7ad203766f768f92e3dd72a2a'Michael Niedermayer2012-12-241-1/+1
|\ \ | |/
| * Return proper error code after av_log_ask_for_sample()Diego Biurrun2012-12-231-1/+1
* | h264: Detect POC inconsistencies and try to handle them reasonablyMichael Niedermayer2012-12-221-1/+7
* | Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer2012-12-211-27/+29
|\ \ | |/
| * lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-27/+29
| * h264: support frame parameter changes during frame-mtJanne Grunau2012-12-181-127/+228
* | h264: Fix code to also handle pix format changes.Michael Niedermayer2012-12-201-4/+7
* | h264: remove unused variableMichael Niedermayer2012-12-201-1/+0
* | h264: use must_reinit to simplify codeMichael Niedermayer2012-12-191-4/+2
* | h264: decode_update_thread_context() copy parameter sets before using themMichael Niedermayer2012-12-191-0/+7
* | h264: remove reschange blockingMichael Niedermayer2012-12-191-5/+0
* | h264: support frame size changes with multi threadingMichael Niedermayer2012-12-191-86/+173
* | h264: move h264_set_parameter_from_sps() call upMichael Niedermayer2012-12-191-3/+3
* | h264: move list_count and current_slice reset to flush_change()Michael Niedermayer2012-12-191-2/+2
* | h264: split flush_change() out of flush_dpb()Michael Niedermayer2012-12-191-8/+21
* | h264: factor get_pixel_format() outMichael Niedermayer2012-12-191-72/+82
* | Merge commit 'f1d8763a02b5fce9a7d9789e049d74a45b15e1e8'Michael Niedermayer2012-12-191-3/+14
|\ \ | |/
| * mpegvideo: allocate scratch buffers after linesize is knownJanne Grunau2012-12-181-3/+14
* | h264: remove redundant parts of old slice in extradata code.Michael Niedermayer2012-12-181-10/+1
* | h264: merge old and new "slice in extradata" checksMichael Niedermayer2012-12-181-14/+6
* | Merge commit '61c6eef5456f2bc8b1dc49a0a759c975551cea29'Michael Niedermayer2012-12-181-6/+21
|\ \ | |/
| * h264: prevent decoding of slice NALs in extradataJanne Grunau2012-12-181-6/+21
* | h264: Improve first slice and slice type checksMichael Niedermayer2012-12-171-2/+13
* | Merge commit '27c8337e595a058347150269d5c2c48281e4285b'Michael Niedermayer2012-12-161-0/+1
|\ \ | |/
| * h264-mt: handle NAL_DPAs before calling ff_thread_finish_setupJanne Grunau2012-12-151-0/+1
* | h264: dont mess with frame gaps on second fields.Michael Niedermayer2012-12-161-1/+1
* | Merge commit 'c0dc57f1264dad1e121772d03abdb9e14ed8857f'Michael Niedermayer2012-12-141-0/+2
|\ \ | |/
| * h264: initialize frame-mt context copies properlyJanne Grunau2012-12-131-0/+2
* | h264: remove low_delay/has_b_frame setting code from nal loopMichael Niedermayer2012-12-141-14/+0
* | Merge commit '072be3e8969f24113d599444be4d6a0ed04a6602'Michael Niedermayer2012-12-141-29/+60
|\ \ | |/
| * h264: set parameters from SPS whenever it changesJanne Grunau2012-12-131-47/+61
* | h264: dont try to allocate scratchpad if linesize is not knownMichael Niedermayer2012-12-101-1/+1
* | Merge commit '5d471b73d20616f5ac701ff62e5de49465cda264'Michael Niedermayer2012-12-101-18/+18
|\ \ | |/
OpenPOWER on IntegriCloud