Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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