summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
...
* | h264: Use mb itself as memcpy anchor and assert the other anchors positionMichael Niedermayer2013-02-14
* | h264: remove clear_blocks call in threading init.Ronald S. Bultje2013-02-14
* | h264: Reset last_pocs in case of reference or frame number inconsistenciesMichael Niedermayer2013-02-13
* | Merge commit '4c51fe48ba6dde059360b7451db7f6bbf2f11db3'Michael Niedermayer2013-02-12
|\|
| * h264: Copy h264chroma dsp context to slice thread copiesMartin Storsjö2013-02-11
* | Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil.Ronald S. Bultje2013-02-12
* | Merge commit '35685a3c2a1ec09f3c62dcfc4368fe9e92bcddf6'Michael Niedermayer2013-02-09
|\|
| * dsputil: Move ff_svq3 function declarations to a separate headerDiego Biurrun2013-02-07
* | Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer2013-02-07
|\|
| * dsputil: Separate h264chromaDiego Biurrun2013-02-06
* | h264: skip error concealment when SPS and slices are mismatchingMichael Niedermayer2013-02-02
* | h264: silence warning about array index being out of boundsMichael Niedermayer2013-02-02
* | Merge commit 'f81c37e40fe3236d54da12aef9cdba48ba70ec31'Michael Niedermayer2013-01-29
|\|
| * h264: remove obsolete comment.Anton Khirnov2013-01-29
* | h264: check the pixel format directly and force a reinit on mismatches.Michael Niedermayer2013-01-29
* | Merge commit '96753bd00d6d4046db6818c0aadc21bf2a11d77b'Michael Niedermayer2013-01-27
|\|
| * hwaccel: do not offer unsupported pixel formatsRémi Denis-Courmont2013-01-27
| * vdpau: add missing pixel format for H.264Rémi Denis-Courmont2013-01-27
| * h264: copy h264qpel dsp context to slice thread copiesJanne Grunau2013-01-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-24
|\|
| * dsputil: Separate h264 qpelMans Rullgard2013-01-24
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-22
* | Merge commit '68f18f03519ae550e25cf12661172641e9f0eaca'Michael Niedermayer2013-01-21
|\|
| * dsputil: drop non-compliant "fast" qpel mc functionsMans Rullgard2013-01-20
* | h264: Only apply error concealment if theres a frameMichael Niedermayer2013-01-20
* | h264: unmark frames at the endMichael Niedermayer2013-01-19
* | h264/get_lowest_part_list_y: remove unneeded operationsMichael Niedermayer2013-01-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-18
|\|
| * h264: avoid pointless copying of ref listsAnton Khirnov2013-01-18
| * h264: add 3 pixels below for subpixel filter wait positionRonald S. Bultje2013-01-15
* | h264: add assert to check that block_offset is consistent.Michael Niedermayer2013-01-17
* | h264: always copy linesizes in thread updateMichael Niedermayer2013-01-17
* | h264: always copy block_offset in thread updateMichael Niedermayer2013-01-17
* | h264: document h264_set_parameter_from_sps() re-calling behaviorMichael Niedermayer2013-01-16
* | h264: do not mess up cur_chroma_format_idc during thread updateMichael Niedermayer2013-01-16
* | h264: add 3 pixels below for subpixel filter wait position.Ronald S. Bultje2013-01-16
* | Merge commit 'd8c772de53d29afb1bada88afa859fce8489c668'Michael Niedermayer2013-01-15
|\|
| * h264: fix ff_generate_sliding_window_mmcos() prototype.Anton Khirnov2013-01-14
| * h264: don't clobber mmco opcode tables for non-first slice headers.Ronald S. Bultje2013-01-14
| * h264: Fix assignments in if()Michael Niedermayer2013-01-14
* | h264: don't clobber mmco opcode tables for non-first slice headers.Ronald S. Bultje2013-01-15
* | h264: don t leave stale pointers in delayed_pic in flush_changes.Michael Niedermayer2013-01-14
* | h264: fix () placementMichael Niedermayer2013-01-14
* | h264: reset first_field when current_picture_ptr is resetMichael Niedermayer2013-01-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-03
|\|
| * h264: check SPS entries directly to detect pixel format changesJanne Grunau2013-01-03
* | h264: check SPS entries directly to detect pixel format changesJanne Grunau2013-01-02
* | Merge commit 'f3298f12997eb4b7ad203766f768f92e3dd72a2a'Michael Niedermayer2012-12-24
|\|
| * Return proper error code after av_log_ask_for_sample()Diego Biurrun2012-12-23