]> git.sesse.net Git - ffmpeg/log
ffmpeg
11 years agoMerge commit '7cdd737ba81b5c2c9521c4509edf0ac315fabc65'
Michael Niedermayer [Fri, 12 Apr 2013 12:30:29 +0000 (14:30 +0200)]
Merge commit '7cdd737ba81b5c2c9521c4509edf0ac315fabc65'

* commit '7cdd737ba81b5c2c9521c4509edf0ac315fabc65':
  lavfi: mark filters with dynamic number of inputs or outputs with special flags

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoMerge commit '1ba95a9cca57b023b9b9de071a5671fc05b05e58'
Michael Niedermayer [Fri, 12 Apr 2013 12:25:27 +0000 (14:25 +0200)]
Merge commit '1ba95a9cca57b023b9b9de071a5671fc05b05e58'

* commit '1ba95a9cca57b023b9b9de071a5671fc05b05e58':
  lavfi: add avfilter_init_dict() for initializing a filter with a dict.

Conflicts:
libavfilter/avfilter.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agolavfi: fix forgotten chunk in eb0f774d.
Clément Bœsch [Fri, 12 Apr 2013 12:07:59 +0000 (14:07 +0200)]
lavfi: fix forgotten chunk in eb0f774d.

11 years agoavfilter: remove opaque passing hacks
Michael Niedermayer [Thu, 11 Apr 2013 23:55:59 +0000 (01:55 +0200)]
avfilter: remove opaque passing hacks

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agobuffersink: switch from opaque to AVOptions for params
Michael Niedermayer [Fri, 12 Apr 2013 11:47:40 +0000 (13:47 +0200)]
buffersink: switch from opaque to AVOptions for params

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoabuffersink: switch from opaque to AVOptions for params
Michael Niedermayer [Fri, 12 Apr 2013 11:38:00 +0000 (13:38 +0200)]
abuffersink: switch from opaque to AVOptions for params

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agolavfi/ocv: fix crash with no dilate arguments.
Clément Bœsch [Fri, 12 Apr 2013 11:01:17 +0000 (13:01 +0200)]
lavfi/ocv: fix crash with no dilate arguments.

11 years agolavfi/ocv: fix crash with no filter name specified.
Clément Bœsch [Fri, 12 Apr 2013 10:44:23 +0000 (12:44 +0200)]
lavfi/ocv: fix crash with no filter name specified.

11 years agolavfi/ocv: fix build after fd6228e65.
Clément Bœsch [Fri, 12 Apr 2013 10:37:33 +0000 (12:37 +0200)]
lavfi/ocv: fix build after fd6228e65.

11 years agobuffersink: remove shorthand
Michael Niedermayer [Fri, 12 Apr 2013 10:25:03 +0000 (12:25 +0200)]
buffersink: remove shorthand

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoavfilter: remove mixed args hack for scale.
Michael Niedermayer [Fri, 12 Apr 2013 10:19:48 +0000 (12:19 +0200)]
avfilter: remove mixed args hack for scale.

Our option handling code does not need this hack.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoffmpeg: use options for abuffersink.
Nicolas George [Thu, 11 Apr 2013 12:58:08 +0000 (14:58 +0200)]
ffmpeg: use options for abuffersink.

Also remove unused buffersink_params.

Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agolavfi/buffersink: accept parameters as options.
Nicolas George [Thu, 11 Apr 2013 12:58:07 +0000 (14:58 +0200)]
lavfi/buffersink: accept parameters as options.

Move validation from init to query_formats().
Accept the formats lists as binary options.

Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agolavu: add helper functions for integer lists.
Nicolas George [Thu, 11 Apr 2013 12:58:06 +0000 (14:58 +0200)]
lavu: add helper functions for integer lists.

Add av_int_list_length() to compute a list length.
Add av_opt_set_int_list() to set a binary option.

Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoavfilter/asrc_aevalsrc: fix return code, 2nd try
Michael Niedermayer [Fri, 12 Apr 2013 10:02:06 +0000 (12:02 +0200)]
avfilter/asrc_aevalsrc: fix return code, 2nd try

Found-by: ubitux
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agolavfi: remove now unused args parameter from AVFilter.init and init_opaque
Michael Niedermayer [Fri, 12 Apr 2013 09:13:33 +0000 (11:13 +0200)]
lavfi: remove now unused args parameter from AVFilter.init and init_opaque

