summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* ape: make version-dependent decoding functions called via pointersKostya Shishkov2013-03-151-59/+123
* vaapi: fix argument for ff_vaapi_common_end_frame callJanne Grunau2013-03-141-1/+1
* avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-1319-33/+31
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-1336-104/+107
* av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-1315-19/+26
* Add av_log_{ask_for_sample|missing_feature} replacements to libavutilDiego Biurrun2013-03-133-0/+12
* avpacket: copy side data type and size in av_dup_packetJanne Grunau2013-03-131-1/+4
* cabac: remove unused argument of ff_init_cabac_states()Michael Niedermayer2013-03-133-3/+4
* rawdec: fix a typo -- || instead of |Nicolas George2013-03-131-1/+1
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-1218-285/+444
* Add informative messages to av_log_ask_for_sample calls lacking themDiego Biurrun2013-03-121-3/+2
* vda: remove async decoder leftoversLuca Barbato2013-03-121-44/+3
* avframe: call release_buffer only if it is setJanne Grunau2013-03-111-1/+2
* pthread: unref the decoded but not returned frames on close.Anton Khirnov2013-03-111-0/+1
* h264: check that DPB is allocated before accessing it in flush_dpb()Anton Khirnov2013-03-111-2/+3
* h264_refs: cosmetics, reformatAnton Khirnov2013-03-111-187/+213
* h264: remove a useless svq3 conditionAnton Khirnov2013-03-111-5/+2
* mpegvideo: remove FMT_H264Anton Khirnov2013-03-112-3/+0
* mpegvideo: reindentAnton Khirnov2013-03-111-84/+84
* mpegvideo: remove useless references to h264 and svq3Anton Khirnov2013-03-111-16/+7
* lavc: remove disabled FF_API_IDCT cruftAnton Khirnov2013-03-113-15/+0
* lavc: remove disabled FF_API_SNOW cruftAnton Khirnov2013-03-113-16/+0
* lavc: remove disabled FF_API_MMI cruftAnton Khirnov2013-03-113-9/+0
* lavc: remove disabled FF_API_LIBMPEG2 cruftAnton Khirnov2013-03-112-6/+0
* lavc: remove disabled FF_API_AVCODEC_RESAMPLE cruftAnton Khirnov2013-03-115-805/+0
* ra144: check buffer size before requesting a bufferJanne Grunau2013-03-101-6/+7
* wmapro: unref skipped framesJanne Grunau2013-03-101-0/+1
* svq1: use av_frame_free to free refcounted frameJanne Grunau2013-03-101-1/+1
* lavc: fix get_buffer() compatibility layer for audio.Anton Khirnov2013-03-101-1/+1
* ratecontrol: remove an unused variableAnton Khirnov2013-03-101-1/+0
* vorbisdec: do not leak the first frame.Anton Khirnov2013-03-101-0/+1
* lavc: remove disabled FF_API_VDA_ASYNC cruftAnton Khirnov2013-03-093-182/+0
* lavc: remove disabled FF_API_CODEC_ID cruftAnton Khirnov2013-03-094-381/+0
* lavc: remove disabled FF_API_FIND_BEST_PIX_FMT cruftAnton Khirnov2013-03-093-51/+0
* lavc: remove disabled FF_API_DSP_MASK cruftAnton Khirnov2013-03-092-11/+0
* lavc: remove disabled FF_API_SUB_ID cruftAnton Khirnov2013-03-093-13/+0
* lavc: remove disabled FF_API_INTER_THRESHOLD cruftAnton Khirnov2013-03-093-13/+0
* lavc: remove disabled FF_API_COLOR_TABLE_ID cruftAnton Khirnov2013-03-093-16/+0
* lavc: remove disabled FF_API_MPV_GLOBAL_OPTS cruftAnton Khirnov2013-03-094-74/+0
* lavc: remove disabled FF_API_OLD_ENCODE_VIDEO cruftAnton Khirnov2013-03-093-59/+0
* lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov2013-03-0928-375/+0
* lavc: remove disabled FF_API_OLD_DECODE_AUDIO cruftAnton Khirnov2013-03-093-116/+0
* png: use av_mallocz_array() for the zlib zalloc functionJustin Ruggles2013-03-081-3/+1
* libmp3lame: use the correct remaining buffer size when flushingJustin Ruggles2013-03-081-1/+1
* lavc: update the fallback versions of ff_thread_*Anton Khirnov2013-03-081-6/+6
* libopencore-amr: Add the missing 3rd argument of ff_get_buffer()Yusuke Nakamura2013-03-081-1/+1
* vmdaudio: fix invalid reads when packet size is not a multiple of chunk sizeAnton Khirnov2013-03-081-1/+1
* wmaprodec: return an error, not 0, when the input is too small.Anton Khirnov2013-03-081-2/+5
* wmaprodec: require block_align to be set.Anton Khirnov2013-03-081-0/+5
* wmadec: require block_align to be set.Anton Khirnov2013-03-081-0/+5