| .. |
|
aarch64
|
aarch64: Remove a dot from a label
|
8 years ago |
|
arm
|
hevc: Add hevc_get_pixel_4/8/12/16/24/32/48/64
|
8 years ago |
|
avr32
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
mips
|
mathops: mips: Correctly enable loongson-specific assembly
|
9 years ago |
|
neon
|
mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes
|
11 years ago |
|
ppc
|
ppc: Centralize compiler-specific altivec.h #include handling in one place
|
9 years ago |
|
tests
|
build: Ignore generated mpeg12framerate test binary
|
7 years ago |
|
x86
|
lavc: Remove deprecated XvMC support hacks
|
8 years ago |
|
.gitignore
|
Split global .gitignore file into per-directory files
|
9 years ago |
|
4xm.c
|
vlc: Add header #include when the types are used
|
8 years ago |
|
8bps.c
|
cosmetics: Drop empty comment lines
|
9 years ago |
|
8svx.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
Makefile
|
Add support for H.264 and HEVC hardware encoding for AMD GPUs based on AMF SDK
|
7 years ago |
|
a64colors.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
a64enc.h
|
a64multienc: use the AVFrame API properly.
|
12 years ago |
|
a64multienc.c
|
lavc: Consistently prefix input buffer defines
|
10 years ago |
|
a64tables.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
aac.h
|
lavc: remove unused traces of fmtconvert usage
|
10 years ago |
|
aac_ac3_parser.c
|
aac_ac3_parser: Drop in-parser downmix functionality
|
8 years ago |
|
aac_ac3_parser.h
|
ac3: Do not clash with normal AVERROR
|
12 years ago |
|
aac_adtstoasc_bsf.c
|
aac: Split function to parse ADTS header data into public and private part
|
8 years ago |
|
aac_parser.c
|
aac: Split function to parse ADTS header data into public and private part
|
8 years ago |
|
aac_tablegen.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
aac_tablegen.h
|
cosmetics: Add '0' to float constants ending in '.'.
|
12 years ago |
|
aac_tablegen_decl.h
|
aac: fix build with hardcoded tables
|
13 years ago |
|
aaccoder.c
|
Mark some arrays that never change as const.
|
8 years ago |
|
aacdec.c
|
aac: Split function to parse ADTS header data into public and private part
|
8 years ago |
|
aacdectab.h
|
aac: Support channel configurations 11 and 12
|
10 years ago |
|
aacenc.c
|
Convert all AVClass struct declarations to designated initializers.
|
8 years ago |
|
aacenc.h
|
Mark some arrays that never change as const.
|
8 years ago |
|
aacps.c
|
aacps: invert the order of parameters of ipdopd_reset()
|
11 years ago |
|
aacps.h
|
Give all anonymously typedeffed structs in headers a name
|
13 years ago |
|
aacps_tablegen.c
|
aacps: Adjust some const qualifiers to suppress warnings
|
12 years ago |
|
aacps_tablegen.h
|
aacps: Adjust some const qualifiers to suppress warnings
|
12 years ago |
|
aacpsdata.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
aacpsdsp.c
|
aacps: Adjust some const qualifiers to suppress warnings
|
12 years ago |
|
aacpsdsp.h
|
aacps: Adjust some const qualifiers to suppress warnings
|
12 years ago |
|
aacpsy.c
|
aac: Drop pointless cast
|
9 years ago |
|
aacsbr.c
|
aacsbr: Turnoff in the event of over read.
|
8 years ago |
|
aacsbr.h
|
Remove pointless av_cold attributes in header files
|
12 years ago |
|
aacsbrdata.h
|
Convert vector_fmul range of functions to YASM and add AVX versions
|
13 years ago |
|
aactab.c
|
aacdec: Tables for length 480 AAC ELD.
|
10 years ago |
|
aactab.h
|
aactab: Move extern keyword to the front of array declarations
|
9 years ago |
|
aandcttab.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
aandcttab.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
aasc.c
|
avcodec: Mark some codecs with threadsafe init as such
|
8 years ago |
|
ac3.c
|
Remove unnecessary get_bits.h #includes
|
9 years ago |
|
ac3.h
|
ac3: update AC3PreferredStereoDownmixMode.
|
11 years ago |
|
ac3_parser.c
|
ac3_parser: add a public function for parsing the data required by the demuxer
|
8 years ago |
|
ac3_parser.h
|
ac3_parser: add a public function for parsing the data required by the demuxer
|
8 years ago |
|
ac3_parser_internal.h
|
ac3_parser: add a public function for parsing the data required by the demuxer
|
8 years ago |
|
ac3dec.c
|
ac3_parser: add a public function for parsing the data required by the demuxer
|
8 years ago |
|
ac3dec.h
|
ac3dsp: Reverse matrix in/out order in downmix()
|
9 years ago |
|
ac3dec_data.c
|
ac3enc: add channel coupling support
|
14 years ago |
|
ac3dec_data.h
|
ac3enc: add channel coupling support
|
14 years ago |
|
ac3dsp.c
|
ac3dsp: x86: Replace inline asm for in-decoder downmixing with standalone asm
|
9 years ago |
|
ac3dsp.h
|
ac3dsp: x86: Replace inline asm for in-decoder downmixing with standalone asm
|
9 years ago |
|
ac3enc.c
|
ac3enc: Restructure DEBUG ifdefs to avoid unused function parameter warnings
|
9 years ago |
|
ac3enc.h
|
ac3enc: allow Dolby Pro Logic IIz as the Dolby Surround EX mode.
|
11 years ago |
|
ac3enc_fixed.c
|
Convert all AVClass struct declarations to designated initializers.
|
8 years ago |
|
ac3enc_float.c
|
Convert all AVClass struct declarations to designated initializers.
|
8 years ago |
|
ac3enc_opts_template.c
|
ac3enc: allow Dolby Pro Logic IIz as the Dolby Surround EX mode.
|
11 years ago |
|
ac3enc_template.c
|
ac3enc: Reshuffle functions to avoid forward declarations
|
9 years ago |
|
ac3tab.c
|
avcodec: add missing includes
|
11 years ago |
|
ac3tab.h
|
msvc: Properly specify dllexport for data symbols shared across dll boundaries
|
8 years ago |
|
acelp_filters.c
|
Don't include common.h from avutil.h
|
13 years ago |
|
acelp_filters.h
|
cosmetics: Drop empty comment lines
|
9 years ago |
|
acelp_pitch_delay.c
|
dsputil: Split audio operations off into a separate context
|
11 years ago |
|
acelp_pitch_delay.h
|
dsputil: Split audio operations off into a separate context
|
11 years ago |
|
acelp_vectors.c
|
cosmetics: Add '0' to float constants ending in '.'.
|
12 years ago |
|
acelp_vectors.h
|
Give all anonymously typedeffed structs in headers a name
|
13 years ago |
|
adpcm.c
|
adpcm: Convert to the new bitstream header
|
9 years ago |
|
adpcm.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
adpcm_data.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
adpcm_data.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
adpcmenc.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
adts_header.c
|
aac: Split function to parse ADTS header data into public and private part
|
8 years ago |
|
adts_header.h
|
aac: Split function to parse ADTS header data into public and private part
|
8 years ago |
|
adts_parser.c
|
aac: Split function to parse ADTS header data into public and private part
|
8 years ago |
|
adts_parser.h
|
aac: Split function to parse ADTS header data into public and private part
|
8 years ago |
|
adx.c
|
lavc: remove obsolete and disabled avpriv functions
|
11 years ago |
|
adx.h
|
lavc: remove obsolete and disabled avpriv functions
|
11 years ago |
|
adx_parser.c
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
13 years ago |
|
adxdec.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
adxenc.c
|
cosmetics: Group .name and .long_name together in codec/format declarations
|
12 years ago |
|
aic.c
|
avcodec: Mark some codecs with threadsafe init as such
|
8 years ago |
|
alac.c
|
alac: Convert to the new bitstream reader
|
8 years ago |
|
alac_data.c
|
alacenc: add support for multi-channel encoding
|
13 years ago |
|
alac_data.h
|
alacenc: add support for multi-channel encoding
|
13 years ago |
|
alacenc.c
|
Move const qualifier before type name
|
9 years ago |
|
aliaspixdec.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
aliaspixenc.c
|
Deprecate avctx.coded_frame
|
10 years ago |
|
allcodecs.c
|
Add support for H.264 and HEVC hardware encoding for AMD GPUs based on AMF SDK
|
7 years ago |
|
alsdec.c
|
als: Convert to the new bitstream reader
|
8 years ago |
|
amfenc.c
|
Add support for H.264 and HEVC hardware encoding for AMD GPUs based on AMF SDK
|
7 years ago |
|
amfenc.h
|
Add support for H.264 and HEVC hardware encoding for AMD GPUs based on AMF SDK
|
7 years ago |
|
amfenc_h264.c
|
Add support for H.264 and HEVC hardware encoding for AMD GPUs based on AMF SDK
|
7 years ago |
|
amfenc_hevc.c
|
Add support for H.264 and HEVC hardware encoding for AMD GPUs based on AMF SDK
|
7 years ago |
|
amr.h
|
Don't include common.h from avutil.h
|
13 years ago |
|
amrnbdata.h
|
Mark some arrays that never change as const.
|
8 years ago |
|
amrnbdec.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
amrwbdata.h
|
Mark some arrays that never change as const.
|
8 years ago |
|
amrwbdec.c
|
cosmetics: Drop empty comment lines
|
9 years ago |
|
anm.c
|
avcodec: Mark some codecs with threadsafe init as such
|
8 years ago |
|
ansi.c
|
avcodec: Mark some codecs with threadsafe init as such
|
8 years ago |
|
apedec.c
|
apedec: Convert to the new bitstream reader
|
8 years ago |
|
apedsp.h
|
dsputil: Move APE-specific bits into apedsp
|
11 years ago |
|
ass.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
ass.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
assdec.c
|
assdec: check the right variable
|
11 years ago |
|
assenc.c
|
lavc: replace AVCodecContext.encode with subtitle-specific callback
|
13 years ago |
|
asv.c
|
asv: K&R formatting cosmetics
|
11 years ago |
|
asv.h
|
asvdec: Convert to the new bitstream reader
|
9 years ago |
|
asvdec.c
|
lavc: Remove deprecated XvMC support hacks
|
8 years ago |
|
asvenc.c
|
lavc: Consistently prefix input buffer defines
|
10 years ago |
|
atrac.c
|
atrac: Add missing av_cold
|
12 years ago |
|
atrac.h
|
atrac3: Generalize gain compensation code
|
12 years ago |
|
atrac1.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
atrac1data.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
atrac3.c
|
vlc: Add header #include when the types are used
|
8 years ago |
|
atrac3data.h
|
cosmetics: Fix ATRAC codec name spelling
|
12 years ago |
|
atrac3plus.c
|
vlc: Add header #include when the types are used
|
8 years ago |
|
atrac3plus.h
|
atrac3plus: Convert to the new bitstream reader
|
9 years ago |
|
atrac3plus_data.h
|
ATRAC3+ decoder
|
11 years ago |
|
atrac3plusdec.c
|
atrac3plus: Convert to the new bitstream reader
|
9 years ago |
|
atrac3plusdsp.c
|
ATRAC3+ decoder
|
11 years ago |
|
audio_frame_queue.c
|
lavc: Make AVPacket.duration int64, and deprecate convergence_duration
|
10 years ago |
|
audio_frame_queue.h
|
lavc: Make AVPacket.duration int64, and deprecate convergence_duration
|
10 years ago |
|
audiodsp.c
|
audiodsp: reorder arguments for vector_clipf
|
9 years ago |
|
audiodsp.h
|
audiodsp: reorder arguments for vector_clipf
|
9 years ago |
|
aura.c
|
avcodec: Mark some codecs with threadsafe init as such
|
8 years ago |
|
avcodec.h
|
lavc: Add support for increasing hardware frame pool sizes
|
7 years ago |
|
avfft.c
|
avcodec: Add av_cold attributes to end functions missing them
|
12 years ago |
|
avfft.h
|
doxygen: Add a number of missing function parameter descriptions
|
11 years ago |
|
avpacket.c
|
avpacket: Initialize the allocated padding area in side data
|
7 years ago |
|
avpicture.c
|
avpicture: Suppress warning from deprecated code
|
10 years ago |
|
avs.c
|
avcodec: Mark some codecs with threadsafe init as such
|
8 years ago |
|
bethsoftvideo.c
|
avcodec: Mark some codecs with threadsafe init as such
|
8 years ago |
|
bethsoftvideo.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
bfi.c
|
avcodec: Mark some codecs with threadsafe init as such
|
8 years ago |
|
bgmc.c
|
als: Convert to the new bitstream reader
|
8 years ago |
|
bgmc.h
|
als: Convert to the new bitstream reader
|
8 years ago |
|
bink.c
|
bink: Split read_dct_coeffs()
|
8 years ago |
|
binkaudio.c
|
binkaudio: switch to the new send/receive API
|
9 years ago |
|
binkdata.h
|
use my full first name instead of short one in copyrights
|
12 years ago |
|
binkdsp.c
|
dsputil: Move Bink-specific add_pixels8 to binkdsp
|
11 years ago |
|
binkdsp.h
|
bink: Have function pointer prototype match implementation
|
9 years ago |
|
bit_depth_template.c
|
dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h
|
11 years ago |
|
bitstream.c
|
Use ISO C printf conversion specifiers where appropriate
|
9 years ago |
|
bitstream.h
|
bitstream: Avoid undefined behavior in bitstream_skip()
|
8 years ago |
|
bitstream_filter.c
|
lavc: add a new bitstream filtering API
|
9 years ago |
|
bitstream_filters.c
|
lavc: Add mpeg2_metadata bitstream filter
|
8 years ago |
|
blockdsp.c
|
lavc: Remove deprecated XvMC support hacks
|
8 years ago |
|
blockdsp.h
|
lavc: Remove deprecated XvMC support hacks
|
8 years ago |
|
bmp.c
|
Use avpriv_report_missing_feature() where appropriate
|
9 years ago |
|
bmp.h
|
bmpenc: use the AVFrame API properly.
|
12 years ago |
|
bmp_parser.c
|
bmp: add a standalone parser
|
11 years ago |
|
bmpenc.c
|
Deprecate avctx.coded_frame
|
10 years ago |
|
bmvaudio.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
bmvvideo.c
|
avcodec: Mark some codecs with threadsafe init as such
|
8 years ago |
|
brenderpix.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
bsf.c
|
lavc: add a new bitstream filtering API
|
9 years ago |
|
bsf.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
bswapdsp.c
|
dsputil: Split bswap*_buf() off into a separate context
|
11 years ago |
|
bswapdsp.h
|
dsputil: Split bswap*_buf() off into a separate context
|
11 years ago |
|
bytestream.h
|
bytestream2: set the reader to the end when reading more than available
|
10 years ago |
|
c93.c
|
avcodec: Mark some codecs with threadsafe init as such
|
8 years ago |
|
cabac.c
|
Remove unnecessary get_bits.h #includes and add missing headers where needed.
|
9 years ago |
|
cabac.h
|
cabac: Make CABAC states hardcoded
|
10 years ago |
|
cabac_functions.h
|
cosmetics: Drop empty comment lines
|
9 years ago |
|
canopus.c
|
Implement shared parsing of INFO tag in Canopus family
|
10 years ago |
|
canopus.h
|
Implement shared parsing of INFO tag in Canopus family
|
10 years ago |
|
cavs.c
|
lavc: Remove deprecated XvMC support hacks
|
8 years ago |
|
cavs.h
|
cavs: Convert to the new bitstream reader
|
8 years ago |
|
cavs_parser.c
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
13 years ago |
|
cavsdata.c
|
cavs: convert cavsdata.h to a .c file
|
13 years ago |
|
cavsdec.c
|
cavs: Convert to the new bitstream reader
|
8 years ago |
|
cavsdsp.c
|
cavs: Change type of stride parameters to ptrdiff_t
|
9 years ago |
|
cavsdsp.h
|
cavs: Change type of stride parameters to ptrdiff_t
|
9 years ago |
|
cbrt_tablegen.c
|
Revert "cbrt_tablegen: Include libm.h"
|
13 years ago |
|
cbrt_tablegen.h
|
tablegen: Don't use cbrtf in host tools
|
12 years ago |
|
cbs.c
|
cbs: Refcount all the things!
|
7 years ago |
|
cbs.h
|
cbs: Refcount all the things!
|
7 years ago |
|
cbs_h264.h
|
cbs_h264: Add support for filler NAL units
|
7 years ago |
|
cbs_h264_syntax_template.c
|
cbs_h264: Add support for filler NAL units
|
7 years ago |
|
cbs_h265.h
|
cbs: Refcount all the things!
|
7 years ago |
|
cbs_h265_syntax_template.c
|
cbs_h265: Fix ranges of prediction weight offsets
|
8 years ago |
|
cbs_h2645.c
|
cbs_h264: Add support for filler NAL units
|
7 years ago |
|
cbs_h2645.h
|
lavc: Add coded bitstream read/write support for H.264
|
8 years ago |
|
cbs_internal.h
|
cbs: Refcount all the things!
|
7 years ago |
|
cbs_mpeg2.c
|
cbs: Refcount all the things!
|
7 years ago |
|
cbs_mpeg2.h
|
cbs: Refcount all the things!
|
7 years ago |
|
cbs_mpeg2_syntax_template.c
|
cbs: Refcount all the things!
|
7 years ago |
|
cdgraphics.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
cdxl.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
celp_filters.c
|
celp_filters: don't use filter lenght as loop bound
|
11 years ago |
|
celp_filters.h
|
Add a shift parameter to celp_lp_synthesis_filter()
|
13 years ago |
|
celp_math.c
|
lavc: G.723.1 encoder
|
10 years ago |
|
celp_math.h
|
lavc: G.723.1 encoder
|
10 years ago |
|
cfhd.c
|
Add Cineform HD Decoder
|
8 years ago |
|
cfhd.h
|
vlc: Add header #include when the types are used
|
8 years ago |
|
cfhddata.c
|
Add Cineform HD Decoder
|
8 years ago |
|
cga_data.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
cga_data.h
|
multiple inclusion guard cleanup
|
14 years ago |
|
chomp_bsf.c
|
lavc: add a new bitstream filtering API
|
9 years ago |
|
cinepak.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
cinepakenc.c
|
cinepakenc: Move declaration out of for initialisation statement
|
8 years ago |
|
clearvideo.c
|
vlc: Add header #include when the types are used
|
8 years ago |
|
cljrdec.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
cljrenc.c
|
Deprecate avctx.coded_frame
|
10 years ago |
|
cllc.c
|
avcodec: Mark some codecs with threadsafe init as such
|
8 years ago |
|
cngdec.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
cngenc.c
|
cosmetics: Group .name and .long_name together in codec/format declarations
|
12 years ago |
|
codec_desc.c
|
Add ClearVideo decoder
|
8 years ago |
|
cook.c
|
vlc: Add header #include when the types are used
|
8 years ago |
|
cook_parser.c
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
13 years ago |
|
cookdata.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
copy_block.h
|
copy_block: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
cos_tablegen.c
|
Rename CONFIG_FFT_FLOAT ---> FFT_FLOAT
|
11 years ago |
|
cscd.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
cuvid.c
|
hevcdec: add a CUVID hwaccel
|
8 years ago |
|
cuvid.h
|
h264dec: add a CUVID hwaccel
|
8 years ago |
|
cuvid_h264.c
|
lavc: Mark all AVHWAccel structures as const
|
7 years ago |
|
cuvid_hevc.c
|
lavc: Mark all AVHWAccel structures as const
|
7 years ago |
|
cyuv.c
|
avcodec: Mark some codecs with threadsafe init as such
|
8 years ago |
|
d3d11va.c
|
d3d11va: make av_d3d11va_alloc_context() available at all times
|
10 years ago |
|
d3d11va.h
|
d3d11va: WindowsPhone requires a mutex around ID3D11VideoContext
|
10 years ago |
|
dca.c
|
dca: fix misaligned access in ff_dca_convert_bitstream
|
9 years ago |
|
dca.h
|
msvc: Properly specify dllexport for data symbols shared across dll boundaries
|
8 years ago |
|
dca_exss.c
|
dca: Support for XLL (lossless extension)
|
10 years ago |
|
dca_parser.c
|
lavc: Consistently prefix input buffer defines
|
10 years ago |
|
dca_syncwords.h
|
dca: Mark syncword constants unsigned; they do not fit in 32-bit signed int
|
10 years ago |
|
dca_xll.c
|
unary: Convert to the new bitstream reader
|
8 years ago |
|
dcadata.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
dcadata.h
|
dca: remove unused decode_hf function and quant_d tables
|
9 years ago |
|
dcadec.c
|
dca: Move the downmix request check outside the loop
|
8 years ago |
|
dcadsp.c
|
dca: use defines for subband related constants
|
9 years ago |
|
dcadsp.h
|
dca: use defines for subband related constants
|
9 years ago |
|
dcahuff.h
|
dca: K&R formatting cosmetics
|
11 years ago |
|
dcamath.h
|
dca: Add math helpers.
|
9 years ago |
|
dct.c
|
dct: Check memory allocation
|
10 years ago |
|
dct.h
|
idct: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
dct32.h
|
lavc: Sanitize header inclusion guards
|
10 years ago |
|
dct32_fixed.c
|
dct/fft: Give consistent names to fixed/float template files
|
12 years ago |
|
dct32_float.c
|
dct/fft: Give consistent names to fixed/float template files
|
12 years ago |
|
dct32_template.c
|
dct/fft: Give consistent names to fixed/float template files
|
12 years ago |
|
dctref.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
dctref.h
|
dctref: make sure function declarations match between .c and .h file
|
14 years ago |
|
dds.c
|
dds: Add support for monochrome images
|
9 years ago |
|
decode.c
|
lavc: Add per-thread surfaces in get_hw_frame_parameters()
|
7 years ago |
|
decode.h
|
lavc: external hardware frame pool initialization
|
8 years ago |
|
dfa.c
|
dfa: Disallow odd width/height and add proper bounds check for DDS1 chunks
|
8 years ago |
|
dirac.c
|
dirac: Convert to the new bitstream reader
|
8 years ago |
|
dirac.h
|
lavc: export Dirac parsing API used by the ogg demuxer as public
|
10 years ago |
|
dirac_parser.c
|
dirac: K&R formatting cosmetics
|
11 years ago |
|
dnxhd_parser.c
|
DNxHD: K&R formatting cosmetics
|
11 years ago |
|
dnxhddata.c
|
dnxhd: Make the encoder message friendlier
|
9 years ago |
|
dnxhddata.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
dnxhddec.c
|
lavc: Remove deprecated XvMC support hacks
|
8 years ago |
|
dnxhdenc.c
|
Convert all AVClass struct declarations to designated initializers.
|
8 years ago |
|
dnxhdenc.h
|
dnxhdenc: Have function pointer prototype match implementation
|
9 years ago |
|
dpcm.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
dpx.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
dpx_parser.c
|
DPX parser
|
11 years ago |
|
dpxenc.c
|
dpx: Replace avpicture functions with imgutils
|
10 years ago |
|
dsicinaudio.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
dsicinvideo.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
dss_sp.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
dump_extradata_bsf.c
|
lavc: add a new bitstream filtering API
|
9 years ago |
|
dv.c
|
Remove unnecessary get_bits.h #includes
|
9 years ago |
|
dv.h
|
idct: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
dv_profile.c
|
dv: K&R formatting cosmetics
|
11 years ago |
|
dv_profile.h
|
lavc: remove obsolete and disabled avpriv functions
|
11 years ago |
|
dv_profile_internal.h
|
lavc: export DV profile API used by muxer/demuxer as public
|
11 years ago |
|
dv_tablegen.c
|
dv_tablegen: Remove CONFIG_SMALL preprocessor check
|
12 years ago |
|
dv_tablegen.h
|
dv: K&R formatting cosmetics
|
11 years ago |
|
dvbsub.c
|
lavc: Add data and linesize to AVSubtitleRect
|
10 years ago |
|
dvbsub_parser.c
|
dvbsub_parser: Add missing mem.h #include
|
9 years ago |
|
dvbsubdec.c
|
dvbsubdec: Free subrect memory on allocation error
|
8 years ago |
|
dvdata.c
|
dv: K&R formatting cosmetics
|
11 years ago |
|
dvdata.h
|
dsputil: Move DV-specific ff_zigzag248_direct table to dvdata
|
11 years ago |
|
dvdec.c
|
dv: Convert to the new bitstream reader
|
8 years ago |
|
dvdsub_parser.c
|
Don't include common.h from avutil.h
|
13 years ago |
|
dvdsubdec.c
|
dvdsubdec: Convert to the new bitstream reader
|
9 years ago |
|
dvdsubenc.c
|
lavc: Add data and linesize to AVSubtitleRect
|
10 years ago |
|
dvenc.c
|
pixblockdsp: Change type of stride parameters to ptrdiff_t
|
9 years ago |
|
dxa.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
dxtory.c
|
dxtory: Convert to the new bitstream reader
|
8 years ago |
|
dxv.c
|
Use correct printf conversion specifiers for POSIX integer types
|
8 years ago |
|
dxva2.c
|
lavc: Add per-thread surfaces in get_hw_frame_parameters()
|
7 years ago |
|
dxva2.h
|
dxva2: Adjust multiple inclusion guard names to follow convention
|
9 years ago |
|
dxva2_h264.c
|
lavc: Mark all AVHWAccel structures as const
|
7 years ago |
|
dxva2_hevc.c
|
lavc: Mark all AVHWAccel structures as const
|
7 years ago |
|
dxva2_internal.h
|
lavc: external hardware frame pool initialization
|
8 years ago |
|
dxva2_mpeg2.c
|
lavc: Mark all AVHWAccel structures as const
|
7 years ago |
|
dxva2_vc1.c
|
lavc: Mark all AVHWAccel structures as const
|
7 years ago |
|
eac3_data.c
|
cosmetics: rename eac3dec_data.c/h to eac3_data.c/h since the tables will also
|
14 years ago |
|
eac3_data.h
|
cosmetics: rename eac3dec_data.c/h to eac3_data.c/h since the tables will also
|
14 years ago |
|
eac3dec.c
|
ac3_parser: add a public function for parsing the data required by the demuxer
|
8 years ago |
|
eac3enc.c
|
Convert all AVClass struct declarations to designated initializers.
|
8 years ago |
|
eac3enc.h
|
eac3enc: use frame exponent strategy when applicable.
|
14 years ago |
|
eacmv.c
|
ea: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
eaidct.c
|
ea: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
eaidct.h
|
ea: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
eamad.c
|
lavc: Remove deprecated XvMC support hacks
|
8 years ago |
|
eatgq.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
eatgv.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
eatqi.c
|
lavc: Remove deprecated XvMC support hacks
|
8 years ago |
|
elbg.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
elbg.h
|
elbg: check memory allocations and propagate errors
|
11 years ago |
|
elsdec.c
|
elsdec: Replace EOVERFLOW with INVALIDDATA
|
10 years ago |
|
elsdec.h
|
Go2Meeting decoder
|
10 years ago |
|
encode.c
|
lavc: Drop deprecated way of setting audio delay on encode
|
8 years ago |
|
error_resilience.c
|
lavc: Remove deprecated XvMC support hacks
|
8 years ago |
|
error_resilience.h
|
error_resilience: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
escape124.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
escape130.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
exr.c
|
exr: Convert to the new bitstream reader
|
9 years ago |
|
extract_extradata_bsf.c
|
extract_extradata: return an error when buffer allocation fails
|
8 years ago |
|
faandct.c
|
faan(i)dct: Kill some disabled code
|
9 years ago |
|
faandct.h
|
Drop DCTELEM typedef
|
12 years ago |
|
faanidct.c
|
idct: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
faanidct.h
|
idct: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
faxcompr.c
|
vlc: Add header #include when the types are used
|
8 years ago |
|
faxcompr.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
fdctdsp.c
|
Split off floating point AAN (I)DCT into separate components
|
11 years ago |
|
fdctdsp.h
|
dsputil: Split off FDCT bits into their own context
|
11 years ago |
|
fft-internal.h
|
Rename CONFIG_FFT_FLOAT ---> FFT_FLOAT
|
11 years ago |
|
fft.h
|
fft: Split MDCT bits off from FFT
|
9 years ago |
|
fft_fixed.c
|
Rename CONFIG_FFT_FLOAT ---> FFT_FLOAT
|
11 years ago |
|
fft_float.c
|
Rename CONFIG_FFT_FLOAT ---> FFT_FLOAT
|
11 years ago |
|
fft_template.c
|
fft: Split MDCT bits off from FFT
|
9 years ago |
|
ffv1.c
|
Drop unnecessary golomb.h #includes
|
9 years ago |
|
ffv1.h
|
ffv1: Convert to the new bitstream reader
|
8 years ago |
|
ffv1dec.c
|
ffv1: Convert to the new bitstream reader
|
8 years ago |
|
ffv1enc.c
|
ffv1: Convert to the new bitstream reader
|
8 years ago |
|
fic.c
|
fic: Convert to the new bitstream reader
|
8 years ago |
|
file_open.c
|
libavutil: Make avpriv_open a library-internal function on msvcrt
|
12 years ago |
|
flac.c
|
flac: Convert to the new bitstream reader
|
8 years ago |
|
flac.h
|
flac: Convert to the new bitstream reader
|
8 years ago |
|
flac_parser.c
|
flac: Convert to the new bitstream reader
|
8 years ago |
|
flacdata.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
flacdata.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
flacdec.c
|
flac: Use a local cache for decode_residual()
|
8 years ago |
|
flacdsp.c
|
flacdsp: move lpc encoding from FLAC encoder to FLACDSPContext
|
13 years ago |
|
flacdsp.h
|
flacdsp: move lpc encoding from FLAC encoder to FLACDSPContext
|
13 years ago |
|
flacdsp_lpc_template.c
|
flacdsp: move lpc encoding from FLAC encoder to FLACDSPContext
|
13 years ago |
|
flacdsp_template.c
|
flacdec: add planar output support
|
13 years ago |
|
flacenc.c
|
flac: Convert to the new bitstream reader
|
8 years ago |
|
flashsv.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
flashsvenc.c
|
Deprecate avctx.coded_frame
|
10 years ago |
|
flicvideo.c
|
Use avpriv_request_sample() where appropriate
|
9 years ago |
|
flv.h
|
flv: K&R formatting cosmetics
|
11 years ago |
|
flvdec.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
flvenc.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
fmtconvert.c
|
dca: change the core to work with integer coefficients.
|
9 years ago |
|
fmtconvert.h
|
dca: change the core to work with integer coefficients.
|
9 years ago |
|
fmvc.c
|
Add FM Screen Capture Codec decoder
|
8 years ago |
|
fraps.c
|
avcodec: Mark some codecs with threadsafe init as such
|
8 years ago |
|
frwu.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
g2meet.c
|
vlc: Add header #include when the types are used
|
8 years ago |
|
g722.c
|
g722: Split out computation of band->s_zero and unroll code
|
10 years ago |
|
g722.h
|
g722: Split out g722_qmf_apply() function into g722dsp.c
|
10 years ago |
|
g722dec.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
g722dsp.c
|
g722: Add ARM NEON implementation for g722_apply_qmf()
|
10 years ago |
|
g722dsp.h
|
g722: Add ARM NEON implementation for g722_apply_qmf()
|
10 years ago |
|
g722enc.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
g723_1.c
|
lavc: G.723.1 encoder
|
10 years ago |
|
g723_1.h
|
g723: Add missing header
|
10 years ago |
|
g723_1dec.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
g723_1enc.c
|
Use avpriv_report_missing_feature() where appropriate
|
9 years ago |
|
g726.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
get_bits.h
|
get_bits: Drop some TRACE-level debug code
|
9 years ago |
|
gif.c
|
lavc: Consistently prefix input buffer defines
|
10 years ago |
|
gifdec.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
golomb.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
golomb.h
|
golomb: Simplify get_ur_golomb_jpegls
|
8 years ago |
|
golomb_legacy.h
|
golomb: Convert to the new bitstream reader
|
8 years ago |
|
gsm.h
|
MSN Audio support
|
12 years ago |
|
gsm_parser.c
|
MSN Audio support
|
12 years ago |
|
gsmdec.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
gsmdec_data.c
|
gsm: Move requant_tab table to the gsm tables file
|
9 years ago |
|
gsmdec_data.h
|
gsm: Move requant_tab table to the gsm tables file
|
9 years ago |
|
gsmdec_template.c
|
gsm: Convert to the new bitstream reader
|
9 years ago |
|
h261.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
h261.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
h261_parser.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
h261data.c
|
avcodec: add missing includes
|
11 years ago |
|
h261dec.c
|
h261dec: Convert to the new bitstream reader
|
8 years ago |
|
h261enc.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
h263.c
|
Drop unnecessary unary.h #includes
|
9 years ago |
|
h263.h
|
lavc: Drop deprecated extended aspect ratio symbol
|
8 years ago |
|
h263_parser.c
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
13 years ago |
|
h263_parser.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
h263data.c
|
Mark some arrays that never change as const.
|
8 years ago |
|
h263data.h
|
Mark some arrays that never change as const.
|
8 years ago |
|
h263dec.c
|
lavc: Add hardware config metadata for decoders supporting hardware output
|
7 years ago |
|
h263dsp.c
|
h263dsp: K&R formatting cosmetics
|
12 years ago |
|
h263dsp.h
|
dsputil: Split off H.263 bits into their own H263DSPContext
|
12 years ago |
|
h264.h
|
h264: Add stream constraint values to the common header
|
8 years ago |
|
h264_cabac.c
|
h264dec: Fix mix of lossless and lossy MBs decoding
|
8 years ago |
|
h264_cavlc.c
|
h264dec: Fix mix of lossless and lossy MBs decoding
|
8 years ago |
|
h264_direct.c
|
h264dec: track the last seen value of x264_build
|
8 years ago |
|
h264_loopfilter.c
|
h264_loopfilter: Do not print value of uninitialized variable
|
9 years ago |
|
h264_mb.c
|
h264dec: fix Lossless Decoding (Profile 244) for 8x8 Intra Prediction
|
8 years ago |
|
h264_mb_template.c
|
h264: drop a pointless indirection
|
9 years ago |
|
h264_mc_template.c
|
h264: rename h264.[ch] to h264dec.[ch]
|
9 years ago |
|
h264_metadata_bsf.c
|
h264_metadata: Add option to delete filler data
|
7 years ago |
|
h264_mp4toannexb_bsf.c
|
h264_mp4toannexb_bsf: do not fail on annex B extradata
|
9 years ago |
|
h264_mvpred.h
|
h264: rename h264.[ch] to h264dec.[ch]
|
9 years ago |
|
h264_parse.c
|
golomb: Convert to the new bitstream reader
|
8 years ago |
|
h264_parse.h
|
h264: move the parameter set definitions to a new header file
|
9 years ago |
|
h264_parser.c
|
h264_sei: Add namespace prefix to all SEI values
|
8 years ago |
|
h264_picture.c
|
h264dec: make sure to only end a field if it has been started
|
8 years ago |
|
h264_ps.c
|
golomb: Convert to the new bitstream reader
|
8 years ago |
|
h264_ps.h
|
h264_ps: export actual height in MBs as SPS.mb_height
|
9 years ago |
|
h264_redundant_pps_bsf.c
|
cbs: Allocate the context inside the init function
|
7 years ago |
|
h264_refs.c
|
h264_refs: validate the SPS pointer in ff_h264_execute_ref_pic_marking()
|
8 years ago |
|
h264_sei.c
|
stereo3d: Support view type for frame sequence type
|
8 years ago |
|
h264_sei.h
|
stereo3d: Support view type for frame sequence type
|
8 years ago |
|
h264_slice.c
|
stereo3d: Support view type for frame sequence type
|
8 years ago |
|
h264addpx_template.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
h264chroma.c
|
aarch64: h264 chroma motion compensation NEON optimizations
|
11 years ago |
|
h264chroma.h
|
h264chroma: Change type of stride parameters to ptrdiff_t
|
9 years ago |
|
h264chroma_template.c
|
h264chroma: Change type of stride parameters to ptrdiff_t
|
9 years ago |
|
h264data.c
|
h264: rename h264.[ch] to h264dec.[ch]
|
9 years ago |
|
h264data.h
|
h264: rename h264.[ch] to h264dec.[ch]
|
9 years ago |
|
h264dec.c
|
lavc: Add hardware config metadata for decoders supporting hardware output
|
7 years ago |
|
h264dec.h
|
h264dec: use a large enough field for reference list modification values
|
8 years ago |
|
h264dsp.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
h264dsp.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
h264dsp_template.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
h264idct.c
|
dsputil: Move ff_h264_idct function declarations to a separate header
|
12 years ago |
|
h264idct.h
|
dsputil: Move ff_h264_idct function declarations to a separate header
|
12 years ago |
|
h264idct_template.c
|
h264: rename h264.[ch] to h264dec.[ch]
|
9 years ago |
|
h264pred.c
|
h264dec: fix Lossless Decoding (Profile 244) for 8x8 Intra Prediction
|
8 years ago |
|
h264pred.h
|
h264dec: fix Lossless Decoding (Profile 244) for 8x8 Intra Prediction
|
8 years ago |
|
h264pred_template.c
|
h264dec: fix Lossless Decoding (Profile 244) for 8x8 Intra Prediction
|
8 years ago |
|
h264qpel.c
|
aarch64: h264 qpel NEON optimizations
|
11 years ago |
|
h264qpel.h
|
dsputil: Split off quarterpel bits into their own context
|
11 years ago |
|
h264qpel_template.c
|
Drop unnecessary av_unused attributes.
|
11 years ago |
|
h265_metadata_bsf.c
|
cbs: Refcount all the things!
|
7 years ago |
|
h2645_parse.c
|
h2645_parse: use the bytestream2 API for packet splitting
|
8 years ago |
|
h2645_parse.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
hap.c
|
hap: Add utility functions file
|
10 years ago |
|
hap.h
|
Support the Hap chunked frame format
|
10 years ago |
|
hapdec.c
|
hapdec: Delete include for nonexistent file
|
8 years ago |
|
hapenc.c
|
hap: Adjust printf length modifiers to match variable types
|
9 years ago |
|
hevc.h
|
hevc: Improve stream constraint values in common header
|
8 years ago |
|
hevc_cabac.c
|
hevc: Drop pointless av_unused attribute
|
9 years ago |
|
hevc_data.c
|
hevcdec: split ff_hevc_diag_scan* declarations into a separate header
|
9 years ago |
|
hevc_data.h
|
hevcdec: split ff_hevc_diag_scan* declarations into a separate header
|
9 years ago |
|
hevc_filter.c
|
hevc: rename hevc.[ch] to hevcdec.[ch]
|
9 years ago |
|
hevc_mp4toannexb_bsf.c
|
hevcdec: move decoder-independent declarations into a separate header
|
9 years ago |
|
hevc_mvs.c
|
hevc: Avoid using LOCAL_ALIGNED for 4 byte alignment
|
8 years ago |
|
hevc_parser.c
|
golomb: Convert to the new bitstream reader
|
8 years ago |
|
hevc_ps.c
|
hevc: Validate the number of long term reference pictures
|
8 years ago |
|
hevc_ps.h
|
hevc: Improve stream constraint values in common header
|
8 years ago |
|
hevc_ps_enc.c
|
golomb: Convert to the new bitstream reader
|
8 years ago |
|
hevc_refs.c
|
hevcdec: export cropping information instead of handling it internally
|
8 years ago |
|
hevc_sei.c
|
stereo3d: Support view type for frame sequence type
|
8 years ago |
|
hevc_sei.h
|
stereo3d: Support view type for frame sequence type
|
8 years ago |
|
hevcdec.c
|
lavc: Add hardware config metadata for decoders supporting hardware output
|
7 years ago |
|
hevcdec.h
|
hevcdec: move the MD5 context out of HEVCSEIPictureHash back into HEVCContext
|
8 years ago |
|
hevcdsp.c
|
hevc: Fix aligned array declarations
|
8 years ago |
|
hevcdsp.h
|
hevc: Add NEON 4x4 and 8x8 IDCT
|
8 years ago |
|
hevcdsp_template.c
|
hevc: rename hevc.[ch] to hevcdec.[ch]
|
9 years ago |
|
hevcpred.c
|
hevc: rename hevc.[ch] to hevcdec.[ch]
|
9 years ago |
|
hevcpred_template.c
|
hevc: rename hevc.[ch] to hevcdec.[ch]
|
9 years ago |
|
hnm4video.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
hpel_template.c
|
Add missing headers to make template files compile (more) standalone
|
11 years ago |
|
hpeldsp.c
|
Rename tpel_template.c ---> pel_template.c
|
11 years ago |
|
hpeldsp.h
|
hpeldsp: Explain why put_no_rnd_pixels_tab is larger than necessary
|
9 years ago |
|
hq_hqa.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
hq_hqa.h
|
Remove unnecessary get_bits.h #includes
|
9 years ago |
|
hq_hqadata.c
|
hq_hqa: Fix table data for profile 17
|
10 years ago |
|
hq_hqadsp.c
|
Canopus HQ/HQA decoder
|
10 years ago |
|
hq_hqadsp.h
|
Canopus HQ/HQA decoder
|
10 years ago |
|
hqx.c
|
Use correct printf conversion specifiers for POSIX integer types
|
8 years ago |
|
hqx.h
|
vlc: Add header #include when the types are used
|
8 years ago |
|
hqxdsp.c
|
hqx: Move DSP related code to a separate file
|
10 years ago |
|
hqxdsp.h
|
lavc: Sanitize header inclusion guards
|
10 years ago |
|
hqxvlc.c
|
hqx: Drop unused offsets table
|
10 years ago |
|
huffman.c
|
Move VLC and RL_VLC_ELEM structure definitions to a separate header
|
9 years ago |
|
huffman.h
|
Move VLC and RL_VLC_ELEM structure definitions to a separate header
|
9 years ago |
|
huffyuv.c
|
dsputil: Split bswap*_buf() off into a separate context
|
11 years ago |
|
huffyuv.h
|
libavcodec: Add missing AVClass pointers
|
9 years ago |
|
huffyuvdec.c
|
lavc: Consistently prefix input buffer defines
|
10 years ago |
|
huffyuvdsp.c
|
huffyuvdsp: Reenable PPC optimizations
|
9 years ago |
|
huffyuvdsp.h
|
dsputil: Split off HuffYUV decoding bits into their own context
|
11 years ago |
|
huffyuvenc.c
|
lavc: Move prediction_method to codec private options
|
9 years ago |
|
huffyuvencdsp.c
|
dsputil: Split off HuffYUV encoding bits into their own context
|
11 years ago |
|
huffyuvencdsp.h
|
dsputil: Split off HuffYUV encoding bits into their own context
|
11 years ago |
|
hwaccel.h
|
lavc: Add hardware config metadata for decoders supporting hardware output
|
7 years ago |
|
hwaccels.h
|
lavc: Mark all AVHWAccel structures as const
|
7 years ago |
|
idcinvideo.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
idctdsp.c
|
idct: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
idctdsp.h
|
idct: Have function pointer prototype match implementation
|
9 years ago |
|
iff.c
|
Remove unnecessary get_bits.h #includes and add missing headers where needed.
|
9 years ago |
|
iirfilter.c
|
iir_filter: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
iirfilter.h
|
iir_filter: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
imc.c
|
vlc: Add header #include when the types are used
|
8 years ago |
|
imcdata.h
|
iac: generate codec tables as they are supposed to be
|
13 years ago |
|
imdct15.c
|
opus: Factor out imdct15 into a standalone component
|
10 years ago |
|
imdct15.h
|
opus: Factor out imdct15 into a standalone component
|
10 years ago |
|
imgconvert.c
|
lavc: Drop deprecated chroma subsample function
|
8 years ago |
|
imx_dump_header_bsf.c
|
lavc: add a new bitstream filtering API
|
9 years ago |
|
indeo2.c
|
vlc: Add header #include when the types are used
|
8 years ago |
|
indeo2data.h
|
indeo2: Drop disabled big-endian ir2_codes table
|
9 years ago |
|
indeo3.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
indeo3data.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
indeo4.c
|
vlc: Add header #include when the types are used
|
8 years ago |
|
indeo4data.h
|
Mark some arrays that never change as const.
|
8 years ago |
|
indeo5.c
|
vlc: Add header #include when the types are used
|
8 years ago |
|
indeo5data.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
intelh263dec.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
internal.h
|
lavc: Use hardware config information in ff_get_format()
|
7 years ago |
|
interplayvideo.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
intrax8.c
|
lavc: Remove deprecated XvMC support hacks
|
8 years ago |
|
intrax8.h
|
intrax8: Remove mpegvideo dependency
|
9 years ago |
|
intrax8dsp.c
|
intrax8: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
intrax8dsp.h
|
intrax8: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
intrax8huf.h
|
intrax8: K&R formatting cosmetics
|
9 years ago |
|
ituh263dec.c
|
unary: Convert to the new bitstream reader
|
8 years ago |
|
ituh263enc.c
|
Drop unnecessary unary.h #includes
|
9 years ago |
|
ivi.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
ivi.h
|
vlc: Add header #include when the types are used
|
8 years ago |
|
ivi_dsp.c
|
indeo: Change type of array pitch parameters to ptrdiff_t
|
9 years ago |
|
ivi_dsp.h
|
indeo: Change type of array pitch parameters to ptrdiff_t
|
9 years ago |
|
jfdctfst.c
|
dsputil: Move fdct function declarations to dct.h
|
12 years ago |
|
jfdctint.c
|
doxygen: Do not include license boilerplates in Doxygen comment blocks.
|
13 years ago |
|
jfdctint_template.c
|
jfdct: Kill broken cruft
|
9 years ago |
|
jpeg2000.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
jpeg2000.h
|
jpeg2000: Remove unused passes array in Jpeg200Cblk structure
|
12 years ago |
|
jpeg2000dec.c
|
lavc: add profiles to AVCodecDescriptor
|
10 years ago |
|
jpeg2000dsp.c
|
jpeg2000: split off inverse MCT as Jpeg2000DSP
|
11 years ago |
|
jpeg2000dsp.h
|
jpeg2000: split off inverse MCT as Jpeg2000DSP
|
11 years ago |
|
jpeg2000dwt.c
|
jpeg2000: Merge rescaling with interleaving in 9/7 IDWT
|
12 years ago |
|
jpeg2000dwt.h
|
jpeg2000: split off inverse MCT as Jpeg2000DSP
|
11 years ago |
|
jpegls.c
|
lavc: Replace av_dlog and tprintf with internal macros
|
10 years ago |
|
jpegls.h
|
jpegls: use the AVFrame API properly.
|
12 years ago |
|
jpeglsdec.c
|
golomb: Convert to the new bitstream reader
|
8 years ago |
|
jpeglsdec.h
|
jpegls: K&R formatting cosmetics
|
12 years ago |
|
jpeglsenc.c
|
golomb: Convert to the new bitstream reader
|
8 years ago |
|
jpegtables.c
|
build: Split JPEG-related tables off into a separate component
|
10 years ago |
|
jpegtables.h
|
msvc: Properly specify dllexport for data symbols shared across dll boundaries
|
8 years ago |
|
jrevdct.c
|
idct: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
jvdec.c
|
lavc: Remove deprecated XvMC support hacks
|
8 years ago |
|
kbdwin.c
|
Use proper "" quotes for local header #includes
|
12 years ago |
|
kbdwin.h
|
multiple inclusion guard cleanup
|
14 years ago |
|
kgv1dec.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
kmvc.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
lagarith.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
lagarithrac.c
|
lagarith: Convert to the new bitstream reader
|
9 years ago |
|
lagarithrac.h
|
lagarith: Convert to the new bitstream reader
|
9 years ago |
|
latm_parser.c
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
13 years ago |
|
lcl.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
lcldec.c
|
avcodec: Mark some codecs with threadsafe init as such
|
8 years ago |
|
lclenc.c
|
cosmetics: Drop particularly redundant silly comments
|
9 years ago |
|
libavcodec.v
|
build: Change structure of the linker version script templates
|
9 years ago |
|
libdcadec.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libfaac.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libfdk-aacdec.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libfdk-aacenc.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libgsmdec.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libgsmenc.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libilbc.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libkvazaar.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libmp3lame.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libopencore-amr.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libopenh264.c
|
Add an OpenH264 decoder wrapper
|
9 years ago |
|
libopenh264.h
|
Add an OpenH264 decoder wrapper
|
9 years ago |
|
libopenh264dec.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libopenh264enc.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libopenjpegdec.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libopenjpegenc.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libopus.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
libopus.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
libopusdec.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libopusenc.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libschroedinger.c
|
Drop pointless void* casts
|
9 years ago |
|
libschroedinger.h
|
libschroedinger: cosmetics: rename variable avccontext to avctx
|
12 years ago |
|
libschroedingerdec.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libschroedingerenc.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libspeexdec.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libspeexenc.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libtheoraenc.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libtwolame.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libvo-aacenc.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libvo-amrwbenc.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libvorbis.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libvpx.c
|
libvpx: fix test for VPX_IMAGE_ABI_VERSION
|
10 years ago |
|
libvpx.h
|
libvpx: Add the library header
|
10 years ago |
|
libvpxdec.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libvpxenc.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libwavpackenc.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libwebpenc.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libx264.c
|
x264: Support version 153
|
7 years ago |
|
libx265.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libxavs.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
libxvid.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
ljpegenc.c
|
lavc: Move prediction_method to codec private options
|
9 years ago |
|
loco.c
|
loco: Convert to the new bitstream reader
|
8 years ago |
|
log2_tab.c
|
avutil: Duplicate ff_log2_tab instead of sharing it across libs
|
13 years ago |
|
lpc.c
|
lpc: always initialize ref and err
|
11 years ago |
|
lpc.h
|
lpc: remove unneeded {}
|
11 years ago |
|
lsp.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
lsp.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
lzf.c
|
lzf: update pointer p after realloc
|
9 years ago |
|
lzf.h
|
lavc: Add a lzf decompressor
|
10 years ago |
|
lzw.c
|
lzw: switch to bytestream2
|
11 years ago |
|
lzw.h
|
gifdec: convert to bytestream2
|
12 years ago |
|
lzwenc.c
|
put_bits: Remove unused includes
|
11 years ago |
|
mace.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
magicyuv.c
|
magicyuv: Convert to the new bitstream reader
|
8 years ago |
|
mathops.h
|
mathops: Drop disabled alternative mid_pred() implementation
|
9 years ago |
|
mathtables.c
|
lavc: Deduplicate zigzag_scan table
|
9 years ago |
|
mdct_fixed.c
|
Rename CONFIG_FFT_FLOAT ---> FFT_FLOAT
|
11 years ago |
|
mdct_float.c
|
Rename CONFIG_FFT_FLOAT ---> FFT_FLOAT
|
11 years ago |
|
mdct_template.c
|
fft: Split MDCT bits off from FFT
|
9 years ago |
|
mdec.c
|
lavc: Remove deprecated XvMC support hacks
|
8 years ago |
|
me_cmp.c
|
motion_est: convert stride to ptrdiff_t
|
11 years ago |
|
me_cmp.h
|
motion_est: convert stride to ptrdiff_t
|
11 years ago |
|
metasound.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
metasound_data.c
|
metasound: Drop unused tables
|
9 years ago |
|
metasound_data.h
|
Voxware MetaSound decoder
|
12 years ago |
|
mimic.c
|
vlc: Add header #include when the types are used
|
8 years ago |
|
mjpeg.h
|
build: Split JPEG-related tables off into a separate component
|
10 years ago |
|
mjpeg2jpeg_bsf.c
|
lavc: add a new bitstream filtering API
|
9 years ago |
|
mjpeg_parser.c
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
13 years ago |
|
mjpega_dump_header_bsf.c
|
lavc: add a new bitstream filtering API
|
9 years ago |
|
mjpegbdec.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
mjpegdec.c
|
mjpeg: Report non-3 component rgb lossless as not supported
|
8 years ago |
|
mjpegdec.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
mjpegenc.c
|
Drop pointless assert.h #includes
|
9 years ago |
|
mjpegenc.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
mjpegenc_common.c
|
lavc: Move prediction_method to codec private options
|
9 years ago |
|
mjpegenc_common.h
|
lavc: Move prediction_method to codec private options
|
9 years ago |
|
mlp.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
mlp.h
|
mlpdec: support TrueHD streams with an Atmos substream
|
10 years ago |
|
mlp_parser.c
|
mlp_parser: Drop in-parser downmix functionality
|
8 years ago |
|
mlp_parser.h
|
mlp_parser: Drop in-parser downmix functionality
|
8 years ago |
|
mlpdec.c
|
vlc: Add header #include when the types are used
|
8 years ago |
|
mlpdsp.c
|
truehd: break out part of output_data into platform-specific callback.
|
11 years ago |
|
mlpdsp.h
|
truehd: break out part of output_data into platform-specific callback.
|
11 years ago |
|
mmaldec.c
|
mmaldec: Fix compilation after 2fcb0090
|
7 years ago |
|
mmvideo.c
|
mmvideo: Make sure the rle does not write over the frame boundaries
|
10 years ago |
|
motion_est.c
|
lavc: Drop deprecated options moved to private contexts
|
8 years ago |
|
motion_est.h
|
mpegvideo: Move macros to more appropriate headers
|
10 years ago |
|
motion_est_template.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
motionpixels.c
|
vlc: Add header #include when the types are used
|
8 years ago |
|
motionpixels_tablegen.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
motionpixels_tablegen.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
movsub_bsf.c
|
lavc: add a new bitstream filtering API
|
9 years ago |
|
mpc.c
|
Remove unnecessary get_bits.h #includes
|
9 years ago |
|
mpc.h
|
mpc: Drop unused GetBitContext context member
|
9 years ago |
|
mpc7.c
|
vlc: Add header #include when the types are used
|
8 years ago |
|
mpc7data.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
mpc8.c
|
vlc: Add header #include when the types are used
|
8 years ago |
|
mpc8data.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
mpc8huff.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
mpcdata.h
|
mpc: pad mpc_CC/SCF[] tables to allow for negative indices.
|
13 years ago |
|
mpeg2_metadata_bsf.c
|
cbs: Refcount all the things!
|
7 years ago |
|
mpeg4audio.c
|
mpeg4audio: Make avpriv_copy_pce_data() inline
|
8 years ago |
|
mpeg4audio.h
|
msvc: Properly specify dllexport for data symbols shared across dll boundaries
|
8 years ago |
|
mpeg4data.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
mpeg4video.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
mpeg4video.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
mpeg4video_parser.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
mpeg4video_parser.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
mpeg4videodec.c
|
lavc: Add hardware config metadata for decoders supporting hardware output
|
7 years ago |
|
mpeg4videoenc.c
|
mpeg4videoenc: Kill non-compiling disabled cruft
|
9 years ago |
|
mpeg12.c
|
mpeg1: Make intra-block decoding independent of MpegEncContext
|
9 years ago |
|
mpeg12.h
|
mpeg12: Move finding the best frame rate to common code
|
8 years ago |
|
mpeg12data.c
|
build: Move ff_mpeg12_frame_rate_tab to a separate file
|
9 years ago |
|
mpeg12data.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
mpeg12dec.c
|
lavc: Add hardware config metadata for decoders supporting hardware output
|
7 years ago |
|
mpeg12enc.c
|
mpeg2enc: Don't mark all streams as component video
|
8 years ago |
|
mpeg12framerate.c
|
mpeg12: Move finding the best frame rate to common code
|
8 years ago |
|
mpeg12vlc.h
|
Remove unnecessary get_bits.h #includes
|
9 years ago |
|
mpeg_er.c
|
mpegvideo: Move ER functions to a separate file
|
10 years ago |
|
mpeg_er.h
|
mpegvideo: Move ER functions to a separate file
|
10 years ago |
|
mpegaudio.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
mpegaudio.h
|
mpegaudio: move all header parsing to mpegaudiodecheader.[ch]
|
14 years ago |
|
mpegaudio_parser.c
|
lavc: make avpriv_mpa_decode_header private on next bump
|
10 years ago |
|
mpegaudio_tablegen.c
|
mpegaudio: add _fixed suffix to some names
|
14 years ago |
|
mpegaudio_tablegen.h
|
mpegaudio_tablegen: Don't use llrint
|
12 years ago |
|
mpegaudiodata.c
|
mpegaudio: move ff_mpa_enwindow to a separate file
|
13 years ago |
|
mpegaudiodata.h
|
msvc: Properly specify dllexport for data symbols shared across dll boundaries
|
8 years ago |
|
mpegaudiodec_fixed.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
mpegaudiodec_float.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
mpegaudiodec_template.c
|
Use correct printf conversion specifiers for POSIX integer types
|
8 years ago |
|
mpegaudiodecheader.c
|
lavc: Add missing #includes for ff_dlog()
|
9 years ago |
|
mpegaudiodecheader.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
mpegaudiodectab.h
|
Add missing #includes to make headers self-contained.
|
14 years ago |
|
mpegaudiodsp.c
|
aarch64: NEON fixed/floating point MPADSP apply_window
|
11 years ago |
|
mpegaudiodsp.h
|
mpegaudiodsp: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
mpegaudiodsp_data.c
|
mpegaudio: move ff_mpa_enwindow to a separate file
|
13 years ago |
|
mpegaudiodsp_fixed.c
|
Move some mpegaudio functions to new mpegaudiodsp subsystem
|
14 years ago |
|
mpegaudiodsp_float.c
|
Move some mpegaudio functions to new mpegaudiodsp subsystem
|
14 years ago |
|
mpegaudiodsp_template.c
|
mpegaudiodsp: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
mpegaudioenc.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
mpegaudiotab.h
|
mpegaudioenc: Move some static tables to MpegAudioContext
|
12 years ago |
|
mpegpicture.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
mpegpicture.h
|
lavu: Deprecate AVFrame.error[]
|
10 years ago |
|
mpegutils.c
|
mpegvideo: move ff_draw_horiz_band() to mpegutils.c
|
11 years ago |
|
mpegutils.h
|
lavc: Drop deprecated macroblock type symbols
|
8 years ago |
|
mpegvideo.c
|
lavc: Remove deprecated XvMC support hacks
|
8 years ago |
|
mpegvideo.h
|
lavc: Drop deprecated options moved to private contexts
|
8 years ago |
|
mpegvideo_enc.c
|
lavc: Drop deprecated options moved to private contexts
|
8 years ago |
|
mpegvideo_motion.c
|
mpegvideo_motion: Handle edge emulation even without unrestricted_mv
|
9 years ago |
|
mpegvideo_parser.c
|
lavc: Drop deprecated time_base variable for decoding
|
8 years ago |
|
mpegvideodata.c
|
mpegvideo: Move tables to a separate file
|
10 years ago |
|
mpegvideodata.h
|
mpegvideo: Move tables to a separate file
|
10 years ago |
|
mpegvideodsp.c
|
dsputil: Split off global motion compensation bits into a separate context
|
11 years ago |
|
mpegvideodsp.h
|
dsputil: Split off global motion compensation bits into a separate context
|
11 years ago |
|
mpegvideoencdsp.c
|
mpegvideo: Kill some disabled code
|
9 years ago |
|
mpegvideoencdsp.h
|
dsputil: Move draw_edges() to mpegvideoencdsp
|
11 years ago |
|
mqc.c
|
jpeg2000: Mark static data init functions as av_cold
|
11 years ago |
|
mqc.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
mqcdec.c
|
JPEG 2000 decoder for DCinema
|
12 years ago |
|
msgsmdec.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
msgsmdec.h
|
MSN Audio support
|
12 years ago |
|
msmpeg4.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
msmpeg4.h
|
mpegvideo: msmpeg4: Move function declarations
|
10 years ago |
|
msmpeg4data.c
|
msmpeg4data: Move WMV2 data tables to their own file
|
9 years ago |
|
msmpeg4data.h
|
Remove unnecessary get_bits.h #includes
|
9 years ago |
|
msmpeg4dec.c
|
msmpeg4: Drop disabled debug cruft
|
9 years ago |
|
msmpeg4enc.c
|
msmpeg4: Drop disabled debug cruft
|
9 years ago |
|
msrle.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
msrledec.c
|
msrle: Use AVFrame instead of AVPicture
|
10 years ago |
|
msrledec.h
|
msrle: Use AVFrame instead of AVPicture
|
10 years ago |
|
mss1.c
|
mss1: Add missing macro parameters to ARITH_GET_* macros
|
8 years ago |
|
mss2.c
|
mss2: only use error correction for matching block counts
|
9 years ago |
|
mss2dsp.c
|
mss*: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
mss2dsp.h
|
mss*: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
mss3.c
|
mss*: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
mss4.c
|
unary: Convert to the new bitstream reader
|
8 years ago |
|
mss12.c
|
mss*: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
mss12.h
|
mss*: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
mss34dsp.c
|
mss*: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
mss34dsp.h
|
mss*: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
msvideo1.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
mvcdec.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
mxpegdec.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
nellymoser.c
|
Remove unnecessary get_bits.h #includes
|
9 years ago |
|
nellymoser.h
|
multiple inclusion guard cleanup
|
14 years ago |
|
nellymoserdec.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
nellymoserenc.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
noise_bsf.c
|
lavc: add a new bitstream filtering API
|
9 years ago |
|
null_bsf.c
|
lavc: add a null bitstream filter
|
9 years ago |
|
nuv.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
nvenc.c
|
build: Drop explicit check for dlfcn.h
|
8 years ago |
|
nvenc.h
|
nvenc: Use a fifo to manage the free surface pool
|
8 years ago |
|
nvenc_h264.c
|
nvenc: Minimize the surface allocation
|
8 years ago |
|
nvenc_hevc.c
|
nvenc: Minimize the surface allocation
|
8 years ago |
|
omx.c
|
omx: Use the EOS flag to handle flushing at the end
|
8 years ago |
|
on2avc.c
|
Mark some arrays that never change as const.
|
8 years ago |
|
on2avcdata.c
|
Mark some arrays that never change as const.
|
8 years ago |
|
on2avcdata.h
|
Mark some arrays that never change as const.
|
8 years ago |
|
options.c
|
lavc: Drop deprecated options moved to private contexts
|
8 years ago |
|
options_table.h
|
lavc: Add support for increasing hardware frame pool sizes
|
7 years ago |
|
opus.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
opus.h
|
opus: Convert to the new bitstream reader
|
9 years ago |
|
opus_celt.c
|
lavc: AV-prefix all codec flags
|
10 years ago |
|
opus_parser.c
|
opus_parser: drop unused variable
|
10 years ago |
|
opus_silk.c
|
Mark some arrays that never change as const.
|
8 years ago |
|
opusdec.c
|
opus: Convert to the new bitstream reader
|
9 years ago |
|
pafaudio.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
pafvideo.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
pamenc.c
|
Replace any remaining avpicture function with imgutils
|
10 years ago |
|
parser.c
|
parser: Add missing #include for printing ISO C99 conversion specifiers
|
8 years ago |
|
parser.h
|
parser: Move Doxygen documentation to the header files
|
13 years ago |
|
pcm-bluray.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
pcm-dvd.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
pcm.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
pcm_tablegen.c
|
cosmetics: Remove extra newlines at EOF
|
13 years ago |
|
pcm_tablegen.h
|
cosmetics: Drop empty comment lines
|
9 years ago |
|
pcx.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
pcxenc.c
|
Deprecate avctx.coded_frame
|
10 years ago |
|
pel_template.c
|
Rename tpel_template.c ---> pel_template.c
|
11 years ago |
|
pgssubdec.c
|
pgssubdec: reset rle_data_len/rle_remaining_len on allocation error
|
8 years ago |
|
pictordec.c
|
pictor: Correctly check frame dimensions
|
8 years ago |
|
pixblockdsp.c
|
pixblockdsp: Change type of stride parameters to ptrdiff_t
|
9 years ago |
|
pixblockdsp.h
|
pixblockdsp: Have function pointer prototype match implementation
|
9 years ago |
|
pixblockdsp_template.c
|
pixblockdsp: Change type of stride parameters to ptrdiff_t
|
9 years ago |
|
pixels.h
|
dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macros
|
11 years ago |
|
pixlet.c
|
pixlet: Fix architecture-dependent code and values
|
8 years ago |
|
png.c
|
png: K&R formatting cosmetics
|
11 years ago |
|
png.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
png_parser.c
|
png_parser: fix size of chunk_lenght
|
11 years ago |
|
pngdec.c
|
png: Support RGBA64 pixel format
|
8 years ago |
|
pngdsp.c
|
png: K&R formatting cosmetics
|
11 years ago |
|
pngdsp.h
|
lavc: Sanitize header inclusion guards
|
10 years ago |
|
pngenc.c
|
lavc: Move prediction_method to codec private options
|
9 years ago |
|
pnm.c
|
p*menc: use the AVFrame API properly.
|
12 years ago |
|
pnm.h
|
p*menc: use the AVFrame API properly.
|
12 years ago |
|
pnm_parser.c
|
pnm_parser: Drop broken disabled cruft
|
9 years ago |
|
pnmdec.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
pnmenc.c
|
Replace any remaining avpicture function with imgutils
|
10 years ago |
|
profiles.c
|
lavc: add H.264 MVC profiles
|
9 years ago |
|
profiles.h
|
profiles: Add missing #endif comment
|
9 years ago |
|
proresdata.c
|
prores: move data shared between decoder and encoder to common file
|
13 years ago |
|
proresdata.h
|
prores: move data shared between decoder and encoder to common file
|
13 years ago |
|
proresdec.c
|
prores: Always assume limited range
|
8 years ago |
|
proresdsp.c
|
prores: Change type of stride parameters to ptrdiff_t
|
9 years ago |
|
proresdsp.h
|
prores: Change type of stride parameters to ptrdiff_t
|
9 years ago |
|
proresenc.c
|
prores: Change type of stride parameters to ptrdiff_t
|
9 years ago |
|
psymodel.c
|
psymodel: Check memory allocation
|
10 years ago |
|
psymodel.h
|
Remove pointless av_cold attributes in header files
|
12 years ago |
|
pthread.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
pthread_frame.c
|
pthread_frame: Propagate sw_pix_fmt across threads
|
8 years ago |
|
pthread_internal.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
pthread_slice.c
|
pthread: store thread contexts in AVCodecInternal instead of AVCodecContext
|
12 years ago |
|
ptx.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
put_bits.h
|
put_bits: Remove unused includes
|
11 years ago |
|
qcelpdata.h
|
Give all anonymously typedeffed structs in headers a name
|
13 years ago |
|
qcelpdec.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
qdm2.c
|
vlc: Add header #include when the types are used
|
8 years ago |
|
qdm2_tablegen.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
qdm2_tablegen.h
|
qdm2: fix signed multiplication overflow
|
14 years ago |
|
qdm2data.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
qdrw.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
qpeg.c
|
qpeg: fix an off by 1 error in the MV check
|
9 years ago |
|
qpel_template.c
|
dsputil: Split off quarterpel bits into their own context
|
11 years ago |
|
qpeldsp.c
|
qpeldsp: Mark source pointer in qpel_mc_func function pointer const
|
11 years ago |
|
qpeldsp.h
|
qpeldsp: Mark source pointer in qpel_mc_func function pointer const
|
11 years ago |
|
qsv.c
|
qsvdec: Relax the surface vs coded dimension check
|
7 years ago |
|
qsv.h
|
qsvenc: add an API for allocating opaque surfaces
|
10 years ago |
|
qsv_api.c
|
qsv_api: fix building with libmfx disabled
|
10 years ago |
|
qsv_internal.h
|
qsv: Add ability to create a session from a device
|
8 years ago |
|
qsvdec.c
|
qsvdec: Relax the surface vs coded dimension check
|
7 years ago |
|
qsvdec.h
|
lavc: Add hardware config metadata for decoders supporting hardware output
|
7 years ago |
|
qsvdec_h2645.c
|
qsv: Skip the packet if decoding failure
|
7 years ago |
|
qsvdec_other.c
|
lavc: Delete all fake hwaccels
|
7 years ago |
|
qsvenc.c
|
qsvenc: Provide a detailed error message if the parameters are invalid
|
7 years ago |
|
qsvenc.h
|
lavc/qsv: default la_ds to MFX_LOOKAHEAD_DS_UNKNOWN
|
7 years ago |
|
qsvenc_h264.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
qsvenc_hevc.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
qsvenc_jpeg.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
qsvenc_mpeg2.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
qtrle.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
qtrleenc.c
|
Add some more deprecation guards
|
9 years ago |
|
r210dec.c
|
avcodec: Mark some codecs with threadsafe init as such
|
8 years ago |
|
ra144.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
ra144.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
ra144dec.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
ra144enc.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
ra288.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
ra288.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
ralf.c
|
ralf: Convert to the new bitstream reader
|
8 years ago |
|
ralfdata.h
|
RealAudio Lossless decoder
|
13 years ago |
|
rangecoder.c
|
build: Split test programs off into separate files
|
9 years ago |
|
rangecoder.h
|
rangecoder: Kill non-compiling disabled cruft
|
9 years ago |
|
ratecontrol.c
|
ratecontrol: Use correct function pointer casts instead of void*
|
9 years ago |
|
ratecontrol.h
|
ratecontrol: Drop xvid-rc-related struct members unused after a6901b9c6
|
8 years ago |
|
raw.c
|
riff: add YUYV FourCC (Drastic YUYV)
|
9 years ago |
|
raw.h
|
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
13 years ago |
|
rawdec.c
|
rawdec: Replace avpicture functions with imgutils
|
10 years ago |
|
rawenc.c
|
rawenc: Replace avpicture functions with imgutils
|
10 years ago |
|
rdft.c
|
rdft: Move some variables into a separate block
|
11 years ago |
|
rdft.h
|
dct/rdft: Remove duplicate typedefs for context structs
|
11 years ago |
|
rectangle.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
remove_extradata_bsf.c
|
lavc: add a new bitstream filtering API
|
9 years ago |
|
rl.c
|
Move VLC and RL_VLC_ELEM structure definitions to a separate header
|
9 years ago |
|
rl.h
|
Move VLC and RL_VLC_ELEM structure definitions to a separate header
|
9 years ago |
|
rl2.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
rle.c
|
rle: K&R formatting cosmetics
|
9 years ago |
|
rle.h
|
rle: K&R formatting cosmetics
|
9 years ago |
|
rnd_avg.h
|
dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macros
|
11 years ago |
|
roqaudioenc.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
roqvideo.c
|
cosmetics: Write NULL pointer equality checks more compactly
|
11 years ago |
|
roqvideo.h
|
roqvideo: remove unused variables
|
12 years ago |
|
roqvideodec.c
|
Use avpriv_request_sample() where appropriate
|
9 years ago |
|
roqvideoenc.c
|
roqvideoenc: Drop broken disabled cruft
|
9 years ago |
|
rpza.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
rscc.c
|
rscc: Support palette format
|
9 years ago |
|
rtjpeg.c
|
rtjpeg: Convert to the new bitstream reader
|
9 years ago |
|
rtjpeg.h
|
dsputil: Split off IDCT bits into their own context
|
11 years ago |
|
rv10.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
rv10.h
|
mpegvideo: rv10: Move function declaration to a separate header
|
10 years ago |
|
rv10enc.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
rv20enc.c
|
mpegvideo: Expand macro
|
10 years ago |
|
rv30.c
|
golomb: Convert to the new bitstream reader
|
8 years ago |
|
rv30data.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
rv30dsp.c
|
Drop unnecessary av_unused attributes.
|
11 years ago |
|
rv34.c
|
golomb: Convert to the new bitstream reader
|
8 years ago |
|
rv34.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
rv34_parser.c
|
avcodec: Don't anonymously typedef structs
|
10 years ago |
|
rv34data.h
|
h263: Add ff_ prefix to nonstatic symbols
|
13 years ago |
|
rv34dsp.c
|
rv34: Drop now unnecessary dsputil dependencies
|
12 years ago |
|
rv34dsp.h
|
dsputil: Split off quarterpel bits into their own context
|
11 years ago |
|
rv34vlc.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
rv40.c
|
golomb: Convert to the new bitstream reader
|
8 years ago |
|
rv40data.h
|
rv40: move loop filter to rv34dsp context
|
14 years ago |
|
rv40dsp.c
|
h264chroma: Change type of stride parameters to ptrdiff_t
|
9 years ago |
|
rv40vlc2.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
s302m.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
sanm.c
|
Drop unreachable break and return statements
|
9 years ago |
|
sbr.h
|
Give all anonymously typedeffed structs in headers a name
|
13 years ago |
|
sbrdsp.c
|
sbrdsp: Move a misplaced #endif directive to the right spot
|
9 years ago |
|
sbrdsp.h
|
sbrdsp: Use standard multiple inclusion guards.
|
13 years ago |
|
screenpresso.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
sgi.h
|
sgi: K&R formatting cosmetics
|
11 years ago |
|
sgidec.c
|
sgi: Correctly propagate meaningful error values
|
10 years ago |
|
sgienc.c
|
sgienc: Make sure to initialize skipped header portions
|
10 years ago |
|
sgirledec.c
|
sgirledec: simplify, no need to use reget buffer
|
9 years ago |
|
shorten.c
|
shorten: Convert to the new bitstream reader
|
8 years ago |
|
simple_idct.c
|
idct: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
simple_idct.h
|
idct: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
simple_idct_template.c
|
idct: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
sinewin.c
|
Move sine windows to a separate file
|
14 years ago |
|
sinewin.h
|
Convert vector_fmul range of functions to YASM and add AVX versions
|
13 years ago |
|
sinewin_tablegen.c
|
fix hardcoded tables compililation caused by missing math constants
|
13 years ago |
|
sinewin_tablegen.h
|
Don't include common.h from avutil.h
|
13 years ago |
|
sipr.c
|
Mark some arrays that never change as const.
|
8 years ago |
|
sipr.h
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
|
sipr16k.c
|
Mark some arrays that never change as const.
|
8 years ago |
|
sipr16kdata.h
|
Mark some arrays that never change as const.
|
8 years ago |
|
siprdata.h
|
Mark some arrays that never change as const.
|
8 years ago |
|
smacker.c
|
smacker: limit recursion depth of smacker_decode_bigtree
|
8 years ago |
|
smc.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
snappy.c
|
snappy: Refactor so ff_snappy_uncompress() uses an existing buffer
|
10 years ago |
|
snappy.h
|
snappy: Refactor so ff_snappy_uncompress() uses an existing buffer
|
10 years ago |
|
sp5x.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
sp5xdec.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
srtdec.c
|
srt: Adjust signedness of sscanf format strings
|
9 years ago |
|
startcode.c
|
lavc: Consistently prefix input buffer defines
|
10 years ago |
|
startcode.h
|
h264: Move start code search functions into separate source files.
|
11 years ago |
|
sunrast.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
sunrast.h
|
avcodec: add a Sun Rasterfile encoder
|
13 years ago |
|
sunrastenc.c
|
sunrastenc: Properly load codec private options
|
9 years ago |
|
svq1.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
svq1.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
svq1_cb.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
svq1_vlc.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
svq1dec.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
svq1enc.c
|
lavc: Drop deprecated options moved to private contexts
|
8 years ago |
|
svq1enc.h
|
svq1enc: Drop unused GetBitContext context member
|
9 years ago |
|
svq1enc_cb.h
|
svq1: K&R formatting cosmetics
|
13 years ago |
|
svq3.c
|
svq3: fix the slice size check
|
8 years ago |
|
svq13.c
|
svq1: K&R formatting cosmetics
|
13 years ago |
|
synth_filter.c
|
arm64: port synth_filter_float_neon from arm
|
10 years ago |
|
synth_filter.h
|
arm64: port synth_filter_float_neon from arm
|
10 years ago |
|
tableprint.h
|
tableprint: Fix use of a size_t print with MSVC
|
12 years ago |
|
tak.c
|
tak: Convert to the new bitstream reader
|
8 years ago |
|
tak.h
|
tak: Convert to the new bitstream reader
|
8 years ago |
|
tak_parser.c
|
tak: Convert to the new bitstream reader
|
8 years ago |
|
takdec.c
|
tak: Convert to the new bitstream reader
|
8 years ago |
|
targa.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
targa.h
|
multiple inclusion guard cleanup
|
14 years ago |
|
targaenc.c
|
targaenc: Move size check to initialization function
|
9 years ago |
|
tdsc.c
|
tdsc: use the new decoding API
|
9 years ago |
|
texturedsp.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
texturedsp.h
|
Introduce a TextureDSP module
|
10 years ago |
|
texturedspenc.c
|
Mark read-only tables as static
|
9 years ago |
|
thread.h
|
Drop some unnecessary config.h #includes
|
7 years ago |
|
tiertexseqv.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
tiff.c
|
lavc: Consistently prefix input buffer defines
|
10 years ago |
|
tiff.h
|
tiff: Return proper error for missing LZMA compression
|
11 years ago |
|
tiffenc.c
|
tiffenc: Check zlib support for deflate option during initialization
|
9 years ago |
|
tmv.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
tpeldsp.c
|
Rename tpel_template.c ---> pel_template.c
|
11 years ago |
|
tpeldsp.h
|
dsputil: Move thirdpel-related bits into their own context
|
11 years ago |
|
trace_headers_bsf.c
|
cbs: Allocate the context inside the init function
|
7 years ago |
|
truemotion1.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
truemotion1data.h
|
Replace ffmpeg references with more accurate libav* references.
|
14 years ago |
|
truemotion2.c
|
vlc: Add header #include when the types are used
|
8 years ago |
|
truemotion2rt.c
|
truemotion2rt: Convert to the new bitstream reader
|
8 years ago |
|
truespeech.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
truespeech_data.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
tscc.c
|
cosmetics: Drop empty comment lines
|
9 years ago |
|
tscc2.c
|
vlc: Add header #include when the types are used
|
8 years ago |
|
tscc2data.h
|
Mark some arrays that never change as const.
|
8 years ago |
|
tta.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
twinvq.c
|
lavc: AV-prefix all codec flags
|
10 years ago |
|
twinvq.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
twinvq_data.h
|
twinvq: Convert to the new bitstream reader
|
9 years ago |
|
twinvqdec.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
txd.c
|
Use avpriv_report_missing_feature() where appropriate
|
9 years ago |
|
ulti.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
ulti_cb.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
unary.h
|
unary: Convert to the new bitstream reader
|
8 years ago |
|
unary_legacy.h
|
unary: Convert to the new bitstream reader
|
8 years ago |
|
utils.c
|
lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()
|
7 years ago |
|
utvideo.c
|
utvideodec: Support UQY2
|
8 years ago |
|
utvideo.h
|
utvideodec: Reuse the huffyuv add_left
|
8 years ago |
|
utvideodec.c
|
vlc: Add header #include when the types are used
|
8 years ago |
|
utvideoenc.c
|
utvideo: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
v210dec.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
v210enc.c
|
v210: Use separate sample_factors
|
9 years ago |
|
v210enc.h
|
v210: Use separate sample_factors
|
9 years ago |
|
v210x.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
v410dec.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
v410enc.c
|
Deprecate avctx.coded_frame
|
10 years ago |
|
vaapi.h
|
Place attribute_deprecated in the right position for struct declarations
|
8 years ago |
|
vaapi_decode.c
|
vaapi: Make the decode profile matching more explicit
|
8 years ago |
|
vaapi_decode.h
|
vaapi: Disable deprecation warnings around use of struct vaapi_context
|
8 years ago |
|
vaapi_encode.c
|
vaapi_encode: Destroy output buffer pool before VA context
|
7 years ago |
|
vaapi_encode.h
|
vaapi_encode: Allocate slice structures and parameter buffers dynamically
|
7 years ago |
|
vaapi_encode_h264.c
|
cbs: Refcount all the things!
|
7 years ago |
|
vaapi_encode_h265.c
|
cbs: Refcount all the things!
|
7 years ago |
|
vaapi_encode_mjpeg.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
vaapi_encode_mpeg2.c
|
cbs: Refcount all the things!
|
7 years ago |
|
vaapi_encode_vp8.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
vaapi_encode_vp9.c
|
avcodec: add metadata to identify wrappers and hardware decoders
|
7 years ago |
|
vaapi_h264.c
|
lavc: Mark all AVHWAccel structures as const
|
7 years ago |
|
vaapi_hevc.c
|
lavc: Mark all AVHWAccel structures as const
|
7 years ago |
|
vaapi_mpeg2.c
|
lavc: Mark all AVHWAccel structures as const
|
7 years ago |
|
vaapi_mpeg4.c
|
lavc: Mark all AVHWAccel structures as const
|
7 years ago |
|
vaapi_vc1.c
|
lavc: Mark all AVHWAccel structures as const
|
7 years ago |
|
vaapi_vp8.c
|
lavc: Mark all AVHWAccel structures as const
|
7 years ago |
|
vb.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
vble.c
|
avcodec: Mark some codecs with threadsafe init as such
|
8 years ago |
|
vc1.c
|
unary: Convert to the new bitstream reader
|
8 years ago |
|
vc1.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
vc1_block.c
|
unary: Convert to the new bitstream reader
|
8 years ago |
|
vc1_common.h
|
vc1: Split bits used in libavformat into a separate header
|
11 years ago |
|
vc1_loopfilter.c
|
lavc: AV-prefix all codec flags
|
10 years ago |
|
vc1_mc.c
|
vc1: skip motion compensation when data for last picture is invalid
|
7 years ago |
|
vc1_parser.c
|
vc1: Return stream format information from parser
|
9 years ago |
|
vc1_pred.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
vc1_pred.h
|
vc1: Split the decoder in components
|
11 years ago |
|
vc1acdata.h
|
vc1: Move init code shared between decoder and parser to common code file.
|
13 years ago |
|
vc1data.c
|
vc1: Do not read from array if index is invalid.
|
13 years ago |
|
vc1data.h
|
Remove unnecessary get_bits.h #includes
|
9 years ago |
|
vc1dec.c
|
avcodec/vc1dec: fix mby_start for interlaced content
|
7 years ago |
|
vc1dsp.c
|
h264chroma: Change type of stride parameters to ptrdiff_t
|
9 years ago |
|
vc1dsp.h
|
idct: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
vcr1.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
vda.c
|
vda: Make output CVPixelBuffer format configurable
|
10 years ago |
|
vda.h
|
vda: Make output CVPixelBuffer format configurable
|
10 years ago |
|
vda_h264.c
|
lavc: Mark all AVHWAccel structures as const
|
7 years ago |
|
vda_internal.h
|
lavc: Add new VDA hwaccel
|
11 years ago |
|
vdpau.c
|
lavc: external hardware frame pool initialization
|
8 years ago |
|
vdpau.h
|
lavc: Drop deprecated VDPAU buffer fields
|
8 years ago |
|
vdpau_h264.c
|
lavc: Mark all AVHWAccel structures as const
|
7 years ago |
|
vdpau_hevc.c
|
lavc: Mark all AVHWAccel structures as const
|
7 years ago |
|
vdpau_internal.h
|
lavc: external hardware frame pool initialization
|
8 years ago |
|
vdpau_mpeg4.c
|
lavc: Mark all AVHWAccel structures as const
|
7 years ago |
|
vdpau_mpeg12.c
|
lavc: Mark all AVHWAccel structures as const
|
7 years ago |
|
vdpau_vc1.c
|
lavc: Mark all AVHWAccel structures as const
|
7 years ago |
|
version.h
|
lavc: Add support for increasing hardware frame pool sizes
|
7 years ago |
|
videodsp.c
|
aarch64: implement videodsp.prefetch
|
11 years ago |
|
videodsp.h
|
aarch64: implement videodsp.prefetch
|
11 years ago |
|
videodsp_template.c
|
Add missing headers to make template files compile (more) standalone
|
11 years ago |
|
vima.c
|
vima: Convert to the new bitstream reader
|
9 years ago |
|
vlc.h
|
bitstream: Move VLC reading functions into the vlc.h header
|
8 years ago |
|
vmdaudio.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
vmdvideo.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
vmnc.c
|
vmnc: check that subrectangles fit into their containing rectangles
|
9 years ago |
|
vorbis.c
|
vorbis: Kill some pointless debug code
|
9 years ago |
|
vorbis.h
|
vorbisdec: cosmetics: rename variable avccontext to avctx
|
12 years ago |
|
vorbis_data.c
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
|
vorbis_enc_data.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
vorbis_parser.c
|
vorbis_parser: Move vp check to avoid a null pointer dereference
|
11 years ago |
|
vorbis_parser.h
|
Drop some bogus Doxygen documentation.
|
9 years ago |
|
vorbis_parser_internal.h
|
lavc: add a public API for parsing vorbis packets.
|
11 years ago |
|
vorbisdec.c
|
vlc: Add header #include when the types are used
|
8 years ago |
|
vorbisdsp.c
|
aarch64: NEON vorbis_inverse_coupling
|
11 years ago |
|
vorbisdsp.h
|
aarch64: NEON vorbis_inverse_coupling
|
11 years ago |
|
vorbisenc.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
vp3.c
|
theora: export cropping information instead of handling it internally
|
8 years ago |
|
vp3_parser.c
|
VP3: K&R formatting cosmetics
|
11 years ago |
|
vp3data.h
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
vp3dsp.c
|
vp3: Change type of stride parameters to ptrdiff_t
|
9 years ago |
|
vp3dsp.h
|
vp3: Change type of stride parameters to ptrdiff_t
|
9 years ago |
|
vp5.c
|
Use avpriv_report_missing_feature() where appropriate
|
9 years ago |
|
vp5data.h
|
doxygen: do not include license boilerplate in Doxygen documentation
|
14 years ago |
|
vp6.c
|
vp56: Separate VP5 and VP6 dsp initialization
|
9 years ago |
|
vp6data.h
|
vp56data: Move all shared enum/struct declarations to common header
|
12 years ago |
|
vp6dsp.c
|
vp56: Change type of stride parameters to ptrdiff_t
|
9 years ago |
|
vp8.c
|
webp: Fix alpha initialisation
|
7 years ago |
|
vp8.h
|
webp: Fix alpha initialisation
|
7 years ago |
|
vp8_parser.c
|
vp8: Return stream format information from parser
|
9 years ago |
|
vp8data.h
|
lavc: Deduplicate zigzag_scan table
|
9 years ago |
|
vp8dsp.c
|
On2 VP7 decoder
|
11 years ago |
|
vp8dsp.h
|
vp8dsp: Remove the comment saying that the height is equal to the width
|
9 years ago |
|
vp9.c
|
vp9: split superframes in the filtering stage before actual decoding
|
9 years ago |
|
vp9.h
|
aarch64: vp9: Add NEON optimizations of VP9 MC functions
|
9 years ago |
|
vp9_raw_reorder_bsf.c
|
vp9_raw_reorder_bsf: Remove a redundant allocation
|
8 years ago |
|
vp9_superframe_bsf.c
|
vp9_superframe_bsf: cache packets by creating new references instead of moving pointers
|
8 years ago |
|
vp9_superframe_split_bsf.c
|
lavc: add a bitstream filter for splitting VP9 superframes
|
9 years ago |
|
vp9block.c
|
Mark some arrays that never change as const.
|
8 years ago |
|
vp9data.c
|
Mark some arrays that never change as const.
|
8 years ago |
|
vp9data.h
|
Mark some arrays that never change as const.
|
8 years ago |
|
vp9dsp.c
|
vp9dsp: add DC only versions for idct/idct.
|
9 years ago |
|
vp9mvs.c
|
vp9: add frame threading
|
9 years ago |
|
vp9prob.c
|
lavc: VP9 decoder
|
12 years ago |
|
vp56.c
|
vp56: Separate VP5 and VP6 dsp initialization
|
9 years ago |
|
vp56.h
|
vp56: Separate VP5 and VP6 dsp initialization
|
9 years ago |
|
vp56data.c
|
vp56data: Move all data tables to the .c file
|
12 years ago |
|
vp56data.h
|
vp56data: Move all data tables to the .c file
|
12 years ago |
|
vp56dsp.c
|
vp56: Separate VP5 and VP6 dsp initialization
|
9 years ago |
|
vp56dsp.h
|
vp56: Separate VP5 and VP6 dsp initialization
|
9 years ago |
|
vp56rac.c
|
Update Fiona's name in copyright statements.
|
11 years ago |
|
vqavideo.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
wavpack.c
|
wavpack: Convert to the new bitstream reader
|
8 years ago |
|
webp.c
|
webp: Fix alpha initialisation
|
7 years ago |
|
wma.c
|
wma: Convert to the new bitstream reader
|
8 years ago |
|
wma.h
|
vlc: Add header #include when the types are used
|
8 years ago |
|
wma_common.c
|
wma: K&R formatting cosmetics
|
11 years ago |
|
wma_common.h
|
Remove pointless av_cold attributes in header files
|
12 years ago |
|
wma_freqs.c
|
build: Split WMA frequencies into a separate object file
|
11 years ago |
|
wma_freqs.h
|
lavc: Sanitize header inclusion guards
|
10 years ago |
|
wmadata.h
|
build: Split WMA frequencies into a separate object file
|
11 years ago |
|
wmadec.c
|
wma: Convert to the new bitstream reader
|
8 years ago |
|
wmaenc.c
|
wma: Kill non-compiling disabled cruft
|
9 years ago |
|
wmalosslessdec.c
|
wma: Convert to the new bitstream reader
|
8 years ago |
|
wmaprodata.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
wmaprodec.c
|
wma: Convert to the new bitstream reader
|
8 years ago |
|
wmavoice.c
|
vlc: Add header #include when the types are used
|
8 years ago |
|
wmavoice_data.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
|
wmv2.c
|
lavc: Remove deprecated XvMC support hacks
|
8 years ago |
|
wmv2.h
|
mpegvideo: wmv2: Move function declarations
|
10 years ago |
|
wmv2data.c
|
msmpeg4data: Move WMV2 data tables to their own file
|
9 years ago |
|
wmv2data.h
|
msmpeg4data: Move WMV2 data tables to their own file
|
9 years ago |
|
wmv2dec.c
|
intrax8: Remove mpegvideo dependency
|
9 years ago |
|
wmv2dsp.c
|
idct: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
wmv2dsp.h
|
idct: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
wmv2enc.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
wnv1.c
|
vlc: Add header #include when the types are used
|
8 years ago |
|
wrapped_avframe.c
|
wrapped_avframe: Drop a now-unused variable
|
10 years ago |
|
ws-snd1.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
xan.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
xbmdec.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
xbmenc.c
|
Deprecate avctx.coded_frame
|
10 years ago |
|
xiph.c
|
lavc: use avpriv_ prefix for ff_split_xiph_headers.
|
14 years ago |
|
xiph.h
|
lavc: use avpriv_ prefix for ff_split_xiph_headers.
|
14 years ago |
|
xl.c
|
lavc: AV-prefix all codec capabilities
|
10 years ago |
|
xsubdec.c
|
Use bitstream_init8() where appropriate
|
8 years ago |
|
xsubenc.c
|
lavc: Add data and linesize to AVSubtitleRect
|
10 years ago |
|
xvididct.c
|
idct: Change type of array stride parameters to ptrdiff_t
|
9 years ago |
|
xvididct.h
|
xvid: Add C IDCT
|
11 years ago |
|
xwd.h
|
XWD encoder and decoder
|
13 years ago |
|
xwddec.c
|
xwddec: support 8bpp grayscale
|
8 years ago |
|
xwdenc.c
|
Deprecate avctx.coded_frame
|
10 years ago |
|
xxan.c
|
Remove unnecessary get_bits.h #includes
|
9 years ago |
|
yop.c
|
Remove unnecessary get_bits.h #includes and add missing headers where needed.
|
9 years ago |
|
zerocodec.c
|
avcodec: Mark some codecs with threadsafe init as such
|
8 years ago |
|
zmbv.c
|
cosmetics: Fix spelling mistakes
|
9 years ago |
|
zmbvenc.c
|
zmbvenc: get rid of a global table
|
8 years ago |