| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: Move start code finding to utils.c | Martin Storsjö | 2013-03-26 | 2 | -33/+34 |
* | ape: 3.80-3.92 decoding support | Kostya Shishkov | 2013-03-25 | 1 | -22/+455 |
* | h264: Remove an unused variable | Martin Storsjö | 2013-03-25 | 1 | -1/+0 |
* | x86: consistently use unaligned movs in the unaligned bswap | Janne Grunau | 2013-03-25 | 1 | -6/+6 |
* | x86: Change a missed occurrance of int to ptrdiff_t for strides | Martin Storsjö | 2013-03-24 | 1 | -1/+1 |
* | x86: Remove win64 xmm clobbering wrappers for the now removed avcodec_encode_... | Martin Storsjö | 2013-03-23 | 1 | -7/+0 |
* | tscc2: allocate AVFrame properly. | Anton Khirnov | 2013-03-22 | 1 | -16/+22 |
* | 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 | 6 | -18/+18 |
* | h264: add a parameter to the CHROMA422 macro. | Anton Khirnov | 2013-03-21 | 7 | -12/+12 |
* | h264: add a parameter to the CABAC macro. | Anton Khirnov | 2013-03-21 | 6 | -12/+12 |
* | h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro. | Anton Khirnov | 2013-03-21 | 4 | -9/+9 |
* | h264: add a parameter to the FIELD_PICTURE macro. | Anton Khirnov | 2013-03-21 | 5 | -25/+25 |
* | h264: add a parameter to the FRAME_MBAFF macro. | Anton Khirnov | 2013-03-21 | 8 | -44/+44 |
* | h264: add a parameter to the MB_FIELD macro. | Anton Khirnov | 2013-03-21 | 7 | -30/+30 |
* | h264: add a parameter to the MB_MBAFF macro. | Anton Khirnov | 2013-03-21 | 4 | -18/+18 |
* | 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 | 2 | -5/+4 |
* | h264: fix bit depth changes with frame threading | Janne Grunau | 2013-03-20 | 1 | -0/+5 |
* | mpegvideo: allocate hwaccel privdata after the frame buffer | Hendrik Leppkes | 2013-03-19 | 1 | -14/+12 |
* | h264: allocate hwaccel privdata after the frame buffer | Hendrik Leppkes | 2013-03-19 | 1 | -8/+9 |
* | pthread: unref already decoded frames when flushing the decoder | Hendrik Leppkes | 2013-03-19 | 1 | -0/+1 |
* | mpegvideo: fix allocation of the hwaccel_picture_private data | Hendrik Leppkes | 2013-03-19 | 1 | -3/+5 |
* | lavc: update the doxy for avcodec_decode_{video,audio} wtih refcounting. | Anton Khirnov | 2013-03-19 | 1 | -11/+23 |
* | lavc, lavfi: fix counting number of planes in AVBufferRef wrappers | Anton Khirnov | 2013-03-19 | 1 | -2/+2 |
* | mpeg12: do not fail on zero dimensions in the sequence header. | Anton Khirnov | 2013-03-18 | 1 | -2/+12 |
* | lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappers | Anton Khirnov | 2013-03-17 | 1 | -2/+2 |
* | atrac3: avoid oversized shifting in decode_bytes() | Xi Wang | 2013-03-15 | 1 | -1/+4 |
* | add support for Monkey's Audio versions from 3.93 | Kostya Shishkov | 2013-03-15 | 1 | -2/+89 |
* | ape: provide two additional bytes in buffer for old MAC versions | Kostya Shishkov | 2013-03-15 | 1 | -1/+3 |
* | ape: make version-dependent decoding functions called via pointers | Kostya Shishkov | 2013-03-15 | 1 | -59/+123 |
* | vaapi: fix argument for ff_vaapi_common_end_frame call | Janne Grunau | 2013-03-14 | 1 | -1/+1 |
* | avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 19 | -33/+31 |
* | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 36 | -104/+107 |
* | av_log_missing_feature() ---> avpriv_report_missing_feature() | Diego Biurrun | 2013-03-13 | 15 | -19/+26 |
* | Add av_log_{ask_for_sample|missing_feature} replacements to libavutil | Diego Biurrun | 2013-03-13 | 3 | -0/+12 |
* | avpacket: copy side data type and size in av_dup_packet | Janne Grunau | 2013-03-13 | 1 | -1/+4 |
* | cabac: remove unused argument of ff_init_cabac_states() | Michael Niedermayer | 2013-03-13 | 3 | -3/+4 |
* | rawdec: fix a typo -- || instead of | | Nicolas George | 2013-03-13 | 1 | -1/+1 |
* | dsputil: convert remaining functions to use ptrdiff_t strides | Luca Barbato | 2013-03-12 | 18 | -285/+444 |
* | Add informative messages to av_log_ask_for_sample calls lacking them | Diego Biurrun | 2013-03-12 | 1 | -3/+2 |
* | vda: remove async decoder leftovers | Luca Barbato | 2013-03-12 | 1 | -44/+3 |
* | avframe: call release_buffer only if it is set | Janne Grunau | 2013-03-11 | 1 | -1/+2 |
* | pthread: unref the decoded but not returned frames on close. | Anton Khirnov | 2013-03-11 | 1 | -0/+1 |
* | h264: check that DPB is allocated before accessing it in flush_dpb() | Anton Khirnov | 2013-03-11 | 1 | -2/+3 |
* | h264_refs: cosmetics, reformat | Anton Khirnov | 2013-03-11 | 1 | -187/+213 |
* | h264: remove a useless svq3 condition | Anton Khirnov | 2013-03-11 | 1 | -5/+2 |
* | mpegvideo: remove FMT_H264 | Anton Khirnov | 2013-03-11 | 2 | -3/+0 |
* | mpegvideo: reindent | Anton Khirnov | 2013-03-11 | 1 | -84/+84 |
* | mpegvideo: remove useless references to h264 and svq3 | Anton Khirnov | 2013-03-11 | 1 | -16/+7 |