Stefano Sabatini
|
4d4098da00
lavfi: drop planar/packed negotiation support
|
12 years ago |
Michael Niedermayer
|
1cbf7fb434
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Anton Khirnov
|
4a1ac8c43f
lavfi: move buffer management function to a separate file.
|
12 years ago |
Anton Khirnov
|
4c64fed37c
lavfi: move formats-related functions from default.c to formats.c
|
12 years ago |
Anton Khirnov
|
c5432d3ca4
lavfi: move video-related functions to a separate file.
|
12 years ago |
Anton Khirnov
|
ff1f51a8aa
lavfi: add channel layout/sample rate negotiation.
|
12 years ago |
Michael Niedermayer
|
015903294c
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Michael Niedermayer
|
61930bd0d7
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Anton Khirnov
|
0b45334a58
lavfi: move audio-related functions to a separate file.
|
12 years ago |
Anton Khirnov
|
472fb3bbfa
lavfi: remove some audio-related function from public API.
|
12 years ago |
Stefano Sabatini
|
7ef0adcc2e
lavfi: simplify signature for avfilter_get_audio_buffer() and friends
|
13 years ago |
Stefano Sabatini
|
6735534f19
lavfi: use avfilter_get_audio_buffer_ref_from_arrays() in avfilter_default_get_audio_buffer
|
13 years ago |
Stefano Sabatini
|
e727bca392
lavfi: cleanup avfilter_get_audio_buffer() and pals.
|
13 years ago |
Anton Khirnov
|
9453c9e1de
lavfi: add extended_data to AVFilterBuffer.
|
12 years ago |
Michael Niedermayer
|
c065255bba
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Alex Converse
|
7181c4edee
cosmetics: Remove extra newlines at EOF
|
12 years ago |
Michael Niedermayer
|
f068ce570f
avfilter: pool draining and self destruction support.
|
12 years ago |
Stefano Sabatini
|
e9af732a1a
lavfi: fix avfilter_default_get_audio_buffer() after changes in av_samples_alloc()
|
13 years ago |
Michael Niedermayer
|
8f025f2f60
avfilter: align allocated images to 32 for AVX and IFF
|
13 years ago |
Mans Rullgard
|
cc276c85d1
Make channel layout masks unsigned
|
13 years ago |
Michael Niedermayer
|
8e576d5830
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Stefano Sabatini
|
9899037dc6
lavfi: rename avfilter_all_* function names to avfilter_make_all_*
|
13 years ago |
Stefano Sabatini
|
2c0317419b
lavfi: simplify signature for avfilter_get_audio_buffer() and friends
|
13 years ago |
Stefano Sabatini
|
3c56a421d8
lavfi: avoid void* arithmetic in defaults.c:set_common_formats()
|
13 years ago |
Mina Nagy Zaki
|
5f68a91be2
lavfi: remove default config_props() callback and refactor avfilter_config_links()
|
13 years ago |
Mina Nagy Zaki
|
b57df29f95
lavfi: add audio channel packing negotiation fields
|
13 years ago |
Justin Ruggles
|
e6c52cee54
Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().
|
13 years ago |
Mina Nagy Zaki
|
fd2c0a5db2
lavfi: add layout negotiation fields and helper functions.
|
13 years ago |
Stefano Sabatini
|
989184fea4
lavfi: use avfilter_get_audio_buffer_ref_from_arrays() in defaults.c
|
13 years ago |
Stefano Sabatini
|
ef28c7b3a4
lavfi: use av_samples_alloc() in avfilter_default_get_audio_buffer()
|
13 years ago |
Stefano Sabatini
|
95a0242642
lavfi: prefer nb_samples over size in AVFilterBufferRefAudioProps
|
13 years ago |
Stefano Sabatini
|
665e608c8d
lavfi: reindent after the previous commit
|
13 years ago |
Stefano Sabatini
|
6f1dd6f45a
lavfi: add braces around the block of an if() expression in avfilter_default_get_video_buffer
|
13 years ago |
Stefano Sabatini
|
0ff5cbedd2
lavfi: clarify the context of a comment in avfilter_default_get_video_buffer()
|
13 years ago |
Stefano Sabatini
|
77b32b73ed
lavfi: apply misc style fixes
|
13 years ago |
Michael Niedermayer
|
c34cb130b6
avfilter: dont use AVFilterLink as priv for pictures as its freed too early.
|
13 years ago |
Michael Niedermayer
|
21d84246d5
avfilter: Fix ticket82 / fix initial buffer values.
|
13 years ago |
Michael Niedermayer
|
39f66edbea
AVFilter: use picture pool to avoid malloc().
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Reinhard Tartler
|
7ffe76e540
Merge libavcore into libavutil
|
13 years ago |
Reinhard Tartler
|
737eb5976f
Merge libavcore into libavutil
|
13 years ago |
Clément Bœsch
|
bffad70c66
Remove forgotten if (p) av_free(p) forms
|
13 years ago |
Clément Bœsch
|
290849e2a4
Remove forgotten if (p) av_free(p) forms
|
13 years ago |
Ronald S. Bultje
|
84cac86e7e
Fix fate breakage in r26382.
|
13 years ago |
Baptiste Coudurier
|
ecea47a6ed
Remove useless free, fix warning:
|
13 years ago |
Stefano Sabatini
|
a242ac3620
Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples.
|
13 years ago |
Stefano Sabatini
|
4da12e3b13
Implement av_image_alloc() and use it in
|
14 years ago |
Stefano Sabatini
|
3fa77bde1b
In libavfilter, use consistently "Copyright (c)" in the license
|
14 years ago |
Stefano Sabatini
|
d38c340fdc
Implement avfilter_get_video_buffer_ref_from_arrays().
|
14 years ago |
Stefano Sabatini
|
4723bc2868
Make avfilter_default_free_buffer() an internal shared symbol, so that
|
14 years ago |