Michael Niedermayer
|
988910a277
Merge remote-tracking branch 'qatar/release/0.8' into release/0.10
|
12 years ago |
Michael Niedermayer
|
d6a55ab016
Merge commit 'be209bdabb11c59de17220bdbf0bf9c9f7cc16f5' into release/0.10
|
12 years ago |
Anton Khirnov
|
0b923a2b72
vf_pad/scale: use double precision for aspect ratios.
|
12 years ago |
Anton Khirnov
|
be209bdabb
vf_pad: don't give up its own reference to the output buffer.
|
12 years ago |
Michael Niedermayer
|
b1b0fd2790
pad: fix format string length
|
13 years ago |
Reimar Döffinger
|
5af7daabc4
Mark AVFilterPad[] compound literals as const.
|
13 years ago |
Reimar Döffinger
|
d78473334e
Add const to static arrays where it was forgotten.
|
13 years ago |
Michael Niedermayer
|
d7dcd96a23
vf_pad: Fix alignment of get_video_buffer()
|
13 years ago |
Nicolas George
|
e2abe90ed7
vf_pad: remove mathematical constants now redundant.
|
13 years ago |
Stefano Sabatini
|
80de930a78
vf_pad: fix "vsub" variable value computation
|
13 years ago |
Stefano Sabatini
|
753890d0db
vsrc_color: add @file doxy
|
13 years ago |
Stefano Sabatini
|
61d55fda2b
lavfi: tweak display aspect ratio variables in pad and scale filters
|
13 years ago |
Stefano Sabatini
|
80f1cfd09d
vf_pad: fix "vsub" variable value computation
|
13 years ago |
Stefano Sabatini
|
0bf02fb1ea
vf_pad: add support for a "sar" variable
|
13 years ago |
Michael Niedermayer
|
976a8b2179
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Mans Rullgard
|
0ebcdf5cda
Do not include mathematics.h in avutil.h
|
13 years ago |
Mina Nagy Zaki
|
fd2c0a5db2
lavfi: add layout negotiation fields and helper functions.
|
13 years ago |
Stefano Sabatini
|
bb3a2b723a
vsrc_color: add @file doxy
|
13 years ago |
Stefano Sabatini
|
73a4f7c21b
pad: make the filter parametric
|
13 years ago |
Stefano Sabatini
|
484a330890
pad: make the filter parametric
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Stefano Sabatini
|
c8c0189d62
lavfi: put color source in a dedicated file
|
13 years ago |
Stefano Sabatini
|
5ad06110e0
lavfi: add drawutils
|
13 years ago |
Stefano Sabatini
|
fd0b42cce0
lavfi: put color source in a dedicated file
|
13 years ago |
Stefano Sabatini
|
bcfd9e821b
lavfi: add drawutils
|
13 years ago |
Reinhard Tartler
|
7ffe76e540
Merge libavcore into libavutil
|
13 years ago |
Reinhard Tartler
|
737eb5976f
Merge libavcore into libavutil
|
13 years ago |
Stefano Sabatini
|
8bca34933e
In the pad filter, log information about the input size.
|
14 years ago |
Michael Niedermayer
|
e3331706fc
Fix design of the pad filter.
|
14 years ago |
Baptiste Coudurier
|
69057b70f7
In pad filter, update new ref w/h in start_frame, fix chaining
|
14 years ago |
Stefano Sabatini
|
3fa77bde1b
In libavfilter, use consistently "Copyright (c)" in the license
|
14 years ago |
Aurelien Jacobs
|
0985e1a3ca
move the av_parse_color() function from libavfilter to libavcore
|
14 years ago |
Baptiste Coudurier
|
c71e9640db
100L fix get_video_buffer in pad filter, get_video_buffer will store wrong values for w and h
|
14 years ago |
Aurelien Jacobs
|
2722dd6ebf
improve av_parse_color() to allow for non-null terminated color string
|
14 years ago |
Stefano Sabatini
|
b9f9e59afc
Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the
|
14 years ago |
Stefano Sabatini
|
e16f217ceb
Use new imgutils.h API names, fix deprecation warnings.
|
14 years ago |
S.N. Hemanth Meenakshisundaram
|
cc80caff52
Separate video specific BufferRef properties into VideoProps.
|
14 years ago |
S.N. Hemanth Meenakshisundaram
|
5d4890d73d
Rename fields:
|
14 years ago |
S.N. Hemanth Meenakshisundaram
|
7fce481a69
Rename functions and fields:
|
14 years ago |
S.N. Hemanth Meenakshisundaram
|
ecc8dada37
Rename AVFilterPicRef to AVFilterBufferRef.
|
14 years ago |
Stefano Sabatini
|
6ce9b4310c
Remove use of the deprecated function avcodec_check_dimensions(), use
|
14 years ago |
Stefano Sabatini
|
126b638ea0
Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()
|
14 years ago |
Stefano Sabatini
|
23ccf3c7a7
Add color source.
|
14 years ago |
Måns Rullgård
|
d0b9b91b57
vf_pad: restore use of _CCIR colourspace conversion macros
|
14 years ago |
Stefano Sabatini
|
1b364fd26e
Move shareable draw_rectangle() and query_formats function to the top
|
14 years ago |
Stefano Sabatini
|
039baa7813
Factorize out some code and implement the fill_line_with_color()
|
14 years ago |
Stefano Sabatini
|
478b9d74d4
Enhance pad filter command-line description.
|
14 years ago |
Stefano Sabatini
|
2b4abbd6f5
Move colorspace.h from libavcodec to libavutil.
|
14 years ago |
Stefano Sabatini
|
2e79db0141
Set pad description with NULL_IF_CONFIG_SMALL(), consistent with the
|
14 years ago |
Stefano Sabatini
|
a74f893b85
Improve description for the pad filter.
|
14 years ago |