summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* aac: Fix low delay windowing.Alex Converse2014-01-04
* aac: Fix TNS decoding for the 512 sample window family.Alex Converse2014-01-04
* arm: Use the matching endfunc macro instead of the assembler directive directlyMartin Storsjö2014-01-04
* arm: Add a missing endfunc macro callMartin Storsjö2014-01-04
* mpegvideo: remove disabled bfin asmAnton Khirnov2014-01-03
* mpegvideo: move dct_unquantize functions up to avoid forward declarationsAnton Khirnov2014-01-03
* mpegvideo: split the encoding-only parts of frame_start() into a separate fun...Anton Khirnov2014-01-03
* h264: reset data_partitioning if decoding the slice header for NAL_DPA failsAnton Khirnov2014-01-03
* lzw: switch to bytestream2Anton Khirnov2014-01-03
* eacmv: check the framerate before setting it.Anton Khirnov2014-01-03
* adx: check that the offset is not negativeAnton Khirnov2014-01-03
* rv30: fix extradata size check.Anton Khirnov2014-01-03
* mpegvideo: set reference/pict_type on generated reference framesAnton Khirnov2014-01-03
* h264: namespace the decode functionLuca Barbato2013-12-27
* avutil: Move library version related macros to version.hDiego Biurrun2013-12-26
* vc1: Fix intensity compensation performance regressionMason Carter2013-12-22
* hevc: move DSP declarations from hevc.h into hevcdsp.hGuillaume Martres2013-12-22
* Add a libwebp encoderJustin Ruggles2013-12-21
* arm: Don't clobber callee saved registers in scalarproductMartin Storsjö2013-12-20
* hevc: support luma bit depth != chroma bit depth for PCM coding unitsMickaël Raulet2013-12-20
* hevc: warn when an unknown profile is usedGuillaume Martres2013-12-20
* hevc_ps: fix indentationGildas Cocherel2013-12-20
* hevc: refactor Profile Tier LevelGildas Cocherel2013-12-20
* hevc: don't check for errors in PTL codeGuillaume Martres2013-12-20
* hevc: store profile and level in AVCodecContextGildas Cocherel2013-12-20
* lavc: add HEVC profiles namesGildas Cocherel2013-12-20
* x86: mpegvideo: move denoise_dct asm to mpegvideoencAnton Khirnov2013-12-20
* vc1: arm: Add NEON no_rnd chroma MCMason Carter2013-12-20
* vc1: arm: Add NEON assemblyMason Carter2013-12-20
* png_parser: Fix parsing on big endianMartin Storsjö2013-12-18
* vc1: Fix mb_height for field picturesMichael Niedermayer2013-12-17
* h264: Refactor decode_frame_packing_arrangementVittorio Giovara2013-12-17
* hevc: Refactor decode_nal_sei_frame_packing_arrangementLuca Barbato2013-12-17
* png: add a standalone parserPeter Holik2013-12-17
* build: Merge pthreads/w32threads OBJS declarationsDiego Biurrun2013-12-13
* mp3adu: Set the channel layout properlyMartin Storsjö2013-12-12
* lavc: deprecate avcodec_get_frame_defaults().Anton Khirnov2013-12-11
* h264: call av_frame_unref() instead of avcodec_get_frame_defaults().Anton Khirnov2013-12-11
* api-example: remove an unneeded call to avcodec_get_frame_defaults().Anton Khirnov2013-12-11
* mpegvideo: call av_frame_unref() instead of avcodec_get_frame_defaults().Anton Khirnov2013-12-11
* mpegvideo: remove an unneeded call to avcodec_get_frame_defaults().Anton Khirnov2013-12-11
* lavc: call av_frame_unref() instead of avcodec_get_frame_defaults().Anton Khirnov2013-12-11
* lavc: deprecate avcodec_free_frame()Anton Khirnov2013-12-11
* Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov2013-12-11
* hevc: set time_base when possibleGuillaume Martres2013-12-11
* hevc: store the VPS list as an AVBufferRef, just like the others *PSGildas Cocherel2013-12-11
* hevc: do not dereference pointer before NULL check in verify_md5()Michael Niedermayer2013-12-11
* alsdec: check block lengthReinhard Tartler2013-12-10
* hevc: parse frame packing arrangement SEI messages and save relevant stereo3d...Vittorio Giovara2013-12-09
* mpeg12enc: set frame packing information when relevant metadata is foundVittorio Giovara2013-12-09