|
|
|
@aba678ab
|
12 years |
michaelni |
deshake: fix off by 2 error
Signed-off-by: Michael Niedermayer …
|
|
|
@3d8afb23
|
12 years |
michaelni |
vf_deshake: Fix crash with r*=64
Replace literal numbers by named …
|
|
|
@1557f34b
|
12 years |
michaelni |
dfa: support decoding version=1.0
Signed-off-by: Michael Niedermayer …
|
|
|
@1cb02d4f
|
12 years |
Clément Bœsch |
lavfi/curves: add support for Photoshop curves files (.acv).
|
|
|
@99dac393
|
12 years |
Clément Bœsch |
lavfi/curves: add support for master component.
|
|
|
@357da7ed
|
12 years |
michaelni |
sws: remove forgotten FAST_BGR2YV12 define
Signed-off-by: Michael …
|
|
|
@c10d498b
|
12 years |
Reimar.Doeffinger |
Add thread-safe wrapper for get_format().
Just like get_buffer, …
|
|
|
@8067f55e
|
12 years |
Reimar.Doeffinger |
Fix compilation on ARM with android gcc 4.7
With the current code it …
|
|
|
@920dd84b
|
12 years |
michaelni |
sws/x86: remove 8bit rgb2yuv coefficient case for rgb24toyv12 special …
|
|
|
@a37fd7f9
|
12 years |
michaelni |
sws: Update rgb24toyv12_c() to user supplied rgb2yuv tables
As the …
|
|
|
@8e27c6eb
|
12 years |
michaelni |
sws/"rgb2rgb": drop RGB2YUV_SHIFT
Fixes a warning and increases the …
|
|
|
@2a5d1cb2
|
12 years |
michaelni |
sws/x86: update rgba->yuv to use user supplied table
Signed-off-by: …
|
|
|
@17ad06c7
|
12 years |
michaelni |
sws/x86: update rgb/bgr->yuv code to use provided coefficient table
…
|
|
|
@9aafb95a
|
12 years |
michaelni |
sws: init input_rgb2yuv_table depending on yuv colorspace
For the …
|
|
|
@3662e49d
|
12 years |
michaelni |
sws: move RGB2YUV_SHIFT to swscale_internal.h
Signed-off-by: Michael …
|
|
|
@e66a1068
|
12 years |
Clément Bœsch |
lavf/libquvi: fix error reporting.
|
|
|
@da1bb21c
|
12 years |
Clément Bœsch |
lavfi/aphaser: silence uninitialized variable warnings.
|
|
|
@977ee8af
|
12 years |
onemda |
lavfi/negate: stop calling lut_init() as that function does nothing …
|
|
|
@6ffe911
|
12 years |
onemda |
lavfi/testsrc: unbreak smptebars only build
Signed-off-by: Paul B …
|
|
|
@8de9bb6
|
12 years |
Clément Bœsch |
lavf: remove some flushing in write_packet muxers callbacks.
Since …
|
|
|
@bc1847ad
|
12 years |
stefasab |
doc/filters: remove mention to telecine mp filter
It was removed in …
|
|
|
@dfac37af
|
12 years |
Clément Bœsch |
lavfi: add missing periods in filter descriptions.
|
|
|
@f6c9a325
|
12 years |
stefasab |
ffmpeg: show error message in case of av_buffersrc_add_frame_flags() …
|
|
|
@fba3a3bb
|
12 years |
stefasab |
doc: document -opencl_options option in ff* tools manuals
|
|
|
@1e3104cd
|
12 years |
Clément Bœsch |
Add avpriv_dsputil_init() and use it in lavfi where relevant.
…
|
|
|
@d4956b0b
|
12 years |
michaelni |
sws/input: replace hardcoded rgb2yuv coefficients by table
…
|
|
|
@41ebb645
|
12 years |
michaelni |
swscale/output: fix alpha scale in the new functions
Signed-off-by: …
|
|
|
@a4b5e45e
|
12 years |
michaelni |
sws/output: add yuv2rgb_full_1_c_template()
7500->4500 cycles on …
|
|
|
@458d956b
|
12 years |
Clément Bœsch |
doc/filters: move mpdecimate doc to a more appropriate position.
|
|
|
@7a92ec93
|
12 years |
Clément Bœsch |
lavfi: port IVTC filters from vapoursynth.
|
|
|
@ab0ad6ec
|
12 years |
Clément Bœsch |
lavfi: rename decimate to mpdecimate.
The next commit will introduce …
|
|
|
@9204a7dc
|
12 years |
michaelni |
sws/output: add +yuv2rgb_full_2_c_template()
8100 cycles -> 5800 …
|
|
|
@66266455
|
12 years |
michaelni |
sws/output: factor yuv2rgb_write_full() out
Signed-off-by: Michael …
|
|
|
@f359be96
|
12 years |
Clément Bœsch |
lavfi/smptehdbars: fix priv_class pointer.
Fix Ticket2468.
|
|
|
@d9be6e69
|
12 years |
Clément Bœsch |
lavfi/testsrc: grammar fix in comment after 03e2ec32.
|
|
|
@03e2ec32
|
12 years |
onemda |
lavfi: add smptehdbars source
Signed-off-by: Paul B Mahol …
|
|
|
@2952ed2b
|
12 years |
onemda |
doc/filters: move telecine from audio to video filters
Signed-off-by: …
|
|
|
@28ac8426
|
12 years |
Clément Bœsch |
lavu/dict: cosmetic realign.
|
|
|
@572e38a5
|
12 years |
michaelni |
log: Remove redundant va_list creation from missing_feature_sample()
…
|
|
|
@38e66af4
|
12 years |
michaelni |
Merge remote-tracking branch 'cigaes/master'
* cigaes/master:
…
|
|
|
@536baf6c
|
12 years |
michaelni |
oggenc: Fix pref_duration AVOption type
Signed-off-by: Michael …
|
|
|
@9e8e03de
|
12 years |
nicolas.george |
lavu/opt: check int lists length for overflow.
Also add parens on …
|
|
|
@2a1d7ea5
|
12 years |
nicolas.george |
lavu: add parens to macro argument.
|
|
|
@76c80606
|
12 years |
nicolas.george |
lavu: add av_pure to av_int_list_length_for_size.
|
|
|
@6fbb21d6
|
12 years |
nicolas.george |
lavfi/buffersink: factor checks for lists sizes.
|
|
|
@ded2f187
|
12 years |
michaelni |
avcodec: fix ignorecrop AVOption offset
Signed-off-by: Michael …
|
|
|
@8137ea35
|
12 years |
Clément Bœsch |
doc/filters: use common options introduction string.
|
|
|
@2b44195f
|
12 years |
Clément Bœsch |
cmdutils: print if filters are sources or sinks.
|
|
|
@73180f5b
|
12 years |
Clément Bœsch |
lavfi: flag more dynamic i/o filters.
|
|
|
@423089e9
|
12 years |
michaelni |
lavf/mxfdec: validate month/day before date formatting
Some …
|
|
|
@c8b36444
|
12 years |
michaelni |
lavf/mxf: fix parsing of timestamps
Correct bit mask for …
|
|
|
@8da2a3ab
|
12 years |
michaelni |
lavf/mxfdec: use more widely supported time format string
MSVC lacks …
|
|
|
@cac3096
|
12 years |
michaelni |
lavf/mxf: fix parsing of the month from mxf timestamps
Reviewed-by: …
|
|
|
@9b672d40
|
12 years |
michaelni |
vf_mp: mp buffers are not compatible with the reference count system
…
|
|
|
@87dd62e1
|
12 years |
stefasab |
lavfi/testsrc: make use of AV_OPT_TYPE_DURATION
Simplify.
|
|
|
@dcea5850
|
12 years |
Clément Bœsch |
lavfi: drop now unused shorthand field from AVFilter.
|
|
|
@8f99494c
|
12 years |
michaelni |
avutil/opencl: merge opencl env to opencl context
Signed-off-by: …
|
|
|
@34b78ad0
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
x86: …
|
|
|
@ed3680bc
|
12 years |
michaelni |
Merge commit '2004c7c8f763280ff3ba675ea21cf25396528fd3'
* commit …
|
|
|
@0bc34ef0
|
12 years |
Clément Bœsch |
doc/utils: use @code markup for opencl function names.
|
|
|
@694fa003
|
12 years |
michaelni |
Merge commit 'c51a3a5bd9a5b404176ff343ecadb80b2553b256'
* commit …
|
|
|
@43bf4ee9
|
12 years |
michaelni |
Merge commit 'e027032fc6a49db5a4ce12fc3e09ffb86ff20522'
* commit …
|
|
|
@52bda1d9
|
12 years |
michaelni |
Merge commit 'a89c05500f68d94a0269e68bc522abfd420c5497'
* commit …
|
|
|
@a47288f6
|
12 years |
onemda |
lavfi/hue: add support for more alpha formats
Signed-off-by: Paul B …
|
|
|
@9b595e86
|
12 years |
michaelni |
avdevice/lavfi: add error checking for av_opt_set_int_list()
…
|
|
|
@e87c1cd
|
12 years |
michaelni |
ffplay: replace opaque/params for buffersinks
This fixes a regression …
|
|
|
@047a027d
|
12 years |
onemda |
lavfi/hue: copy alpha plane too
Signed-off-by: Paul B Mahol …
|
|
|
@72ad0d56
|
12 years |
Clément Bœsch |
lavfi/hue: make do while (0) form meaningful.
|
|
|
@9fa3b5b8
|
12 years |
stefasab |
lavfi/crop: log pos in debug message
|
|
|
@1d86fe69
|
12 years |
stefasab |
lavfi/crop: restore pos constant, and fix "t" variable misplacement in …
|
|
|
@9ae9ae1
|
12 years |
stefasab |
doc/utils: apply misc fixes to OpenCL docs
|
|
|
@949c8627
|
12 years |
stefasab |
doc: merge syntax.texi, eval.texi and opencl.texi into utils.texi
|
|
|
@b59aa00
|
12 years |
stefasab |
doc/libavutil: remove include of opencl.texi
This is inconsistent …
|
|
|
@227b445
|
12 years |
michaelni |
vf_interlace: fix frame rate
Signed-off-by: Michael Niedermayer …
|
|
|
@ebbd4fd5
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
FATE: …
|
|
|
@7e684913
|
12 years |
michaelni |
Merge commit '921046008f5335601f9d76dc3a768eb5cd91e1b9'
* commit …
|
|
|
@608d8601
|
12 years |
michaelni |
Merge commit 'e19e8aeeaaff3d4bc8f6065764c93f0298782ac6'
* commit …
|
|
|
@3dedcef8
|
12 years |
michaelni |
avfilter: add missing AV_OPT_FLAG_FILTERING_PARAM
Signed-off-by: …
|
|
|
@1007de70
|
12 years |
michaelni |
asetpts: add AVOptions
Signed-off-by: Michael Niedermayer …
|
|
|
@292f681
|
12 years |
michaelni |
avfilter: Filter options that are used for both video and audio should …
|
|
|
@f81a8e8
|
12 years |
michaelni |
Merge commit 'dc574658d15ad8f171dbdecbdce7197acf9424a0'
* commit …
|
|
|
@7b6c0bd
|
12 years |
michaelni |
Merge commit 'bee2d75b66e2f02e0877796c01202299a4b56cfb'
* commit …
|
|
|
@9a91c67
|
12 years |
michaelni |
Merge commit 'f160c6a18a574b4c7d063e0a748037cbbd9912ee'
* commit …
|
|
|
@835cc0f
|
12 years |
michaelni |
Merge commit 'fa2a34cd40d124161c748bb0f430dc63c94dd0da'
* commit …
|
|
|
@f4db6bf
|
12 years |
michaelni |
Merge commit '7e8fe4be5fb4c98aa3c6a4ed3cec999f4e3cc3aa'
* commit …
|
|
|
@16fc24b2
|
12 years |
michaelni |
Merge commit '7cdd737ba81b5c2c9521c4509edf0ac315fabc65'
* commit …
|
|
|
@46de9ba5
|
12 years |
michaelni |
Merge commit '1ba95a9cca57b023b9b9de071a5671fc05b05e58'
* commit …
|
|
|
@6b5ec762
|
12 years |
Clément Bœsch |
lavfi: fix forgotten chunk in eb0f774d.
|
|
|
@0acf7e2
|
12 years |
michaelni |
avfilter: remove opaque passing hacks
Signed-off-by: Michael …
|
|
|
@3fc7b471
|
12 years |
michaelni |
buffersink: switch from opaque to AVOptions for params
Signed-off-by: …
|
|
|
@a1e7e02e
|
12 years |
michaelni |
abuffersink: switch from opaque to AVOptions for params
…
|
|
|
@f16a6f66
|
12 years |
Clément Bœsch |
lavfi/ocv: fix crash with no dilate arguments.
|
|
|
@490786c0
|
12 years |
Clément Bœsch |
lavfi/ocv: fix crash with no filter name specified.
|
|
|
@51e71d6e
|
12 years |
Clément Bœsch |
lavfi/ocv: fix build after fd6228e65.
|
|
|
@4a889892
|
12 years |
michaelni |
buffersink: remove shorthand
Signed-off-by: Michael Niedermayer …
|
|
|
@f1e62af0
|
12 years |
michaelni |
avfilter: remove mixed args hack for scale.
Our option handling code …
|
|
|
@62d888ef
|
12 years |
michaelni |
ffmpeg: use options for abuffersink.
Also remove unused …
|
|
|
@e48ded85
|
12 years |
michaelni |
lavfi/buffersink: accept parameters as options.
Move validation from …
|
|
|
@af0d270a
|
12 years |
michaelni |
lavu: add helper functions for integer lists.
Add …
|
|
|
@3d7d819
|
12 years |
michaelni |
avfilter/asrc_aevalsrc: fix return code, 2nd try
Found-by: ubitux …
|
|
|