]> git.sesse.net Git - ffmpeg/history - libavfilter
lavf: add libquvi demuxer.
[ffmpeg] / libavfilter /
2013-04-10 Clément Bœschlavfi/separatefields: adjust tb to avoid rounding errors.
2013-04-10 Paul B Maholseparatefields filter
2013-04-09 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2013-04-09 Michael NiedermayerMerge remote-tracking branch 'cus/stable'
2013-04-09 Michael Niedermayeravfilter/vf_noise: fix build without mmx*inline
2013-04-08 Paul B Mahollavfi: remove noise libmpcodecs wrapper
2013-04-08 Paul B Mahollavfi/noise: copy inline asm from mp=noise
2013-04-08 Paul B Mahollavfi: always check return value of ff_get_{audio,video...
2013-04-08 Clément Bœschlavfi/mandelbrot: reindent after 51bcd5cd.
2013-04-08 Clément Bœschlavfi/mandelbrot: fix speedloss with default config...
2013-04-08 Paul B Mahollavfi/il: use standard option parsing
2013-04-08 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2013-04-08 Michael NiedermayerMerge commit '9e0f14f16cfc9456a691655fda7d01090bffe47e'
2013-04-08 Michael NiedermayerMerge commit '610b18e2e3d8ef5eca3e78f33a0625689b8d2bb9'
2013-04-08 Michael NiedermayerMerge commit 'aa8d89536d35af0a0c8d8bac2b452ffe7b82cae5'
2013-04-08 Paul B Mahollavfi/histogram: use standard options parsing
2013-04-08 Paul B Mahollavfi/blend,noise: remove unedeed av_opt_free() call
2013-04-06 Michael Niedermayervf_noise: Fix av_lfg_get() maximum value
2013-04-06 Michael Niedermayervf_noise: remove low quality mode
2013-04-06 Michael Niedermayeravfilter/vf_mp: fix x86 cpu caps
2013-04-06 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2013-04-06 Michael NiedermayerMerge commit 'a862c7d3368241e72a465ab944afa38ea62a6640'
2013-04-05 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2013-04-05 Michael NiedermayerMerge commit '0404ec619d43f27b87c424aa1a572a6699fe6a31'
2013-04-05 Michael NiedermayerMerge commit 'b78f81c8033904e2e75add0c9a603df6df514a30'
2013-04-05 Michael NiedermayerMerge commit '66ac3dbf1e60c27d0f1d779a424c0b33b7ca3780'
2013-04-05 Michael NiedermayerMerge commit 'ed16c2dbf47cdd7c48825b4da6e7036698e5dde1'
2013-04-05 Michael NiedermayerMerge commit 'ae35d91d44c5e676af3d146bf8d05b241c467675'
2013-04-05 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2013-04-05 Michael NiedermayerMerge commit '8c65264595d5a82c56ae5043320e4b875a414229'
2013-04-05 Paul B Mahollavfi/blend: use standard options parsing
2013-04-05 Paul B Mahollavfi/noise: use standard options parsing
2013-04-05 Paul B Mahollavfi/afade: use standard options parsing
2013-04-04 Paul B Mahollavfi/smptebars: fix invalid writes
2013-04-04 Michael NiedermayerMerge remote-tracking branch 'cigaes/master'
2013-04-04 Paul B Mahollavfi/blend: add N variable
2013-04-04 Paul B Mahollavfi/smptebars: fix output for subsampled yuv
2013-04-04 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2013-04-04 Michael NiedermayerMerge commit 'd1016dccdcb10486245e5d7c186cc31af54b2a9c'
2013-04-04 Michael NiedermayerMerge commit '8d617b11cfc87b2c6056fee029ac5bc760af874a'
2013-04-04 Michael NiedermayerMerge commit 'dbb1425811a672eddf4acf0513237cdf20f83756'
2013-04-04 Michael NiedermayerMerge commit 'bcc94328980e6c56546792ab08b0756abdce310b'
2013-04-04 Michael NiedermayerMerge commit '8a96df7b70be509dae9ceec82d2c10a20361356d'
2013-04-04 Michael NiedermayerMerge commit 'fc43c19a567aa945398dccb491d972c11ec2a065'
2013-04-04 Anton Khirnovavfiltergraph: set deprecated filter_count.
2013-04-03 Michael NiedermayerMerge remote-tracking branch 'cigaes/master'
2013-04-03 Nicolas Georgelavfi/af_atempo: simplify request_frame loop.
2013-04-03 Nicolas Georgelavfi/af_asetnsamples: simplify request_frame loop.
2013-04-03 Nicolas Georgelavfi/f_ebur128: remove request_frame hack.
2013-04-03 Nicolas Georgelavfi/vf_tile: simplify request_frame loop.
2013-04-03 Nicolas Georgelavfi: reindent after last commit.
2013-04-03 Nicolas Georgelavfi: loop on request_frame if necessary.
2013-04-03 Michael NiedermayerMerge remote-tracking branch 'cehoyos/master'
2013-04-03 Carl Eugen HoyosFix make checkheaders without opencl headers.
2013-04-03 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2013-04-03 Michael NiedermayerMerge commit '817dff578f13ce97576c609ab141508b9dc782e9'
2013-04-03 Michael NiedermayerMerge commit 'f9f6402e9c9ce3642df981b48507df3a2d956f65'
2013-04-03 Paul B Mahollavfi/afade * biquads: call av_frame_copy_props()
2013-04-03 Paul B Mahollavfi/earwax: clip sample, this is what sox does
2013-04-03 Carl Eugen Hoyosvf_deshake: Reorder constant arguments in an if() state...
2013-04-03 Paul B Maholaphaser filter
2013-04-03 Anton Khirnovavfiltergraph: check for sws opts being non-NULL before...
2013-04-02 Clément Bœschlavfi/edgedetect: reindent after previous commit.
2013-04-02 Clément Bœschlavfi/edgedetect: add direct path.
2013-04-02 highgod0401deshake opencl based on comments on 20130402 3rd
2013-04-01 Clément Bœschlavfi/curves: make use of options to store the preset...
2013-04-01 Michael NiedermayerMerge remote-tracking branch 'cigaes/master'
2013-04-01 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2013-04-01 Nicolas Georgelavfi/af_asetnsamples: fix EOF handling.
2013-04-01 Nicolas Georgelavfi: detect merge failure for unknown layouts.
2013-03-31 Stefano Sabatinilavfi/overlay: fix debug PTS output in try_filter_frame()
2013-03-31 Clément Bœschlavfi/volume: use designated initializers for the sampl...
2013-03-31 Clément Bœschlavfi/volume: use copy props helper instead of incomple...
2013-03-31 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2013-03-31 Clément Bœschdecimate: check for avctx ptr before closing.
2013-03-30 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2013-03-29 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2013-03-29 Michael NiedermayerMerge commit 'c3d015775388882b8a122afc337ea35108f652be'
2013-03-28 Michael Niedermayeraf_join: fix channel count and format
2013-03-28 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2013-03-28 Michael Niedermayeraf_channelsplit: set output channels, fix assertion...
2013-03-28 Michael NiedermayerMerge commit '43a8333a16c796b3d855fb3aaa742103cb62731f'
2013-03-28 Michael NiedermayerMerge commit 'ea290d919a52f0f8c7e30d69328bb011ed13f61a'
2013-03-28 Michael NiedermayerMerge commit '1a6d4bd7b60761bd7d955011ce7df4dd6b87b497'
2013-03-28 Michael NiedermayerMerge commit '1ae44c87c924b69a0657256fbaa8ad140df2f27c'
2013-03-28 Paul B Mahollavfi/biquads: fix min allowed option value
2013-03-28 Michael NiedermayerMerge commit 'cf53704c55378cc0dcfc16637cdac7d58f0b3107'
2013-03-28 Michael NiedermayerMerge commit 'e9cc98839574c7e8d546e890ebbf57d1766e5d8a'
2013-03-28 Michael NiedermayerMerge commit '472391b9a7e15e3bff33b016e7b6dbfa6a555975'
2013-03-28 Michael NiedermayerMerge commit 'b4d24b471bc52f1f78a43ee330199e70483e51c3'
2013-03-28 Michael NiedermayerMerge commit 'e557584aa7df6ac9f52af7ee7e5c963437da2e2f'
2013-03-28 Michael NiedermayerMerge commit '1b6d66745ac1768adb387c2227cdcf4452271149'
2013-03-28 Michael NiedermayerMerge commit 'eee2000b41234ae9465c314e18bfec1700181f32'
2013-03-28 Michael NiedermayerMerge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa'
2013-03-28 Michael NiedermayerMerge commit '1db6a080bddd14fed6b29140ecd2e21e42b1c022'
2013-03-28 Michael NiedermayerMerge commit '757d85868b77c4fdec7b77a3b7de1faf16c031e8'
2013-03-28 Michael NiedermayerMerge commit 'd767e2f969933b4e450ed4e69ea2bf8ca864838c'
2013-03-28 Clément Bœschlavfi/gradfun: remove rounding to match C and SSE code.
2013-03-28 Clément Bœschlavfi/gradfun: fix dithering in MMX code.
2013-03-28 Clément Bœschlavfi/gradfun: fix rounding in MMX code.
next