This is mostly automated global search and replace

The deprecated aconvert filter is disabled, if it still has users
it should be updated

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agolavfi: remove now unused args parameter from AVFilter.init
Anton Khirnov [Wed, 13 Mar 2013 07:26:39 +0000 (08:26 +0100)]
lavfi: remove now unused args parameter from AVFilter.init

Conflicts:

libavfilter/avfilter.c
libavfilter/vf_drawtext.c
libavfilter/vf_lut.c
libavfilter/vf_select.c
libavfilter/vf_setpts.c
libavfilter/vsrc_color.c
libavfilter/vsrc_movie.c

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoavfilter/asrc_aevalsrc: check correct variable
Michael Niedermayer [Fri, 12 Apr 2013 09:28:27 +0000 (11:28 +0200)]
avfilter/asrc_aevalsrc: check correct variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agodoc/filters: update volume options description.
Clément Bœsch [Fri, 12 Apr 2013 09:51:54 +0000 (11:51 +0200)]
doc/filters: update volume options description.

11 years agodoc/filters: add quick emboss example
Paul B Mahol [Thu, 11 Apr 2013 18:27:31 +0000 (18:27 +0000)]
doc/filters: add quick emboss example

Signed-off-by: Paul B Mahol <onemda@gmail.com>
11 years agoavfilter: remove old shorthand system
Michael Niedermayer [Fri, 12 Apr 2013 08:55:46 +0000 (10:55 +0200)]
avfilter: remove old shorthand system

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agodoc/cropdetect: update boxblur options description.
Clément Bœsch [Fri, 12 Apr 2013 08:56:16 +0000 (10:56 +0200)]
doc/cropdetect: update boxblur options description.

11 years agodoc/crop: update boxblur options description.
Clément Bœsch [Fri, 12 Apr 2013 08:53:31 +0000 (10:53 +0200)]
doc/crop: update boxblur options description.

11 years agodoc/filters: update boxblur options description.
Clément Bœsch [Fri, 12 Apr 2013 08:51:29 +0000 (10:51 +0200)]
doc/filters: update boxblur options description.

11 years agodoc/filters: update blackframe options description.
Clément Bœsch [Fri, 12 Apr 2013 08:46:33 +0000 (10:46 +0200)]
doc/filters: update blackframe options description.

11 years agoaf_pan: avoid spaces before % to avoid possible issues with MSVC
Michael Niedermayer [Fri, 12 Apr 2013 08:45:11 +0000 (10:45 +0200)]
af_pan: avoid spaces before % to avoid possible issues with MSVC

Found-by: ubitux
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoaf_pan: switch to an AVOptions-based shorthand system.
Michael Niedermayer [Fri, 12 Apr 2013 08:32:41 +0000 (10:32 +0200)]
af_pan: switch to an AVOptions-based shorthand system.

TODO: The first argument can be seperated into its own AVOption

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoaf_pan: fix parsing arguments from the example in the documentation
Серж Нискородов [Fri, 12 Apr 2013 08:02:01 +0000 (10:02 +0200)]
af_pan: fix parsing arguments from the example in the documentation

pan=stereo: FL < FL + 0.5*FC + 0.6*BL + 0.6*SL : FR < FR + 0.5*FC +
0.6*BR + 0.6*SR

didn't actually work ('Expected out channel name, got " FL < FL"')

11 years agoabuffer: switch to an AVOptions-based shorthand system.
Michael Niedermayer [Fri, 12 Apr 2013 07:55:01 +0000 (09:55 +0200)]
abuffer: switch to an AVOptions-based shorthand system.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agobuffersrc: switch to an AVOptions-based shorthand system.
Michael Niedermayer [Fri, 12 Apr 2013 07:45:14 +0000 (09:45 +0200)]
buffersrc: switch to an AVOptions-based shorthand system.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agolavfi/atempo: switch to an AVOptions-based system.
Pavel Koshevoy [Fri, 12 Apr 2013 03:21:04 +0000 (21:21 -0600)]
lavfi/atempo: switch to an AVOptions-based system.

