summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avconv: don't include vsrc_buffer.h, which doesn't exist anymoreAnton Khirnov2012-06-26
* lavfi: reorder AVFilterLink fields.Anton Khirnov2012-06-26
* lavfi: reorder AVFilterContext fields.Anton Khirnov2012-06-26
* lavfi: reorder AVFilter fields.Anton Khirnov2012-06-26
* lavfi: reorder AVFilterBufferRef fields.Anton Khirnov2012-06-26
* lavfi: reorder AVFilterBuffer fields.Anton Khirnov2012-06-26
* lavfi: remove disabled FF_API_FILTERS_PUBLIC cruftAnton Khirnov2012-06-26
* lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruftAnton Khirnov2012-06-26
* lavfi: use proper FF_API guards for different deprecated functionsAnton Khirnov2012-06-26
* lavfi: remove disabled FF_API_VSRC_BUFFER_ADD_FRAME cruftAnton Khirnov2012-06-26
* lavfi: remove disabled FF_API_SAMPLERATE64 cruftAnton Khirnov2012-06-26
* lavfi: remove disabled FF_API_GRAPH_AVCLASS cruftAnton Khirnov2012-06-26
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* mov: do not try to read total disc/track number if data atom is too short.Carl Eugen Hoyos2012-06-26
* avconv: fix -force_key_framesAnton Khirnov2012-06-26
* dxva2_h264: fix signaling of mbaff framesHendrik Leppkes2012-06-26
* x86: fft: elf64: fix PIC buildMans Rullgard2012-06-25
* log: Include io.h on windowsRonald S. Bultje2012-06-25
* lavr: x86: merge some branchesJustin Ruggles2012-06-25
* x86: cpu: whitespace (mostly) cosmeticsMans Rullgard2012-06-25
* x86: fft: win64: fix stack alignment for memcpy() callMans Rullgard2012-06-25
* wtv: Check the return value from gmtimeMartin Storsjö2012-06-25
* x86: fft: convert sse inline asm to yasmMans Rullgard2012-06-25
* x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-25
* log: Only include unistd.h if configure found itMartin Storsjö2012-06-24
* ape: create audio stream before reading tags.Anton Khirnov2012-06-24
* mov: make a length variable larger.Anton Khirnov2012-06-24
* image2: Add "start_number" private option to the demuxerMashiat Sarker Shakkhar2012-06-24
* image2: Add "start_number" private option to the muxerMashiat Sarker Shakkhar2012-06-24
* avconv: remove a forgotten debugging printf.Anton Khirnov2012-06-24
* avconv: use more descriptive names for hardcoded filters.Anton Khirnov2012-06-24
* avconv: remove redundant handling of async.Anton Khirnov2012-06-24
* doc/filters: fix typo.Anton Khirnov2012-06-24
* h264: use asm cabac reader under a generic conditionMans Rullgard2012-06-23
* x86: Only use optimizations with cmov if the CPU supports the instructionDiego Biurrun2012-06-23
* x86: Add CPU flag for the i686 cmov instructionDiego Biurrun2012-06-23
* x86: remove unused inline asm macros from dsputil_mmx.hMans Rullgard2012-06-23
* x86: move some inline asm macros to the only places they are usedMans Rullgard2012-06-23
* lavfi: Add the af_channelmap audio channel mapping filter.Alex Converse2012-06-22
* lavfi: add join audio filter.Anton Khirnov2012-06-22
* lavfi: allow audio filters to request a given number of samples.Anton Khirnov2012-06-22
* lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov2012-06-22
* lavfi/audio: eliminate ff_default_filter_samples().Anton Khirnov2012-06-22
* libspeexenc: add supported sample rates and channel layouts.Anton Khirnov2012-06-22
* Replace usleep() calls with av_usleep()Mans Rullgard2012-06-22
* lavu: add av_usleep() functionMans Rullgard2012-06-22
* utvideo: mark interlaced frames as suchHendrik Leppkes2012-06-22
* utvideo: Fix interlaced prediction for RGB utvideo.Carl Eugen Hoyos2012-06-22
* cosmetics: do not use full path for local headersDiego Biurrun2012-06-22
* lavu/file: include unistd.h only when availableMans Rullgard2012-06-21