avcodec.h |
@file
external API header
|
158429 |
avfft.h |
Set up a complex FFT.
@param nbits log2 of the length of the input array
@param inverse if 0 perform the forward transform, if 1 perform the inverse
|
2909 |
dxva2.h |
This structure is used to provides the necessary configurations and data
to the DXVA2 Libav HWAccel implementation.
The application must make it available as AVCodecContext.hwaccel_context.
|
1925 |
old_codec_ids.h |
This header exists to prevent new codec IDs from being accidentally added to
the deprecated list.
Do not include it directly. It will be removed on next major bump
Do not add new items to this list. Use the AVCodecID enum instead.
|
10659 |
opt.h |
@file
This header is provided for compatibility only and will be removed
on next major bump
|
1027 |
vaapi.h |
@defgroup VAAPI_Decoding VA API Decoding
@ingroup Decoder
@{
|
3889 |
vda.h |
This structure is used to store a decoded frame information and data.
|
3580 |
vdpau.h |
@defgroup Decoder VDPAU Decoder and Renderer
VDPAU hardware acceleration has two modules
- VDPAU decoding
- VDPAU presentation
The VDPAU decoding module parses all headers using Libav
parsing mechanisms and uses VDPAU for the actual decoding.
As per the current implementation, the actual decoding
and rendering (API calls) are done as part of the VDPAU
presentation (vo_vdpau.c) module.
@defgroup VDPAU_Decoding VDPAU Decoding
@ingroup Decoder
@{
|
2841 |
version.h |
Those FF_API_* defines are not part of public API.
They may change, break or disappear at any time.
|
4462 |
xvmc.h |
< special value to ensure that regular pixel routines haven't corrupted the struct
the number is 1337 speak for the letters IDCT MCo (motion compensation) |
5792 |