Signed-off-by: Pavel Koshevoy <pkoshevoy@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoavfilter: Update scale to dictionary based options
Michael Niedermayer [Fri, 12 Apr 2013 00:34:40 +0000 (02:34 +0200)]
avfilter: Update scale to dictionary based options

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoMerge commit '48a5adab62bd2a553f5069d41fa632a0701835e5'
Michael Niedermayer [Thu, 11 Apr 2013 23:01:48 +0000 (01:01 +0200)]
Merge commit '48a5adab62bd2a553f5069d41fa632a0701835e5'

* commit '48a5adab62bd2a553f5069d41fa632a0701835e5':
  lavfi: add avfilter_init_str() to replace avfilter_init_filter().

avfilter_graph_create_filter() opaque is still passed to avfilter_init_filter()
which continues to pass it to init_opaque as its still used in the buffer sinks
the sinks should be changed and the opaque passing removed

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoMerge commit '1565cbc65cbb9f95c11367314a080068895e0cf0'
Michael Niedermayer [Thu, 11 Apr 2013 22:54:05 +0000 (00:54 +0200)]
Merge commit '1565cbc65cbb9f95c11367314a080068895e0cf0'

* commit '1565cbc65cbb9f95c11367314a080068895e0cf0':
  lavfi: make avfilter_free() remove the filter from its graph.

Conflicts:
libavfilter/avfilter.c
libavfilter/avfiltergraph.c
libavfilter/graphparser.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoMerge commit '111367263af41c88a44bd763ceefc11d53a7f655'
Michael Niedermayer [Thu, 11 Apr 2013 22:44:18 +0000 (00:44 +0200)]
Merge commit '111367263af41c88a44bd763ceefc11d53a7f655'

* commit '111367263af41c88a44bd763ceefc11d53a7f655':
  lavfi: add AVFilterContext.graph.

Conflicts:
libavfilter/avfilter.h

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoMerge commit 'c2c9801bc9bce688d51d1a96f5f3ea93933e2dee'
Michael Niedermayer [Thu, 11 Apr 2013 22:39:04 +0000 (00:39 +0200)]
Merge commit 'c2c9801bc9bce688d51d1a96f5f3ea93933e2dee'

* commit 'c2c9801bc9bce688d51d1a96f5f3ea93933e2dee':
  lavfi: deprecate avfilter_graph_add_filter().

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoMerge commit 'bc1a985ba030e9861d24965d42792850b43a43ea'
Michael Niedermayer [Thu, 11 Apr 2013 21:56:39 +0000 (23:56 +0200)]
Merge commit 'bc1a985ba030e9861d24965d42792850b43a43ea'

* commit 'bc1a985ba030e9861d24965d42792850b43a43ea':
  lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().

Conflicts:
libavfilter/avfiltergraph.c
libavfilter/internal.h
libavfilter/version.h

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agolavfi/overlay: improve feedback in case of invalid expression
Stefano Sabatini [Thu, 11 Apr 2013 22:06:52 +0000 (00:06 +0200)]
lavfi/overlay: improve feedback in case of invalid expression

Based on vf_hue.c code.

11 years agodoc/filters: rework Commands section for overlay filter
Stefano Sabatini [Thu, 11 Apr 2013 22:01:38 +0000 (00:01 +0200)]
doc/filters: rework Commands section for overlay filter

11 years agodoc/filters: apply minor fixes to hue Commands section
Stefano Sabatini [Thu, 11 Apr 2013 21:59:22 +0000 (23:59 +0200)]
doc/filters: apply minor fixes to hue Commands section

11 years agolavfi/overlay: fix crash in case of invalid expression
Stefano Sabatini [Thu, 11 Apr 2013 21:54:24 +0000 (23:54 +0200)]
lavfi/overlay: fix crash in case of invalid expression

11 years agolavfi/overlay: add repeatlast option
Stefano Sabatini [Fri, 5 Apr 2013 11:49:20 +0000 (13:49 +0200)]
lavfi/overlay: add repeatlast option

11 years agolavfi/overlay: reindent constants in option list
Stefano Sabatini [Fri, 5 Apr 2013 11:14:59 +0000 (13:14 +0200)]
lavfi/overlay: reindent constants in option list

Wanted-By: ubitux
11 years agoMerge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'
Michael Niedermayer [Thu, 11 Apr 2013 21:40:41 +0000 (23:40 +0200)]
Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'

