| Commit message (Expand) | Author | Age | Files | Lines |
* | hwaccel: fix use with frame based multithreading | Janne Grunau | 2013-03-26 | 1 | -1/+1 |
* | h264: Make it possible to compile without error_resilience | Ronald S. Bultje | 2013-03-26 | 1 | -35/+40 |
* | h264: Remove an unused variable | Martin Storsjö | 2013-03-25 | 1 | -1/+0 |
* | h264: remove redundant freeing of DPB in h264_decode_end | Anton Khirnov | 2013-03-21 | 1 | -7/+0 |
* | h264: add a parameter to the CHROMA444 macro. | Anton Khirnov | 2013-03-21 | 1 | -8/+8 |
* | h264: add a parameter to the CHROMA422 macro. | Anton Khirnov | 2013-03-21 | 1 | -4/+4 |
* | h264: add a parameter to the CABAC macro. | Anton Khirnov | 2013-03-21 | 1 | -1/+1 |
* | h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro. | Anton Khirnov | 2013-03-21 | 1 | -6/+6 |
* | h264: add a parameter to the FIELD_PICTURE macro. | Anton Khirnov | 2013-03-21 | 1 | -12/+12 |
* | h264: add a parameter to the FRAME_MBAFF macro. | Anton Khirnov | 2013-03-21 | 1 | -19/+19 |
* | h264: add a parameter to the MB_FIELD macro. | Anton Khirnov | 2013-03-21 | 1 | -8/+8 |
* | h264: add a parameter to the MB_MBAFF macro. | Anton Khirnov | 2013-03-21 | 1 | -8/+8 |
* | h264: merge common_init() into ff_h264_decode_init. | Anton Khirnov | 2013-03-21 | 1 | -25/+20 |
* | h264: make ff_h264_frame_start static. | Anton Khirnov | 2013-03-21 | 1 | -4/+4 |
* | h264: fix bit depth changes with frame threading | Janne Grunau | 2013-03-20 | 1 | -0/+5 |
* | h264: allocate hwaccel privdata after the frame buffer | Hendrik Leppkes | 2013-03-19 | 1 | -8/+9 |
* | avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -2/+2 |
* | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -2/+2 |
* | cabac: remove unused argument of ff_init_cabac_states() | Michael Niedermayer | 2013-03-13 | 1 | -1/+1 |
* | Add informative messages to av_log_ask_for_sample calls lacking them | Diego Biurrun | 2013-03-12 | 1 | -3/+2 |
* | h264: check that DPB is allocated before accessing it in flush_dpb() | Anton Khirnov | 2013-03-11 | 1 | -2/+3 |
* | h264: remove a useless svq3 condition | Anton Khirnov | 2013-03-11 | 1 | -5/+2 |
* | Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | lavc: stop setting AVFrame.motion_subsample_log2 | Anton Khirnov | 2013-03-08 | 1 | -1/+0 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -171/+247 |
* | Add missing error_resilience includes to files that use ER | Diego Biurrun | 2013-03-07 | 1 | -0/+1 |
* | 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 |
* | lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecs | Ronald S. Bultje | 2013-03-06 | 1 | -1/+18 |
* | h264: check for luma and chroma bit dept being equal | Luca Barbato | 2013-03-05 | 1 | -0/+6 |
* | h264: set ref_count to 0 for intra slices. | Anton Khirnov | 2013-03-02 | 1 | -1/+4 |
* | h264: on reference overflow, reset the reference count to 0, not 1. | Anton Khirnov | 2013-03-02 | 1 | -1/+1 |
* | 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: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil | Ronald S. Bultje | 2013-02-19 | 1 | -7/+7 |
* | h264: deMpegEncContextize | Anton Khirnov | 2013-02-15 | 1 | -744/+1054 |
* | mpegvideo: split ff_draw_horiz_band(). | Anton Khirnov | 2013-02-15 | 1 | -1/+1 |
* | error_resilience: decouple ER from MpegEncContext | Anton Khirnov | 2013-02-15 | 1 | -12/+53 |
* | h264: remove a pointless if() | Anton Khirnov | 2013-02-15 | 1 | -65/+63 |
* | h264: simplify calls to ff_er_add_slice(). | Anton Khirnov | 2013-02-15 | 1 | -10/+8 |
* | h264: Copy h264chroma dsp context to slice thread copies | Martin Storsjö | 2013-02-11 | 1 | -0/+1 |
* | dsputil: Move ff_svq3 function declarations to a separate header | Diego Biurrun | 2013-02-07 | 1 | -0/+1 |
* | dsputil: Separate h264chroma | Diego Biurrun | 2013-02-06 | 1 | -0/+3 |
* | h264: remove obsolete comment. | Anton Khirnov | 2013-01-29 | 1 | -1/+0 |
* | hwaccel: do not offer unsupported pixel formats | Rémi Denis-Courmont | 2013-01-27 | 1 | -0/+8 |
* | vdpau: add missing pixel format for H.264 | Rémi Denis-Courmont | 2013-01-27 | 1 | -0/+1 |
* | h264: copy h264qpel dsp context to slice thread copies | Janne Grunau | 2013-01-24 | 1 | -0/+1 |
* | dsputil: Separate h264 qpel | Mans Rullgard | 2013-01-24 | 1 | -2/+4 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -5/+5 |
* | dsputil: drop non-compliant "fast" qpel mc functions | Mans Rullgard | 2013-01-20 | 1 | -9/+2 |