summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* h264: skip error concealment when SPS and slices are mismatchingMichael Niedermayer2013-02-021-1/+1
* h264: silence warning about array index being out of boundsMichael Niedermayer2013-02-021-0/+1
* Merge commit 'f81c37e40fe3236d54da12aef9cdba48ba70ec31'Michael Niedermayer2013-01-291-1/+0
|\
| * h264: remove obsolete comment.Anton Khirnov2013-01-291-1/+0
* | h264: check the pixel format directly and force a reinit on mismatches.Michael Niedermayer2013-01-291-1/+2
* | Merge commit '96753bd00d6d4046db6818c0aadc21bf2a11d77b'Michael Niedermayer2013-01-271-0/+9
|\ \ | |/
| * hwaccel: do not offer unsupported pixel formatsRémi Denis-Courmont2013-01-271-0/+8
| * vdpau: add missing pixel format for H.264Rémi Denis-Courmont2013-01-271-0/+1
| * h264: copy h264qpel dsp context to slice thread copiesJanne Grunau2013-01-241-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-241-6/+7
|\ \ | |/
| * dsputil: Separate h264 qpelMans Rullgard2013-01-241-2/+4
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-5/+5
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-5/+5
* | Merge commit '68f18f03519ae550e25cf12661172641e9f0eaca'Michael Niedermayer2013-01-211-9/+2
|\ \ | |/
| * dsputil: drop non-compliant "fast" qpel mc functionsMans Rullgard2013-01-201-9/+2
* | h264: Only apply error concealment if theres a frameMichael Niedermayer2013-01-201-1/+1
* | h264: unmark frames at the endMichael Niedermayer2013-01-191-0/+1
* | h264/get_lowest_part_list_y: remove unneeded operationsMichael Niedermayer2013-01-181-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-181-2/+1
|\ \ | |/
| * h264: avoid pointless copying of ref listsAnton Khirnov2013-01-181-2/+1
| * h264: add 3 pixels below for subpixel filter wait positionRonald S. Bultje2013-01-151-3/+4
* | 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
OpenPOWER on IntegriCloud