* commit '38f0c0781a6e099f11c0acec07f9b8be742190c4':
  lavfi: merge avfiltergraph.h into avfilter.h

Conflicts:
doc/APIchanges
ffmpeg_filter.c
libavfilter/avfilter.h
libavfilter/avfiltergraph.h
libavfilter/version.h
tools/graph2dot.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agodoc/filters: use -af and -filter_complex instead of amovie for two examples.
Clément Bœsch [Thu, 11 Apr 2013 21:45:20 +0000 (23:45 +0200)]
doc/filters: use -af and -filter_complex instead of amovie for two examples.

11 years agoMerge commit '4a37d4b3f8137a4c2bbbca043de076af966b9446'
Michael Niedermayer [Thu, 11 Apr 2013 21:30:57 +0000 (23:30 +0200)]
Merge commit '4a37d4b3f8137a4c2bbbca043de076af966b9446'

* commit '4a37d4b3f8137a4c2bbbca043de076af966b9446':
  lavfi: add const to the pads parameter of avfilter_pad_get_name/type
  lavfi: add const to AVFilterContext.filter.

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agolavfi/mp: switch to an AVOptions-based system.
Clément Bœsch [Thu, 11 Apr 2013 20:39:42 +0000 (22:39 +0200)]
lavfi/mp: switch to an AVOptions-based system.

11 years agodoc/encoders: Clarify that there are 2 prores encoders
Michael Niedermayer [Thu, 11 Apr 2013 21:08:13 +0000 (23:08 +0200)]
doc/encoders: Clarify that there are 2 prores encoders

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoavcodec: rename prores encoders
Michael Niedermayer [Thu, 11 Apr 2013 20:47:27 +0000 (22:47 +0200)]
avcodec: rename prores encoders

Using the first names of authors sounds somewhat unprofessional
and might be considered offensive which is not intended.
The new names use the initials of the authors due to simplicity
and the possibility to apply it consistently without the need
to find political correct names for each future case where
alternative codecs might exist. Also its shorter ...

If someone has a better idea, like maybe 2 random letters
and people prefer it then iam happy to switch to that ...

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agodoc/filters: fix fade-out hue saturation expression in sendcmd example
Stefano Sabatini [Thu, 11 Apr 2013 21:02:37 +0000 (23:02 +0200)]
doc/filters: fix fade-out hue saturation expression in sendcmd example

11 years agodoc/filters: update hue command syntax after recent update
Stefano Sabatini [Thu, 11 Apr 2013 21:01:07 +0000 (23:01 +0200)]
doc/filters: update hue command syntax after recent update

11 years agolavfi/aspect: fix d2q convert in init.
Clément Bœsch [Thu, 11 Apr 2013 20:46:34 +0000 (22:46 +0200)]
lavfi/aspect: fix d2q convert in init.

Regression since git 71ef1ec7b.

11 years agoMerge commit 'f223ad1e000d56ef5231a3b1fc00495b538a9ed6'
Michael Niedermayer [Thu, 11 Apr 2013 20:36:05 +0000 (22:36 +0200)]
Merge commit 'f223ad1e000d56ef5231a3b1fc00495b538a9ed6'

* commit 'f223ad1e000d56ef5231a3b1fc00495b538a9ed6':
  doc: document the prores encoder options

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoMerge commit '93e65e9a6c0895f869752a66731d9b2ec3916467'
Michael Niedermayer [Thu, 11 Apr 2013 20:04:50 +0000 (22:04 +0200)]
Merge commit '93e65e9a6c0895f869752a66731d9b2ec3916467'

* commit '93e65e9a6c0895f869752a66731d9b2ec3916467':
  Cosmetics, restore alphabetic order in atomics lists.

Conflicts:
libavutil/Makefile

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agolavfi: deprecate aconvert.
Clément Bœsch [Thu, 11 Apr 2013 16:23:18 +0000 (18:23 +0200)]
lavfi: deprecate aconvert.

This filter is not required anymore with aformat. Drop it at next bump.

11 years agolavfi/aspect: switch to an AVOptions-based system.
Clément Bœsch [Thu, 11 Apr 2013 19:59:53 +0000 (21:59 +0200)]
lavfi/aspect: switch to an AVOptions-based system.

This is heavily based on 2831b307 by Anton Khirnov <anton@khirnov.net>

