summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* wmadec: require block_align to be set.Anton Khirnov2013-03-08
* ivi_common: do not call MC for intra frames when dc_transform is unsetAnton Khirnov2013-03-08
* roqvideodec: fix a potential infinite loop in roqvideo_decode_frame().Anton Khirnov2013-03-08
* xxan: fix invalid memory access in xan_decode_frame_type0()Anton Khirnov2013-03-08
* ffv1: fix calculating slice dimensions for version 2Anton Khirnov2013-03-08
* eamad: allocate a dummy reference frame when the real one is missingAnton Khirnov2013-03-08
* Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*.Anton Khirnov2013-03-08
* Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov2013-03-08
* lavc: postpone the removal of request_channels API.Anton Khirnov2013-03-08
* lavc: stop setting AVFrame.motion_subsample_log2Anton Khirnov2013-03-08
* mpegvideo: drop vismv codeAnton Khirnov2013-03-08
* lavc: make up a fake frame channel layout when there is no real one.Anton Khirnov2013-03-08
* lavc: limit maximum number of channels to 63Anton Khirnov2013-03-08
* lavc: allow decoders to override frame parameters.Anton Khirnov2013-03-08
* lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-08
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* mpegvideo_enc: drop support for reusing the input motion vectors.Anton Khirnov2013-03-08
* Move AVFrame from lavc to lavu.Anton Khirnov2013-03-08
* lavc: move AVFrame.hwaccel_picture_private to Picture.Anton Khirnov2013-03-08
* pthread: avoid copying input packets when possible.Anton Khirnov2013-03-08
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-08
* mp3dec: Fix VBR bit rate parsingAlexander Kojevnikov2013-03-08
* build: cosmetics: Group hw accelerator Makefile entries togetherDiego Biurrun2013-03-07
* Add missing error_resilience includes to files that use ERDiego Biurrun2013-03-07
* mpegvideo: Conditionally build error_resilience bitsMartin Storsjö2013-03-07
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
* lavc: Deprecate the deinterlace functions in libavcodecRonald S. Bultje2013-03-07
* h264: Integrate draw_horiz_band into ff_h264_draw_horiz_bandRonald S. Bultje2013-03-07
* lavc: Prettify printing of codec tags containing non alphanumeric charactersStefano Sabatini2013-03-07
* h264: Rename the jpeg_420 pixfmt list to match the common naming structureMartin Storsjö2013-03-07
* lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje2013-03-06
* avcodec/internal: Fix #if DECODE_AUDIO / ENCODE_AUDIO name mismatchDiego Biurrun2013-03-06
* shorten: use the unsigned type where neededLuca Barbato2013-03-06
* shorten: report meaningful errorsLuca Barbato2013-03-06
* shorten: K&R formatting cosmeticsLuca Barbato2013-03-06
* shorten: set invalid channels count to 0Michael Niedermayer2013-03-06
* vorbisdec: check memory allocationsLuca Barbato2013-03-06
* h264: check for luma and chroma bit dept being equalLuca Barbato2013-03-05
* hwaccel: consistent name prefixes for start_frame/end_frame/decode_sliceDiego Biurrun2013-03-05
* h264: set ref_count to 0 for intra slices.Anton Khirnov2013-03-02
* h264: on reference overflow, reset the reference count to 0, not 1.Anton Khirnov2013-03-02
* h264: do not copy ref count/ref2frm when updating per-frame contextAnton Khirnov2013-03-02
* Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm."Diego Biurrun2013-02-28
* lls: move to the private namespaceLuca Barbato2013-02-28
* pnm: Use av_pix_fmt_desc_get instead of accessing the array directlyMartin Storsjö2013-02-28
* x86: dsputil: Drop some unused function #definesDiego Biurrun2013-02-26
* x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxextDiego Biurrun2013-02-26
* x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun2013-02-26
* x86: dsputil_mmx: Remove leftover inline assembly fragmentsMartin Storsjö2013-02-27
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26