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