aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* h264: Silence warning: comparison of distinct pointer types lacks a castMichael Niedermayer2013-02-231-1/+1
* h264: ensure that get_format() is called when changing format but not otherwise.Michael Niedermayer2013-02-211-5/+5
* h264: move next/last picture init to decode_slice_headerMichael Niedermayer2013-02-211-2/+5
* h264: Fix handling of changing reference counts between slicesMichael Niedermayer2013-02-201-1/+5
* h264: call alloc_scratch_buffers() only once linesize is knownMichael Niedermayer2013-02-201-17/+9
* Merge commit '2ed008204d5467be03a0a3af1e293b2f7038d0a0'Michael Niedermayer2013-02-201-1/+1
|\
| * h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputilRonald S. Bultje2013-02-191-7/+7
* | h264: integrate clear_blocks calls with IDCT.Ronald S. Bultje2013-02-191-7/+7
* | h264: put visualization and debug support backMichael Niedermayer2013-02-191-0/+6
* | split out ff_hwaccel_pixfmt_list_420[] over individual codecs.Ronald S. Bultje2013-02-181-1/+18
* | h264/svq3: stop using draw_edges.Ronald S. Bultje2013-02-181-36/+6
* | h264: don't store intra pcm samples in h->mb.Ronald S. Bultje2013-02-181-1/+1
* | h264: don't initialize missing pictures when using VDPAU.Carl Eugen Hoyos2013-02-171-1/+2
* | h264: avoid calling get_format() multiple timesMichael Niedermayer2013-02-171-2/+8
* | h264: don't initialize missing pictures when using a hwaccelHendrik Leppkes2013-02-171-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-161-774/+1103
|\|
| * h264: deMpegEncContextizeAnton Khirnov2013-02-151-744/+1054
* | Merge commit '1d0feb5d1ac04d187b335f0e8d411c9f40b3a885'Michael Niedermayer2013-02-161-1/+1
|\|
| * mpegvideo: split ff_draw_horiz_band().Anton Khirnov2013-02-151-1/+1
* | Merge commit '54974c62982ae827becdbdb9b620b7ba75d079a0'Michael Niedermayer2013-02-161-12/+63
|\|
| * error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-151-12/+53
* | Merge commit 'd9ebb00dcbaac3812b8b1fbc3d6e027506c11cbc'Michael Niedermayer2013-02-161-65/+63
|\|
| * h264: remove a pointless if()Anton Khirnov2013-02-151-65/+63
* | Merge commit '68f930d2188aba5b32624887dcbf688c23482834'Michael Niedermayer2013-02-161-10/+8
|\|
| * h264: simplify calls to ff_er_add_slice().Anton Khirnov2013-02-151-10/+8
* | h264: color frames grayMichael Niedermayer2013-02-161-0/+8
* | h264: Use mb itself as memcpy anchor and assert the other anchors positionMichael Niedermayer2013-02-141-2/+3
* | h264: remove clear_blocks call in threading init.Ronald S. Bultje2013-02-141-4/+3
* | h264: Reset last_pocs in case of reference or frame number inconsistenciesMichael Niedermayer2013-02-131-0/+3
* | Merge commit '4c51fe48ba6dde059360b7451db7f6bbf2f11db3'Michael Niedermayer2013-02-121-1/+1
|\|
| * h264: Copy h264chroma dsp context to slice thread copiesMartin Storsjö2013-02-111-0/+1
* | Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil.Ronald S. Bultje2013-02-121-7/+7
* | Merge commit '35685a3c2a1ec09f3c62dcfc4368fe9e92bcddf6'Michael Niedermayer2013-02-091-0/+1
|\|
| * dsputil: Move ff_svq3 function declarations to a separate headerDiego Biurrun2013-02-071-0/+1
* | Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer2013-02-071-0/+5
|\|
| * dsputil: Separate h264chromaDiego Biurrun2013-02-061-0/+3
* | 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
|\|