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
2012-10-15build: simplify enabling of compat objectsMans Rullgard
2012-10-13avutil: Do not make ff_ symbols globally visible.Diego Biurrun
2012-10-13avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2()Diego Biurrun
2012-10-13eval-test: make table static constMans Rullgard
2012-10-13avstring-test: fix memory leaksMans Rullgard
2012-10-12Move av_reverse table to libavcodecDiego Biurrun
2012-10-12avutil: Duplicate ff_log2_tab instead of sharing it across libsDiego Biurrun
2012-10-12avutil: add yuva422p and yuva444p formatsLuca Barbato
2012-10-12lavu,lavd: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-12pixdesc: add functions for accessing pixel format descriptors.Anton Khirnov
2012-10-12Use the new aes/md5/sha/tree allocation functionsMartin Storsjö
2012-10-12avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö
2012-10-11parseutils-test: various cleanupsMans Rullgard
2012-10-11parseutils: fix const removal warningMans Rullgard
2012-10-11Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun
2012-10-11random_seed: Support using CryptGenRandom on windowsMartin Storsjö
2012-10-11averror: make error values proper negative valuesJanne Grunau
2012-10-10averror: explicitly define AVERROR_* valuesJanne Grunau
2012-10-10parseutils-test: do not print numerical error codesMans Rullgard
2012-10-08avutil: skip old_pix_fmts.h since it is just a listJanne Grunau
2012-10-08lavu: fix typo in MakefileAnton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-08pixfmt: add AV_ prefixes to PIX_FMT_*Anton Khirnov
2012-10-06parseutils: fix parsing of invalid alpha valuesMans Rullgard
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-10-06parseutils-test: Drop random colors from parsing testDiego Biurrun
2012-10-04x86: get_cpu_flags: add necessary ifdefs around function bodyDiego Biurrun
2012-10-04x86: Drop CPU detection intrinsicsDiego Biurrun
2012-10-04x86: Add YASM implementations of cpuid and xgetbv from x264Diego Biurrun
2012-10-04x86: cpu: Break out test for cpuid capabilities into separate functionDiego Biurrun
2012-10-04x86: ff_get_cpu_flags_x86(): Avoid a pointless variable indirectionDiego Biurrun
2012-10-04samplefmt: make av_samples_alloc() initialize the data to silence.Anton Khirnov
2012-10-03xtea: Test inplace decryptionMichael Niedermayer
2012-10-03xtea: Fix CBC decryption when src==dstMichael Niedermayer
2012-10-03xtea: Factorize testing into a separate functionMartin Storsjö
2012-10-03Allow use of strncpy()Mans Rullgard
2012-10-03blowfish: Add more testsMartin Storsjö
2012-10-03blowfish: Fix CBC decryption with dst==srcMartin Storsjö
2012-10-03blowfish: Factorize testing into a separate functionMartin Storsjö
2012-10-03ARM: use numeric ID for Tag_ABI_align_preservedMans Rullgard
2012-10-02ARM: bswap: drop armcc version of av_bswap16()Mans Rullgard
2012-10-02ARM: set Tag_ABI_align_preserved in all asm filesMans Rullgard
2012-10-02ARM: fix Thumb PIC on AppleMans Rullgard
2012-10-01avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun
2012-09-21ARM: use 2-operand syntax for ADD Rd, PC in Apple PIC codeMans Rullgard
2012-09-21ARM: align PIC offset pools to 4 bytesMans Rullgard
2012-09-20ARM: swap source operands in some add instructionsMans Rullgard
2012-09-16flacdsp: arm optimised lpc filterMans Rullgard
2012-09-13lavu/audioconvert: add a second low frequency channel.Tim Walker
2012-09-10mem: fix typo in check for __ICCMans Rullgard