summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clang: use -fsantize=address and -fsanitize=threadLuca Barbato2013-04-031-4/+4
* avfiltergraph: check for sws opts being non-NULL before using them.Anton Khirnov2013-04-032-2/+8
* configure: Check for the atomic.h functions used in the suncc atomics headerMartin Storsjö2013-04-031-1/+3
* configure: prettify atomics handling.Anton Khirnov2013-04-034-7/+20
* oma: Validate sample ratesLuca Barbato2013-03-313-6/+15
* doc/platform: Remove part about dllimportDerek Buitenhuis2013-03-301-10/+1
* vp8: Fix pthread_cond and pthread_mutex leaksMatt Wolenetz2013-03-301-0/+4
* fate: add an option to generate the referencesLuca Barbato2013-03-293-1/+10
* flvdec: read audio sample size and channels metadataJustin Ruggles2013-03-281-1/+8
* flvdec: use the correct audio codec id when parsing metadataJustin Ruggles2013-03-281-1/+2
* vmdav: convert to bytestream2Alexandra Khirnova2013-03-281-93/+59
* FATE: add a test for the join filterAnton Khirnov2013-03-281-0/+8
* FATE: add a test for the volume filterAnton Khirnov2013-03-281-0/+7
* FATE: add a test for the channelsplit filterAnton Khirnov2013-03-281-0/+7
* FATE: add a test for the channelmap filterAnton Khirnov2013-03-282-0/+8
* FATE: add a test for the negate filterAnton Khirnov2013-03-282-0/+54
* FATE: add a test for the overlay filterAnton Khirnov2013-03-283-0/+56
* FATE: add a test for the setpts filterAnton Khirnov2013-03-283-0/+56
* FATE: add a test for the hqdn3d filterAnton Khirnov2013-03-282-0/+54
* FATE: add a test for the transpose filterAnton Khirnov2013-03-282-0/+54
* FATE: add a test for the unsharp filterAnton Khirnov2013-03-282-0/+54
* FATE: add a test for the fade filterAnton Khirnov2013-03-282-0/+54
* FATE: add a test for the drawbox filterAnton Khirnov2013-03-282-0/+54
* FATE: add a test for the boxblur filterAnton Khirnov2013-03-282-0/+54
* FATE: add a test for the gradfun filterAnton Khirnov2013-03-282-1/+59
* lavfi/gradfun: remove rounding to match C and SSE code.Clément Bœsch2013-03-281-2/+2
* lavfi/gradfun: fix dithering in MMX code.Clément Bœsch2013-03-281-2/+29
* lavfi/gradfun: fix rounding in MMX code.Clément Bœsch2013-03-283-3/+3
* lavfi/gradfun: do not increment DC pointer for odd values.Clément Bœsch2013-03-281-1/+1
* fate: filter: Add dependenciesDiego Biurrun2013-03-281-4/+8
* avconv: add options for reading filtergraphs from a file.Anton Khirnov2013-03-285-8/+99
* AVOptions: make av_set_options_string() forward options to child objectsAnton Khirnov2013-03-281-1/+1
* win32: Use 64-bit fstat/lseek variants for MSVC as wellHendrik Leppkes2013-03-272-1/+4
* win32: Make ff_win32_open more robustReimar Döffinger2013-03-271-6/+12
* win32: Allow other programs to open the same filesReimar Döffinger2013-03-271-2/+3
* configure: Add error_resilience as dependency to the eatqi decoderMartin Storsjö2013-03-271-1/+1
* ape: use correct context for the bit table printed in debugKostya Shishkov2013-03-271-1/+1
* build: Move setting of SRC_DIR to the only place it is usedDiego Biurrun2013-03-272-2/+1
* build: Remove configure-generated .config file on distcleanDiego Biurrun2013-03-271-1/+1
* msmpeg4: Split decoding related functions to a separate fileMartin Storsjö2013-03-273-932/+965
* mpeg12: Move Mpeg1Context declaration to the only place it is usedDiego Biurrun2013-03-272-15/+15
* Split MPEG-1/2 decoder code off from MPEG-1/2 common codeDiego Biurrun2013-03-274-2433/+2487
* mpeg12: Move some ff_mpeg1_* function declarations to a more suitable placeDiego Biurrun2013-03-274-3/+4
* cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-2710-362/+359
* dca: Move ff_dca_convert_bitstream() to the DCA common codeDiego Biurrun2013-03-276-75/+44
* vdpau: wrap codec specific functions in appropiate #ifsJanne Grunau2013-03-271-0/+12
* vdpau: fix obsolete mpeg1 vdpau decoder when mpeg2 is disabledJanne Grunau2013-03-261-1/+2
* configure: fix dependencies of XvMC and old vdpau mpeg2 decodersJanne Grunau2013-03-261-2/+2
* hwaccel: fix use with frame based multithreadingJanne Grunau2013-03-264-3/+10
* utils: add workaround for AVHWAccel in ff_get_buffer compat codeJanne Grunau2013-03-261-0/+4
OpenPOWER on IntegriCloud