| Commit message (Expand) | Author | Age | Files | Lines |
* | h264: make flush_change() set mmco_reset | Michael Niedermayer | 2013-10-26 | 1 | -0/+1 |
* | avcodec/h264: do not trust last_pic_droppable when marking pictures as done | Michael Niedermayer | 2013-10-26 | 1 | -3/+3 |
* | avcodec/h264: set er.ref_count earlier | Michael Niedermayer | 2013-09-01 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-03-07 | 1 | -21/+15 |
|\ |
|
| * | h264: Integrate draw_horiz_band into ff_h264_draw_horiz_band | Ronald S. Bultje | 2013-03-07 | 1 | -4/+40 |
| * | h264: Rename the jpeg_420 pixfmt list to match the common naming structure | Martin Storsjö | 2013-03-07 | 1 | -2/+2 |
* | | Merge commit '5da51284937649a8ebb84fa951c235438fcbf8ae' | Michael Niedermayer | 2013-03-07 | 1 | -4/+4 |
|\| |
|
| * | lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecs | Ronald S. Bultje | 2013-03-06 | 1 | -1/+18 |
* | | Merge commit 'c10da30d8426a1f681d99a780b6e311f7fb4e5c5' | Michael Niedermayer | 2013-03-06 | 1 | -0/+6 |
|\| |
|
| * | h264: check for luma and chroma bit dept being equal | Luca Barbato | 2013-03-05 | 1 | -0/+6 |
* | | h264: put call to ff_print_debug_info2 under CONFIG_MPEGVIDEO. | Ronald S. Bultje | 2013-03-03 | 1 | -2/+4 |
* | | h264: make it possible to compile without error_resilience. | Ronald S. Bultje | 2013-03-03 | 1 | -16/+33 |
* | | h264: add a copy of draw_horiz_band. | Ronald S. Bultje | 2013-03-03 | 1 | -4/+46 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-03-02 | 1 | -2/+4 |
|\| |
|
| * | h264: set ref_count to 0 for intra slices. | Anton Khirnov | 2013-03-02 | 1 | -1/+4 |
* | | Merge commit '668e16a0dd1ff56d4beeff5c658d8a2a08dbfac8' | Michael Niedermayer | 2013-03-02 | 1 | -1/+1 |
|\| |
|
| * | h264: on reference overflow, reset the reference count to 0, not 1. | Anton Khirnov | 2013-03-02 | 1 | -1/+1 |
* | | Merge commit 'e671d3ad6cd7fe1d02e9b35b889a25d8c059fce9' | Michael Niedermayer | 2013-03-02 | 1 | -2/+0 |
|\| |
|
| * | h264: do not copy ref count/ref2frm when updating per-frame context | Anton Khirnov | 2013-03-02 | 1 | -2/+0 |
| * | h264/svq3: Stop using draw_edges | Ronald S. Bultje | 2013-02-19 | 1 | -36/+6 |
* | | h264: Silence warning: comparison of distinct pointer types lacks a cast | Michael Niedermayer | 2013-02-23 | 1 | -1/+1 |
* | | h264: ensure that get_format() is called when changing format but not otherwise. | Michael Niedermayer | 2013-02-21 | 1 | -5/+5 |
* | | h264: move next/last picture init to decode_slice_header | Michael Niedermayer | 2013-02-21 | 1 | -2/+5 |
* | | h264: Fix handling of changing reference counts between slices | Michael Niedermayer | 2013-02-20 | 1 | -1/+5 |
* | | h264: call alloc_scratch_buffers() only once linesize is known | Michael Niedermayer | 2013-02-20 | 1 | -17/+9 |
* | | Merge commit '2ed008204d5467be03a0a3af1e293b2f7038d0a0' | Michael Niedermayer | 2013-02-20 | 1 | -1/+1 |
|\| |
|
| * | h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil | Ronald S. Bultje | 2013-02-19 | 1 | -7/+7 |
* | | h264: integrate clear_blocks calls with IDCT. | Ronald S. Bultje | 2013-02-19 | 1 | -7/+7 |
* | | h264: put visualization and debug support back | Michael Niedermayer | 2013-02-19 | 1 | -0/+6 |
* | | split out ff_hwaccel_pixfmt_list_420[] over individual codecs. | Ronald S. Bultje | 2013-02-18 | 1 | -1/+18 |
* | | h264/svq3: stop using draw_edges. | Ronald S. Bultje | 2013-02-18 | 1 | -36/+6 |
* | | h264: don't store intra pcm samples in h->mb. | Ronald S. Bultje | 2013-02-18 | 1 | -1/+1 |
* | | h264: don't initialize missing pictures when using VDPAU. | Carl Eugen Hoyos | 2013-02-17 | 1 | -1/+2 |
* | | h264: avoid calling get_format() multiple times | Michael Niedermayer | 2013-02-17 | 1 | -2/+8 |
* | | h264: don't initialize missing pictures when using a hwaccel | Hendrik Leppkes | 2013-02-17 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-16 | 1 | -774/+1103 |
|\| |
|
| * | h264: deMpegEncContextize | Anton Khirnov | 2013-02-15 | 1 | -744/+1054 |
* | | Merge commit '1d0feb5d1ac04d187b335f0e8d411c9f40b3a885' | Michael Niedermayer | 2013-02-16 | 1 | -1/+1 |
|\| |
|
| * | mpegvideo: split ff_draw_horiz_band(). | Anton Khirnov | 2013-02-15 | 1 | -1/+1 |
* | | Merge commit '54974c62982ae827becdbdb9b620b7ba75d079a0' | Michael Niedermayer | 2013-02-16 | 1 | -12/+63 |
|\| |
|
| * | error_resilience: decouple ER from MpegEncContext | Anton Khirnov | 2013-02-15 | 1 | -12/+53 |
* | | Merge commit 'd9ebb00dcbaac3812b8b1fbc3d6e027506c11cbc' | Michael Niedermayer | 2013-02-16 | 1 | -65/+63 |
|\| |
|
| * | h264: remove a pointless if() | Anton Khirnov | 2013-02-15 | 1 | -65/+63 |
* | | Merge commit '68f930d2188aba5b32624887dcbf688c23482834' | Michael Niedermayer | 2013-02-16 | 1 | -10/+8 |
|\| |
|
| * | h264: simplify calls to ff_er_add_slice(). | Anton Khirnov | 2013-02-15 | 1 | -10/+8 |
* | | h264: color frames gray | Michael Niedermayer | 2013-02-16 | 1 | -0/+8 |
* | | h264: Use mb itself as memcpy anchor and assert the other anchors position | Michael Niedermayer | 2013-02-14 | 1 | -2/+3 |
* | | h264: remove clear_blocks call in threading init. | Ronald S. Bultje | 2013-02-14 | 1 | -4/+3 |
* | | h264: Reset last_pocs in case of reference or frame number inconsistencies | Michael Niedermayer | 2013-02-13 | 1 | -0/+3 |
* | | Merge commit '4c51fe48ba6dde059360b7451db7f6bbf2f11db3' | Michael Niedermayer | 2013-02-12 | 1 | -1/+1 |
|\| |
|