11 years agoMerge commit '9e6b5e61a0c91e25e298d0a21b189c4c95443795'
Michael Niedermayer [Thu, 11 Apr 2013 19:49:26 +0000 (21:49 +0200)]
Merge commit '9e6b5e61a0c91e25e298d0a21b189c4c95443795'

* commit '9e6b5e61a0c91e25e298d0a21b189c4c95443795':
  img2enc: add an option for overwriting one file with subsequent images

Conflicts:
doc/muxers.texi
libavformat/img2enc.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agolavfi/flite: switch to AVOption-based system
Stefano Sabatini [Thu, 11 Apr 2013 19:08:46 +0000 (21:08 +0200)]
lavfi/flite: switch to AVOption-based system

11 years agolavfi/hue: extend debugging message
Stefano Sabatini [Thu, 11 Apr 2013 18:56:51 +0000 (20:56 +0200)]
lavfi/hue: extend debugging message

In particular, show h value in degrees.

11 years agolavfi/hue: reindent after last commit
Stefano Sabatini [Thu, 11 Apr 2013 18:42:32 +0000 (20:42 +0200)]
lavfi/hue: reindent after last commit

11 years agolavfi/hue: apply major simplifications, and switch to AVOption-based system
Stefano Sabatini [Wed, 10 Apr 2013 23:12:33 +0000 (01:12 +0200)]
lavfi/hue: apply major simplifications, and switch to AVOption-based system

This also drops support for "flat syntax" and "reinit" command.

"reinit" command is not very robust and complicates the logic more than
necessary, since requires to reset all the options in the command.

*This is a syntax break*.

11 years agolavfi/ebur128: remove now unused av_opt_free call.
Clément Bœsch [Thu, 11 Apr 2013 18:52:41 +0000 (20:52 +0200)]
lavfi/ebur128: remove now unused av_opt_free call.

11 years agolavfi: mark filters with dynamic number of inputs or outputs with special flags
Anton Khirnov [Thu, 28 Mar 2013 07:51:36 +0000 (08:51 +0100)]
lavfi: mark filters with dynamic number of inputs or outputs with special flags

This will be useful in avtools in the following commits.
Any other caller might also want to know this information.

11 years agoavfilter/aresample: use init_dict system and set child AVOption context correctly
Michael Niedermayer [Thu, 11 Apr 2013 18:23:52 +0000 (20:23 +0200)]
avfilter/aresample: use init_dict system and set child AVOption context correctly

Parts of this commit are based on: 4fa1f52e

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoavfilter: fix handing of child context options
Michael Niedermayer [Thu, 11 Apr 2013 18:22:54 +0000 (20:22 +0200)]
avfilter: fix handing of child context options

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agolavfi: add avfilter_init_dict() for initializing a filter with a dict.
Anton Khirnov [Sun, 17 Mar 2013 19:16:12 +0000 (20:16 +0100)]
lavfi: add avfilter_init_dict() for initializing a filter with a dict.

11 years agolavfi: add avfilter_init_str() to replace avfilter_init_filter().
Anton Khirnov [Sun, 17 Mar 2013 18:44:24 +0000 (19:44 +0100)]
lavfi: add avfilter_init_str() to replace avfilter_init_filter().

Drop the unused opaque parameter from its signature.

11 years agolavfi: make avfilter_free() remove the filter from its graph.
Anton Khirnov [Sun, 31 Mar 2013 11:02:55 +0000 (13:02 +0200)]
lavfi: make avfilter_free() remove the filter from its graph.

11 years agolavfi: add AVFilterContext.graph.
Anton Khirnov [Sun, 31 Mar 2013 10:17:07 +0000 (12:17 +0200)]
lavfi: add AVFilterContext.graph.

It will be useful in the following commits.

11 years agolavfi: deprecate avfilter_graph_add_filter().
Anton Khirnov [Sun, 31 Mar 2013 06:31:40 +0000 (08:31 +0200)]
lavfi: deprecate avfilter_graph_add_filter().

Since this function adds a standalone filter to a filter graph and we do
not support creating such filters, there is no reason for this function
to exist.

11 years agolavfi: replace avfilter_open() with avfilter_graph_alloc_filter().
Anton Khirnov [Sun, 31 Mar 2013 06:28:11 +0000 (08:28 +0200)]
lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().

