summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* image2: Add "start_number" private option to the demuxerMashiat Sarker Shakkhar2012-06-241-3/+6
* image2: Add "start_number" private option to the muxerMashiat Sarker Shakkhar2012-06-241-2/+18
* avconv: remove a forgotten debugging printf.Anton Khirnov2012-06-241-1/+0
* avconv: use more descriptive names for hardcoded filters.Anton Khirnov2012-06-241-12/+32
* avconv: remove redundant handling of async.Anton Khirnov2012-06-241-28/+0
* doc/filters: fix typo.Anton Khirnov2012-06-241-1/+1
* h264: use asm cabac reader under a generic conditionMans Rullgard2012-06-232-3/+5
* x86: Only use optimizations with cmov if the CPU supports the instructionDiego Biurrun2012-06-233-3/+6
* x86: Add CPU flag for the i686 cmov instructionDiego Biurrun2012-06-233-1/+7
* x86: remove unused inline asm macros from dsputil_mmx.hMans Rullgard2012-06-231-68/+0
* x86: move some inline asm macros to the only places they are usedMans Rullgard2012-06-233-34/+34
* lavfi: Add the af_channelmap audio channel mapping filter.Alex Converse2012-06-225-0/+438
* lavfi: add join audio filter.Anton Khirnov2012-06-225-0/+540
* lavfi: allow audio filters to request a given number of samples.Anton Khirnov2012-06-222-8/+160
* lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov2012-06-226-64/+79
* lavfi/audio: eliminate ff_default_filter_samples().Anton Khirnov2012-06-224-33/+5
* libspeexenc: add supported sample rates and channel layouts.Anton Khirnov2012-06-221-0/+6
* Replace usleep() calls with av_usleep()Mans Rullgard2012-06-228-19/+18
* lavu: add av_usleep() functionMans Rullgard2012-06-225-2/+44
* utvideo: mark interlaced frames as suchHendrik Leppkes2012-06-221-0/+2
* utvideo: Fix interlaced prediction for RGB utvideo.Carl Eugen Hoyos2012-06-221-4/+11
* cosmetics: do not use full path for local headersDiego Biurrun2012-06-223-3/+3
* lavu/file: include unistd.h only when availableMans Rullgard2012-06-211-0/+2
* configure: check for unistd.hMans Rullgard2012-06-211-0/+2
* log: include unistd.h only when neededMans Rullgard2012-06-211-0/+4
* lavf: include libavutil/time.h instead of redeclaring av_gettime()Mans Rullgard2012-06-211-4/+4
* fix hardcoded tables compililation caused by missing math constantsJanne Grunau2012-06-214-7/+2
* lavf: Make codec_tag arrays constantRonald S. Bultje2012-06-212-2/+2
* twinvq: give massive struct a name.Ronald S. Bultje2012-06-211-1/+1
* lavf, lavu: version bumps and APIchanges for av_gettime() moveMans Rullgard2012-06-213-3/+6
* lavfi/audio: don't set cur_buf in ff_filter_samples().Anton Khirnov2012-06-211-7/+8
* lavfi/fifo: add audio version of the fifo filter.Anton Khirnov2012-06-213-20/+53
* fifo: fix parenthesis placement.Anton Khirnov2012-06-211-1/+1
* lavfi: rename vf_fifo.c -> fifo.cAnton Khirnov2012-06-212-1/+1
* lavc: remove stats_in from AVCodecContext options table.Anton Khirnov2012-06-211-1/+0
* MS Screen 1 decoderKostya Shishkov2012-06-208-1/+853
* aacdec: Fix popping channel layouts.Alex Converse2012-06-201-1/+1
* av_gettime: support Win32 without gettimeofday()Mans Rullgard2012-06-202-0/+20
* Use av_gettime() in various placesMans Rullgard2012-06-204-35/+13
* Move av_gettime() to libavutilMans Rullgard2012-06-206-9/+70
* dct-test: use emms_c() from libavutil instead of duplicating itMans Rullgard2012-06-201-11/+3
* mov: fix operator precedence bugRonald S. Bultje2012-06-201-1/+1
* mathematics.h: remove a couple of math definesJanne Grunau2012-06-201-18/+0
* Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-2014-16/+0
* lavf: remove unnecessary inclusions of unistd.hMans Rullgard2012-06-204-4/+0
* bfin: libswscale: add const where appropriate to fix warningsMans Rullgard2012-06-202-21/+25
* bfin: libswscale: remove unnecessary #includesMans Rullgard2012-06-202-17/+3
* udp: Properly check for invalid socketsMartin Storsjö2012-06-191-1/+1
* tcp: Check the return value from getsockoptMartin Storsjö2012-06-191-1/+2
* network: Use av_strerror for getting error messagesMartin Storsjö2012-06-192-14/+23
OpenPOWER on IntegriCloud