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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-26lavfi: make filters less verbose.Anton Khirnov
2012-06-26mpc8: read APE tags.Anton Khirnov
2012-06-26lavr: x86: fix ff_conv_fltp_to_flt_6ch function prototypesJustin Ruggles
2012-06-26libm: provide fallback definition for cbrtf() using powf()Mans Rullgard
2012-06-26network: Don't redefine error codes if they already exist in errno.hRonald S. Bultje
2012-06-26configure: Check for sys/time.hRonald S. Bultje
2012-06-26network: Include unistd.h from network.hMartin Storsjö
2012-06-26avconv: don't include vsrc_buffer.h, which doesn't exist anymoreAnton Khirnov
2012-06-26lavfi: reorder AVFilterLink fields.Anton Khirnov
2012-06-26lavfi: reorder AVFilterContext fields.Anton Khirnov
2012-06-26lavfi: reorder AVFilter fields.Anton Khirnov
2012-06-26lavfi: reorder AVFilterBufferRef fields.Anton Khirnov
2012-06-26lavfi: reorder AVFilterBuffer fields.Anton Khirnov
2012-06-26lavfi: remove disabled FF_API_FILTERS_PUBLIC cruftAnton Khirnov
2012-06-26lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruftAnton Khirnov
2012-06-26lavfi: use proper FF_API guards for different deprecated functionsAnton Khirnov
2012-06-26lavfi: remove disabled FF_API_VSRC_BUFFER_ADD_FRAME cruftAnton Khirnov
2012-06-26lavfi: remove disabled FF_API_SAMPLERATE64 cruftAnton Khirnov
2012-06-26lavfi: remove disabled FF_API_GRAPH_AVCLASS cruftAnton Khirnov
2012-06-26lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov
2012-06-26mov: do not try to read total disc/track number if data atom is too short.Carl Eugen Hoyos
2012-06-26avconv: fix -force_key_framesAnton Khirnov
2012-06-26dxva2_h264: fix signaling of mbaff framesHendrik Leppkes
2012-06-26x86: fft: elf64: fix PIC buildMans Rullgard
2012-06-26log: Include io.h on windowsRonald S. Bultje
2012-06-25lavr: x86: merge some branchesJustin Ruggles
2012-06-25x86: cpu: whitespace (mostly) cosmeticsMans Rullgard
2012-06-25x86: fft: win64: fix stack alignment for memcpy() callMans Rullgard
2012-06-25wtv: Check the return value from gmtimeMartin Storsjö
2012-06-25x86: fft: convert sse inline asm to yasmMans Rullgard
2012-06-25x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje
2012-06-24log: Only include unistd.h if configure found itMartin Storsjö
2012-06-24ape: create audio stream before reading tags.Anton Khirnov
2012-06-24mov: make a length variable larger.Anton Khirnov
2012-06-24image2: Add "start_number" private option to the demuxerMashiat Sarker Shakkhar
2012-06-24image2: Add "start_number" private option to the muxerMashiat Sarker Shakkhar
2012-06-24avconv: remove a forgotten debugging printf.Anton Khirnov
2012-06-24avconv: use more descriptive names for hardcoded filters.Anton Khirnov
2012-06-24avconv: remove redundant handling of async.Anton Khirnov
2012-06-24doc/filters: fix typo.Anton Khirnov
2012-06-24h264: use asm cabac reader under a generic conditionMans Rullgard
2012-06-23x86: Only use optimizations with cmov if the CPU supports the instructionDiego Biurrun
2012-06-23x86: Add CPU flag for the i686 cmov instructionDiego Biurrun
2012-06-23x86: remove unused inline asm macros from dsputil_mmx.hMans Rullgard
2012-06-23x86: move some inline asm macros to the only places they are usedMans Rullgard
2012-06-23lavfi: Add the af_channelmap audio channel mapping filter.Alex Converse
2012-06-22lavfi: add join audio filter.Anton Khirnov
2012-06-22lavfi: allow audio filters to request a given number of samples.Anton Khirnov
2012-06-22lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov
2012-06-22lavfi/audio: eliminate ff_default_filter_samples().Anton Khirnov