Since we do not support "standalone" filters not attached to an
AVFilterGraph, we should not have a public function to create such
filters. In addition that function is horribly named, the action it does
cannot be possibly described as "opening" a filter.

11 years agolavfi: merge avfiltergraph.h into avfilter.h
Anton Khirnov [Sat, 30 Mar 2013 21:31:18 +0000 (22:31 +0100)]
lavfi: merge avfiltergraph.h into avfilter.h

We do not support using filters without AVFilterGraph in practice
anyway, so there is no point in pretending we do.

11 years agolavfi: add const to the pads parameter of avfilter_pad_get_name/type
Anton Khirnov [Thu, 28 Mar 2013 08:31:42 +0000 (09:31 +0100)]
lavfi: add const to the pads parameter of avfilter_pad_get_name/type

11 years agolavfi: add const to AVFilterContext.filter.
Anton Khirnov [Sun, 31 Mar 2013 06:20:06 +0000 (08:20 +0200)]
lavfi: add const to AVFilterContext.filter.

lavfi should never modify the filter through that pointer.

11 years agolavfi/removelogo: switch to an AVOptions-based system.
Clément Bœsch [Thu, 11 Apr 2013 16:49:46 +0000 (18:49 +0200)]
lavfi/removelogo: switch to an AVOptions-based system.

11 years agoavienc: fix overflow of audio sample count
Tobias Rapp [Thu, 11 Apr 2013 14:57:24 +0000 (16:57 +0200)]
avienc: fix overflow of audio sample count

Fixes an overflow of the sample count field within the audio stream header
chunk if audio stream data exceeds 2GB.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoavfilter/f_select: use AVFrame metadata accessor function
Michael Niedermayer [Thu, 11 Apr 2013 16:30:19 +0000 (18:30 +0200)]
avfilter/f_select: use AVFrame metadata accessor function

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agolavfi/amerge: switch to an AVOptions-based system.
Clément Bœsch [Thu, 11 Apr 2013 16:28:13 +0000 (18:28 +0200)]
lavfi/amerge: switch to an AVOptions-based system.

11 years agoffmpeg: insert format filter with the appropriate separator.
Clément Bœsch [Thu, 11 Apr 2013 16:05:46 +0000 (18:05 +0200)]
ffmpeg: insert format filter with the appropriate separator.

Similar to 937325f3.

11 years agolavfi: do not warn inappropriately with aevalsrc.
Clément Bœsch [Thu, 11 Apr 2013 15:59:54 +0000 (17:59 +0200)]
lavfi: do not warn inappropriately with aevalsrc.

11 years agoffmpeg: insert aformat filter with the appropriate separator.
Clément Bœsch [Thu, 11 Apr 2013 15:51:21 +0000 (17:51 +0200)]
ffmpeg: insert aformat filter with the appropriate separator.

The ',' separator is deprecated with aformat, and thus causes various
arnings when transcoding audio.

11 years agolavfi/aevalsrc: switch to an AVOptions-based system.
Clément Bœsch [Thu, 11 Apr 2013 14:49:33 +0000 (16:49 +0200)]
lavfi/aevalsrc: switch to an AVOptions-based system.

11 years agoFix compilation with --disable-everything --enable-filter=deshake
James Almer [Wed, 10 Apr 2013 08:33:12 +0000 (05:33 -0300)]
Fix compilation with --disable-everything --enable-filter=deshake

Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agoavformat/avisynth: Don't insert null frames or samples at the start of a stream.
Stephen Hutchinson [Wed, 10 Apr 2013 19:29:27 +0000 (15:29 -0400)]
avformat/avisynth: Don't insert null frames or samples at the start of a stream.

This is the last remaining issue from ticket #2412

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agolibshine fixed point MP3 encoding support
Paul B Mahol [Sun, 29 Jul 2012 18:20:00 +0000 (18:20 +0000)]
libshine fixed point MP3 encoding support

