You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Anton Khirnov f0eeff708a lavc: make avcodec_get_context_defaults3 "officially" public 13 years ago
..
alpha dsputil: update per-arch init funcs for non-h264 high bit depth 14 years ago
arm ARM: check for inline asm 'y' operand modifier support 13 years ago
avr32 Replace FFmpeg with Libav in licence headers 14 years ago
bfin dsputil: update per-arch init funcs for non-h264 high bit depth 14 years ago
mips Replace FFmpeg with Libav in licence headers 14 years ago
mlib dsputil: update per-arch init funcs for non-h264 high bit depth 14 years ago
ppc ppc: fix 32-bit PIC build 13 years ago
ps2 dsputil: update per-arch init funcs for non-h264 high bit depth 14 years ago
sh4 dsputil: update per-arch init funcs for non-h264 high bit depth 14 years ago
sparc dsputil: update per-arch init funcs for non-h264 high bit depth 14 years ago
x86 proresdsp: fix function prototypes. 13 years ago
4xm.c 4xm: prevent NULL dereference with invalid huffman table 13 years ago
8bps.c cosmetics: fix indentation/alignment in AVCodec declarations 13 years ago
8svx.c 8svx/iff: fix decoding of compressed stereo 8svx files. 13 years ago
Makefile Ut Video decoder 13 years ago
a64colors.h Replace FFmpeg with Libav in licence headers 14 years ago
a64enc.h Replace FFmpeg with Libav in licence headers 14 years ago
a64multienc.c Remove unused variables 14 years ago
a64tables.h Replace FFmpeg with Libav in licence headers 14 years ago
aac.h doxygen: fix wrong comment syntax, //< vs. ///< 13 years ago
aac_ac3_parser.c Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser 14 years ago
aac_ac3_parser.h Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser 14 years ago
aac_adtstoasc_bsf.c Fixed size given to init_get_bits(). 13 years ago
aac_parser.c Replace FFmpeg with Libav in licence headers 14 years ago
aac_tablegen.c Replace FFmpeg with Libav in licence headers 14 years ago
aac_tablegen.h Drop unnecessary directory prefixes from #include directives. 14 years ago
aac_tablegen_decl.h multiple inclusion guard cleanup 14 years ago
aacadtsdec.c Replace FFmpeg with Libav in licence headers 14 years ago
aacadtsdec.h Replace FFmpeg with Libav in licence headers 14 years ago
aaccoder.c psymodel: Add channels and channel groups to the psymodel. 14 years ago
aacdec.c aacdec: fix undefined shifts 13 years ago
aacdectab.h aacdec: use a scale of 2 in the LTP MDCT rather than doubling the coefficient 14 years ago
aacenc.c AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
aacenc.h aacenc: Make chan_map const correct 14 years ago
aacps.c doxygen: fix wrong comment syntax, //< vs. ///< 13 years ago
aacps.h doxygen: fix wrong comment syntax, //< vs. ///< 13 years ago
aacps_tablegen.c Replace FFmpeg with Libav in licence headers 14 years ago
aacps_tablegen.h doxygen: fix wrong comment syntax, //< vs. ///< 13 years ago
aacpsdata.c Replace FFmpeg with Libav in licence headers 14 years ago
aacpsy.c psymodel: Remove the single channel analysis function 14 years ago
aacpsy.h Replace FFmpeg with Libav in licence headers 14 years ago
aacsbr.c Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbis 14 years ago
aacsbr.h Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbis 14 years ago
aacsbrdata.h Replace FFmpeg with Libav in licence headers 14 years ago
aactab.c Replace FFmpeg with Libav in licence headers 14 years ago
aactab.h Replace FFmpeg with Libav in licence headers 14 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 lavc: use designated initialisers for all codecs. 13 years ago
ac3.c ac3dec: fix processing of delta bit allocation information. 14 years ago
ac3.h doxygen: Prefer member groups over grouping into modules 14 years ago
ac3_parser.c Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser 14 years ago
ac3_parser.h Replace FFmpeg with Libav in licence headers 14 years ago
ac3dec.c AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
ac3dec.h ac3dec: avoid pointless alloc and indirection for input_buffer 13 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: simplify extract_exponents() now that it does not need to do clipping. 14 years ago
ac3dsp.h ac3enc: modify mantissa bit counting to keep bap counts for all values of bap 14 years ago
ac3enc.c ac3enc: Add channel coupling support for the fixed-point AC-3 encoder. 13 years ago
ac3enc.h fix AC3ENC_OPT_MODE_ON/OFF 13 years ago
ac3enc_fixed.c ac3enc: Add channel coupling support for the fixed-point AC-3 encoder. 13 years ago
ac3enc_float.c ac3enc: Add channel coupling support for the fixed-point AC-3 encoder. 13 years ago
ac3enc_opts_template.c AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
ac3enc_template.c ac3enc: Add channel coupling support for the fixed-point AC-3 encoder. 13 years ago
ac3tab.c ac3enc: add channel coupling support 14 years ago
ac3tab.h ac3enc: add channel coupling support 14 years ago
acelp_filters.c Replace FFmpeg with Libav in licence headers 14 years ago
acelp_filters.h Replace FFmpeg with Libav in licence headers 14 years ago
acelp_pitch_delay.c Remove unused code under G729_BITEXACT #ifdef. 14 years ago
acelp_pitch_delay.h doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
acelp_vectors.c Remove unused and non-compiling vestigial g729 decoder 14 years ago
acelp_vectors.h Remove unused and non-compiling vestigial g729 decoder 14 years ago
adpcm.c adpcmdec: calculate actual number of output samples for each decoder. 13 years ago
adpcm.h adpcm: split ADPCM encoders and decoders into separate files. 13 years ago
adpcm_data.c adpcm: pretty-print tables 13 years ago
adpcm_data.h include stdint.h in adpcm_data.h 13 years ago
adpcmenc.c adpcm: update reference links 13 years ago
adx.h Replace FFmpeg with Libav in licence headers 14 years ago
adxdec.c lavc: use designated initialisers for all codecs. 13 years ago
adxenc.c lavc: use designated initialisers for all codecs. 13 years ago
alac.c lavc: use designated initialisers for all codecs. 13 years ago
alacenc.c lavc: use designated initialisers for all codecs. 13 years ago
allcodecs.c Ut Video decoder 13 years ago
alsdec.c lavc: use designated initialisers for all codecs. 13 years ago
amr.h Replace FFmpeg with Libav in licence headers 14 years ago
amrnbdata.h Replace FFmpeg with Libav in licence headers 14 years ago
amrnbdec.c Remove unused and non-compiling vestigial g729 decoder 14 years ago
amrwbdata.h multiple inclusion guard cleanup 14 years ago
amrwbdec.c libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initialization 14 years ago
anm.c anm: prevent infinite loop 13 years ago
ansi.c doxygen: Fix execute_code() @return documentation. 14 years ago
apedec.c lavc: use designated initialisers for all codecs. 13 years ago
api-example.c lavc: make avcodec_alloc_context3 officially public. 14 years ago
ass.c Replace strncpy() with av_strlcpy(). 14 years ago
ass.h doxygen: Prefer member groups over grouping into modules 14 years ago
assdec.c Replace FFmpeg with Libav in licence headers 14 years ago
assenc.c Replace FFmpeg with Libav in licence headers 14 years ago
asv1.c lavc: use designated initialisers for all codecs. 13 years ago
atrac.c Replace FFmpeg with Libav in licence headers 14 years ago
atrac.h Replace FFmpeg with Libav in licence headers 14 years ago
atrac1.c Add AVX FFT implementation. 14 years ago
atrac1data.h Replace FFmpeg with Libav in licence headers 14 years ago
atrac3.c Add AVX FFT implementation. 14 years ago
atrac3data.h Replace FFmpeg with Libav in licence headers 14 years ago
audioconvert.c Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32. 14 years ago
audioconvert.h Replace FFmpeg with Libav in licence headers 14 years ago
aura.c lavc: use designated initialisers for all codecs. 13 years ago
avcodec.h lavc: make avcodec_get_context_defaults3 "officially" public 13 years ago
avfft.c Move dct and rdft definitions to separate files 14 years ago
avfft.h Replace FFmpeg with Libav in licence headers 14 years ago
avpacket.c make av_dup_packet() more cautious on allocation failures 14 years ago
avs.c avs: check for out of bound reads 13 years ago
bethsoftvideo.c doxygen: replace @sa tag by the more readable but equivalent @see 14 years ago
bethsoftvideo.h Replace FFmpeg with Libav in licence headers 14 years ago
bfi.c doxygen: replace @sa tag by the more readable but equivalent @see 14 years ago
bgmc.c Replace FFmpeg with Libav in licence headers 14 years ago
bgmc.h Replace FFmpeg with Libav in licence headers 14 years ago
bink.c bink: Check for various out of bound writes 13 years ago
binkaudio.c lavc: use designated initialisers for all codecs. 13 years ago
binkdata.h bink: make IDCT take 32-bit input 13 years ago
binkdsp.c dsputil: move a bink-only function to binkdsp 13 years ago
binkdsp.h dsputil: move a bink-only function to binkdsp 13 years ago
bit_depth_template.c bitdepth: simplify FUNC/FUNCC macros 14 years ago
bitstream.c put_bits: remove ALT_BITSTREAM_WRITER 14 years ago
bitstream_filter.c Replace FFmpeg with Libav in licence headers 14 years ago
bmp.c lavc: use designated initialisers for all codecs. 13 years ago
bmp.h Replace FFmpeg with Libav in licence headers 14 years ago
bmpenc.c lavc: use designated initialisers for all codecs. 13 years ago
bytestream.h Replace FFmpeg with Libav in licence headers 14 years ago
c93.c lavc: use designated initialisers for all codecs. 13 years ago
cabac.c cabac: Move code only used in the cabac test program to cabac.c. 14 years ago
cabac.h cabac: Move code only used in the cabac test program to cabac.c. 14 years ago
cavs.c Eliminate FF_COMMON_FRAME macro. 14 years ago
cavs.h Replace int_fast integer types with their sized standard posix counterparts. 14 years ago
cavs_parser.c Replace FFmpeg with Libav in licence headers 14 years ago
cavsdata.h Replace int_fast integer types with their sized standard posix counterparts. 14 years ago
cavsdec.c cavs: fix some crashes with invalid bitstreams 13 years ago
cavsdsp.c Replace FFmpeg with Libav in licence headers 14 years ago
cavsdsp.h multiple inclusion guard cleanup 14 years ago
cbrt_tablegen.c Replace FFmpeg with Libav in licence headers 14 years ago
cbrt_tablegen.h multiple inclusion guard cleanup 14 years ago
cdgraphics.c lavc: use designated initialisers for all codecs. 13 years ago
celp_filters.c Remove unused variables 14 years ago
celp_filters.h doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
celp_math.c Remove unused code under G729_BITEXACT #ifdef. 14 years ago
celp_math.h Replace FFmpeg with Libav in licence headers 14 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 Replace FFmpeg with Libav in licence headers 14 years ago
cinepak.c cinepak: Fix invalid read access on extra data 13 years ago
cljr.c cljr: init_get_bits size in bits instead of bytes 13 years ago
cook.c cook: Fix js_vlc_bits value validation for joint stereo 13 years ago
cookdata.h Replace FFmpeg with Libav in licence headers 14 years ago
cos_tablegen.c Rename costablegen.c ---> cos_tablegen.c. 14 years ago
cscd.c lavc: use designated initialisers for all codecs. 13 years ago
cyuv.c lavc: use designated initialisers for all codecs. 13 years ago
dca.c dca: fix signed overflow in shift 13 years ago
dca.h Replace FFmpeg with Libav in licence headers 14 years ago
dca_parser.c Replace FFmpeg with Libav in licence headers 14 years ago
dcadata.h dca: NEON optimised high freq VQ decoding 13 years ago
dcadsp.c Replace FFmpeg with Libav in licence headers 14 years ago
dcadsp.h Replace FFmpeg with Libav in licence headers 14 years ago
dcahuff.h Replace FFmpeg with Libav in licence headers 14 years ago
dct-test.c dct-test: factor out some common code and do whas was likely intended 13 years ago
dct.c dct: build dct32 as separate object files 14 years ago
dct.h multiple inclusion guard cleanup 14 years ago
dct32.c dct: build dct32 as separate object files 14 years ago
dct32.h dct: build dct32 as separate object files 14 years ago
dct32_fixed.c dct: build dct32 as separate object files 14 years ago
dct32_float.c dct: build dct32 as separate object files 14 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
dfa.c lavc: use designated initialisers for all codecs. 13 years ago
dirac.c Remove unused variables 14 years ago
dirac.h Replace FFmpeg with Libav in licence headers 14 years ago
dirac_parser.c Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
dnxhd_parser.c Replace FFmpeg with Libav in licence headers 14 years ago
dnxhddata.c dnxhd: 10-bit support 14 years ago
dnxhddata.h dnxhd: 10-bit support 14 years ago
dnxhddec.c dnxhddec: handle cid change in bitstream. 13 years ago
dnxhdenc.c dnxhdenc: fixed signed multiplication overflow 13 years ago
dnxhdenc.h dnxhd: 10-bit support 14 years ago
dpcm.c dpcm: return error if packet is too small 13 years ago
dpx.c lavc: use designated initialisers for all codecs. 13 years ago
dpxenc.c lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_* 13 years ago
dsicinav.c dsicinav: Check for out of bounds writes 13 years ago
dsputil.c prores: extract idct into its own dspcontext and merge with put_pixels. 13 years ago
dsputil.h prores: extract idct into its own dspcontext and merge with put_pixels. 13 years ago
dsputil_template.c dsputil: template get_pixels() for different bit depths 14 years ago
dump_extradata_bsf.c Replace FFmpeg with Libav in licence headers 14 years ago
dv.c lavc: use designated initialisers for all codecs. 13 years ago
dv_tablegen.c Replace FFmpeg with Libav in licence headers 14 years ago
dv_tablegen.h multiple inclusion guard cleanup 14 years ago
dv_vlc_data.h Replace FFmpeg with Libav in licence headers 14 years ago
dvbsub.c lavc: use designated initialisers for all codecs. 13 years ago
dvbsub_parser.c Replace some av_log/printf + #ifdef combinations by av_dlog. 14 years ago
dvbsubdec.c lavc: use designated initialisers for all codecs. 13 years ago
dvdata.c Replace FFmpeg with Libav in licence headers 14 years ago
dvdata.h Replace FFmpeg with Libav in licence headers 14 years ago
dvdsub_parser.c Replace FFmpeg with Libav in licence headers 14 years ago
dvdsubdec.c lavc: use designated initialisers for all codecs. 13 years ago
dvdsubenc.c lavc: use designated initialisers for all codecs. 13 years ago
dwt.c Replace FFmpeg with Libav in licence headers 14 years ago
dwt.h Replace FFmpeg with Libav in licence headers 14 years ago
dxa.c lavc: use designated initialisers for all codecs. 13 years ago
dxva2.c DxVA2: unbreak build after [657ccb5ac7] 14 years ago
dxva2.h dxva: Add ability to enable workaround for older ATI cards 13 years ago
dxva2_h264.c dxva2_h264: pass the correct 8x8 scaling lists 13 years ago
dxva2_internal.h Replace FFmpeg with Libav in licence headers 14 years ago
dxva2_mpeg2.c DxVA2: unbreak build after [657ccb5ac7] 14 years ago
dxva2_vc1.c DxVA2: unbreak build after [657ccb5ac7] 14 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 cosmetics: rename eac3dec_data.c/h to eac3_data.c/h since the tables will also 14 years ago
eac3enc.c ac3enc: allow new coupling coordinates to be sent independently for each 13 years ago
eac3enc.h eac3enc: use frame exponent strategy when applicable. 14 years ago
eacmv.c eacmv: check for out of bound reads 13 years ago
eaidct.c Replace FFmpeg with Libav in licence headers 14 years ago
eamad.c lavc: use designated initialisers for all codecs. 13 years ago
eatgq.c lavc: use designated initialisers for all codecs. 13 years ago
eatgv.c lavc: use designated initialisers for all codecs. 13 years ago
eatqi.c lavc: use designated initialisers for all codecs. 13 years ago
elbg.c Replace FFmpeg with Libav in licence headers 14 years ago
elbg.h Replace FFmpeg with Libav in licence headers 14 years ago
error_resilience.c error_resilience: fix the check for missing references in ff_er_frame_end() for H264 13 years ago
escape124.c lavc: use designated initialisers for all codecs. 13 years ago
faandct.c
faandct.h Replace FFmpeg with Libav in licence headers 14 years ago
faanidct.c Replace FFmpeg with Libav in licence headers 14 years ago
faanidct.h Replace FFmpeg with Libav in licence headers 14 years ago
faxcompr.c doxygen: consistently place brief description 14 years ago
faxcompr.h doxygen: consistently place brief description 14 years ago
fft-fixed-test.c Fixed-point support in fft-test 14 years ago
fft-internal.h Fixed-point MDCT with 32-bit unscaled output 14 years ago
fft-test.c Move some variable declarations below the proper #ifdefs. 14 years ago
fft.c Add AVX FFT implementation. 14 years ago
fft.h doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
fft_fixed.c Fixed-point FFT and MDCT 14 years ago
fft_float.c Fixed-point FFT and MDCT 14 years ago
ffv1.c ffv1: Fixed size given to init_get_bits() in decoder. 13 years ago
flac.c Replace FFmpeg with Libav in licence headers 14 years ago
flac.h Replace FFmpeg with Libav in licence headers 14 years ago
flac_parser.c Replace FFmpeg with Libav in licence headers 14 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 flacdec: fix buffer size checking in get_metadata_size() 13 years ago
flacenc.c AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
flashsv.c flashsv: return more meaningful error value 13 years ago
flashsvenc.c Fix av_dlog invocations with wrong or missing logging context. 13 years ago
flicvideo.c lavc: use designated initialisers for all codecs. 13 years ago
flv.h multiple inclusion guard cleanup 14 years ago
flvdec.c lavc: use designated initialisers for all codecs. 13 years ago
flvenc.c lavc: use designated initialisers for all codecs. 13 years ago
fmtconvert.c Add float_interleave() to FmtConvertContext with x86-optimized versions. 14 years ago
fmtconvert.h Add float_interleave() to FmtConvertContext with x86-optimized versions. 14 years ago
fraps.c lavc: use designated initialisers for all codecs. 13 years ago
frwu.c lavc: use designated initialisers for all codecs. 13 years ago
g722.c doxygen: misc consistency cosmetics 14 years ago
g726.c lavc: use designated initialisers for all codecs. 13 years ago
get_bits.h get_bits: remove x86 inline asm in A32 bitstream reader 14 years ago
gif.c lavc: use designated initialisers for all codecs. 13 years ago
gifdec.c lavc: use designated initialisers for all codecs. 13 years ago
golomb.c Replace FFmpeg with Libav in licence headers 14 years ago
golomb.h h264: fix HRD parameters parsing 13 years ago
gsmdec.c lavc: use designated initialisers for all codecs. 13 years ago
gsmdec_data.c Replace FFmpeg with Libav in licence headers 14 years ago
gsmdec_data.h multiple inclusion guard cleanup 14 years ago
gsmdec_template.c Replace FFmpeg with Libav in licence headers 14 years ago
h261.c Replace FFmpeg with Libav in licence headers 14 years ago
h261.h Replace FFmpeg with Libav in licence headers 14 years ago
h261_parser.c Replace FFmpeg with Libav in licence headers 14 years ago
h261data.h Replace FFmpeg with Libav in licence headers 14 years ago
h261dec.c Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination. 13 years ago
h261enc.c lavc: use designated initialisers for all codecs. 13 years ago
h263.c Eliminate FF_COMMON_FRAME macro. 14 years ago
h263.h multiple inclusion guard cleanup 14 years ago
h263_parser.c Replace FFmpeg with Libav in licence headers 14 years ago
h263_parser.h Replace FFmpeg with Libav in licence headers 14 years ago
h263data.h Replace FFmpeg with Libav in licence headers 14 years ago
h263dec.c Windows Media Image decoder (WMVP/WVP2) 13 years ago
h264.c w32threads: support for frame multithreading 13 years ago
h264.h h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.h 14 years ago
h264_cabac.c H.264: optimize CABAC x86 asm for Atom 13 years ago
h264_cavlc.c h264: fix invalid shifts in init_cavlc_level_tab() 13 years ago
h264_direct.c w32threads: support for frame multithreading 13 years ago
h264_loopfilter.c H.264: add filter_mb_fast support for >8-bit decoding 14 years ago
h264_mp4toannexb_bsf.c Replace FFmpeg with Libav in licence headers 14 years ago
h264_mvpred.h h264: fix signed overflows in x*0x01010101 expressions 13 years ago
h264_parser.c doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
h264_ps.c h264: fix HRD parameters parsing 13 years ago
h264_refs.c h264: correct the check for invalid long term frame index in MMCO decode 13 years ago
h264_sei.c Replace FFmpeg with Libav in licence headers 14 years ago
h264data.h Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
h264dsp.c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 14 years ago
h264dsp.h 4:4:4 H.264 decoding support 14 years ago
h264dsp_template.c Rename libavcodec/high_bit_depth.h ---> libavcodec/bit_depth_template.c 14 years ago
h264idct.c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 14 years ago
h264idct_template.c Remove h264_lowres_idct_put/add functions 14 years ago
h264pred.c h264pred: use unsigned types for pixel values, fix signed overflows 13 years ago
h264pred.h Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 14 years ago
h264pred_template.c h264pred: use unsigned types for pixel values, fix signed overflows 13 years ago
huffman.c doxygen: do not include license boilerplate in Doxygen documentation 14 years ago
huffman.h doxygen: do not include license boilerplate in Doxygen documentation 14 years ago
huffyuv.c lavc: use designated initialisers for all codecs. 13 years ago
idcinvideo.c lavc: use designated initialisers for all codecs. 13 years ago
iff.c lavc: use designated initialisers for all codecs. 13 years ago
iirfilter.c iirfilter: add fate test 14 years ago
iirfilter.h Replace FFmpeg with Libav in licence headers 14 years ago
imc.c Add AVX FFT implementation. 14 years ago
imcdata.h Replace FFmpeg with Libav in licence headers 14 years ago
imgconvert.c imgconvert: remove unused glue and xglue macros 14 years ago
imgconvert.h Replace FFmpeg with Libav in licence headers 14 years ago
imx_dump_header_bsf.c Replace FFmpeg with Libav in licence headers 14 years ago
indeo2.c indeo2: fail if input buffer too small 13 years ago
indeo2data.h Replace FFmpeg with Libav in licence headers 14 years ago
indeo3.c lavc: use designated initialisers for all codecs. 13 years ago
indeo3data.h Replace FFmpeg with Libav in licence headers 14 years ago
indeo5.c Replace custom DEBUG preprocessor trickery by the standard one. 14 years ago
indeo5data.h Replace FFmpeg with Libav in licence headers 14 years ago
intelh263dec.c lavc: use designated initialisers for all codecs. 13 years ago
internal.h lavc: add support for codec-specific defaults. 14 years ago
interplayvideo.c lavc: use designated initialisers for all codecs. 13 years ago
intrax8.c Eliminate FF_COMMON_FRAME macro. 14 years ago
intrax8.h Replace FFmpeg with Libav in licence headers 14 years ago
intrax8dsp.c Replace FFmpeg with Libav in licence headers 14 years ago
intrax8huf.h Replace FFmpeg with Libav in licence headers 14 years ago
inverse.c Make ff_inverse stay with libavutil, and optional copy it to libavcodec. 15 years ago
ituh263dec.c mpeg124: use sign_extend() function 13 years ago
ituh263enc.c mpeg124: use sign_extend() function 13 years ago
ivi_common.c Replace custom DEBUG preprocessor trickery by the standard one. 14 years ago
ivi_common.h Replace custom DEBUG preprocessor trickery by the standard one. 14 years ago
ivi_dsp.c Replace FFmpeg with Libav in licence headers 14 years ago
ivi_dsp.h Replace FFmpeg with Libav in licence headers 14 years ago
jfdctfst.c jfdct: Replace sized int_fast integer types with plain int/unsigned. 14 years ago
jfdctint.c jfdctint: add 10-bit version 14 years ago
jfdctint_template.c jfdctint: add 10-bit version 14 years ago
jpegls.c Replace FFmpeg with Libav in licence headers 14 years ago
jpegls.h Replace FFmpeg with Libav in licence headers 14 years ago
jpeglsdec.c lavc: use designated initialisers for all codecs. 13 years ago
jpeglsdec.h Replace FFmpeg with Libav in licence headers 14 years ago
jpeglsenc.c Use explicit struct initializers for AVCodec declarations. 13 years ago
jrevdct.c
jvdec.c Fixed size given to init_get_bits(). 13 years ago
kbdwin.c Move ff_kbd_window_init() to a separate file 14 years ago
kbdwin.h multiple inclusion guard cleanup 14 years ago
kgv1dec.c lavc: use designated initialisers for all codecs. 13 years ago
kmvc.c lavc: use designated initialisers for all codecs. 13 years ago
lagarith.c lavc: use designated initialisers for all codecs. 13 years ago
lagarithrac.c Drop explicit filenames from @file Doxygen tags. 14 years ago
lagarithrac.h doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
latm_parser.c Replace FFmpeg with Libav in licence headers 14 years ago
lcl.h Replace FFmpeg with Libav in licence headers 14 years ago
lcldec.c lavc: use designated initialisers for all codecs. 13 years ago
lclenc.c lavc: use designated initialisers for all codecs. 13 years ago
libavcodec.v Hide the now-prefixed decoders, encoders, parsers, bsf, hwaccel objects. 14 years ago
libdirac.h Replace more FFmpeg references by Libav. 14 years ago
libdirac_libschro.c Replace FFmpeg with Libav in licence headers 14 years ago
libdirac_libschro.h Replace FFmpeg with Libav in licence headers 14 years ago
libdiracdec.c lavc: use designated initialisers for all codecs. 13 years ago
libdiracenc.c lavc: use designated initialisers for all codecs. 13 years ago
libfaac.c lavc: use designated initialisers for all codecs. 13 years ago
libgsm.c cosmetics: reindent and pretty-print 13 years ago
libmp3lame.c AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
libopencore-amr.c AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
libopenjpeg.c Use explicit struct initializers for AVCodec declarations. 13 years ago
libschroedinger.c Replace FFmpeg with Libav in licence headers 14 years ago
libschroedinger.h Replace FFmpeg with Libav in licence headers 14 years ago
libschroedingerdec.c lavc: use designated initialisers for all codecs. 13 years ago
libschroedingerenc.c lavc: use designated initialisers for all codecs. 13 years ago
libspeexdec.c lavc: use designated initialisers for all codecs. 13 years ago
libtheoraenc.c Replace more FFmpeg references by Libav. 14 years ago
libvo-aacenc.c lavc: use designated initialisers for all codecs. 13 years ago
libvo-amrwbenc.c AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
libvorbis.c AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
libvpxdec.c lavc: use designated initialisers for all codecs. 13 years ago
libvpxenc.c AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
libx264.c AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
libxavs.c AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
libxvid_internal.h Replace FFmpeg with Libav in licence headers 14 years ago
libxvid_rc.c Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
libxvidff.c lavc: use designated initialisers for all codecs. 13 years ago
ljpegenc.c Use explicit struct initializers for AVCodec declarations. 13 years ago
loco.c lavc: use designated initialisers for all codecs. 13 years ago
lpc.c doxygen: Make sure parameter names match between .c and .h files. 14 years ago
lpc.h lavc: move some flac-specific options to its private context. 14 years ago
lsp.c Remove unused code under G729_BITEXACT #ifdef. 14 years ago
lsp.h Remove VLAs in ff_amrwb_lsp2lpc() 14 years ago
lzw.c doxygen: use Doxygen markup for authors and web links where appropriate 14 years ago
lzw.h doxygen: use Doxygen markup for authors and web links where appropriate 14 years ago
lzwenc.c doxygen: consistently place brief description 14 years ago
mace.c lavc: use designated initialisers for all codecs. 13 years ago
mathops.h mathops: remove undefined behaviour from sign_extend() 13 years ago
mdct.c Fixed-point FFT and MDCT 14 years ago
mdct_fixed.c Fixed-point MDCT with 32-bit unscaled output 14 years ago
mdct_float.c Fixed-point FFT and MDCT 14 years ago
mdec.c lavc: use designated initialisers for all codecs. 13 years ago
mimic.c lavc: use designated initialisers for all codecs. 13 years ago
mjpeg.c Replace FFmpeg with Libav in licence headers 14 years ago
mjpeg.h Replace FFmpeg with Libav in licence headers 14 years ago
mjpeg2jpeg_bsf.c Replace FFmpeg with Libav in licence headers 14 years ago
mjpeg_parser.c Replace FFmpeg with Libav in licence headers 14 years ago
mjpega_dump_header_bsf.c Replace FFmpeg with Libav in licence headers 14 years ago
mjpegbdec.c mjpeg: propagate decode errors from ff_mjpeg_decode_sos and ff_mjpeg_decode_dqt 13 years ago
mjpegdec.c AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
mjpegdec.h mjpegdec: add 'extern_huff' private option. 13 years ago
mjpegenc.c lavc: use designated initialisers for all codecs. 13 years ago
mjpegenc.h Replace FFmpeg with Libav in licence headers 14 years ago
mlp.c Replace FFmpeg with Libav in licence headers 14 years ago
mlp.h Replace FFmpeg with Libav in licence headers 14 years ago
mlp_parser.c mlpdec: return meaningful error codes instead of -1 13 years ago
mlp_parser.h Replace FFmpeg with Libav in licence headers 14 years ago
mlpdec.c mlpdec: return meaningful error codes instead of -1 13 years ago
mlpdsp.c Drop unnecessary directory prefixes from #include directives. 14 years ago
mmvideo.c lavc: use designated initialisers for all codecs. 13 years ago
motion-test.c lavc: make avcodec_alloc_context3 officially public. 14 years ago
motion_est.c motion_est: make MotionExtContext.map_generation unsigned 13 years ago
motion_est_template.c motion_est: make MotionExtContext.map_generation unsigned 13 years ago
motionpixels.c motionpixels: Prevent calling init_vlc() with invalid parameters 13 years ago
motionpixels_tablegen.c Replace FFmpeg with Libav in licence headers 14 years ago
motionpixels_tablegen.h multiple inclusion guard cleanup 14 years ago
movsub_bsf.c Replace FFmpeg with Libav in licence headers 14 years ago
mp3_header_compress_bsf.c mpegaudio: move all header parsing to mpegaudiodecheader.[ch] 14 years ago
mp3_header_decompress_bsf.c mpegaudio: move all header parsing to mpegaudiodecheader.[ch] 14 years ago
mpc.c Move some mpegaudio functions to new mpegaudiodsp subsystem 14 years ago
mpc.h Add missing #includes to make headers self-contained. 14 years ago
mpc7.c mpc7: return error if packet is too small. 13 years ago
mpc7data.h Replace FFmpeg with Libav in licence headers 14 years ago
mpc8.c mpc8: Check out of bound bands limit 13 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 musepack: remove unnecessary #include from mpcdata.h 14 years ago
mpeg4audio.c Replace FFmpeg with Libav in licence headers 14 years ago
mpeg4audio.h doxygen: fix wrong comment syntax, //< vs. ///< 13 years ago
mpeg4data.h Replace FFmpeg with Libav in licence headers 14 years ago
mpeg4video.c Eliminate FF_COMMON_FRAME macro. 14 years ago
mpeg4video.h multiple inclusion guard cleanup 14 years ago
mpeg4video_parser.c Replace FFmpeg with Libav in licence headers 14 years ago
mpeg4video_parser.h Replace FFmpeg with Libav in licence headers 14 years ago
mpeg4videodec.c mpeg4dec: use unsigned type for startcode in ff_mpeg4_decode_picture_header 13 years ago
mpeg4videoenc.c AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
mpeg12.c w32threads: support for frame multithreading 13 years ago
mpeg12.h Replace FFmpeg with Libav in licence headers 14 years ago
mpeg12data.c Replace FFmpeg with Libav in licence headers 14 years ago
mpeg12data.h Replace FFmpeg with Libav in licence headers 14 years ago
mpeg12decdata.h Replace FFmpeg with Libav in licence headers 14 years ago
mpeg12enc.c AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 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 mpegaudio: clean up #includes 14 years ago
mpegaudio_tablegen.c mpegaudio: add _fixed suffix to some names 14 years ago
mpegaudio_tablegen.h multiple inclusion guard cleanup 14 years ago
mpegaudiodata.c Replace FFmpeg with Libav in licence headers 14 years ago
mpegaudiodata.h mpegaudio: clean up #includes 14 years ago
mpegaudiodec.c Use explicit struct initializers for AVCodec declarations. 13 years ago
mpegaudiodec_float.c Use explicit struct initializers for AVCodec declarations. 13 years ago
mpegaudiodecheader.c mpegaudio: move all header parsing to mpegaudiodecheader.[ch] 14 years ago
mpegaudiodecheader.h mpegaudio: move all header parsing to mpegaudiodecheader.[ch] 14 years ago
mpegaudiodectab.h Add missing #includes to make headers self-contained. 14 years ago
mpegaudiodsp.c ARM: optimised mpadsp_apply_window_fixed 14 years ago
mpegaudiodsp.h ARM: optimised mpadsp_apply_window_fixed 14 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 Move some mpegaudio functions to new mpegaudiodsp subsystem 14 years ago
mpegaudioenc.c mp2 encoder: make 128k the default bitrate. 13 years ago
mpegaudiotab.h Replace FFmpeg with Libav in licence headers 14 years ago
mpegvideo.c w32threads: support for frame multithreading 13 years ago
mpegvideo.h motion_est: make MotionExtContext.map_generation unsigned 13 years ago
mpegvideo_common.h Eliminate FF_COMMON_FRAME macro. 14 years ago
mpegvideo_enc.c AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
mpegvideo_parser.c Remove unused variables 14 years ago
mpegvideo_xvmc.c hwaccel: unbreak build 14 years ago
msgsmdec.c Replace FFmpeg with Libav in licence headers 14 years ago
msgsmdec.h multiple inclusion guard cleanup 14 years ago
msmpeg4.c msmpeg4: remove leftover unused debug variable declaration 13 years ago
msmpeg4.h doxygen: misc consistency cosmetics 14 years ago
msmpeg4data.c Replace FFmpeg with Libav in licence headers 14 years ago
msmpeg4data.h Replace FFmpeg with Libav in licence headers 14 years ago
msrle.c lavc: use designated initialisers for all codecs. 13 years ago
msrledec.c Replace FFmpeg with Libav in licence headers 14 years ago
msrledec.h Replace FFmpeg with Libav in licence headers 14 years ago
msvideo1.c lavc: use designated initialisers for all codecs. 13 years ago
mxpegdec.c mjpeg: treat external huffman table setup failure as codec init failure if external huffman table use requested 13 years ago
nellymoser.c
nellymoser.h multiple inclusion guard cleanup 14 years ago
nellymoserdec.c nellymoserdec: allocate float_buf only when decoding to int16 13 years ago
nellymoserenc.c Add AVX FFT implementation. 14 years ago
noise_bsf.c Replace FFmpeg with Libav in licence headers 14 years ago
nuv.c lavc: use designated initialisers for all codecs. 13 years ago
opt.h Add LGPL license boilerplate to files lacking it. 14 years ago
options.c lavc: make avcodec_get_context_defaults3 "officially" public 13 years ago
pamenc.c lavc: use designated initialisers for all codecs. 13 years ago
parser.c Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
parser.h Replace FFmpeg with Libav in licence headers 14 years ago
pcm-mpeg.c lavc: use designated initialisers for all codecs. 13 years ago
pcm.c pcm: reduce pointer type casting 13 years ago
pcm_tablegen.c Replace FFmpeg with Libav in licence headers 14 years ago
pcm_tablegen.h multiple inclusion guard cleanup 14 years ago
pcx.c lavc: use designated initialisers for all codecs. 13 years ago
pcxenc.c lavc: use designated initialisers for all codecs. 13 years ago
pgssubdec.c lavc: use designated initialisers for all codecs. 13 years ago
pictordec.c lavc: use designated initialisers for all codecs. 13 years ago
png.c Replace FFmpeg with Libav in licence headers 14 years ago
png.h Replace FFmpeg with Libav in licence headers 14 years ago
pngdec.c lavc: use designated initialisers for all codecs. 13 years ago
pngenc.c lavc: use designated initialisers for all codecs. 13 years ago
pnm.c Replace FFmpeg with Libav in licence headers 14 years ago
pnm.h Replace FFmpeg with Libav in licence headers 14 years ago
pnm_parser.c Replace FFmpeg with Libav in licence headers 14 years ago
pnmdec.c lavc: use designated initialisers for all codecs. 13 years ago
pnmenc.c lavc: use designated initialisers for all codecs. 13 years ago
proresdec.c prores: get correct size for coded V plane if alpha is present 13 years ago
proresdsp.c prores: idct sse2/sse4 optimizations. 13 years ago
proresdsp.h prores: idct sse2/sse4 optimizations. 13 years ago
psymodel.c psymodel: Add channels and channel groups to the psymodel. 14 years ago
psymodel.h psymodel: Remove the single channel analysis function 14 years ago
pthread.c w32threads: support for frame multithreading 13 years ago
ptx.c ptx: check for out of bound reads 13 years ago
put_bits.h put_bits: fix invalid shift by 32 in flush_put_bits() 13 years ago
qcelpdata.h doxygen: Prefer member groups over grouping into modules 14 years ago
qcelpdec.c qcelpdec: cosmetics: do not add line break before opening bracket in 'for', 13 years ago
qdm2.c qdm2: check output buffer size before decoding 13 years ago
qdm2_tablegen.c Replace FFmpeg with Libav in licence headers 14 years ago
qdm2_tablegen.h qdm2: fix signed multiplication overflow 13 years ago
qdm2data.h Replace FFmpeg with Libav in licence headers 14 years ago
qdrw.c quickdraw: Check for out of bound reads 13 years ago
qpeg.c lavc: use designated initialisers for all codecs. 13 years ago
qtrle.c lavc: use designated initialisers for all codecs. 13 years ago
qtrleenc.c lavc: use designated initialisers for all codecs. 13 years ago
r210dec.c lavc: use designated initialisers for all codecs. 13 years ago
ra144.c ra144: use macro constants to make the code more understandable. 13 years ago
ra144.h Replace FFmpeg with Libav in licence headers 14 years ago
ra144dec.c ra144: use macro constants to make the code more understandable. 13 years ago
ra144enc.c Use explicit struct initializers for AVCodec declarations. 13 years ago
ra288.c ra288: log an error message when output buffer is too small. 13 years ago
ra288.h Replace FFmpeg with Libav in licence headers 14 years ago
rangecoder.c Replace FFmpeg with Libav in licence headers 14 years ago
rangecoder.h Replace FFmpeg with Libav in licence headers 14 years ago
ratecontrol.c ratecontrol: update last_qscale_for sooner 13 years ago
ratecontrol.h Replace FFmpeg with Libav in licence headers 14 years ago
raw.c Synchronize various 4CCs and codec tags from FFmpeg. 13 years ago
raw.h Replace FFmpeg with Libav in licence headers 14 years ago
rawdec.c lavc: use designated initialisers for all codecs. 13 years ago
rawenc.c lavc: use designated initialisers for all codecs. 13 years ago
rdft.c Move dct and rdft definitions to separate files 14 years ago
rdft.h multiple inclusion guard cleanup 14 years ago
rectangle.h Replace FFmpeg with Libav in licence headers 14 years ago
remove_extradata_bsf.c Replace FFmpeg with Libav in licence headers 14 years ago
resample.c Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 14 years ago
resample2.c Replace FFmpeg with Libav in licence headers 14 years ago
rl.h Replace FFmpeg with Libav in licence headers 14 years ago
rl2.c lavc: use designated initialisers for all codecs. 13 years ago
rle.c Replace FFmpeg with Libav in licence headers 14 years ago
rle.h Replace FFmpeg with Libav in licence headers 14 years ago
roqaudioenc.c lavc: use designated initialisers for all codecs. 13 years ago
roqvideo.c Replace FFmpeg with Libav in licence headers 14 years ago
roqvideo.h Replace FFmpeg with Libav in licence headers 14 years ago
roqvideodec.c lavc: use designated initialisers for all codecs. 13 years ago
roqvideoenc.c Use explicit struct initializers for AVCodec declarations. 13 years ago
rpza.c lavc: use designated initialisers for all codecs. 13 years ago
rtjpeg.c doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
rtjpeg.h Replace FFmpeg with Libav in licence headers 14 years ago
rv10.c rv10: Reject slices that does not have the same type as the first one 13 years ago
rv10enc.c lavc: use designated initialisers for all codecs. 13 years ago
rv20enc.c lavc: use designated initialisers for all codecs. 13 years ago
rv30.c Pretty-print RV3/4 decoder source 13 years ago
rv30data.h Replace FFmpeg with Libav in licence headers 14 years ago
rv30dsp.c rv34: move inverse transform functions to DSP context 13 years ago
rv34.c rv34: move inverse transform functions to DSP context 13 years ago
rv34.h Add weighted motion compensation for RV40 B-frames 13 years ago
rv34_parser.c RV3/4 parser: remove unused variable 'off' 13 years ago
rv34data.h Replace FFmpeg with Libav in licence headers 14 years ago
rv34dsp.c rv34: move inverse transform functions to DSP context 13 years ago
rv34dsp.h rv34: move inverse transform functions to DSP context 13 years ago
rv34vlc.h Replace FFmpeg with Libav in licence headers 14 years ago
rv40.c Pretty-print RV3/4 decoder source 13 years ago
rv40data.h doxygen: Prefer member groups over grouping into modules 14 years ago
rv40dsp.c rv34: move inverse transform functions to DSP context 13 years ago
rv40vlc2.h Replace FFmpeg with Libav in licence headers 14 years ago
s3tc.c Replace FFmpeg with Libav in licence headers 14 years ago
s3tc.h doxygen: drop pointless star from pointer variable names 13 years ago
s302m.c s302m: use nondeprecated audio sample format API 13 years ago
sbr.h doxygen: Prefer member groups over grouping into modules 14 years ago
sgi.h Replace FFmpeg with Libav in licence headers 14 years ago
sgidec.c lavc: use designated initialisers for all codecs. 13 years ago
sgienc.c lavc: use designated initialisers for all codecs. 13 years ago
shorten.c shorten: remove the flush function. 13 years ago
simple_idct.c prores-idct: fix overflow in c code. 13 years ago
simple_idct.h prores: extract idct into its own dspcontext and merge with put_pixels. 13 years ago
simple_idct_template.c prores-idct: fix overflow in c code. 13 years ago
sinewin.c Move sine windows to a separate file 14 years ago
sinewin.h multiple inclusion guard cleanup 14 years ago
sinewin_tablegen.c Move sine windows to a separate file 14 years ago
sinewin_tablegen.h multiple inclusion guard cleanup 14 years ago
sipr.c sipr: fix get_bits(0) calls 13 years ago
sipr.h sipr: Drop unused DSPContext 14 years ago
sipr16k.c Replace FFmpeg with Libav in licence headers 14 years ago
sipr16kdata.h Replace FFmpeg with Libav in licence headers 14 years ago
siprdata.h Replace FFmpeg with Libav in licence headers 14 years ago
smacker.c smacker: validate channels and sample format. 13 years ago
smc.c lavc: use designated initialisers for all codecs. 13 years ago
snow.c AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
snow.h Replace FFmpeg with Libav in licence headers 14 years ago
sp5x.h Remove unused structs and tables. 14 years ago
sp5xdec.c lavc: use designated initialisers for all codecs. 13 years ago
srtdec.c srtdec: make sure we don't write past the end of buffer 14 years ago
sunrast.c sunrast: Check for out of bounds reads 13 years ago
svq1.c Replace FFmpeg with Libav in licence headers 14 years ago
svq1.h Replace FFmpeg with Libav in licence headers 14 years ago
svq1_cb.h Replace FFmpeg with Libav in licence headers 14 years ago
svq1_vlc.h Replace FFmpeg with Libav in licence headers 14 years ago
svq1dec.c lavc: use designated initialisers for all codecs. 13 years ago
svq1enc.c lavc: use designated initialisers for all codecs. 13 years ago
svq1enc_cb.h Replace FFmpeg with Libav in licence headers 14 years ago
svq3.c svq3: propagate codec memory allocation failure in context init 13 years ago
synth_filter.c fft: remove inline wrappers for function pointers 14 years ago
synth_filter.h Replace FFmpeg with Libav in licence headers 14 years ago
tableprint.h doxygen: Prefer member groups over grouping into modules 14 years ago
targa.c lavc: use designated initialisers for all codecs. 13 years ago
targa.h multiple inclusion guard cleanup 14 years ago
targaenc.c Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name(). 14 years ago
thread.h Remove unnecessary parameter from ff_thread_init() and fix behavior 14 years ago
tiertexseqv.c tiertexseqv: Check for out of bound reads 13 years ago
tiff.c tiffdec: fix out of bound reads/writes 13 years ago
tiff.h doxygen: consistently place brief description 14 years ago
tiffenc.c tiffenc: initialize forgotten avctx. 13 years ago
tmv.c doxygen: replace @sa tag by the more readable but equivalent @see 14 years ago
truemotion1.c lavc: use designated initialisers for all codecs. 13 years ago
truemotion1data.h Replace FFmpeg with Libav in licence headers 14 years ago
truemotion2.c lavc: use designated initialisers for all codecs. 13 years ago
truespeech.c truespeech: use sizeof() instead of hardcoded sizes 13 years ago
truespeech_data.h Replace FFmpeg with Libav in licence headers 14 years ago
tscc.c cosmetics: fix indentation/alignment in AVCodec declarations 13 years ago
tta.c Fixed size given to init_get_bits(). 13 years ago
twinvq.c Use explicit struct initializers for AVCodec declarations. 13 years ago
twinvq_data.h Replace FFmpeg with Libav in licence headers 14 years ago
txd.c lavc: use designated initialisers for all codecs. 13 years ago
ulti.c lavc: use designated initialisers for all codecs. 13 years ago
ulti_cb.h Replace FFmpeg with Libav in licence headers 14 years ago
unary.h Replace FFmpeg with Libav in licence headers 14 years ago
utils.c w32threads: support for frame multithreading 13 years ago
utvideo.c Ut Video decoder 13 years ago
v210dec.c v210dec: switch to PIX_FMT_422P10 13 years ago
v210enc.c v210enc: clip values according to specifications 13 years ago
v210x.c lavc: use designated initialisers for all codecs. 13 years ago
vaapi.c doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
vaapi.h doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
vaapi_h264.c doxygen: misc consistency cosmetics 14 years ago
vaapi_internal.h hwaccel: unbreak build 14 years ago
vaapi_mpeg2.c vaapi: do not assert on value read from input bitstream 14 years ago
vaapi_mpeg4.c hwaccel: unbreak build 14 years ago
vaapi_vc1.c vaapi: Fix VC-1 decoding (reconstruct bitstream TTFRM correctly). 13 years ago
vb.c lavc: use designated initialisers for all codecs. 13 years ago
vc1.c vc1: explicitly zero interlaced mode coding variables for progressive mode 13 years ago
vc1.h vc1: K&R formatting cosmetics 13 years ago
vc1_parser.c vc1: fix VC-1 Pulldown handling. 13 years ago
vc1acdata.h Replace FFmpeg with Libav in licence headers 14 years ago
vc1data.c vc1: prettyprint some tables 13 years ago
vc1data.h vc1dec: interlaced stream decoding support 2/3 13 years ago
vc1dec.c Use correct scaling table for bwd-pred MVs in second B-field 13 years ago
vc1dsp.c vc1dec: interlaced stream decoding support 3/3 13 years ago
vc1dsp.h Windows Media Image decoder (WMVP/WVP2) 13 years ago
vcr1.c cosmetics: remove some stray comments from AVCodec declarations 13 years ago
vdpau.c hwaccel: unbreak build 14 years ago
vdpau.h doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
vdpau_internal.h Replace FFmpeg with Libav in licence headers 14 years ago
version.h Ut Video decoder 13 years ago
vmdav.c vmd: fix segfaults on corruped streams 13 years ago
vmnc.c lavc: use designated initialisers for all codecs. 13 years ago
vorbis.c doxygen: do not include license boilerplate in Doxygen documentation 14 years ago
vorbis.h Replace int_fast integer types with their sized standard posix counterparts. 14 years ago
vorbis_data.c Replace FFmpeg with Libav in licence headers 14 years ago
vorbis_enc_data.h Replace FFmpeg with Libav in licence headers 14 years ago
vorbisdec.c lavc: use designated initialisers for all codecs. 13 years ago
vorbisenc.c lavc: use designated initialisers for all codecs. 13 years ago
vp3.c w32threads: support for frame multithreading 13 years ago
vp3_parser.c Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
vp3data.h Replace FFmpeg with Libav in licence headers 14 years ago
vp3dsp.c Replace FFmpeg with Libav in licence headers 14 years ago
vp5.c vp6: Check for huffman tree build errors 13 years ago
vp5data.h doxygen: do not include license boilerplate in Doxygen documentation 14 years ago
vp6.c vp6: Reset the internal state when aborting key frames header parsing 13 years ago
vp6data.h doxygen: do not include license boilerplate in Doxygen documentation 14 years ago
vp6dsp.c doxygen: do not include license boilerplate in Doxygen documentation 14 years ago
vp8.c vp8: prevent read from uninitialized memory in decode_mvs 13 years ago
vp8.h multiple inclusion guard cleanup 14 years ago
vp8_parser.c Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
vp8data.h doxygen: do not include license boilerplate in Doxygen documentation 14 years ago
vp8dsp.c doxygen: do not include license boilerplate in Doxygen documentation 14 years ago
vp8dsp.h doxygen: do not include license boilerplate in Doxygen documentation 14 years ago
vp56.c vp56: Release old pictures after a resolution changes 13 years ago
vp56.h vp6: Check for huffman tree build errors 13 years ago
vp56data.c doxygen: do not include license boilerplate in Doxygen documentation 14 years ago
vp56data.h doxygen: do not include license boilerplate in Doxygen documentation 14 years ago
vp56dsp.c Replace FFmpeg with Libav in licence headers 14 years ago
vp56dsp.h Replace FFmpeg with Libav in licence headers 14 years ago
vp56rac.c Replace FFmpeg with Libav in licence headers 14 years ago
vqavideo.c lavc: use designated initialisers for all codecs. 13 years ago
w32pthreads.h w32threads: support for frame multithreading 13 years ago
wavpack.c wavpack: Reset internal state on corrupted blocks 13 years ago
wma.c Move sine windows to a separate file 14 years ago
wma.h Add AVX FFT implementation. 14 years ago
wmadata.h Replace FFmpeg with Libav in licence headers 14 years ago
wmadec.c Use explicit struct initializers for AVCodec declarations. 13 years ago
wmaenc.c Use explicit struct initializers for AVCodec declarations. 13 years ago
wmaprodata.h Replace FFmpeg with Libav in licence headers 14 years ago
wmaprodec.c wmapro: Validate the number of audio channels before using it 13 years ago
wmavoice.c wmavoice: fix a signed overflow 13 years ago
wmavoice_data.h Replace FFmpeg with Libav in licence headers 14 years ago
wmv2.c Replace FFmpeg with Libav in licence headers 14 years ago
wmv2.h Replace FFmpeg with Libav in licence headers 14 years ago
wmv2dec.c lavc: use designated initialisers for all codecs. 13 years ago
wmv2enc.c lavc: use designated initialisers for all codecs. 13 years ago
wnv1.c lavc: use designated initialisers for all codecs. 13 years ago
ws-snd1.c ws_snd: misc cosmetic clean-ups 13 years ago
xan.c xan: Prevent NULL dereference with missing palette 13 years ago
xiph.c Replace FFmpeg with Libav in licence headers 14 years ago
xiph.h Replace FFmpeg with Libav in licence headers 14 years ago
xl.c lavc: use designated initialisers for all codecs. 13 years ago
xsubdec.c cosmetics: fix indentation/alignment in AVCodec declarations 13 years ago
xsubenc.c cosmetics: fix indentation/alignment in AVCodec declarations 13 years ago
xvmc.h lavc: remove misc disabled cruft. 14 years ago
xvmc_internal.h multiple inclusion guard cleanup 14 years ago
xxan.c lavc: use designated initialisers for all codecs. 13 years ago
yop.c lavc: use designated initialisers for all codecs. 13 years ago
zmbv.c zmbv: remove memcpy() of decoded frame 13 years ago
zmbvenc.c lavc: use designated initialisers for all codecs. 13 years ago