source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @dee2db52   12 years Clément Bœsch doc/filters: update volume options description.
(edit) @ae8d435b   12 years onemda doc/filters: add quick emboss example Signed-off-by: Paul B Mahol …
(edit) @04924bc   12 years michaelni avfilter: remove old shorthand system Signed-off-by: Michael …
(edit) @9c5f392c   12 years Clément Bœsch doc/cropdetect: update boxblur options description.
(edit) @9811b794   12 years Clément Bœsch doc/crop: update boxblur options description.
(edit) @fc15ad40   12 years Clément Bœsch doc/filters: update boxblur options description.
(edit) @8876b081   12 years Clément Bœsch doc/filters: update blackframe options description.
(edit) @80116b6e   12 years michaelni af_pan: avoid spaces before % to avoid possible issues with MSVC …
(edit) @3c821e75   12 years michaelni af_pan: switch to an AVOptions-based shorthand system. TODO: The …
(edit) @9470b541   12 years michaelni af_pan: fix parsing arguments from the example in the documentation …
(edit) @c378ba1   12 years michaelni abuffer: switch to an AVOptions-based shorthand system. …
(edit) @16e5e13c   12 years michaelni buffersrc: switch to an AVOptions-based shorthand system. …
(edit) @8f3c440a   12 years michaelni lavfi/atempo: switch to an AVOptions-based system. Signed-off-by: …
(edit) @9ab7961   12 years michaelni avfilter: Update scale to dictionary based options Signed-off-by: …
(edit) @710b0aa8   12 years michaelni Merge commit '48a5adab62bd2a553f5069d41fa632a0701835e5' * commit …
(edit) @eb0f774d   12 years michaelni Merge commit '1565cbc65cbb9f95c11367314a080068895e0cf0' * commit …
(edit) @4fde7053   12 years michaelni Merge commit '111367263af41c88a44bd763ceefc11d53a7f655' * commit …
(edit) @5c68e14e   12 years michaelni Merge commit 'c2c9801bc9bce688d51d1a96f5f3ea93933e2dee' * commit …
(edit) @86070b8e   12 years michaelni Merge commit 'bc1a985ba030e9861d24965d42792850b43a43ea' * commit …
(edit) @9da36960   12 years stefasab lavfi/overlay: improve feedback in case of invalid expression Based …
(edit) @fdedfc0   12 years stefasab doc/filters: rework Commands section for overlay filter
(edit) @b2e22731   12 years stefasab doc/filters: apply minor fixes to hue Commands section
(edit) @aff6ceb   12 years stefasab lavfi/overlay: fix crash in case of invalid expression
(edit) @ed2c8275   12 years stefasab lavfi/overlay: add repeatlast option
(edit) @a77454ec   12 years stefasab lavfi/overlay: reindent constants in option list Wanted-By: ubitux
(edit) @231fd441   12 years michaelni Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4' * commit …
(edit) @9110f959   12 years Clément Bœsch doc/filters: use -af and -filter_complex instead of amovie for two …
(edit) @9f3ae7aa   12 years michaelni Merge commit '4a37d4b3f8137a4c2bbbca043de076af966b9446' * commit …
(edit) @838d8031   12 years Clément Bœsch lavfi/mp: switch to an AVOptions-based system.
(edit) @70b72ca6   12 years michaelni doc/encoders: Clarify that there are 2 prores encoders Signed-off-by: …
(edit) @b3c39962   12 years michaelni avcodec: rename prores encoders Using the first names of authors …
(edit) @d980641e   12 years stefasab doc/filters: fix fade-out hue saturation expression in sendcmd example
(edit) @9ad27cd   12 years stefasab doc/filters: update hue command syntax after recent update
(edit) @7bd014ea   12 years Clément Bœsch lavfi/aspect: fix d2q convert in init. Regression since git 71ef1ec7b.
(edit) @97104aa0   12 years michaelni Merge commit 'f223ad1e000d56ef5231a3b1fc00495b538a9ed6' * commit …
(edit) @b2175b0f   12 years michaelni Merge commit '93e65e9a6c0895f869752a66731d9b2ec3916467' * commit …
(edit) @9ab221f8   12 years Clément Bœsch lavfi: deprecate aconvert. This filter is not required anymore with …
(edit) @71ef1ec7   12 years Clément Bœsch lavfi/aspect: switch to an AVOptions-based system. This is heavily …
(edit) @647fe2e7   12 years michaelni Merge commit '9e6b5e61a0c91e25e298d0a21b189c4c95443795' * commit …
(edit) @976e343   12 years stefasab lavfi/flite: switch to AVOption-based system
(edit) @160ed967   12 years stefasab lavfi/hue: extend debugging message In particular, show h value in …
(edit) @3411aba   12 years stefasab lavfi/hue: reindent after last commit
(edit) @e4fd58f4   12 years stefasab lavfi/hue: apply major simplifications, and switch to AVOption-based …
(edit) @c36ab01c   12 years Clément Bœsch lavfi/ebur128: remove now unused av_opt_free call.
(edit) @4f43e9b4   12 years michaelni avfilter/aresample: use init_dict system and set child AVOption …
(edit) @f6bfeef7   12 years michaelni avfilter: fix handing of child context options Signed-off-by: Michael …
(edit) @48a5adab   12 years anton lavfi: add avfilter_init_str() to replace avfilter_init_filter(). …
(edit) @1565cbc6   12 years anton lavfi: make avfilter_free() remove the filter from its graph.
(edit) @1113672   12 years anton lavfi: add AVFilterContext.graph. It will be useful in the following …
(edit) @c2c9801b   12 years anton lavfi: deprecate avfilter_graph_add_filter(). Since this function …
(edit) @bc1a985b   12 years anton lavfi: replace avfilter_open() with avfilter_graph_alloc_filter(). …
(edit) @38f0c078   12 years anton lavfi: merge avfiltergraph.h into avfilter.h We do not support using …
(edit) @4a37d4b3   12 years anton lavfi: add const to the pads parameter of avfilter_pad_get_name/type
(edit) @91d2efa7   12 years anton lavfi: add const to AVFilterContext.filter. lavfi should never modify …
(edit) @c1907bd7   12 years Clément Bœsch lavfi/removelogo: switch to an AVOptions-based system.
(edit) @7f09b888   12 years michaelni avienc: fix overflow of audio sample count Fixes an overflow of the …
(edit) @865e20da   12 years michaelni avfilter/f_select: use AVFrame metadata accessor function …
(edit) @c74b0eda   12 years Clément Bœsch lavfi/amerge: switch to an AVOptions-based system.
(edit) @eabc0c73   12 years Clément Bœsch ffmpeg: insert format filter with the appropriate separator. Similar …
(edit) @23a750c9   12 years Clément Bœsch lavfi: do not warn inappropriately with aevalsrc.
(edit) @937325f3   12 years Clément Bœsch ffmpeg: insert aformat filter with the appropriate separator. The ',' …
(edit) @64ce15b9   12 years Clément Bœsch lavfi/aevalsrc: switch to an AVOptions-based system.
(edit) @94d13df3   12 years michaelni Fix compilation with --disable-everything --enable-filter=deshake …
(edit) @ff99b42e   12 years michaelni avformat/avisynth: Don't insert null frames or samples at the start of …
(edit) @d1853436   12 years onemda libshine fixed point MP3 encoding support Signed-off-by: Paul B Mahol …
(edit) @fb78b94   12 years michaelni cmdutils_common_opts: fix indention of #if Signed-off-by: Michael …
(edit) @0a95449d   12 years michaelni cmdutils: remove unneeded #if Signed-off-by: Michael Niedermayer …
(edit) @d757f751   12 years michaelni cmdutils: add opencl command line options to ffmpeg Signed-off-by: …
(edit) @567feaa   12 years onemda lavfi/bbox: remove unused variables and functions Signed-off-by: Paul …
(edit) @580a0600   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Move …
(edit) @ad9e66a5   12 years Clément Bœsch lavfi: add pp to the ':'-to-'|' compat layer.
(edit) @cf7d3846   12 years michaelni Merge commit '9de9b828ef005dec37052548c195a6b4f18fc701' * commit …
(edit) @e2e992c0   12 years Clément Bœsch lavfi/asetnsamples: switch to an AVOptions-based system.
(edit) @1c0feee   12 years Clément Bœsch lavfi/anullsrc: switch to an AVOptions-based system.
(edit) @7464b9e3   12 years Clément Bœsch lavfi: remove bbox from the filters left to update. The filter …
(edit) @11f6174a   12 years onemda lavfi/blend: support more yuv pixel formats Signed-off-by: Paul B …
(edit) @7fdebb11   12 years Clément Bœsch lavfi/astreamsync: switch to an AVOptions-based system.
(edit) @2fb8ca7d   12 years Clément Bœsch lavfi/astreamsync: fix eval memleak.
(edit) @5ec016ad   12 years michaelni Merge commit '20429ba96e55db17ac57f6c0e330914287f1f614' * commit …
(edit) @ab4afcb   12 years Clément Bœsch lavfi/blackdetect: switch to an AVOptions-based system.
(edit) @7eb1ea2a   12 years Clément Bœsch lavfi/sendcmd: switch to an AVOptions-based system.
(edit) @389eb0a9   12 years Clément Bœsch lavfi/testsrc: remove useless args/NULL passing.
(edit) @dd97736d   12 years michaelni avfilter: add missing , Signed-off-by: Michael Niedermayer …
(edit) @567616c1   12 years michaelni Merge commit '8a776ad90e00ab2b98e8683ac6182d641a383c3a' * commit …
(edit) @38d1a5a2   12 years onemda lavfi/smptebars: switch to AVOptions-based system Signed-off-by: Paul …
(edit) @3c2e4c2a   12 years Clément Bœsch lavfi/showwaves: switch to an AVOptions-based system.
(edit) @38788f2d   12 years Clément Bœsch lavfi: replace new filter list with filters left to update.
(edit) @d83c481   12 years michaelni MAINTAINERS: add opencl maintainer Signed-off-by: Michael Niedermayer …
(edit) @f1e606c7   12 years michaelni mxfdec: update current edit unit when seeking in mxf files without …
(edit) @eeb6efcd   12 years michaelni Merge remote-tracking branch 'cigaes/master' * cigaes/master: fate: …
(edit) @32a7b858   12 years onemda lavfi: remove telecine libmpcodecs wrapper Native, with more …
(edit) @10b1cc63   12 years onemda lavfi: remove double .priv_class initializers Signed-off-by: Paul B …
(edit) @661e284b   12 years onemda telecine filter Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @08dd2c9d   12 years nicolas.george fate: add tests for unknown channel layouts.
(edit) @0d58bbb2   12 years nicolas.george lavfi/buffersrc: update for compatibility with the fork. Merge and …
(edit) @2844ea86   12 years Clément Bœsch lavfi/curves: introduce "all" field in presets and use it.
(edit) @7e7dc148   12 years Clément Bœsch lavfi/curves: make possible to customize presets.
(edit) @a1e798ef   12 years Clément Bœsch lavfi/curves: fix a spacing weirdness.
(edit) @c66c92ad   12 years michaelni doc/opencl: speling and gramer fixes Found-by: durandal_1707 …
(edit) @9d442b9c   12 years michaelni opencl: add spec opencl device APIs 20130411 Signed-off-by: Michael …
Note: See TracRevisionLog for help on using the revision log.