summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* ivi_common: do not call MC for intra frames when dc_transform is unsetAnton Khirnov2013-03-081-3/+4
* roqvideodec: fix a potential infinite loop in roqvideo_decode_frame().Anton Khirnov2013-03-081-1/+1
* xxan: fix invalid memory access in xan_decode_frame_type0()Anton Khirnov2013-03-081-1/+1
* ffv1: fix calculating slice dimensions for version 2Anton Khirnov2013-03-081-2/+2
* eamad: allocate a dummy reference frame when the real one is missingAnton Khirnov2013-03-081-0/+13
* Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*.Anton Khirnov2013-03-082-3/+3
* Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov2013-03-081-3/+3
* lavc: postpone the removal of request_channels API.Anton Khirnov2013-03-081-1/+1
* lavc: stop setting AVFrame.motion_subsample_log2Anton Khirnov2013-03-083-3/+0
* mpegvideo: drop vismv codeAnton Khirnov2013-03-082-310/+0
* lavc: make up a fake frame channel layout when there is no real one.Anton Khirnov2013-03-081-2/+22
* lavc: limit maximum number of channels to 63Anton Khirnov2013-03-081-1/+1
* lavc: allow decoders to override frame parameters.Anton Khirnov2013-03-081-7/+14
* lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-0825-13/+34
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08238-4319/+3883
OpenPOWER on IntegriCloud