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.
 
 
 
 
Justin Ruggles e0b33d479c ac3enc: simplify stereo rematrixing decision options 14 years ago
..
alpha simple_idct_alpha: Drop some useless casts. 14 years ago
arm ac3enc: NEON optimised extract_exponents 14 years ago
avr32 Replace FFmpeg with Libav in licence headers 14 years ago
bfin Replace FFmpeg with Libav in licence headers 14 years ago
mips Replace FFmpeg with Libav in licence headers 14 years ago
mlib Replace FFmpeg with Libav in licence headers 14 years ago
ppc Convert some undefined 1<<31 shifts into 1U<<31. 14 years ago
ps2 Replace FFmpeg with Libav in licence headers 14 years ago
sh4 Remove disabled non-optimized code variants. 14 years ago
sparc Replace FFmpeg with Libav in licence headers 14 years ago
x86 Remove disabled non-optimized code variants. 14 years ago
4xm.c Replace FFmpeg with Libav in licence headers 14 years ago
8bps.c make containers pass palette change in AVPacket 14 years ago
8svx.c Replace FFmpeg with Libav in licence headers 14 years ago
Makefile vorbis: Rename decoder/encoder files to follow general file naming scheme. 14 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 Replace FFmpeg with Libav in licence headers 14 years ago
a64tables.h Replace FFmpeg with Libav in licence headers 14 years ago
aac.h aacdec: remove sf_scale and sf_offset. 14 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 Replace FFmpeg with Libav in licence headers 14 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 Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets instead 14 years ago
aac_tablegen_decl.h Replace FFmpeg with Libav in licence headers 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 Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets instead 14 years ago
aacdec.c aacdec: remove sf_scale and sf_offset. 14 years ago
aacdectab.h aacdec: use a scale of 2 in the LTP MDCT rather than doubling the coefficient 14 years ago
aacenc.c aacenc: Finish 3GPP psymodel analysis for non mid/side cases. 14 years ago
aacenc.h Add AVX FFT implementation. 14 years ago
aacps.c Replace FFmpeg with Libav in licence headers 14 years ago
aacps.h Replace FFmpeg with Libav in licence headers 14 years ago
aacps_tablegen.c Replace FFmpeg with Libav in licence headers 14 years ago
aacps_tablegen.h Replace FFmpeg with Libav in licence headers 14 years ago
aacpsdata.c Replace FFmpeg with Libav in licence headers 14 years ago
aacpsy.c aacenc: Fix whitespace after last commit. 14 years ago
aacpsy.h Replace FFmpeg with Libav in licence headers 14 years ago
aacsbr.c aac: add headers needed for log2f() 14 years ago
aacsbr.h Replace FFmpeg with Libav in licence headers 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 Replace FFmpeg with Libav in licence headers 14 years ago
ac3.c ac3dec: fix processing of delta bit allocation information. 14 years ago
ac3.h ac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp 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 ac3dec: fix processing of delta bit allocation information. 14 years ago
ac3dec.h Add AVX FFT implementation. 14 years ago
ac3dec_data.c Replace FFmpeg with Libav in licence headers 14 years ago
ac3dec_data.h Replace FFmpeg with Libav in licence headers 14 years ago
ac3dsp.c ac3enc: move extract_exponents inner loop to ac3dsp 14 years ago
ac3dsp.h ac3enc: move extract_exponents inner loop to ac3dsp 14 years ago
ac3enc.c ac3enc: simplify stereo rematrixing decision options 14 years ago
ac3enc_fixed.c ac3enc: correct the flipped sign in the ac3_fixed encoder 14 years ago
ac3enc_float.c ac3enc: use generic fixed-point mdct 14 years ago
ac3tab.c Add apply_window_int16() to DSPContext with x86-optimized versions and use it 14 years ago
ac3tab.h ac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp 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 Replace FFmpeg with Libav in licence headers 14 years ago
acelp_pitch_delay.h Replace FFmpeg with Libav in licence headers 14 years ago
acelp_vectors.c Replace FFmpeg with Libav in licence headers 14 years ago
acelp_vectors.h Replace FFmpeg with Libav in licence headers 14 years ago
adpcm.c Replace FFmpeg with Libav in licence headers 14 years ago
adx.h Replace FFmpeg with Libav in licence headers 14 years ago
adxdec.c Replace FFmpeg with Libav in licence headers 14 years ago
adxenc.c Replace FFmpeg with Libav in licence headers 14 years ago
alac.c Replace FFmpeg with Libav in licence headers 14 years ago
alacenc.c Replace FFmpeg with Libav in licence headers 14 years ago
allcodecs.c Add support for AMR-WB encoding via libvo-amrwbenc 14 years ago
alsdec.c Replace FFmpeg with Libav in licence headers 14 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 libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initialization 14 years ago
amrwbdata.h Replace FFmpeg with Libav in licence headers 14 years ago
amrwbdec.c libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initialization 14 years ago
anm.c Replace FFmpeg with Libav in licence headers 14 years ago
ansi.c Replace FFmpeg with Libav in licence headers 14 years ago
apedec.c Replace FFmpeg with Libav in licence headers 14 years ago
api-example.c Replace FFmpeg with Libav in licence headers 14 years ago
ass.c Replace FFmpeg with Libav in licence headers 14 years ago
ass.h Replace FFmpeg with Libav in licence headers 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 Remove some disabled printf debug cruft. 14 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 Replace FFmpeg with Libav in licence headers 14 years ago
avcodec.h lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums 14 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 Replace FFmpeg with Libav in licence headers 14 years ago
bethsoftvideo.c Replace FFmpeg with Libav in licence headers 14 years ago
bethsoftvideo.h Replace FFmpeg with Libav in licence headers 14 years ago
bfi.c Replace FFmpeg with Libav in licence headers 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 Replace FFmpeg with Libav in licence headers 14 years ago
binkaudio.c Add AVX FFT implementation. 14 years ago
binkdata.h Replace FFmpeg with Libav in licence headers 14 years ago
binkidct.c Replace FFmpeg with Libav in licence headers 14 years ago
bitstream.c Replace FFmpeg with Libav in licence headers 14 years ago
bitstream_filter.c Replace FFmpeg with Libav in licence headers 14 years ago
bmp.c Replace FFmpeg with Libav in licence headers 14 years ago
bmp.h Replace FFmpeg with Libav in licence headers 14 years ago
bmpenc.c Replace FFmpeg with Libav in licence headers 14 years ago
bytestream.h Replace FFmpeg with Libav in licence headers 14 years ago
c93.c Replace FFmpeg with Libav in licence headers 14 years ago
cabac.c Replace FFmpeg with Libav in licence headers 14 years ago
cabac.h Replace FFmpeg with Libav in licence headers 14 years ago
cavs.c Replace FFmpeg with Libav in licence headers 14 years ago
cavs.h Replace FFmpeg with Libav in licence headers 14 years ago
cavs_parser.c Replace FFmpeg with Libav in licence headers 14 years ago
cavsdata.h Replace FFmpeg with Libav in licence headers 14 years ago
cavsdec.c Replace FFmpeg with Libav in licence headers 14 years ago
cavsdsp.c Replace FFmpeg with Libav in licence headers 14 years ago
cavsdsp.h Replace FFmpeg with Libav in licence headers 14 years ago
cbrt_tablegen.c Replace FFmpeg with Libav in licence headers 14 years ago
cbrt_tablegen.h Replace FFmpeg with Libav in licence headers 14 years ago
cdgraphics.c Replace FFmpeg with Libav in licence headers 14 years ago
celp_filters.c Replace FFmpeg with Libav in licence headers 14 years ago
celp_filters.h Replace FFmpeg with Libav in licence headers 14 years ago
celp_math.c Replace FFmpeg with Libav in licence headers 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 Replace FFmpeg with Libav in licence headers 14 years ago
chomp_bsf.c Replace FFmpeg with Libav in licence headers 14 years ago
cinepak.c make containers pass palette change in AVPacket 14 years ago
cljr.c Replace FFmpeg with Libav in licence headers 14 years ago
cook.c Add AVX FFT implementation. 14 years ago
cookdata.h Replace FFmpeg with Libav in licence headers 14 years ago
costablegen.c Fixed-point FFT and MDCT 14 years ago
cscd.c Replace FFmpeg with Libav in licence headers 14 years ago
cyuv.c Replace FFmpeg with Libav in licence headers 14 years ago
dca.c Add AVX FFT implementation. 14 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 Replace FFmpeg with Libav in licence headers 14 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 Remove some disabled printf debug cruft. 14 years ago
dct.c dct: remove superflous #include 14 years ago
dct.h Move ff_dct_init_mmx declaration to dct.h 14 years ago
dct32.c Replace FFmpeg with Libav in licence headers 14 years ago
dctref.c Replace FFmpeg with Libav in licence headers 14 years ago
dctref.h Replace FFmpeg with Libav in licence headers 14 years ago
dfa.c dfa: protect pointer range checks against overflows. 14 years ago
dirac.c Replace FFmpeg with Libav in licence headers 14 years ago
dirac.h Replace FFmpeg with Libav in licence headers 14 years ago
dirac_parser.c Replace FFmpeg with Libav in licence headers 14 years ago
dnxhd_parser.c Replace FFmpeg with Libav in licence headers 14 years ago
dnxhddata.c Replace FFmpeg with Libav in licence headers 14 years ago
dnxhddata.h Replace FFmpeg with Libav in licence headers 14 years ago
dnxhddec.c Replace FFmpeg with Libav in licence headers 14 years ago
dnxhdenc.c Introduce slice threads flag. 14 years ago
dnxhdenc.h Replace FFmpeg with Libav in licence headers 14 years ago
dpcm.c Replace FFmpeg with Libav in licence headers 14 years ago
dpx.c Replace FFmpeg with Libav in licence headers 14 years ago
dsicinav.c Replace FFmpeg with Libav in licence headers 14 years ago
dsputil.c Remove some disabled printf debug cruft. 14 years ago
dsputil.h lavc: remove misc disabled cruft. 14 years ago
dump_extradata_bsf.c Replace FFmpeg with Libav in licence headers 14 years ago
dv.c Introduce slice threads flag. 14 years ago
dv_tablegen.c Replace FFmpeg with Libav in licence headers 14 years ago
dv_tablegen.h Replace FFmpeg with Libav in licence headers 14 years ago
dv_vlc_data.h Replace FFmpeg with Libav in licence headers 14 years ago
dvbsub.c Replace FFmpeg with Libav in licence headers 14 years ago
dvbsub_parser.c Replace FFmpeg with Libav in licence headers 14 years ago
dvbsubdec.c Replace FFmpeg with Libav in licence headers 14 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 Replace FFmpeg with Libav in licence headers 14 years ago
dvdsubenc.c Replace FFmpeg with Libav in licence headers 14 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 Replace FFmpeg with Libav in licence headers 14 years ago
dxva2.c Replace FFmpeg with Libav in licence headers 14 years ago
dxva2.h Replace more FFmpeg references by Libav. 14 years ago
dxva2_h264.c Replace more FFmpeg references by Libav. 14 years ago
dxva2_internal.h Replace FFmpeg with Libav in licence headers 14 years ago
dxva2_mpeg2.c Replace FFmpeg with Libav in licence headers 14 years ago
dxva2_vc1.c Replace FFmpeg with Libav in licence headers 14 years ago
eac3dec.c Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser 14 years ago
eac3dec_data.c Replace FFmpeg with Libav in licence headers 14 years ago
eac3dec_data.h Replace FFmpeg with Libav in licence headers 14 years ago
eacmv.c Replace FFmpeg with Libav in licence headers 14 years ago
eaidct.c Replace FFmpeg with Libav in licence headers 14 years ago
eamad.c Replace FFmpeg with Libav in licence headers 14 years ago
eatgq.c Replace FFmpeg with Libav in licence headers 14 years ago
eatgv.c Replace FFmpeg with Libav in licence headers 14 years ago
eatqi.c Replace FFmpeg with Libav in licence headers 14 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 Eliminate pointless '#if 1' statements without matching '#else'. 14 years ago
escape124.c Replace FFmpeg with Libav in licence headers 14 years ago
faandct.c Remove explicit filename from Doxygen @file commands. 15 years ago
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 Replace FFmpeg with Libav in licence headers 14 years ago
faxcompr.h Replace FFmpeg with Libav in licence headers 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 Fixed-point support in fft-test 14 years ago
fft.c Add AVX FFT implementation. 14 years ago
fft.h Add AVX FFT implementation. 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 Introduce slice threads flag. 14 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 Replace FFmpeg with Libav in licence headers 14 years ago
flacenc.c lavc: remove the FF_API_USE_LPC cruft. 14 years ago
flashsv.c flashsv: Return more meaningful error values. 14 years ago
flashsvenc.c flashsv: Return more meaningful error values. 14 years ago
flicvideo.c Replace FFmpeg with Libav in licence headers 14 years ago
flv.h Replace FFmpeg with Libav in licence headers 14 years ago
flvdec.c Replace FFmpeg with Libav in licence headers 14 years ago
flvenc.c Replace FFmpeg with Libav in licence headers 14 years ago
fmtconvert.c Replace FFmpeg with Libav in licence headers 14 years ago
fmtconvert.h Replace FFmpeg with Libav in licence headers 14 years ago
fraps.c Convert some undefined 1<<31 shifts into 1U<<31. 14 years ago
frwu.c Replace FFmpeg with Libav in licence headers 14 years ago
g722.c libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initialization 14 years ago
g726.c Replace FFmpeg with Libav in licence headers 14 years ago
g729.h Replace FFmpeg with Libav in licence headers 14 years ago
g729data.h Replace FFmpeg with Libav in licence headers 14 years ago
g729dec.c Replace FFmpeg with Libav in licence headers 14 years ago
get_bits.h Replace FFmpeg with Libav in licence headers 14 years ago
gif.c Replace FFmpeg with Libav in licence headers 14 years ago
gifdec.c Replace FFmpeg with Libav in licence headers 14 years ago
golomb.c Replace FFmpeg with Libav in licence headers 14 years ago
golomb.h Replace FFmpeg with Libav in licence headers 14 years ago
gsmdec.c Replace FFmpeg with Libav in licence headers 14 years ago
gsmdec_data.c Replace FFmpeg with Libav in licence headers 14 years ago
gsmdec_data.h Replace FFmpeg with Libav in licence headers 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 lavc: remove FF_API_HURRY_UP cruft 14 years ago
h261enc.c Replace FFmpeg with Libav in licence headers 14 years ago
h263.c Replace FFmpeg with Libav in licence headers 14 years ago
h263.h Replace FFmpeg with Libav in licence headers 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 Remove some disabled printf debug cruft. 14 years ago
h264.c Remove some disabled printf debug cruft. 14 years ago
h264.h Eliminate pointless '#if 1' statements without matching '#else'. 14 years ago
h264_cabac.c Replace FFmpeg with Libav in licence headers 14 years ago
h264_cavlc.c Replace FFmpeg with Libav in licence headers 14 years ago
h264_direct.c Replace FFmpeg with Libav in licence headers 14 years ago
h264_loopfilter.c Replace FFmpeg with Libav in licence headers 14 years ago
h264_mp4toannexb_bsf.c Replace FFmpeg with Libav in licence headers 14 years ago
h264_mvpred.h Replace FFmpeg with Libav in licence headers 14 years ago
h264_parser.c Replace FFmpeg with Libav in licence headers 14 years ago
h264_ps.c Replace FFmpeg with Libav in licence headers 14 years ago
h264_refs.c Replace FFmpeg with Libav in licence headers 14 years ago
h264_sei.c Replace FFmpeg with Libav in licence headers 14 years ago
h264data.h Replace FFmpeg with Libav in licence headers 14 years ago
h264dsp.c Replace FFmpeg with Libav in licence headers 14 years ago
h264dsp.h Replace FFmpeg with Libav in licence headers 14 years ago
h264idct.c Replace FFmpeg with Libav in licence headers 14 years ago
h264pred.c Replace FFmpeg with Libav in licence headers 14 years ago
h264pred.h Replace FFmpeg with Libav in licence headers 14 years ago
huffman.c Replace FFmpeg with Libav in licence headers 14 years ago
huffman.h Replace FFmpeg with Libav in licence headers 14 years ago
huffyuv.c Remove some disabled printf debug cruft. 14 years ago
idcinvideo.c make containers pass palette change in AVPacket 14 years ago
iff.c Replace FFmpeg with Libav in licence headers 14 years ago
iirfilter.c Replace FFmpeg with Libav in licence headers 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 lavc: remove misc disabled cruft. 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 Replace FFmpeg with Libav in licence headers 14 years ago
indeo2data.h Replace FFmpeg with Libav in licence headers 14 years ago
indeo3.c Replace FFmpeg with Libav in licence headers 14 years ago
indeo3data.h Replace FFmpeg with Libav in licence headers 14 years ago
indeo5.c Replace FFmpeg with Libav in licence headers 14 years ago
indeo5data.h Replace FFmpeg with Libav in licence headers 14 years ago
intelh263dec.c Replace FFmpeg with Libav in licence headers 14 years ago
internal.h Replace FFmpeg with Libav in licence headers 14 years ago
interplayvideo.c make containers pass palette change in AVPacket 14 years ago
intrax8.c Replace FFmpeg with Libav in licence headers 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 Replace FFmpeg with Libav in licence headers 14 years ago
ituh263enc.c Replace FFmpeg with Libav in licence headers 14 years ago
ivi_common.c Replace FFmpeg with Libav in licence headers 14 years ago
ivi_common.h Replace FFmpeg with Libav in licence headers 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 Remove explicit filename from Doxygen @file commands. 15 years ago
jfdctint.c Remove explicit filename from Doxygen @file commands. 15 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 Replace more FFmpeg references by Libav. 14 years ago
jpeglsdec.h Replace FFmpeg with Libav in licence headers 14 years ago
jpeglsenc.c Replace FFmpeg with Libav in licence headers 14 years ago
jrevdct.c Remove explicit filename from Doxygen @file commands. 15 years ago
jvdec.c jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEY 14 years ago
kbdwin.c Move ff_kbd_window_init() to a separate file 14 years ago
kbdwin.h Move ff_kbd_window_init() to a separate file 14 years ago
kgv1dec.c Replace FFmpeg with Libav in licence headers 14 years ago
kmvc.c make containers pass palette change in AVPacket 14 years ago
lagarith.c Replace FFmpeg with Libav in licence headers 14 years ago
lagarithrac.c Replace FFmpeg with Libav in licence headers 14 years ago
lagarithrac.h Replace FFmpeg with Libav in licence headers 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 Replace FFmpeg with Libav in licence headers 14 years ago
lclenc.c Replace FFmpeg with Libav in licence headers 14 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 Replace more FFmpeg references by Libav. 14 years ago
libdiracenc.c Replace FFmpeg with Libav in licence headers 14 years ago
libfaac.c Replace FFmpeg with Libav in licence headers 14 years ago
libgsm.c Replace FFmpeg with Libav in licence headers 14 years ago
libmp3lame.c Replace FFmpeg with Libav in licence headers 14 years ago
libopencore-amr.c libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOptions 14 years ago
libopenjpeg.c Replace FFmpeg with Libav in licence headers 14 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 Replace more FFmpeg references by Libav. 14 years ago
libschroedingerenc.c Replace FFmpeg with Libav in licence headers 14 years ago
libspeexdec.c Replace FFmpeg with Libav in licence headers 14 years ago
libtheoraenc.c Replace more FFmpeg references by Libav. 14 years ago
libvo-aacenc.c libvo-aacenc,libvo-amrwbenc}: fix api usage 14 years ago
libvo-amrwbenc.c libvo-aacenc,libvo-amrwbenc}: fix api usage 14 years ago
libvorbis.c Replace FFmpeg with Libav in licence headers 14 years ago
libvpxdec.c Replace FFmpeg with Libav in licence headers 14 years ago
libvpxenc.c Replace FFmpeg with Libav in licence headers 14 years ago
libx264.c Replace FFmpeg with Libav in licence headers 14 years ago
libxavs.c Replace FFmpeg with Libav in licence headers 14 years ago
libxvid_internal.h Replace FFmpeg with Libav in licence headers 14 years ago
libxvid_rc.c Replace FFmpeg with Libav in licence headers 14 years ago
libxvidff.c Replace FFmpeg with Libav in licence headers 14 years ago
ljpegenc.c Replace FFmpeg with Libav in licence headers 14 years ago
loco.c Use av_log_ask_for_sample() to request samples from users. 14 years ago
lpc.c Replace FFmpeg with Libav in licence headers 14 years ago
lpc.h Replace FFmpeg with Libav in licence headers 14 years ago
lsp.c Replace FFmpeg with Libav in licence headers 14 years ago
lsp.h Replace FFmpeg with Libav in licence headers 14 years ago
lzw.c Replace FFmpeg with Libav in licence headers 14 years ago
lzw.h Replace FFmpeg with Libav in licence headers 14 years ago
lzwenc.c Replace FFmpeg with Libav in licence headers 14 years ago
mace.c Replace FFmpeg with Libav in licence headers 14 years ago
mathops.h Replace FFmpeg with Libav in licence headers 14 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 Replace FFmpeg with Libav in licence headers 14 years ago
mimic.c Replace more FFmpeg references by Libav. 14 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 Add support for picture_ptr field in MJpegDecodeContext 14 years ago
mjpegdec.c mjpeg: Detect overreads in mjpeg_decode_scan() and error out. 14 years ago
mjpegdec.h Add support for picture_ptr field in MJpegDecodeContext 14 years ago
mjpegenc.c Replace FFmpeg with Libav in licence headers 14 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 lavc: add missing audioconvert includes 14 years ago
mlp_parser.h Replace FFmpeg with Libav in licence headers 14 years ago
mlpdec.c Replace FFmpeg with Libav in licence headers 14 years ago
mlpdsp.c Replace FFmpeg with Libav in licence headers 14 years ago
mmvideo.c Replace FFmpeg with Libav in licence headers 14 years ago
motion-test.c Replace FFmpeg with Libav in licence headers 14 years ago
motion_est.c Replace more disabled printf() calls by av_dlog(). 14 years ago
motion_est_template.c Remove some disabled printf debug cruft. 14 years ago
motionpixels.c Replace FFmpeg with Libav in licence headers 14 years ago
motionpixels_tablegen.c Replace FFmpeg with Libav in licence headers 14 years ago
motionpixels_tablegen.h Replace FFmpeg with Libav in licence headers 14 years ago
movsub_bsf.c Replace FFmpeg with Libav in licence headers 14 years ago
mp3_header_compress_bsf.c Replace FFmpeg with Libav in licence headers 14 years ago
mp3_header_decompress_bsf.c Replace FFmpeg with Libav in licence headers 14 years ago
mpc.c Replace FFmpeg with Libav in licence headers 14 years ago
mpc.h Replace FFmpeg with Libav in licence headers 14 years ago
mpc7.c Replace FFmpeg with Libav in licence headers 14 years ago
mpc7data.h Replace FFmpeg with Libav in licence headers 14 years ago
mpc8.c Replace FFmpeg with Libav in licence headers 14 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 Replace FFmpeg with Libav in licence headers 14 years ago
mpeg4audio.c Replace FFmpeg with Libav in licence headers 14 years ago
mpeg4audio.h Replace FFmpeg with Libav in licence headers 14 years ago
mpeg4data.h Replace FFmpeg with Libav in licence headers 14 years ago
mpeg4video.c Replace FFmpeg with Libav in licence headers 14 years ago
mpeg4video.h Replace FFmpeg with Libav in licence headers 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 Replace FFmpeg with Libav in licence headers 14 years ago
mpeg4videoenc.c Introduce slice threads flag. 14 years ago
mpeg12.c mpeg12: terminate mpeg2_video_profiles arrays 14 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 Remove some disabled printf debug cruft. 14 years ago
mpegaudio.c Replace FFmpeg with Libav in licence headers 14 years ago
mpegaudio.h Move dct and rdft definitions to separate files 14 years ago
mpegaudio3.h Replace FFmpeg with Libav in licence headers 14 years ago
mpegaudio_parser.c Replace FFmpeg with Libav in licence headers 14 years ago
mpegaudio_tablegen.c Replace FFmpeg with Libav in licence headers 14 years ago
mpegaudio_tablegen.h Replace FFmpeg with Libav in licence headers 14 years ago
mpegaudiodata.c Replace FFmpeg with Libav in licence headers 14 years ago
mpegaudiodata.h Replace FFmpeg with Libav in licence headers 14 years ago
mpegaudiodec.c lavc: add missing audioconvert includes 14 years ago
mpegaudiodec_float.c Replace FFmpeg with Libav in licence headers 14 years ago
mpegaudiodecheader.c Replace FFmpeg with Libav in licence headers 14 years ago
mpegaudiodecheader.h Replace FFmpeg with Libav in licence headers 14 years ago
mpegaudiodectab.h Replace FFmpeg with Libav in licence headers 14 years ago
mpegaudioenc.c Remove some disabled printf debug cruft. 14 years ago
mpegaudiotab.h Replace FFmpeg with Libav in licence headers 14 years ago
mpegvideo.c lavc: remove FF_API_HURRY_UP cruft 14 years ago
mpegvideo.h lavc: remove FF_API_HURRY_UP cruft 14 years ago
mpegvideo_common.h Replace FFmpeg with Libav in licence headers 14 years ago
mpegvideo_enc.c Introduce slice threads flag. 14 years ago
mpegvideo_parser.c Replace some commented-out debug printf() / av_log() messages with av_dlog(). 14 years ago
mpegvideo_xvmc.c Replace FFmpeg with Libav in licence headers 14 years ago
msgsmdec.c Replace FFmpeg with Libav in licence headers 14 years ago
msgsmdec.h Replace FFmpeg with Libav in licence headers 14 years ago
msmpeg4.c Remove some disabled printf debug cruft. 14 years ago
msmpeg4.h Replace FFmpeg with Libav in licence headers 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 make containers pass palette change in AVPacket 14 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 make containers pass palette change in AVPacket 14 years ago
mxpegdec.c Add MxPEG decoder 14 years ago
nellymoser.c Remove explicit filename from Doxygen @file commands. 15 years ago
nellymoser.h Remove explicit filename from Doxygen @file commands. 15 years ago
nellymoserdec.c Add AVX FFT implementation. 14 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 Replace FFmpeg with Libav in licence headers 14 years ago
opt.h lavc: provide the opt.h header until the next bump 14 years ago
options.c lavc: remove FF_API_MB_Q cruft 14 years ago
pamenc.c Replace FFmpeg with Libav in licence headers 14 years ago
parser.c Replace more disabled printf() calls by av_dlog(). 14 years ago
parser.h Replace FFmpeg with Libav in licence headers 14 years ago
pcm-mpeg.c Replace FFmpeg with Libav in licence headers 14 years ago
pcm.c pcm: Add const to cast in ENCODE macro. 14 years ago
pcm_tablegen.c Replace FFmpeg with Libav in licence headers 14 years ago
pcm_tablegen.h Replace FFmpeg with Libav in licence headers 14 years ago
pcx.c Replace FFmpeg with Libav in licence headers 14 years ago
pcxenc.c Replace FFmpeg with Libav in licence headers 14 years ago
pgssubdec.c Replace FFmpeg with Libav in licence headers 14 years ago
pictordec.c Replace FFmpeg with Libav in licence headers 14 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 Replace FFmpeg with Libav in licence headers 14 years ago
pngenc.c Replace FFmpeg with Libav in licence headers 14 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 Replace FFmpeg with Libav in licence headers 14 years ago
pnmenc.c Replace FFmpeg with Libav in licence headers 14 years ago
psymodel.c Replace FFmpeg with Libav in licence headers 14 years ago
psymodel.h psymodel: extend API to include PE and bit allocation. 14 years ago
pthread.c lavc: remove FF_API_HURRY_UP cruft 14 years ago
ptx.c ptx: Use av_log_ask_for_sample() where appropriate. 14 years ago
put_bits.h Replace FFmpeg with Libav in licence headers 14 years ago
qcelpdata.h Replace FFmpeg with Libav in licence headers 14 years ago
qcelpdec.c Replace FFmpeg with Libav in licence headers 14 years ago
qdm2.c Add AVX FFT implementation. 14 years ago
qdm2_tablegen.c Replace FFmpeg with Libav in licence headers 14 years ago
qdm2_tablegen.h Replace FFmpeg with Libav in licence headers 14 years ago
qdm2data.h Replace FFmpeg with Libav in licence headers 14 years ago
qdrw.c Replace FFmpeg with Libav in licence headers 14 years ago
qpeg.c qpeg: use reget_buffer() in decode_frame() 14 years ago
qtrle.c make containers pass palette change in AVPacket 14 years ago
qtrleenc.c Replace FFmpeg with Libav in licence headers 14 years ago
r210dec.c Replace FFmpeg with Libav in licence headers 14 years ago
ra144.c Replace FFmpeg with Libav in licence headers 14 years ago
ra144.h Replace FFmpeg with Libav in licence headers 14 years ago
ra144dec.c Replace FFmpeg with Libav in licence headers 14 years ago
ra144enc.c Replace FFmpeg with Libav in licence headers 14 years ago
ra288.c Replace FFmpeg with Libav in licence headers 14 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 Remove some disabled printf debug cruft. 14 years ago
ratecontrol.h Replace FFmpeg with Libav in licence headers 14 years ago
raw.c rawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE 14 years ago
raw.h Replace FFmpeg with Libav in licence headers 14 years ago
rawdec.c make containers pass palette change in AVPacket 14 years ago
rawenc.c Replace FFmpeg with Libav in licence headers 14 years ago
rdft.c Move dct and rdft definitions to separate files 14 years ago
rdft.h Move dct and rdft definitions to separate files 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 lavc: remove the FF_API_AUDIO_OLD cruft. 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 Replace FFmpeg with Libav in licence headers 14 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 Replace FFmpeg with Libav in licence headers 14 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 Replace FFmpeg with Libav in licence headers 14 years ago
roqvideoenc.c Fix an infinite loop when RoQ encoded generated a frame with a size greater than the maximum valid size. 14 years ago
rpza.c Replace FFmpeg with Libav in licence headers 14 years ago
rtjpeg.c Replace FFmpeg with Libav in licence headers 14 years ago
rtjpeg.h Replace FFmpeg with Libav in licence headers 14 years ago
rv10.c Remove some disabled printf debug cruft. 14 years ago
rv10enc.c Replace FFmpeg with Libav in licence headers 14 years ago
rv20enc.c Replace FFmpeg with Libav in licence headers 14 years ago
rv30.c Replace FFmpeg with Libav in licence headers 14 years ago
rv30data.h Replace FFmpeg with Libav in licence headers 14 years ago
rv30dsp.c Replace FFmpeg with Libav in licence headers 14 years ago
rv34.c lavc: remove FF_API_HURRY_UP cruft 14 years ago
rv34.h Replace FFmpeg with Libav in licence headers 14 years ago
rv34data.h Replace FFmpeg with Libav in licence headers 14 years ago
rv34vlc.h Replace FFmpeg with Libav in licence headers 14 years ago
rv40.c Replace FFmpeg with Libav in licence headers 14 years ago
rv40data.h Replace FFmpeg with Libav in licence headers 14 years ago
rv40dsp.c Replace FFmpeg with Libav in licence headers 14 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 Replace FFmpeg with Libav in licence headers 14 years ago
sbr.h Replace FFmpeg with Libav in licence headers 14 years ago
sgi.h Replace FFmpeg with Libav in licence headers 14 years ago
sgidec.c Replace FFmpeg with Libav in licence headers 14 years ago
sgienc.c Replace FFmpeg with Libav in licence headers 14 years ago
shorten.c Replace FFmpeg with Libav in licence headers 14 years ago
simple_idct.c Replace FFmpeg with Libav in licence headers 14 years ago
simple_idct.h Replace FFmpeg with Libav in licence headers 14 years ago
sinewin.c Move sine windows to a separate file 14 years ago
sinewin.h Move sine windows to a separate file 14 years ago
sinewin_tablegen.c Move sine windows to a separate file 14 years ago
sinewin_tablegen.h Move sine windows to a separate file 14 years ago
sipr.c Replace FFmpeg with Libav in licence headers 14 years ago
sipr.h Replace FFmpeg with Libav in licence headers 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: remove unnecessary call to avctx->release_buffer in decode_frame() 14 years ago
smc.c make containers pass palette change in AVPacket 14 years ago
snow.c Eliminate pointless '#if 1' statements without matching '#else'. 14 years ago
snow.h Replace FFmpeg with Libav in licence headers 14 years ago
sp5x.h Replace FFmpeg with Libav in licence headers 14 years ago
sp5xdec.c AMV: disable DR1 and don't override EMU_EDGE 14 years ago
srtdec.c Replace FFmpeg with Libav in licence headers 14 years ago
sunrast.c Replace FFmpeg with Libav in licence headers 14 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 Remove some disabled printf debug cruft. 14 years ago
svq1enc.c Replace FFmpeg with Libav in licence headers 14 years ago
svq1enc_cb.h Replace FFmpeg with Libav in licence headers 14 years ago
svq3.c lavc: remove FF_API_HURRY_UP cruft 14 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.c Replace FFmpeg with Libav in licence headers 14 years ago
tableprint.h Replace FFmpeg with Libav in licence headers 14 years ago
targa.c make containers pass palette change in AVPacket 14 years ago
targa.h Replace FFmpeg with Libav in licence headers 14 years ago
targaenc.c Replace FFmpeg with Libav in licence headers 14 years ago
thread.h Remove unnecessary parameter from ff_thread_init() and fix behavior 14 years ago
tiertexseqv.c Replace FFmpeg with Libav in licence headers 14 years ago
tiff.c Replace FFmpeg with Libav in licence headers 14 years ago
tiff.h Replace FFmpeg with Libav in licence headers 14 years ago
tiffenc.c Replace FFmpeg with Libav in licence headers 14 years ago
tmv.c Replace FFmpeg with Libav in licence headers 14 years ago
truemotion1.c Use av_log_ask_for_sample() where appropriate. 14 years ago
truemotion1data.h Replace FFmpeg with Libav in licence headers 14 years ago
truemotion2.c Replace more FFmpeg references by Libav. 14 years ago
truespeech.c Replace FFmpeg with Libav in licence headers 14 years ago
truespeech_data.h Replace FFmpeg with Libav in licence headers 14 years ago
tscc.c make containers pass palette change in AVPacket 14 years ago
tta.c Use av_log_ask_for_sample() where appropriate. 14 years ago
twinvq.c vorbis: Rename decoder/encoder files to follow general file naming scheme. 14 years ago
twinvq_data.h Replace FFmpeg with Libav in licence headers 14 years ago
txd.c Replace FFmpeg with Libav in licence headers 14 years ago
ulti.c ultimotion: use reget_buffer() in ulti_decode_frame() 14 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 Simplify av_log_missing_feature(). 14 years ago
v210dec.c Replace FFmpeg with Libav in licence headers 14 years ago
v210enc.c Replace FFmpeg with Libav in licence headers 14 years ago
v210x.c Use av_log_ask_for_sample() where appropriate. 14 years ago
vaapi.c Replace FFmpeg with Libav in licence headers 14 years ago
vaapi.h Replace FFmpeg with Libav in licence headers 14 years ago
vaapi_h264.c Replace more FFmpeg references by Libav. 14 years ago
vaapi_internal.h Replace FFmpeg with Libav in licence headers 14 years ago
vaapi_mpeg2.c Replace FFmpeg with Libav in licence headers 14 years ago
vaapi_mpeg4.c Replace more FFmpeg references by Libav. 14 years ago
vaapi_vc1.c Replace more FFmpeg references by Libav. 14 years ago
vb.c Replace FFmpeg with Libav in licence headers 14 years ago
vc1.c Parse sprite data for WMVP and WVP2, and decode sprites for the latter 14 years ago
vc1.h wmv3dec: fix playback of complex WMV3 files using simple_idct. 14 years ago
vc1_parser.c Replace FFmpeg with Libav in licence headers 14 years ago
vc1acdata.h Replace FFmpeg with Libav in licence headers 14 years ago
vc1data.c Replace FFmpeg with Libav in licence headers 14 years ago
vc1data.h Replace FFmpeg with Libav in licence headers 14 years ago
vc1dec.c lavc: remove FF_API_HURRY_UP cruft 14 years ago
vc1dsp.c Replace FFmpeg with Libav in licence headers 14 years ago
vc1dsp.h Replace FFmpeg with Libav in licence headers 14 years ago
vcr1.c Replace FFmpeg with Libav in licence headers 14 years ago
vdpau.c Replace FFmpeg with Libav in licence headers 14 years ago
vdpau.h Replace FFmpeg with Libav in licence headers 14 years ago
vdpau_internal.h Replace FFmpeg with Libav in licence headers 14 years ago
version.h lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums 14 years ago
vmdav.c Replace FFmpeg with Libav in licence headers 14 years ago
vmnc.c Replace FFmpeg with Libav in licence headers 14 years ago
vorbis.c vorbis: Replace sized int_fast integer types with plain int/unsigned. 14 years ago
vorbis.h vorbis: Replace sized int_fast integer types with plain int/unsigned. 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 vorbis: Replace sized int_fast integer types with plain int/unsigned. 14 years ago
vorbisenc.c vorbis: Rename decoder/encoder files to follow general file naming scheme. 14 years ago
vp3.c Replace FFmpeg with Libav in licence headers 14 years ago
vp3_parser.c Replace FFmpeg with Libav in licence headers 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 Replace FFmpeg with Libav in licence headers 14 years ago
vp5data.h Replace FFmpeg with Libav in licence headers 14 years ago
vp6.c Replace FFmpeg with Libav in licence headers 14 years ago
vp6data.h Replace FFmpeg with Libav in licence headers 14 years ago
vp6dsp.c Replace FFmpeg with Libav in licence headers 14 years ago
vp8.c vp8.c: rename EDGE_* to VP8_EDGE_*. 14 years ago
vp8.h Replace FFmpeg with Libav in licence headers 14 years ago
vp8_parser.c Replace FFmpeg with Libav in licence headers 14 years ago
vp8data.h Replace FFmpeg with Libav in licence headers 14 years ago
vp8dsp.c Replace FFmpeg with Libav in licence headers 14 years ago
vp8dsp.h Replace FFmpeg with Libav in licence headers 14 years ago
vp56.c Replace FFmpeg with Libav in licence headers 14 years ago
vp56.h Replace FFmpeg with Libav in licence headers 14 years ago
vp56data.c Replace FFmpeg with Libav in licence headers 14 years ago
vp56data.h Replace FFmpeg with Libav in licence headers 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 vqavideo: We no longer need to ask for version 1 samples. 14 years ago
w32thread.c Remove unnecessary parameter from ff_thread_init() and fix behavior 14 years ago
wavpack.c Replace FFmpeg with Libav in licence headers 14 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 Remove some disabled printf debug cruft. 14 years ago
wmaenc.c fft: remove inline wrappers for function pointers 14 years ago
wmaprodata.h Replace FFmpeg with Libav in licence headers 14 years ago
wmaprodec.c Add AVX FFT implementation. 14 years ago
wmavoice.c Add AVX FFT implementation. 14 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 Remove some disabled printf debug cruft. 14 years ago
wmv2enc.c Replace FFmpeg with Libav in licence headers 14 years ago
wnv1.c Use av_log_ask_for_sample() to request samples from users. 14 years ago
ws-snd1.c Replace FFmpeg with Libav in licence headers 14 years ago
xan.c Replace FFmpeg with Libav in licence headers 14 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 Replace FFmpeg with Libav in licence headers 14 years ago
xsubdec.c Replace FFmpeg with Libav in licence headers 14 years ago
xsubenc.c Replace FFmpeg with Libav in licence headers 14 years ago
xvmc.h lavc: remove misc disabled cruft. 14 years ago
xvmc_internal.h Replace FFmpeg with Libav in licence headers 14 years ago
xxan.c Replace FFmpeg with Libav in licence headers 14 years ago
yop.c Replace FFmpeg with Libav in licence headers 14 years ago
zmbv.c Replace FFmpeg with Libav in licence headers 14 years ago
zmbvenc.c Replace FFmpeg with Libav in licence headers 14 years ago