| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | lavc: remove disabled FF_API_IDCT cruft | Anton Khirnov | 2013-03-11 | 3 | -15/+0 |
* | lavc: remove disabled FF_API_SNOW cruft | Anton Khirnov | 2013-03-11 | 3 | -16/+0 |
* | lavc: remove disabled FF_API_MMI cruft | Anton Khirnov | 2013-03-11 | 3 | -9/+0 |
* | lavc: remove disabled FF_API_LIBMPEG2 cruft | Anton Khirnov | 2013-03-11 | 2 | -6/+0 |
* | lavc: remove disabled FF_API_AVCODEC_RESAMPLE cruft | Anton Khirnov | 2013-03-11 | 5 | -805/+0 |
* | ra144: check buffer size before requesting a buffer | Janne Grunau | 2013-03-10 | 1 | -6/+7 |
* | wmapro: unref skipped frames | Janne Grunau | 2013-03-10 | 1 | -0/+1 |
* | svq1: use av_frame_free to free refcounted frame | Janne Grunau | 2013-03-10 | 1 | -1/+1 |
* | lavc: fix get_buffer() compatibility layer for audio. | Anton Khirnov | 2013-03-10 | 1 | -1/+1 |
* | ratecontrol: remove an unused variable | Anton Khirnov | 2013-03-10 | 1 | -1/+0 |
* | vorbisdec: do not leak the first frame. | Anton Khirnov | 2013-03-10 | 1 | -0/+1 |
* | lavc: remove disabled FF_API_VDA_ASYNC cruft | Anton Khirnov | 2013-03-09 | 3 | -182/+0 |
* | lavc: remove disabled FF_API_CODEC_ID cruft | Anton Khirnov | 2013-03-09 | 4 | -381/+0 |
* | lavc: remove disabled FF_API_FIND_BEST_PIX_FMT cruft | Anton Khirnov | 2013-03-09 | 3 | -51/+0 |
* | lavc: remove disabled FF_API_DSP_MASK cruft | Anton Khirnov | 2013-03-09 | 2 | -11/+0 |
* | lavc: remove disabled FF_API_SUB_ID cruft | Anton Khirnov | 2013-03-09 | 3 | -13/+0 |
* | lavc: remove disabled FF_API_INTER_THRESHOLD cruft | Anton Khirnov | 2013-03-09 | 3 | -13/+0 |