Paul B Mahol
|
9f2a3bcee7
|
avfilter: remove superflous lines
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2014-02-26 16:37:59 +00:00 |
|
Paul B Mahol
|
a2e4b4e968
|
avfilter/af_compand: some more cosmetics to decrease difference with qatar
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2014-02-26 15:03:09 +00:00 |
|
Michael Niedermayer
|
c62d83a5e7
|
avfilter/af_compand: more cosmetics from libavfilter/af_compand_fork.c
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-02-26 13:12:38 +01:00 |
|
Michael Niedermayer
|
05412f4cd4
|
avfilter/af_compand: cosmetics from libavfilter/af_compand_fork.c
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-02-26 13:00:09 +01:00 |
|
Michael Niedermayer
|
5e02ff3e3d
|
avfilter/af_compand: switch defaults to libavfilter/af_compand_fork.c
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-02-26 13:00:09 +01:00 |
|
Michael Niedermayer
|
619d6b8f55
|
avfilter/af_compand: "use local variable for channels" from libavfilter/af_compand_fork.c
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-02-26 13:00:09 +01:00 |
|
Michael Niedermayer
|
e509df4bc8
|
avfilter/af_compand: error checks from libavfilter/af_compand_fork.c
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-02-26 13:00:09 +01:00 |
|
Michael Niedermayer
|
4b87975147
|
avfilter/af_compand: pts init code from libavfilter/af_compand_fork.c
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-02-26 12:46:04 +01:00 |
|
Michael Niedermayer
|
5c78fe08b0
|
avfilter/af_compand: cosmetics and doxy comment from libavfilter/af_compand_fork.c
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-02-26 12:42:47 +01:00 |
|
Michael Niedermayer
|
66ad3292eb
|
avfilter/af_compand: add Andrew Kelley to the copyright
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-02-26 12:40:33 +01:00 |
|
Michael Niedermayer
|
86a191e25b
|
avfilter/af_compand: merge avframe code from af_compand_fork
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-02-26 12:33:28 +01:00 |
|
Michael Niedermayer
|
27ba05adbc
|
avfilter/af_compand: merge uninit() calls on error from af_compand_fork.c
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-02-26 12:11:33 +01:00 |
|
Michael Niedermayer
|
8b80485960
|
avfilter/af_compand: also support '|' as seperator
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-02-26 12:04:00 +01:00 |
|
Michael Niedermayer
|
22307f170f
|
avfilter/af_compand: whitespace changes from af_compand_fork
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2014-02-26 11:41:36 +01:00 |
|
Andrew Kelley
|
9e329185d7
|
avfilter/af_compand: fix invalid read
Fixes #3383.
|
2014-02-25 19:00:14 +00:00 |
|
Paul B Mahol
|
709746b6af
|
avfilter/af_compand: do not leak frames on error
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2014-02-15 11:38:32 +00:00 |
|
Michael Niedermayer
|
325f6e0a97
|
Merge remote-tracking branch 'qatar/master'
* qatar/master:
lavfi: do not export the filters from shared objects
Conflicts:
libavfilter/af_amix.c
libavfilter/af_anull.c
libavfilter/asrc_anullsrc.c
libavfilter/f_select.c
libavfilter/f_settb.c
libavfilter/split.c
libavfilter/src_movie.c
libavfilter/vf_aspect.c
libavfilter/vf_blackframe.c
libavfilter/vf_colorbalance.c
libavfilter/vf_copy.c
libavfilter/vf_crop.c
libavfilter/vf_cropdetect.c
libavfilter/vf_drawbox.c
libavfilter/vf_format.c
libavfilter/vf_framestep.c
libavfilter/vf_frei0r.c
libavfilter/vf_hflip.c
libavfilter/vf_libopencv.c
libavfilter/vf_lut.c
libavfilter/vf_null.c
libavfilter/vf_overlay.c
libavfilter/vf_scale.c
libavfilter/vf_transpose.c
libavfilter/vf_unsharp.c
libavfilter/vf_vflip.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
|
2013-10-29 11:58:11 +01:00 |
|
Paul B Mahol
|
60abdb6c17
|
avfilter/af_aecho & af_compand: use extended_data
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2013-09-15 12:10:12 +00:00 |
|
Paul B Mahol
|
b211607b5c
|
avfilter: various cosmetics
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2013-09-12 14:01:43 +00:00 |
|
Michael Niedermayer
|
64c54f8333
|
avfilter/af_compand: silence "maybe uninitialized" warnings
if channels is 0 it actually would be uninitialized, thus an assert with comment is added
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2013-09-07 03:49:01 +02:00 |
|
Michael Niedermayer
|
1bbf94d84f
|
avfilter/af_compand: %f is for printing doubles
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2013-07-30 22:24:42 +02:00 |
|
Paul B Mahol
|
6b68e2a43b
|
lavfi: add compand filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
2013-07-29 19:11:50 +00:00 |
|