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-15dct-test: test ff_simple_idct_neon only on ARM for nowJanne Grunau
2014-01-15cabac: remove leftovers from the cabac encoderJanne Grunau
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-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-11arm: Add an option for making sure NEON registers aren't clobberedMartin Storsjö
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-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ö
2014-01-07arm: Remove a leftover define for the pld instructionMartin Storsjö
2014-01-07arm: cosmetics: Reindent the h264dsp neon init functionMartin Storsjö
2014-01-06Rename CONFIG_FFT_FLOAT ---> FFT_FLOATDiego Biurrun
2014-01-06libopusenc: Change default frame duration to 20 msPaul B Mahol
2014-01-06pthread_frame: unref decoded frames on failureAnton Khirnov
2014-01-06h264: do not use 422 functions for monochromeAnton Khirnov
2014-01-06h264: check that execute_decode_slices() is not called too many timesAnton Khirnov
2014-01-06h264: reject mismatching luma/chroma bit depths during sps parsingAnton Khirnov
2014-01-06h264: rebuild the default ref list if the reference count changesAnton Khirnov
2014-01-06cavsdec: check ff_get_buffer() return valueAnton Khirnov
2014-01-06lavc: do not leak the internal frame if opening the codec failsAnton Khirnov
2014-01-06lavc: add 422/444 YUV with alpha to align_dimensions()Anton Khirnov
2014-01-06lagarith: do not call simd functions on unaligned linesKostya Shishkov
2014-01-06sgidec: fix buffer size check in expand_rle_row()Anton Khirnov
2014-01-06kgv1dec: replace forcing EMU_EDGE by a copyAnton Khirnov
2014-01-064xm: replace forcing EMU_EDGE by a copyAnton Khirnov
2014-01-064xm: return a proper error code.Anton Khirnov
2014-01-05(e)ac3dec: set AV_FRAME_DATA_MATRIXENCODING side data.Tim Walker
2014-01-05(e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode fl...Tim Walker
2014-01-05mlpdec: set AV_FRAME_DATA_MATRIXENCODING side data.Tim Walker
2014-01-05mlp: Parse TrueHD decoder channel modifiers and set the AVMatrixEncoding for ...Tim Walker
2014-01-05dcadec: set AV_FRAME_DATA_MATRIXENCODING side data.Tim Walker
2014-01-05dcadec: set the output channel mode more accurately.Tim Walker
2014-01-05avframe: add AV_FRAME_DATA_MATRIXENCODING side data type.Tim Walker
2014-01-05aac: Fix low delay windowing.Alex Converse
2014-01-05aac: Fix TNS decoding for the 512 sample window family.Alex Converse
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ö