| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | lavc: remove disabled FF_API_COLOR_TABLE_ID cruft | Anton Khirnov | 2013-03-09 | 3 | -16/+0 |
* | lavc: remove disabled FF_API_MPV_GLOBAL_OPTS cruft | Anton Khirnov | 2013-03-09 | 4 | -74/+0 |
* | lavc: remove disabled FF_API_OLD_ENCODE_VIDEO cruft | Anton Khirnov | 2013-03-09 | 3 | -59/+0 |
* | lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft | Anton Khirnov | 2013-03-09 | 28 | -375/+0 |
* | lavc: remove disabled FF_API_OLD_DECODE_AUDIO cruft | Anton Khirnov | 2013-03-09 | 3 | -116/+0 |
* | png: use av_mallocz_array() for the zlib zalloc function | Justin Ruggles | 2013-03-08 | 1 | -3/+1 |
* | libmp3lame: use the correct remaining buffer size when flushing | Justin Ruggles | 2013-03-08 | 1 | -1/+1 |
* | lavc: update the fallback versions of ff_thread_* | Anton Khirnov | 2013-03-08 | 1 | -6/+6 |
* | libopencore-amr: Add the missing 3rd argument of ff_get_buffer() | Yusuke Nakamura | 2013-03-08 | 1 | -1/+1 |
* | vmdaudio: fix invalid reads when packet size is not a multiple of chunk size | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | wmaprodec: return an error, not 0, when the input is too small. | Anton Khirnov | 2013-03-08 | 1 | -2/+5 |
* | wmaprodec: require block_align to be set. | Anton Khirnov | 2013-03-08 | 1 | -0/+5 |
* | wmadec: require block_align to be set. | Anton Khirnov | 2013-03-08 | 1 | -0/+5 |
* | ivi_common: do not call MC for intra frames when dc_transform is unset | Anton Khirnov | 2013-03-08 | 1 | -3/+4 |
* | roqvideodec: fix a potential infinite loop in roqvideo_decode_frame(). | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | xxan: fix invalid memory access in xan_decode_frame_type0() | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | ffv1: fix calculating slice dimensions for version 2 | Anton Khirnov | 2013-03-08 | 1 | -2/+2 |
* | eamad: allocate a dummy reference frame when the real one is missing | Anton Khirnov | 2013-03-08 | 1 | -0/+13 |
* | Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*. | Anton Khirnov | 2013-03-08 | 2 | -3/+3 |