Michael Niedermayer
|
be2dd2559f
Merge remote-tracking branch 'qatar/release/0.8' into release/0.10
|
12 years ago |
Mina Nagy Zaki
|
e5f4e24942
lavfi: avfilter_merge_formats: handle case where inputs are same
|
13 years ago |
Stefano Sabatini
|
386aee6864
sink_buffer: copy list of provided formats in the context
|
13 years ago |
Michael Niedermayer
|
248bb81ebc
avfilter: Error out from avfilter_merge_formats() when there are duplicates
|
13 years ago |
Michael Niedermayer
|
8cda755c2f
avfilter: dont write out of array for duplicate formats in avfilter_merge_formats()
|
13 years ago |
Reimar Döffinger
|
b052601b95
Make another static array const.
|
13 years ago |
Ronald S. Bultje
|
43317fd52c
libavfilter: reindent.
|
13 years ago |
Ronald S. Bultje
|
23a8b4ddfc
avfilter: don't abort() on zero-size allocations.
|
13 years ago |
Stefano Sabatini
|
8fe0c527f3
lavfi: add LUT (LookUp Table) generic filters
|
13 years ago |
Stefano Sabatini
|
0ec56d1144
lavfi: fix realloc size computation in avfilter_add_format()
|
13 years ago |
Michael Niedermayer
|
41215fdeb3
libavfilter/formats.c: fix compile of test
|
13 years ago |
Stefano Sabatini
|
ea8de109af
lavfi: add avfilter_all_channel_layouts public symbol
|
13 years ago |
Stefano Sabatini
|
9899037dc6
lavfi: rename avfilter_all_* function names to avfilter_make_all_*
|
13 years ago |
Stefano Sabatini
|
4381bddc9f
lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBufferRefAudioProps
|
13 years ago |
Stefano Sabatini
|
e26782a9b4
lavfi: add ff_parse_pixel_format() internal function, and use it
|
13 years ago |
Stefano Sabatini
|
a719679561
lavfi: complain and exit for invalid named values in ff_parse_packing_format()
|
13 years ago |
Mina Nagy Zaki
|
3f07d40ea2
lavfi: add internal functions for parsing format arguments
|
13 years ago |
Mina Nagy Zaki
|
b57df29f95
lavfi: add audio channel packing negotiation fields
|
13 years ago |
Stefano Sabatini
|
7464a53aaa
lavfi: make pix_fmt_is_in() in vf_lut.c an internal function
|
13 years ago |
Stefano Sabatini
|
f4228097e4
lavfi: minor style fixes in formats.c
|
13 years ago |
Mina Nagy Zaki
|
fd2c0a5db2
lavfi: add layout negotiation fields and helper functions.
|
13 years ago |
Mina Nagy Zaki
|
527ca3985c
lavfi: use int64_t lists in AVFilteFormats
|
13 years ago |
Stefano Sabatini
|
8f349b6481
lavfi: fix realloc size computation in avfilter_add_format()
|
13 years ago |
Mina Nagy Zaki
|
79a0ec1af4
lavfi: avfilter_merge_formats: handle case where inputs are same
|
13 years ago |
Mina Nagy Zaki
|
47d2ca3205
lavfi: handle NULL lists in avfilter_make_format_list
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Stefano Sabatini
|
3fa77bde1b
In libavfilter, use consistently "Copyright (c)" in the license
|
14 years ago |
Stefano Sabatini
|
5d6e4c160a
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
|
14 years ago |
S.N. Hemanth Meenakshisundaram
|
ad2c950154
Implement libavfilter audio framework.
|
14 years ago |
S.N. Hemanth Meenakshisundaram
|
bdab614be8
Generalize pixel format enum fields to int formats.
|
14 years ago |
Stefano Sabatini
|
d3c01751a3
Fix compilation on gcc 2.95.3 (still supported) broken by r21077,
|
15 years ago |
Stefano Sabatini
|
063e769273
Make avfilter_formats_unref(AVFilterFormats **ref) handle the case
|
15 years ago |
Stefano Sabatini
|
c1d662fd88
Change avfilter_add_colorspace() to make it accept **avff rather than
|
15 years ago |
Stefano Sabatini
|
5ff84183de
Make avfilter_all_colorspaces() add to the returned list of pixel
|
15 years ago |
Stefano Sabatini
|
4fd1f1876a
Implement avfilter_add_colorspace().
|
15 years ago |
Stefano Sabatini
|
9abba21ad3
Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of the
|
15 years ago |
Stefano Sabatini
|
1554fed2d6
Make avfilter_make_format_list() take in input a const argument.
|
15 years ago |
Stefano Sabatini
|
6b5dc050a2
Rename avfilter_make_format_list2() to avfilter_make_format_list().
|
15 years ago |
Stefano Sabatini
|
e768cb7668
Remove avfilter_make_format_list(), it has been replaced by
|
15 years ago |
Stefano Sabatini
|
f6a1fa850a
Implement avfilter_make_format_list2(), which is going to replace
|
15 years ago |
Michael Niedermayer
|
4c4de9ca49
Better description for merge_ref().
|
16 years ago |
Vitor Sessak
|
9189411bdb
Coding style changes
|
17 years ago |
Vitor Sessak
|
93faa9fad7
More code factorization
|
17 years ago |
Vitor Sessak
|
37e0b997a8
Factor duplicated loop
|
17 years ago |
Vitor Sessak
|
d3a4e41c8a
Do not hardcode the list of pixel formats and use PIX_FMT_NB instead.
|
17 years ago |
Vitor Sessak
|
243370cb4d
Do not hardcode the type of AVFilterFormats.formats in allocation
|
17 years ago |
Vitor Sessak
|
bd8ae4885b
Oops, my last commit broke compilation...
|
17 years ago |
Vitor Sessak
|
5ced2c996d
Make regression tests to pass with libavfilter.
|
17 years ago |
Vitor Sessak
|
eac2495095
Need to be careful when dealing with references.
|
17 years ago |
Vitor Sessak
|
30f4baebf8
10l. parameter was unused and redundant.
|
17 years ago |