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-15aarch64: h264 idct NEON assembler optimizationsJanne Grunau
2014-01-15aarch64: h264 chroma motion compensation NEON optimizationsJanne Grunau
2014-01-15aarch64: add cpuflags support for NEON and VFPJanne Grunau
2014-01-15dct-test: test ff_simple_idct_neon only on ARM for nowJanne Grunau
2014-01-15mov: Free an earlier allocated array if allocating a new oneMartin Storsjö
2014-01-15mov: Free intermediate arrays in the normal cleanup functionMartin Storsjö
2014-01-15aarch64: bswap inline assemblyJanne Grunau
2014-01-15aarch64: configure: set arch dependent featuresJanne Grunau
2014-01-15cabac: remove leftovers from the cabac encoderJanne Grunau
2014-01-14mxf: Fix potential leak in mxf_read_local_tags()Tomas Härdin
2014-01-14mxf: Correctly support files from Pinnacle ThunderTomas Härdin
2014-01-14mxf: Fix a possible leak of extradataMichael Niedermayer
2014-01-14mxf: Use av_malloc_arrayLuca Barbato
2014-01-14mxf: Drop unnecessary checksLuca Barbato
2014-01-14mxf: Fix off by one error in d10 aes3 decodingMarton Balint
2014-01-14mxf: Do not use int to check the seek positionLuca Barbato
2014-01-14mxf: Set AV_FIELD_PROGRESSIVEReimar Döffinger
2014-01-14vf_yadif: Relicense from GPL to LGPLRobert Krüger
2014-01-14x86: Consistently use cpu flag detection macros in places that still miss itDiego Biurrun
2014-01-14arm: Use full filenames as multiple inclusion guardsDiego Biurrun
2014-01-13lavf: make av_probe_input_buffer more robustAnton Khirnov
2014-01-13lavf: use a fixed width typeAnton Khirnov
2014-01-13lavf: simplify handling of offset in av_probe_input_buuffer()Anton Khirnov
2014-01-13x86/arm: Add clobber tests to libavresampleMartin Storsjö
2014-01-13vc1: Enable the interlaced B-frame codepath.Tim Walker
2014-01-13vc1: Add avg_no_rnd_vc1_chroma_mc4_c()Michael Niedermayer
2014-01-13vc1: Factorize out chroma MCLuca Barbato
2014-01-12vc1dsp: K&R formatting cosmeticsLuca Barbato
2014-01-11flv: Workaround for buggy Omnia A/XE encoderBenjamin Larsson
2014-01-11arm: Add an option for making sure NEON registers aren't clobberedMartin Storsjö
2014-01-10fate: Explicitly specify the rgb555le pixel format for the mss2 rgb555 testsMartin Storsjö
2014-01-10avutil: do not use avcodec header in frame.hVittorio Giovara
2014-01-10avfilter: fix leaks on error in ff_filter_frameVittorio Giovara
2014-01-10avfilter: add needs_writable field to the internal AVFilterPad structureVittorio Giovara
2014-01-10avfilter: add documentation for needs_writableVittorio Giovara
2014-01-10fate: add framepack filter testVittorio Giovara
2014-01-10lavfi: add framepack filterVittorio Giovara
2014-01-10flac muxer: add option to disable writing the global headerJustin Ruggles
2014-01-09ATRAC3+ decoderMaxim Polijakowski
2014-01-09x86: hpeldsp: Add missing av_cold attribute to init functionDiego Biurrun
2014-01-09x86: avcodec: Add a bunch of missing #includes for av_coldDiego Biurrun
2014-01-09ac3tab.h: #include the correct headersDiego Biurrun
2014-01-09mjpegdec: apply flipping after decoding, not beforeAnton Khirnov
2014-01-09hevc: fix decoding of one PU wide filesGuillaume Martres
2014-01-09FATE: add MSS2 testsAnton Khirnov
2014-01-09vp9: drop support for real (non-emulated) edgesAnton Khirnov
2014-01-09vp8: drop support for real (non-emulated) edgesAnton Khirnov
2014-01-09mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov
2014-01-07arm: Add a missing # as prefix for an immediate constantMartin Storsjö
2014-01-07arm: Allow overriding the alignment set in the function macroMartin Storsjö