Signed-off-by: Paul B Mahol <onemda@gmail.com>
11 years agocmdutils_common_opts: fix indention of #if
Michael Niedermayer [Thu, 11 Apr 2013 14:07:46 +0000 (16:07 +0200)]
cmdutils_common_opts: fix indention of #if

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agocmdutils: remove unneeded #if
Michael Niedermayer [Thu, 11 Apr 2013 14:07:11 +0000 (16:07 +0200)]
cmdutils: remove unneeded #if

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agocmdutils: add opencl command line options to ffmpeg
highgod0401 [Thu, 11 Apr 2013 12:16:29 +0000 (20:16 +0800)]
cmdutils: add opencl command line options to ffmpeg

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years agolavfi/bbox: remove unused variables and functions
Paul B Mahol [Thu, 11 Apr 2013 14:00:43 +0000 (14:00 +0000)]
lavfi/bbox: remove unused variables and functions

Signed-off-by: Paul B Mahol <onemda@gmail.com>
11 years agoMerge remote-tracking branch 'qatar/master'
Michael Niedermayer [Thu, 11 Apr 2013 13:56:18 +0000 (15:56 +0200)]
Merge remote-tracking branch 'qatar/master'

* qatar/master:
  Move misplaced file author information where it belongs

Conflicts:
libavcodec/adpcm.c
libavcodec/adpcmenc.c
libavcodec/gif.c
libavcodec/x86/dsputilenc_mmx.c
libavcodec/x86/fmtconvert_init.c
libavformat/au.c
libavformat/gif.c
libavformat/mov.c
libavformat/nsvdec.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agolavfi: add pp to the ':'-to-'|' compat layer.
Clément Bœsch [Thu, 11 Apr 2013 13:52:40 +0000 (15:52 +0200)]
lavfi: add pp to the ':'-to-'|' compat layer.

11 years agoMerge commit '9de9b828ef005dec37052548c195a6b4f18fc701'
Michael Niedermayer [Thu, 11 Apr 2013 13:42:32 +0000 (15:42 +0200)]
Merge commit '9de9b828ef005dec37052548c195a6b4f18fc701'

* commit '9de9b828ef005dec37052548c195a6b4f18fc701':
  lavc: don't overwrite display dimensions with coded dimensions.
  lavc: extend / update the [coded_]{width,height} doxy

Conflicts:
libavcodec/avcodec.h
libavcodec/utils.c

The change to the w/h handling is not merged as it breaks lowres

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agolavfi/asetnsamples: switch to an AVOptions-based system.
Clément Bœsch [Thu, 11 Apr 2013 13:38:49 +0000 (15:38 +0200)]
lavfi/asetnsamples: switch to an AVOptions-based system.

11 years agolavfi/anullsrc: switch to an AVOptions-based system.
Clément Bœsch [Thu, 11 Apr 2013 13:21:40 +0000 (15:21 +0200)]
lavfi/anullsrc: switch to an AVOptions-based system.

11 years agolavfi: remove bbox from the filters left to update.
Clément Bœsch [Thu, 11 Apr 2013 13:13:49 +0000 (15:13 +0200)]
lavfi: remove bbox from the filters left to update.

The filter doesn't take any option and thus works with the new system.

11 years agolavfi/blend: support more yuv pixel formats
Paul B Mahol [Thu, 11 Apr 2013 12:37:36 +0000 (12:37 +0000)]
lavfi/blend: support more yuv pixel formats

Signed-off-by: Paul B Mahol <onemda@gmail.com>
11 years agolavfi/astreamsync: switch to an AVOptions-based system.
Clément Bœsch [Thu, 11 Apr 2013 12:58:29 +0000 (14:58 +0200)]
lavfi/astreamsync: switch to an AVOptions-based system.

11 years agolavfi/astreamsync: fix eval memleak.
Clément Bœsch [Thu, 11 Apr 2013 12:58:13 +0000 (14:58 +0200)]
lavfi/astreamsync: fix eval memleak.

11 years agoMerge commit '20429ba96e55db17ac57f6c0e330914287f1f614'
Michael Niedermayer [Thu, 11 Apr 2013 12:48:21 +0000 (14:48 +0200)]
Merge commit '20429ba96e55db17ac57f6c0e330914287f1f614'

* commit '20429ba96e55db17ac57f6c0e330914287f1f614':
  h261: Move encoder/decoder shared table init to common code

Merged-by: Michael Niedermayer <michaelni@gmx.at>
11 years agolavfi/blackdetect: switch to an AVOptions-based system.
Clément Bœsch [Thu, 11 Apr 2013 12:48:19 +0000 (14:48 +0200)]
lavfi/blackdetect: switch to an AVOptions-based system.