Vittorio Giovara
|
7046bd9bc9
|
lavfi: Move avcodec header to the only filter needing it
af_ashowinfo, due to the enum AVAudioServiceType use.
|
10 years ago |
Anton Khirnov
|
728685f37a
|
Add a side data type for audio service type.
Currently, audio service type is a field in AVCodecContext. However,
side data is more appropriate for this kind of information.
|
10 years ago |
Anton Khirnov
|
9c21c08fa7
|
af_ashowinfo: print a more descriptive name for AV_MATRIX_ENCODING_DOLBY
|
11 years ago |
Anton Khirnov
|
b4679ecdbd
|
{v,a}f_showinfo: print frame side data
|
11 years ago |
Diego Biurrun
|
7513234bdd
|
avfilter: more correct printf format specifiers
|
11 years ago |
Anton Khirnov
|
cd43ca0443
|
lavfi: do not export the filters from shared objects
|
11 years ago |
Diego Biurrun
|
093804a93c
|
avfilter: Add av_cold attributes to init/uninit functions
|
12 years ago |
Anton Khirnov
|
7e350379f8
|
lavfi: switch to AVFrame.
Deprecate AVFilterBuffer/AVFilterBufferRef and everything related to it
and use AVFrame instead.
|
12 years ago |
Anton Khirnov
|
565e4993c6
|
lavfi: merge start_frame/draw_slice/end_frame
Any alleged performance benefits gained from the split are purely
mythological and do not justify added code complexity.
|
12 years ago |
Justin Ruggles
|
a903f8f087
|
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Also reorder some other #include when applicable.
|
12 years ago |
Anton Khirnov
|
20dd41af85
|
lavfi: add ashowinfo filter
It can be useful for debugging.
Based on a patch by Stefano Sabatini <stefano.sabatini-lala@poste.it>
|
12 years ago |