summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
* avcodec: fix motion vector vissualizationMichael Niedermayer2013-03-12
* h264/mpegvideo: fix ff_print_debug_info2 argumentsMichael Niedermayer2013-03-12
* h264: fix null pointer dereference and assertion failureMichael Niedermayer2013-03-12
* Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* | Merge commit 'bcd0a7137e4aca0f6f598593b90ca8f338444c51'Michael Niedermayer2013-03-08
|\|
| * Add missing error_resilience includes to files that use ERDiego Biurrun2013-03-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-07
|\|
| * h264: Integrate draw_horiz_band into ff_h264_draw_horiz_bandRonald S. Bultje2013-03-07
| * h264: Rename the jpeg_420 pixfmt list to match the common naming structureMartin Storsjö2013-03-07
* | Merge commit '5da51284937649a8ebb84fa951c235438fcbf8ae'Michael Niedermayer2013-03-07
|\|
| * lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje2013-03-06
* | Merge commit 'c10da30d8426a1f681d99a780b6e311f7fb4e5c5'Michael Niedermayer2013-03-06
|\|
| * h264: check for luma and chroma bit dept being equalLuca Barbato2013-03-05
* | h264: put call to ff_print_debug_info2 under CONFIG_MPEGVIDEO.Ronald S. Bultje2013-03-03
* | h264: make it possible to compile without error_resilience.Ronald S. Bultje2013-03-03
* | h264: add a copy of draw_horiz_band.Ronald S. Bultje2013-03-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-02
|\|
| * h264: set ref_count to 0 for intra slices.Anton Khirnov2013-03-02
* | Merge commit '668e16a0dd1ff56d4beeff5c658d8a2a08dbfac8'Michael Niedermayer2013-03-02
|\|
| * h264: on reference overflow, reset the reference count to 0, not 1.Anton Khirnov2013-03-02
* | Merge commit 'e671d3ad6cd7fe1d02e9b35b889a25d8c059fce9'Michael Niedermayer2013-03-02
|\|
| * h264: do not copy ref count/ref2frm when updating per-frame contextAnton Khirnov2013-03-02
| * h264/svq3: Stop using draw_edgesRonald S. Bultje2013-02-19
* | h264: Silence warning: comparison of distinct pointer types lacks a castMichael Niedermayer2013-02-23
* | h264: ensure that get_format() is called when changing format but not otherwise.Michael Niedermayer2013-02-21
* | h264: move next/last picture init to decode_slice_headerMichael Niedermayer2013-02-21
* | h264: Fix handling of changing reference counts between slicesMichael Niedermayer2013-02-20
* | h264: call alloc_scratch_buffers() only once linesize is knownMichael Niedermayer2013-02-20
* | Merge commit '2ed008204d5467be03a0a3af1e293b2f7038d0a0'Michael Niedermayer2013-02-20
|\|
| * h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputilRonald S. Bultje2013-02-19
* | h264: integrate clear_blocks calls with IDCT.Ronald S. Bultje2013-02-19
* | h264: put visualization and debug support backMichael Niedermayer2013-02-19
* | split out ff_hwaccel_pixfmt_list_420[] over individual codecs.Ronald S. Bultje2013-02-18
* | h264/svq3: stop using draw_edges.Ronald S. Bultje2013-02-18
* | h264: don't store intra pcm samples in h->mb.Ronald S. Bultje2013-02-18
* | h264: don't initialize missing pictures when using VDPAU.Carl Eugen Hoyos2013-02-17
* | h264: avoid calling get_format() multiple timesMichael Niedermayer2013-02-17
* | h264: don't initialize missing pictures when using a hwaccelHendrik Leppkes2013-02-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-16
|\|
| * h264: deMpegEncContextizeAnton Khirnov2013-02-15
* | Merge commit '1d0feb5d1ac04d187b335f0e8d411c9f40b3a885'Michael Niedermayer2013-02-16
|\|
| * mpegvideo: split ff_draw_horiz_band().Anton Khirnov2013-02-15
* | Merge commit '54974c62982ae827becdbdb9b620b7ba75d079a0'Michael Niedermayer2013-02-16
|\|
| * error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-15
* | Merge commit 'd9ebb00dcbaac3812b8b1fbc3d6e027506c11cbc'Michael Niedermayer2013-02-16
|\|
| * h264: remove a pointless if()Anton Khirnov2013-02-15
* | Merge commit '68f930d2188aba5b32624887dcbf688c23482834'Michael Niedermayer2013-02-16
|\|
| * h264: simplify calls to ff_er_add_slice().Anton Khirnov2013-02-15
* | h264: color frames grayMichael Niedermayer2013-02-16