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.
 
 
 
 
Kieran Kunhya 9814974d2e avcodec: Clarify AVFrame member documentation. 13 years ago
..
alpha dsputil: update per-arch init funcs for non-h264 high bit depth 14 years ago
arm ARM: ac3: fix ac3_bit_alloc_calc_bap_armv6 13 years ago
avr32 Replace FFmpeg with Libav in licence headers 14 years ago
bfin Replace some forgotten FFmpeg references by Libav. 13 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 cosmetics: drop some pointless parentheses 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 Replace ffmpeg references with more accurate libav* references. 13 years ago
x86 win64: add a XMM clobber test configure option. 13 years ago
4xm.c cosmetics: Remove extra newlines at EOF 13 years ago
8bps.c 8bps: K&R formatting cosmetics 13 years ago
8svx.c Add avcodec_decode_audio4(). 13 years ago
Makefile h264: Split h264-test off into a separate file - golomb-test.c. 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 aacdec: Turn off PS for multichannel files that use PCE based configs. 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 Make channel layout masks unsigned 13 years ago
aac_adtstoasc_bsf.c lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. 13 years ago
aac_parser.c lavc: use designated initialisers for parsers. 13 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 lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. 13 years ago
aacadtsdec.h lavc: use avpriv_ prefix for ff_aac_parse_header(). 13 years ago
aaccoder.c aacenc: Move Q^3/4 calculation to it's own table 13 years ago
aacdec.c latmdec: Check AudioSpecificConfig length before decoding extradata. 13 years ago
aacdectab.h Make channel layout masks unsigned 13 years ago
aacenc.c aacenc: make sure to encode enough frames to cover all input samples. 13 years ago
aacenc.h aacenc: Deinterleave input samples before processing. 13 years ago
aacps.c aacps: Add missing newline in error message. 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 aacenc: Deinterleave input samples before processing. 13 years ago
aacpsy.h Replace FFmpeg with Libav in licence headers 14 years ago
aacsbr.c aacsbr: align some arrays 13 years ago
aacsbr.h Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbis 14 years ago
aacsbrdata.h aacsbr: align some arrays 13 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 Make channel layout masks unsigned 13 years ago
ac3_parser.c lavc: use designated initialisers for parsers. 13 years ago
ac3_parser.h lavc: use avpriv_ prefix for ff_ac3_parse_header. 13 years ago
ac3dec.c lavc: remove disabled FF_API_DRC_SCALE cruft. 13 years ago
ac3dec.h Add avcodec_decode_audio4(). 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 ac3: Do not read past the end of ff_ac3_band_start_tab. 13 years ago
ac3dsp.h ac3enc: modify mantissa bit counting to keep bap counts for all values of bap 14 years ago
ac3enc.c Make channel layout masks unsigned 13 years ago
ac3enc.h Make channel layout masks unsigned 13 years ago
ac3enc_fixed.c ac3enc: doxygen update. 13 years ago
ac3enc_float.c ac3enc: doxygen update. 13 years ago
ac3enc_opts_template.c ac3enc: Set max value for mode options correctly 13 years ago
ac3enc_template.c ac3enc: doxygen update. 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 cosmetics: Remove extra newlines at EOF 13 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 adpcm_ima_ws: fix stereo decoding 13 years ago
adpcm.h adpcm: Add missing stdint.h #include to fix standalone header compilation. 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 adpcmenc: remove some unneeded casts 13 years ago
adx.c adxdec: Validate channel count to fix a division by zero. 13 years ago
adx.h Add avcodec_decode_audio4(). 13 years ago
adx_parser.c adx_parser: rewrite. 13 years ago
adxdec.c adxdec: clear eof flag and channel states when seeking 13 years ago
adxenc.c adxenc: check output buffer size before writing 13 years ago
alac.c alacdec: implement the 2-pass prediction type. 13 years ago
alacenc.c alacenc: implement the 2-pass prediction type. 13 years ago
allcodecs.c cosmetics: Remove extra newlines at EOF 13 years ago
alsdec.c cosmetics: Remove extra newlines at EOF 13 years ago
amr.h Replace FFmpeg with Libav in licence headers 14 years ago
amrnbdata.h cosmetics: Remove extra newlines at EOF 13 years ago
amrnbdec.c Report an error if pitch_lag is zero in AMR-NB decoder. 13 years ago
amrwbdata.h multiple inclusion guard cleanup 14 years ago
amrwbdec.c doxygen: misc consistency, spelling and wording fixes 13 years ago
anm.c anm: prevent infinite loop 13 years ago
ansi.c doxygen: Fix execute_code() @return documentation. 14 years ago
apedec.c apedec: 8bit and 24bit support 13 years ago
api-example.c api-example: update to use avcodec_decode_audio4() 13 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 asv1: use av_fast_padded_malloc() 13 years ago
atrac.c cosmetics: Remove extra newlines at EOF 13 years ago
atrac.h Replace FFmpeg with Libav in licence headers 14 years ago
atrac1.c Add avcodec_decode_audio4(). 13 years ago
atrac1data.h Replace FFmpeg with Libav in licence headers 14 years ago
atrac3.c cosmetics: Drop unnecessary parentheses around return values. 13 years ago
atrac3data.h Replace FFmpeg with Libav in licence headers 14 years ago
audioconvert.c lavc: remove disabled FF_API_OLD_AUDIOCONVERT cruft. 13 years ago
audioconvert.h lavc: remove disabled FF_API_OLD_AUDIOCONVERT cruft. 13 years ago
aura.c cosmetics: Remove extra newlines at EOF 13 years ago
avcodec.h avcodec: Clarify AVFrame member documentation. 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: call release_buffer() at the end. 13 years ago
bethsoftvideo.c bethsoftvideo: fix palette reading. 13 years ago
bethsoftvideo.h Replace FFmpeg with Libav in licence headers 14 years ago
bfi.c bfi: Use bytestream2 functions to prevent buffer overreads. 13 years ago
bgmc.c bgmc: K&R cleanup 13 years ago
bgmc.h Replace FFmpeg with Libav in licence headers 14 years ago
bink.c Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
binkaudio.c Drop ALT_ prefix from BITSTREAM_READER_LE name. 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 cosmetics: Remove extra newlines at EOF 13 years ago
bitstream_filter.c Replace FFmpeg with Libav in licence headers 14 years ago
bmp.c bmpdec: support for rgb444 with bitfields compression 13 years ago
bmp.h Replace FFmpeg with Libav in licence headers 14 years ago
bmpenc.c bmpenc: support for PIX_FMT_RGB444 13 years ago
bmv.c bmv audio: implement new audio decoding API 13 years ago
bytestream.h sgidec: Use bytestream2 functions to prevent buffer overreads. 13 years ago
c93.c lavc: use designated initialisers for all codecs. 13 years ago
cabac.c cabac: split cabac.h into declarations and function definitions 13 years ago
cabac.h cabac: split cabac.h into declarations and function definitions 13 years ago
cabac_functions.h cabac: split cabac.h into declarations and function definitions 13 years ago
cavs.c cosmetics: drop some pointless parentheses 13 years ago
cavs.h Replace int_fast integer types with their sized standard posix counterparts. 14 years ago
cavs_parser.c doxygen: misc consistency, spelling and wording fixes 13 years ago
cavsdata.h Replace int_fast integer types with their sized standard posix counterparts. 14 years ago
cavsdec.c cosmetics: drop some pointless parentheses 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 doxygen: misc consistency, spelling and wording fixes 13 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 misc Doxygen markup improvements 13 years ago
cljr.c cljr: fix buf_size sanity check 13 years ago
cook.c cook: K&R formatting cosmetics 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 cosmetics: Remove extra newlines at EOF 13 years ago
cyuv.c lavc: use designated initialisers for all codecs. 13 years ago
dca.c dca: K&R formatting cosmetics 13 years ago
dca.h Replace FFmpeg with Libav in licence headers 14 years ago
dca_parser.c doxygen: misc consistency, spelling and wording fixes 13 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: remove unused variable cropTbl 13 years ago
dct.c dct: K&R formatting cosmetics 13 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 lavc: use avpriv_ prefix for ff_frame_rate_tab. 13 years ago
dirac.h lavc: use avpriv_ prefix for ff_dirac_parse_sequence_header. 13 years ago
dirac_parser.c lavc: use designated initialisers for parsers. 13 years ago
dnxhd_parser.c lavc: use designated initialisers for parsers. 13 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 Merge some declarations and initializations. 13 years ago
dnxhdenc.h dnxhd: 10-bit support 14 years ago
dpcm.c dpcm: Fix invalid writes 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 Add avcodec_decode_audio4(). 13 years ago
dsputil.c dsputil: remove debug message in dsputil_init(). 13 years ago
dsputil.h png: move DSP functions to their own DSP context. 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 cosmetics: Drop unnecessary parentheses around return values. 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 Remove some stray unnecessary ffmpeg references. 13 years ago
dvbsub_parser.c lavc: use designated initialisers for parsers. 13 years ago
dvbsubdec.c Remove some stray unnecessary ffmpeg references. 13 years ago
dvdata.c cosmetics: Remove extra newlines at EOF 13 years ago
dvdata.h lavc: use avpriv_ prefix for some dv symbols used in lavf. 13 years ago
dvdsub_parser.c Remove some stray unnecessary ffmpeg references. 13 years ago
dvdsubdec.c Remove some stray unnecessary ffmpeg references. 13 years ago
dvdsubenc.c Remove some stray unnecessary ffmpeg references. 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 cosmetics: Remove extra newlines at EOF 13 years ago
dxtory.c Dxtory capture format decoder 13 years ago
dxva2.c cosmetics: Remove extra newlines at EOF 13 years ago
dxva2.h dxva2.h: include d3d9.h to define LPDIRECT3DSURFACE9 13 years ago
dxva2_h264.c cosmetics: Remove extra newlines at EOF 13 years ago
dxva2_internal.h Replace FFmpeg with Libav in licence headers 14 years ago
dxva2_mpeg2.c cosmetics: Remove extra newlines at EOF 13 years ago
dxva2_vc1.c cosmetics: Remove extra newlines at EOF 13 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 misc Doxygen markup improvements 13 years ago
eatgq.c Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
eatgv.c Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
eatqi.c eatqi: use av_fast_padded_malloc() 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: K&R formatting cosmetics 13 years ago
escape124.c cosmetics: Remove extra newlines at EOF 13 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 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 tests/tools/examples: Replace direct exit() calls by return. 13 years ago
fft.c cosmetics: Remove extra newlines at EOF 13 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 lavc: use avpriv_ prefix for some flac symbols used in lavf. 13 years ago
flac_parser.c lavc: use designated initialisers for parsers. 13 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 Add avcodec_decode_audio4(). 13 years ago
flacenc.c lavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft. 13 years ago
flashsv.c flashsv: return more meaningful error value 13 years ago
flashsvenc.c cosmetics: Remove extra newlines at EOF 13 years ago
flicvideo.c flicvideo: fix invalid reads 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 avpriv_ prefix for ff_copy_bits and align_put_bits. 13 years ago
fmtconvert.c Add float_interleave() to FmtConvertContext with x86-optimized versions. 14 years ago
fmtconvert.h fmtconvert: fix and extend documentation for float_interleave() 13 years ago
fraps.c fraps: Use av_fast_padded_malloc() instead of av_realloc() 13 years ago
frwu.c frwu: lowercase the FRWU codec name 13 years ago
g722.c cosmetics: Move static and inline attributes to more standard places. 13 years ago
g722.h g722dec: Signal skipping the lower bits via AVOptions instead of bits_per_coded_sample 13 years ago
g722dec.c g722dec: Signal skipping the lower bits via AVOptions instead of bits_per_coded_sample 13 years ago
g722enc.c g722enc: validate AVCodecContext.trellis 13 years ago
g726.c Add avcodec_decode_audio4(). 13 years ago
get_bits.h Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
gif.c lavc: use designated initialisers for all codecs. 13 years ago
gifdec.c gif: fix invalid signed shifts 13 years ago
golomb-test.c fate-golomb: extend golomb-test to get_ue_golomb_long() 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
gsm.h avcodec: add GSM parser 13 years ago
gsm_parser.c avcodec: add GSM parser 13 years ago
gsmdec.c Add avcodec_decode_audio4(). 13 years ago
gsmdec_data.c Replace FFmpeg with Libav in licence headers 14 years ago
gsmdec_data.h avcodec: add GSM parser 13 years ago
gsmdec_template.c avcodec: add GSM parser 13 years ago
h261.c cosmetics: Remove extra newlines at EOF 13 years ago
h261.h Replace FFmpeg with Libav in licence headers 14 years ago
h261_parser.c lavc: use designated initialisers for parsers. 13 years ago
h261data.h Replace FFmpeg with Libav in licence headers 14 years ago
h261dec.c mpegvideo: remove abort() in ff_find_unused_picture() 13 years ago
h261enc.c cosmetics: Remove extra newlines at EOF 13 years ago
h263.c Remove some stray unnecessary ffmpeg references. 13 years ago
h263.h lavc: move get_b_cbp() from h263.h to mpeg4videoenc.c 13 years ago
h263_parser.c lavc: use designated initialisers for parsers. 13 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 mpegvideo: remove abort() in ff_find_unused_picture() 13 years ago
h264.c h264: Split h264-test off into a separate file - golomb-test.c. 13 years ago
h264.h Revert "h264: skip start code search if the size of the nal unit is known" 13 years ago
h264_cabac.c cabac: split cabac.h into declarations and function definitions 13 years ago
h264_cavlc.c cosmetics: Remove extra newlines at EOF 13 years ago
h264_direct.c w32threads: support for frame multithreading 13 years ago
h264_loopfilter.c cosmetics: Move static and inline attributes to more standard places. 13 years ago
h264_mp4toannexb_bsf.c cosmetics: Remove extra newlines at EOF 13 years ago
h264_mvpred.h doxygen: misc consistency, spelling and wording fixes 13 years ago
h264_parser.c parsers: initialize MpegEncContext.slice_context_count to 1 13 years ago
h264_ps.c h264: 4:2:2 intra decoding support 13 years ago
h264_refs.c h264: fix frame reordering code. 13 years ago
h264_sei.c Replace FFmpeg with Libav in licence headers 14 years ago
h264data.h h264: 4:2:2 intra decoding support 13 years ago
h264dsp.c H264: change weight/biweight functions to take a height argument. 13 years ago
h264dsp.h H264: change weight/biweight functions to take a height argument. 13 years ago
h264dsp_template.c H264: change weight/biweight functions to take a height argument. 13 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 h264: 4:2:2 intra decoding support 13 years ago
h264pred.c Support for lossless and inter H264 4:2:2. 13 years ago
h264pred.h h264: 4:2:2 intra decoding support 13 years ago
h264pred_template.c Remove extraneous semicolons 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 avcodec: change number of plane pointers from 4 to 8 at next major bump. 13 years ago
idcinvideo.c cosmetics: Remove extra newlines at EOF 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 get_bits: remove A32 variant 13 years ago
imcdata.h Replace FFmpeg with Libav in licence headers 14 years ago
imgconvert.c cosmetics: Remove extra newlines at EOF 13 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 Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
indeo2data.h Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
indeo3.c indeo3: check motion vectors for validity 13 years ago
indeo3data.h indeo3data: add missing config.h #include for HAVE_BIGENDIAN 13 years ago
indeo4.c indeo4: add some missing static and const qualifiers 13 years ago
indeo4data.h indeo4: add some missing static and const qualifiers 13 years ago
indeo5.c indeo5: prevent null pointer dereference on broken files 13 years ago
indeo5data.h Replace FFmpeg with Libav in licence headers 14 years ago
intelh263dec.c cosmetics: Remove extra newlines at EOF 13 years ago
internal.h ff_alloc_packet: modify the size of the packet to match the requested size 13 years ago
interplayvideo.c interplayvideo: Handle changed video dimensions on the fly 13 years ago
intrax8.c lavc: introduce ER_MB_END and ER_MB_ERROR 13 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 doxygen: misc consistency, spelling and wording fixes 13 years ago
ituh263enc.c doxygen: misc consistency, spelling and wording fixes 13 years ago
ivi_common.c indeo5: Fix null pointer dereference. 13 years ago
ivi_common.h cosmetics: Drop unnecessary parentheses around return values. 13 years ago
ivi_dsp.c Indeo 4 decoder 13 years ago
ivi_dsp.h Indeo 4 decoder 13 years ago
jfdctfst.c Remove redundant filename self-references inside files. 13 years ago
jfdctint.c jfdctint: add 10-bit version 14 years ago
jfdctint_template.c Fix a bunch of common typos. 13 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 lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. 13 years ago
jrevdct.c Remove redundant filename self-references inside files. 13 years ago
jvdec.c Fixed size given to init_get_bits(). 13 years ago
kbdwin.c cosmetics: Remove extra newlines at EOF 13 years ago
kbdwin.h multiple inclusion guard cleanup 14 years ago
kgv1dec.c kgv1dec: Increase offsets array size so it is large enough. 13 years ago
kmvc.c kmvc: Log into a context at a log level constant. 13 years ago
lagarith.c lagarith: add decode support for arith rgb24 mode 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 doxygen: misc consistency, spelling and wording fixes 13 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 lavc/lavf: remove unnecessary symbols from the symbol version script. 13 years ago
libdirac.h Remove redundant filename self-references inside files. 13 years ago
libdirac_libschro.c libdirac/libschroedinger: Drop unnecessary symbol prefixes. 13 years ago
libdirac_libschro.h libdirac/libschroedinger: Drop unnecessary symbol prefixes. 13 years ago
libdiracdec.c libdirac/libschroedinger: Drop unnecessary symbol prefixes. 13 years ago
libdiracenc.c cosmetics: drop some pointless parentheses 13 years ago
libfaac.c lavc: use designated initialisers for all codecs. 13 years ago
libgsm.c avcodec: add GSM parser 13 years ago
libmp3lame.c lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft. 13 years ago
libopencore-amr.c Add avcodec_decode_audio4(). 13 years ago
libopenjpeg.c Enable multithreding when decoding with libopenjpeg 13 years ago
libschroedinger.c Remove redundant filename self-references inside files. 13 years ago
libschroedinger.h Remove redundant filename self-references inside files. 13 years ago
libschroedingerdec.c libdirac/libschroedinger: Drop unnecessary symbol prefixes. 13 years ago
libschroedingerenc.c cosmetics: drop some pointless parentheses 13 years ago
libspeexdec.c Add avcodec_decode_audio4(). 13 years ago
libspeexenc.c libspeexenc: use AVSampleFormat instead of deprecated/removed SampleFormat 13 years ago
libtheoraenc.c Replace ffmpeg references with more accurate libav* references. 13 years ago
libvo-aacenc.c cosmetics: Remove extra newlines at EOF 13 years ago
libvo-amrwbenc.c cosmetics: Remove extra newlines at EOF 13 years ago
libvorbis.c cosmetics: Drop unnecessary parentheses around return values. 13 years ago
libvpxdec.c threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs 13 years ago
libvpxenc.c threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs 13 years ago
libx264.c libx264: fix indentation. 13 years ago
libxavs.c cosmetics: Remove extra newlines at EOF 13 years ago
libxvid_internal.h Replace FFmpeg with Libav in licence headers 14 years ago
libxvid_rc.c cosmetics: Remove extra newlines at EOF 13 years ago
libxvidff.c cosmetics: drop some pointless parentheses 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 Replace Subversion revisions in comments by Git hashes. 13 years ago
lpc.h Fix a bunch of common typos. 13 years ago
lsp.c misc Doxygen markup improvements 13 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 cosmetics: Remove extra newlines at EOF 13 years ago
mathops.h cosmetics: Remove extra newlines at EOF 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 cosmetics: Remove extra newlines at EOF 13 years ago
mimic.c avcodec: move some AVCodecContext fields to an internal struct. 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 Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. 13 years ago
mjpeg_parser.c doxygen: misc consistency, spelling and wording fixes 13 years ago
mjpega_dump_header_bsf.c Replace FFmpeg with Libav in licence headers 14 years ago
mjpegbdec.c mjpegbdec: Fix overflow in SOS. 13 years ago
mjpegdec.c mjpegdec: use av_fast_padded_malloc() 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 Make channel layout masks unsigned 13 years ago
mlp_parser.h cosmetics: Remove extra newlines at EOF 13 years ago
mlpdec.c doxygen: eliminate Qt-style doxygen syntax 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 tests/examples: Mark some variables only used within their files as static. 13 years ago
motion_est.c cosmetics: Remove some unnecessary block braces. 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 lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. 13 years ago
mpc.c Move some mpegaudio functions to new mpegaudiodsp subsystem 14 years ago
mpc.h Add avcodec_decode_audio4(). 13 years ago
mpc7.c mpc7: use av_fast_padded_malloc() 13 years ago
mpc7data.h Replace FFmpeg with Libav in licence headers 14 years ago
mpc8.c Add avcodec_decode_audio4(). 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 latmdec: fix audio specific config parsing 13 years ago
mpeg4audio.h latmdec: fix audio specific config parsing 13 years ago
mpeg4data.h Replace FFmpeg with Libav in licence headers 14 years ago
mpeg4video.c cosmetics: Remove extra newlines at EOF 13 years ago
mpeg4video.h doxygen: misc consistency, spelling and wording fixes 13 years ago
mpeg4video_parser.c parsers: initialize MpegEncContext.slice_context_count to 1 13 years ago
mpeg4video_parser.h doxygen: misc consistency, spelling and wording fixes 13 years ago
mpeg4videodec.c get_bits: remove LAST_SKIP_CACHE macro 13 years ago
mpeg4videoenc.c doxygen: misc consistency, spelling and wording fixes 13 years ago
mpeg12.c cosmetics: Remove extra newlines at EOF 13 years ago
mpeg12.h Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context" 13 years ago
mpeg12data.c mpeg12: Pad framerate tab to 16 entries. 13 years ago
mpeg12data.h lavc: use avpriv_ prefix for ff_frame_rate_tab. 13 years ago
mpeg12decdata.h Replace FFmpeg with Libav in licence headers 14 years ago
mpeg12enc.c lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft. 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 lavc: use designated initialisers for parsers. 13 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 lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. 13 years ago
mpegaudiodata.h lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. 13 years ago
mpegaudiodec.c mp3dec: Fix a heap-buffer-overflow 13 years ago
mpegaudiodec_float.c lavc: remove disabled FF_API_PARSE_FRAME cruft. 13 years ago
mpegaudiodecheader.c lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. 13 years ago
mpegaudiodecheader.h lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. 13 years ago
mpegaudiodectab.h Add missing #includes to make headers self-contained. 14 years ago
mpegaudiodsp.c mpegaudiodec: move imdct and windowing function to mpegaudiodsp 13 years ago
mpegaudiodsp.h mpegaudiodec: change imdct window arrangment for better pointer alignment 13 years ago
mpegaudiodsp_fixed.c Move some mpegaudio functions to new mpegaudiodsp subsystem 14 years ago
mpegaudiodsp_float.c Move some mpegaudio functions to new mpegaudiodsp subsystem 14 years ago
mpegaudiodsp_template.c mpegaudiodec: change imdct window arrangment for better pointer alignment 13 years ago
mpegaudioenc.c lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. 13 years ago
mpegaudiotab.h Replace FFmpeg with Libav in licence headers 14 years ago
mpegvideo.c mpegvideo: fix invalid memory access for small video dimensions 13 years ago
mpegvideo.h mpegenc: use avctx->slices as number of slices 13 years ago
mpegvideo_common.h mpegvideo: fix invalid memory access for small video dimensions 13 years ago
mpegvideo_enc.c lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft. 13 years ago
mpegvideo_parser.c lavc: use designated initialisers for parsers. 13 years ago
mpegvideo_xvmc.c hwaccel: unbreak build 14 years ago
msgsmdec.c avcodec: add GSM parser 13 years ago
msgsmdec.h multiple inclusion guard cleanup 14 years ago
msmpeg4.c get_bits: remove LAST_SKIP_CACHE macro 13 years ago
msmpeg4.h Remove some stray unnecessary ffmpeg references. 13 years ago
msmpeg4data.c Remove some stray unnecessary ffmpeg references. 13 years ago
msmpeg4data.h Remove some stray unnecessary ffmpeg references. 13 years ago
msrle.c Fix a bunch of platform name and other typos. 13 years ago
msrledec.c cosmetics: Remove extra newlines at EOF 13 years ago
msrledec.h cosmetics: Remove extra newlines at EOF 13 years ago
msvideo1.c lavc: use designated initialisers for all codecs. 13 years ago
mxpegdec.c lavc: replace references to deprecated AVCodecContext.error_recognition to use AVCodecContext.err_recognition 13 years ago
nellymoser.c cosmetics: Remove extra newlines at EOF 13 years ago
nellymoser.h multiple inclusion guard cleanup 14 years ago
nellymoserdec.c cosmetics: Remove extra newlines at EOF 13 years ago
nellymoserenc.c Add libavutil/mathematics.h #includes for INFINITY 13 years ago
noise_bsf.c Replace FFmpeg with Libav in licence headers 14 years ago
nuv.c cosmetics: Remove extra newlines at EOF 13 years ago
options.c lavc: set AVCodecContext.codec in avcodec_get_context_defaults3(). 13 years ago
pamenc.c pam: Fix a typo that broke writing and reading PAM files. 13 years ago
parser.c doxygen: misc consistency, spelling and wording fixes 13 years ago
parser.h Replace FFmpeg with Libav in licence headers 14 years ago
pcm-mpeg.c pcm-mpeg: implement new audio decoding api 13 years ago
pcm.c pcmenc: Do not set avpkt->size. 13 years ago
pcm_tablegen.c cosmetics: Remove extra newlines at EOF 13 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 pictordec: Use bytestream2 functions 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 png: move DSP functions to their own DSP context. 13 years ago
pngdsp.c png: move DSP functions to their own DSP context. 13 years ago
pngdsp.h png: move DSP functions to their own DSP context. 13 years ago
pngenc.c lavc: use designated initialisers for all codecs. 13 years ago
pnm.c pam: Fix a typo that broke writing and reading PAM files. 13 years ago
pnm.h Replace FFmpeg with Libav in licence headers 14 years ago
pnm_parser.c lavc: use designated initialisers for parsers. 13 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 get_bits: remove A32 variant 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 cosmetics: Remove extra newlines at EOF 13 years ago
psymodel.h aacenc: Deinterleave input samples before processing. 13 years ago
pthread.c threads: update slice_count and slice_offset from user context 13 years ago
ptx.c ptx: fix inverted check for sufficient data 13 years ago
put_bits.h lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. 13 years ago
qcelpdata.h doxygen: eliminate Qt-style doxygen syntax 13 years ago
qcelpdec.c qcelpdec: K&R formatting cosmetics 13 years ago
qdm2.c qdm2: Check data block size for bytes to bits overflow. 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 cosmetics: Remove extra newlines at EOF 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 Add avcodec_decode_audio4(). 13 years ago
ra144dec.c Add avcodec_decode_audio4(). 13 years ago
ra144enc.c ra144enc: drop pointless "encoder" from .long_name 13 years ago
ra288.c Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
ra288.h ra288: utilize DSPContext.vector_fmul() 13 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 doxygen: misc consistency, spelling and wording fixes 13 years ago
ratecontrol.h cosmetics: Remove extra newlines at EOF 13 years ago
raw.c raw: add 10bit YUV definitions 13 years ago
raw.h Replace FFmpeg with Libav in licence headers 14 years ago
rawdec.c rawdec: propagate pict_type information to the output frame 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 resample: reject unhandled conversions 13 years ago
resample2.c doxygen: misc consistency, spelling and wording fixes 13 years ago
rl.h Replace FFmpeg with Libav in licence headers 14 years ago
rl2.c cosmetics: Remove extra newlines at EOF 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 roqvideodec: set AVFrame reference before reget_buffer. 13 years ago
roqvideoenc.c Use explicit struct initializers for AVCodec declarations. 13 years ago
rpza.c Replace ffmpeg references with more accurate libav* references. 13 years ago
rtjpeg.c doxygen: eliminate Qt-style doxygen syntax 13 years ago
rtjpeg.h Replace FFmpeg with Libav in licence headers 14 years ago
rv10.c rv20: prevent calling ff_h263_decode_mba() with unset height/width 13 years ago
rv10enc.c lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. 13 years ago
rv20enc.c lavc: use designated initialisers for all codecs. 13 years ago
rv30.c rv34: frame-level multi-threading 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: 1-pass inter MB reconstruction 13 years ago
rv34.h rv34: frame-level multi-threading 13 years ago
rv34_parser.c lavc: use designated initialisers for parsers. 13 years ago
rv34data.h rv34: DC-only inverse transform 13 years ago
rv34dsp.c rv34: 1-pass inter MB reconstruction 13 years ago
rv34dsp.h rv34: 1-pass inter MB reconstruction 13 years ago
rv34vlc.h Replace FFmpeg with Libav in licence headers 14 years ago
rv40.c rv34: frame-level multi-threading 13 years ago
rv40data.h rv40: move loop filter to rv34dsp context 13 years ago
rv40dsp.c rv40: rearrange loop filter functions 13 years ago
rv40vlc2.h Replace FFmpeg with Libav in licence headers 14 years ago
s3tc.c s3tc: fix shift overflow by using unsigned constant 13 years ago
s3tc.h doxygen: drop pointless star from pointer variable names 13 years ago
s302m.c Add avcodec_decode_audio4(). 13 years ago
sbr.h aacsbr: align some arrays 13 years ago
sbrdsp.c aacsbr: ARM NEON optimised sbrdsp functions 13 years ago
sbrdsp.h aacsbr: ARM NEON optimised sbrdsp functions 13 years ago
sgi.h Replace FFmpeg with Libav in licence headers 14 years ago
sgidec.c cosmetics: Remove extra newlines at EOF 13 years ago
sgienc.c lavc: use designated initialisers for all codecs. 13 years ago
shorten.c shorten: avoid abort() on unknown audio types 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 Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
sipr.h sipr: use a function pointer to select the decode_frame function 13 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 cosmetics: Remove extra newlines at EOF 13 years ago
smc.c lavc: use designated initialisers for all codecs. 13 years ago
snow.c cosmetics: Remove extra newlines at EOF 13 years ago
snow.h snow: fix integer overflows 13 years ago
snowdata.h snow: split snow in snowdec and snowenc 13 years ago
snowdec.c snow: split snow in snowdec and snowenc 13 years ago
snowenc.c snow: fix integer overflows 13 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: Add a sample request for TIFF, IFF, and Experimental Rastfile formats. 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 svq1dec: call avcodec_set_dimensions() after dimensions changed. 13 years ago
svq1enc.c svq1enc: remove stale altivec-related hack 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: Replace '\' by '@' in Doxygen markup tags. 13 years ago
targa.c targa: add support for rgb555 palette 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 doxygen: misc consistency, spelling and wording fixes 13 years ago
tiertexseqv.c Drop ALT_ prefix from BITSTREAM_READER_LE name. 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 lavc: remove disabled FF_API_TIFFENC_COMPLEVEL cruft. 13 years ago
tmv.c tmv decoder: set correct pix_fmt 13 years ago
truemotion1.c lavc: use designated initialisers for all codecs. 13 years ago
truemotion1data.h Replace ffmpeg references with more accurate libav* references. 13 years ago
truemotion2.c truemotion2: check size before GetBitContext initialisation 13 years ago
truespeech.c truespeech: align buffer 13 years ago
truespeech_data.h Replace FFmpeg with Libav in licence headers 14 years ago
tscc.c cosmetics: Remove extra newlines at EOF 13 years ago
tta.c tta: cast output data pointer to the correct type 13 years ago
twinvq.c Add avcodec_decode_audio4(). 13 years ago
twinvq_data.h Replace FFmpeg with Libav in licence headers 14 years ago
txd.c txd: Fix order of operations. 13 years ago
ulti.c cosmetics: Remove extra newlines at EOF 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 ff_alloc_packet: modify the size of the packet to match the requested size 13 years ago
utvideo.c cosmetics: Remove extra newlines at EOF 13 years ago
v210dec.c v210dec: check for coded_frame allocation failure 13 years ago
v210enc.c v210enc: use stride as it is already calculated 13 years ago
v210x.c lavc: use designated initialisers for all codecs. 13 years ago
v410dec.c lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_I 13 years ago
v410enc.c lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_I 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 Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. 13 years ago
vaapi_internal.h hwaccel: unbreak build 14 years ago
vaapi_mpeg2.c cosmetics: Drop unnecessary parentheses around return values. 13 years ago
vaapi_mpeg4.c Fix a bunch of common typos. 13 years ago
vaapi_vc1.c cosmetics: Drop unnecessary parentheses around return values. 13 years ago
vb.c cosmetics: Remove extra newlines at EOF 13 years ago
vble.c lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_I 13 years ago
vc1.c vc1: always read the bfraction element for interlaced fields 13 years ago
vc1.h vc1: use an enum for Frame Coding Mode 13 years ago
vc1_parser.c parsers: initialize MpegEncContext.slice_context_count to 1 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 vc1: prevent null pointer dereference on broken files 13 years ago
vc1dsp.c Remove extraneous semicolons 13 years ago
vc1dsp.h Windows Media Image decoder (WMVP/WVP2) 13 years ago
vcr1.c vcr1: drop unnecessary emms_c() calls without MMX code 13 years ago
vda.c hwaccel: OS X Video Decoder Acceleration (VDA) support. 13 years ago
vda.h hwaccel: OS X Video Decoder Acceleration (VDA) support. 13 years ago
vda_h264.c Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. 13 years ago
vda_internal.h hwaccel: OS X Video Decoder Acceleration (VDA) support. 13 years ago
vdpau.c Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context" 13 years ago
vdpau.h doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
vdpau_internal.h Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context" 13 years ago
version.h lavc: remove disabled FF_API_AVFRAME_AGE cruft. 13 years ago
vmdav.c Add avcodec_decode_audio4(). 13 years ago
vmnc.c cosmetics: Remove extra newlines at EOF 13 years ago
vorbis.c vorbis: fix overflows in floor1[] vector and inverse db table index. 13 years ago
vorbis.h Make channel layout masks unsigned 13 years ago
vorbis_data.c Make channel layout masks unsigned 13 years ago
vorbis_enc_data.h Replace FFmpeg with Libav in licence headers 14 years ago
vorbisdec.c vorbis: fix overflows in floor1[] vector and inverse db table index. 13 years ago
vorbisenc.c lavc: use designated initialisers for all codecs. 13 years ago
vp3.c vp3: fix streams with non-zero last coefficient 13 years ago
vp3_parser.c lavc: use designated initialisers for parsers. 13 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 vp5: Fix illegal read. 13 years ago
vp5data.h doxygen: do not include license boilerplate in Doxygen documentation 14 years ago
vp6.c vp6: Fix illegal read. 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: flush buffers on size changes. 13 years ago
vp8.h vp8: fix up handling of segmentation_maps in reference frames. 13 years ago
vp8_parser.c lavc: use designated initialisers for parsers. 13 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 vp56: Drop unnecessary cabac.h #include. 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 w32thread: call ResetEvent() in pthread_cond_broadcast(). 13 years ago
wavpack.c wavpack: fix clipping for 32-bit lossy mode 13 years ago
wma.c cosmetics: Remove extra newlines at EOF 13 years ago
wma.h Add avcodec_decode_audio4(). 13 years ago
wmadata.h Replace FFmpeg with Libav in licence headers 14 years ago
wmadec.c wmadec: Verify bitstream size makes sense before calling init_get_bits. 13 years ago
wmaenc.c lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. 13 years ago
wmaprodata.h Replace FFmpeg with Libav in licence headers 14 years ago
wmaprodec.c wmapro: use av_float2int() 13 years ago
wmavoice.c get_bits: introduce safe bitreading to prevent overreads. 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 Add avcodec_decode_audio4(). 13 years ago
xan.c Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
xiph.c lavc: use avpriv_ prefix for ff_split_xiph_headers. 13 years ago
xiph.h lavc: use avpriv_ prefix for ff_split_xiph_headers. 13 years ago
xl.c xl: Fix overreads 13 years ago
xsubdec.c cosmetics: fix indentation/alignment in AVCodec declarations 13 years ago
xsubenc.c lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. 13 years ago
xvmc.h lavc: remove misc disabled cruft. 14 years ago
xvmc_internal.h multiple inclusion guard cleanup 14 years ago
xwd.h XWD encoder and decoder 13 years ago
xwddec.c XWD encoder and decoder 13 years ago
xwdenc.c XWD encoder and decoder 13 years ago
xxan.c cosmetics: Remove extra newlines at EOF 13 years ago
yop.c lavc: use designated initialisers for all codecs. 13 years ago
zmbv.c zmbv: Employ more meaningful return values. 13 years ago
zmbvenc.c zmbvenc: Employ more meaningful return values. 13 years ago