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.
 
 
 
 
Alexander Strange 7a5c850be9 H264: Copy h264dsp when creating new slice threads 15 years ago
..
alpha Simplify arch-specific object file lists 15 years ago
arm ARM: NEON optimised RDFT 15 years ago
avr32 Add necessary #include for config.h. 15 years ago
bfin Simplify arch-specific object file lists 15 years ago
mips Move arch-specific makefile parts into $arch/Makefile 15 years ago
mlib cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
ppc Simplify arch-specific object file lists 15 years ago
ps2 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
sh4 Simplify arch-specific object file lists 15 years ago
sparc Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNED 15 years ago
x86 Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNED 15 years ago
4xm.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
8bps.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
8svx.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Makefile Implement YOP demuxer and video decoder. 15 years ago
aac.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
aac.h Add an HE-AAC v1 decoder. 15 years ago
aac_ac3_parser.c Cosmetics: Re-indent after last commit. 15 years ago
aac_ac3_parser.h Add channel layout support to the AC-3 decoder and AC-3 parser. 16 years ago
aac_adtstoasc_bsf.c Pad the extradata in the AAC ADTS to AudioSpecificConfig bitstream filter. 15 years ago
aac_parser.c Allow parsing and decoding of ADTS AAC files with channel config = 0 16 years ago
aac_parser.h Move the ADTS header size to the parser's header file. 16 years ago
aaccoder.c aacenc: Merge quantize_band_cost() with quantize_and_encode_band(). 15 years ago
aacdectab.h AAC: Add channel layout support for channel configuration as defined in the 15 years ago
aacenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
aacenc.h Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
aacpsy.c Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems. 16 years ago
aacpsy.h Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail com. 16 years ago
aacsbr.c aacsbr: DSPUtilize analysis input scaling. 15 years ago
aacsbr.h Add an HE-AAC v1 decoder. 15 years ago
aacsbrdata.h Add lots of missing includes 15 years ago
aactab.c Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
aactab.h Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
aandcttab.c Use full internal pathname in doxygen @file directives. 16 years ago
aandcttab.h Use full internal pathname in doxygen @file directives. 16 years ago
aasc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
ac3.c Change code so it uses 2 adds instead of one FFABS. 15 years ago
ac3.h Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should 16 years ago
ac3_parser.c Add channel layout support to the AC-3 decoder and AC-3 parser. 16 years ago
ac3_parser.h Rename bitstream.h to get_bits.h. 16 years ago
ac3dec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
ac3dec.h Add spectral extension to the E-AC-3 decoder. 15 years ago
ac3dec_data.c Add spectral extension to the E-AC-3 decoder. 15 years ago
ac3dec_data.h Add spectral extension to the E-AC-3 decoder. 15 years ago
ac3enc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
ac3tab.c Update AC-3 channel map. 2F/2R layout only has 4 channels. This correction 15 years ago
ac3tab.h Add channel layout support to the AC-3 decoder and AC-3 parser. 16 years ago
acelp_filters.c 10l: Fix forgotten variable rename from r14893 (fixes issue 1675). 15 years ago
acelp_filters.h Commit some functions that are used by both SIPR and AMR. 15 years ago
acelp_pitch_delay.c Replace log2f(10) with a constant 15 years ago
acelp_pitch_delay.h Implement ff_decode_pitch_lag() that is used by both AMR and SIPR. 15 years ago
acelp_vectors.c Fix spelling. 15 years ago
acelp_vectors.h Fix spelling. 15 years ago
adpcm.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
adx.h Use full internal pathname in doxygen @file directives. 16 years ago
adxdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
adxenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
alac.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
alacenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
allcodecs.c Implement YOP demuxer and video decoder. 15 years ago
alsdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
amrnbdata.h AMR-NB floating-point based decoder. 15 years ago
amrnbdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
anm.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
apedec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
api-example.c Allow building api-example from outside of libavcodec and also 15 years ago
asv1.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
atrac.c Include atrac.h: It contains the prototypes for atrac_generate_tables() 15 years ago
atrac.h Fix doxygen comment 15 years ago
atrac1.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
atrac1data.h Add missing stdint.h #include to fix 'make checkheaders'. 15 years ago
atrac3.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
atrac3data.h Remove table that was forgotten in the split. 15 years ago
audioconvert.c Make function get_channel_name() static: It is only used in audioconvert.c. 15 years ago
audioconvert.h Check that channel layout is compatible with number of channels for 16 years ago
aura.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
avcodec.h Move AVMediaType from libavcodec to libavutil. 15 years ago
avfft.c Implement the discrete sine/cosine transforms DCT-I and DST-I 15 years ago
avfft.h Implement the discrete sine/cosine transforms DCT-I and DST-I 15 years ago
avpacket.c indent 15 years ago
avs.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
beosthread.c Remove avcodec_thread_execute from avcodec.h, and make static functions that 15 years ago
bethsoftvideo.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
bethsoftvideo.h Globally rename the header inclusion guard names. 16 years ago
bfi.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
bgmc.c Support arithmetic decoding in ALS. 15 years ago
bgmc.h Support arithmetic decoding in ALS. 15 years ago
bink.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
binkaudio.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
binkdata.h Add lots of missing includes 15 years ago
binkidct.c Bink video decoder 15 years ago
bitstream.c indent 15 years ago
bitstream_filter.c Mark list heads static. Patch by Diego Pettenò 16 years ago
bmp.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
bmp.h Globally rename the header inclusion guard names. 16 years ago
bmpenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
bytestream.h Directly #include some required headers. 16 years ago
c93.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
cabac.c Rename bitstream.h to get_bits.h. 16 years ago
cabac.h Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7REGS. 15 years ago
cavs.c Replace @returns by @return. 15 years ago
cavs.h Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
cavs_parser.c do not check for minimum slice start code, 0x00000100 is valid 16 years ago
cavsdata.h rename vector_t to cavs_vector 16 years ago
cavsdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
cavsdsp.c Move some dsp func prototypes to dsputil.h; they are defined in dsputil.c 15 years ago
cbrt_tablegen.c Allow hard-coding of the 32kB cubic-root table for AAC. 15 years ago
cbrt_tablegen.h Allow hard-coding of the 32kB cubic-root table for AAC. 15 years ago
cdgraphics.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
celp_filters.c Fix spelling in comment 15 years ago
celp_filters.h Cosmetics: make celp_filters.* formatting more consistent with the rest of 15 years ago
celp_math.c Fix build. 16 years ago
celp_math.h Remove duplicated dot product code. Use dsputil's 16 years ago
cga_data.c Add CGA and palette data for 8088flex TMV decoder. 16 years ago
cga_data.h Add missing stdint.h #include to fix 'make checkheaders'. 16 years ago
cinepak.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
cljr.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
colorspace.h Use full internal pathname in doxygen @file directives. 16 years ago
cook.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
cookdata.h Use full internal pathname in doxygen @file directives. 16 years ago
costablegen.c Fix --enable-hardcoded-tables compilation: the generate table files now 15 years ago
cscd.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
cyuv.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
dca.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
dca.h Add support for parsing and decoding DCA-HD streams. 16 years ago
dca_parser.c Use full internal pathname in doxygen @file directives. 16 years ago
dcadata.h Use full internal pathname in doxygen @file directives. 16 years ago
dcahuff.h Fix huffman coded dca samples. 16 years ago
dct-test.c ARM: fix dct-test 15 years ago
dct.c Implement the discrete sine/cosine transforms DCT-I and DST-I 15 years ago
dctref.c Move dctref prototypes to a header file 15 years ago
dctref.h Move dctref prototypes to a header file 15 years ago
dirac.c Add a function to parse Dirac's sequence header 15 years ago
dirac.h Add a function to parse Dirac's sequence header 15 years ago
dirac_parser.c Use full internal pathname in doxygen @file directives. 16 years ago
dnxhd_parser.c Use full internal pathname in doxygen @file directives. 16 years ago
dnxhddata.c cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
dnxhddata.h cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
dnxhddec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
dnxhdenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
dnxhdenc.h Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
dpcm.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
dpx.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
dsicinav.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
dsputil.c Move H264 dsputil functions into their own struct 15 years ago
dsputil.h Move H264 dsputil functions into their own struct 15 years ago
dump_extradata_bsf.c
dv.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
dv_tablegen.c Add support for hard-coding the 256kB large dv_vlc_map table. 15 years ago
dv_tablegen.h Add support for hard-coding the 256kB large dv_vlc_map table. 15 years ago
dv_vlc_data.h Split VLC-related tables out of dvdata.h to make it easier to add support 15 years ago
dvbsub.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
dvbsub_parser.c Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. 16 years ago
dvbsubdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
dvdata.c fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at gmail dot com 15 years ago
dvdata.h Split VLC-related tables out of dvdata.h to make it easier to add support 15 years ago
dvdsub_parser.c Add missing av_cold in static init/close functions. 16 years ago
dvdsubdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
dvdsubenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
dwt.c DWT: x86 init should depend on HAVE_MMX 15 years ago
dwt.h Add ff_ prefix to dwt functions 15 years ago
dxa.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
dxva2.c Moved reusable functions from dxva2_h264.c to dxva2.c 15 years ago
dxva2.h H264 DXVA2 implementation 15 years ago
dxva2_h264.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
dxva2_internal.h Moved reusable functions from dxva2_h264.c to dxva2.c 15 years ago
dxva2_vc1.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
eac3dec.c Add spectral extension to the E-AC-3 decoder. 15 years ago
eac3dec_data.c Add spectral extension to the E-AC-3 decoder. 15 years ago
eac3dec_data.h Add spectral extension to the E-AC-3 decoder. 15 years ago
eacmv.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
eaidct.c Use full internal pathname in doxygen @file directives. 16 years ago
eamad.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
eatgq.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
eatgv.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
eatqi.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
elbg.c Small ELBG optimization: use last pixel as a initial guess for the codebook 15 years ago
elbg.h Fix reference to av_random_init where av_lfg_init was meant. 16 years ago
error_resilience.c Make sure the EC code does not attempt to use inter based concealment if there 15 years ago
escape124.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
eval.c eval: Check for return value of memory allocations. 15 years ago
eval.h Rewrite doxy for av_strtod(). 16 years ago
faandct.c Use full internal pathname in doxygen @file directives. 16 years ago
faandct.h Use full internal pathname in doxygen @file directives. 16 years ago
faanidct.c
faanidct.h Globally rename the header inclusion guard names. 16 years ago
faxcompr.c Simplify r20025: use align_get_bits instead of reimplementing it. 15 years ago
faxcompr.h cosmetics: reindent and reformat function declarations 15 years ago
fft-test.c Give RDFT types more meaningful names 15 years ago
fft.c Replace many includes of libavutil/common.h with what is actually needed 15 years ago
fft.h Implement the discrete sine/cosine transforms DCT-I and DST-I 15 years ago
ffv1.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
flac.c add a function to calculate a more accurate estimate for maximum FLAC 16 years ago
flac.h flacdec: split frame header decoding and validation into a separate 16 years ago
flacdata.c share sample rate and blocksize tables between the FLAC encoder and FLAC 16 years ago
flacdata.h share sample rate and blocksize tables between the FLAC encoder and FLAC 16 years ago
flacdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
flacenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
flashsv.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
flashsvenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
flicvideo.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
flv.h Add lots of missing includes 15 years ago
flvdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
flvenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
fraps.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
frwu.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
g726.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
g729.h Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE, 16 years ago
g729data.h LSF (Line Spectral Frequencies) decoding routine. 16 years ago
g729dec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
get_bits.h get/show_bits() can read up to MIN_CACHE_BITS bits 15 years ago
gif.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
gifdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
golomb.c Use full internal pathname in doxygen @file directives. 16 years ago
golomb.h Make get_ur_golomb capable of reading 16 bit values. 15 years ago
h261.c Use full internal pathname in doxygen @file directives. 16 years ago
h261.h Use full internal pathname in doxygen @file directives. 16 years ago
h261_parser.c Use full internal pathname in doxygen @file directives. 16 years ago
h261data.h Use full internal pathname in doxygen @file directives. 16 years ago
h261dec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
h261enc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
h263.c Change ref_index structure so it matches how its organized in h264. 15 years ago
h263.h Add lots of missing includes 15 years ago
h263_parser.c Include h263_parser.h: It contains the prototype for 15 years ago
h263_parser.h Globally rename the header inclusion guard names. 16 years ago
h263data.h Make inter_level/run global again, msmpeg4 uses them. 15 years ago
h263dec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
h264.c H264: Copy h264dsp when creating new slice threads 15 years ago
h264.h Fix implicit weight for b frames in mbaff. 15 years ago
h264_cabac.c Replace @returns by @return. 15 years ago
h264_cavlc.c Check level_prefix a bit (this just checks the max our bitreader can handle, 15 years ago
h264_direct.c Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to 15 years ago
h264_loopfilter.c Move H264 dsputil functions into their own struct 15 years ago
h264_mp4toannexb_bsf.c Add a quick description to the H.264 BSF 16 years ago
h264_mvpred.h Simplify code in mv_pred. 15 years ago
h264_parser.c Export H264 profile and level in AVCodecContext. 15 years ago
h264_parser.h Use full internal pathname in doxygen @file directives. 16 years ago
h264_ps.c Check direct_8x8_inference_flag. 15 years ago
h264_refs.c Fix implicit weight for b frames in mbaff. 15 years ago
h264_sei.c Ignore x264 build=0 as there is no such version, this restores previous 15 years ago
h264data.h Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler. 15 years ago
h264dsp.c Fix compilation on PPC 470. 15 years ago
h264dsp.h Move H264 dsputil functions into their own struct 15 years ago
h264dspenc.c More av_cold for infrequently called functions. 15 years ago
h264enc.c Replace @returns by @return. 15 years ago
h264idct.c Use full internal pathname in doxygen @file directives. 16 years ago
h264pred.c ARM: NEON optimised H264 16x16, 8x8 pred 15 years ago
h264pred.h ARM: NEON optimised H264 16x16, 8x8 pred 15 years ago
huffman.c Rename bitstream.h to get_bits.h. 16 years ago
huffman.h Rename bitstream.h to get_bits.h. 16 years ago
huffyuv.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
idcinvideo.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
iff.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
iff.h IFF: move ff_cmap_read_palette() prototype to a header file 15 years ago
iirfilter.c IIR filter test program. 16 years ago
iirfilter.h Use full internal pathname in doxygen @file directives. 16 years ago
imc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
imcdata.h Globally rename the header inclusion guard names. 16 years ago
imgconvert.c Round correctly chroma picture height. 15 years ago
imgconvert.h Globally prefer enum PixelFormat over int when it makes sense. 16 years ago
imx_dump_header_bsf.c Use full internal pathname in doxygen @file directives. 16 years ago
indeo2.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
indeo2data.h Globally rename the header inclusion guard names. 16 years ago
indeo3.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
indeo3data.h Globally rename the header inclusion guard names. 16 years ago
indeo5.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
indeo5data.h remove ivi5_scans8x8[0], it duplicates ff_zigzag_direct 15 years ago
intelh263dec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
internal.h Doxy for ff_match_2uint16(). 15 years ago
interplayvideo.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
intrax8.c Change VLC table creation in x8_vlc_init to use INIT_VLC_USE_NEW_STATIC. 15 years ago
intrax8.h Rename bitstream.h to get_bits.h. 16 years ago
intrax8dsp.c More av_cold for infrequently called functions. 15 years ago
intrax8huf.h Globally rename the header inclusion guard names. 16 years ago
ituh263dec.c Use LOCAL_ALIGNED macro for local arrays 15 years ago
ituh263enc.c Better title for the file. 15 years ago
ivi_common.c Scale tile dimensions in case both local decoding and scalability mode 15 years ago
ivi_common.h Encapsulate VLC information needed for decoding blocks and macroblocks in 15 years ago
ivi_dsp.c Separate DWT from snow and dsputil 15 years ago
ivi_dsp.h Indeo Video Interactive 4 and 5 common code and DSP functions. 15 years ago
jfdctfst.c Remove SHIFT_TEMPS from jfdct code. 15 years ago
jfdctint.c Remove SHIFT_TEMPS from jfdct code. 15 years ago
jpegls.c Use full internal pathname in doxygen @file directives. 16 years ago
jpegls.h Use full internal pathname in doxygen @file directives. 16 years ago
jpeglsdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
jpeglsdec.h Use full internal pathname in doxygen @file directives. 16 years ago
jpeglsenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
jrevdct.c Remove unused assignment from j_rev_dct() found by CSA. 16 years ago
kgv1dec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
kmvc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
lcl.h Globally rename the header inclusion guard names. 16 years ago
lcldec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
lclenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
libavcodec.v Add symbol versioning for shared libraries 15 years ago
libdirac.h Remove pointless #ifdefs from conditionally used files. 15 years ago
libdirac_libschro.c cosmetics: indentation, prettyprinting, K&R coding style 15 years ago
libdirac_libschro.h cosmetics: indentation, prettyprinting, K&R coding style 15 years ago
libdiracdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
libdiracenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
libfaac.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
libfaad.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
libgsm.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
libmp3lame.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
libopencore-amr.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
libopenjpeg.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
libschroedinger.c Fix bug caused by difference in stride and picture width. 15 years ago
libschroedinger.h Fix bug caused by difference in stride and picture width. 15 years ago
libschroedingerdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
libschroedingerenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
libspeexdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
libtheoraenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
libvorbis.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
libx264.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
libxvid_internal.h Use full internal pathname in doxygen @file directives. 16 years ago
libxvid_rc.c
libxvidff.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
ljpegenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
loco.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
lpc.c Move autocorrelation function from flacenc.c to lpc.c. Also rename the 15 years ago
lpc.h Move some prototypes from dsputil.c to reasonable header files 15 years ago
lsp.c Make lsp2polyf() function non-static for upcoming usage in SIPR 15 years ago
lsp.h Make lsp2polyf() function non-static for upcoming usage in SIPR 15 years ago
lzw.c Use full internal pathname in doxygen @file directives. 16 years ago
lzw.h Add lots of missing includes 15 years ago
lzwenc.c use lzw compression in gif encoder 15 years ago
mace.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mathops.h Add zero_extend() function 15 years ago
mdct.c Replace many includes of libavutil/common.h with what is actually needed 15 years ago
mdct_tablegen.c Include appropriate header in table generators instead of using a dummy 15 years ago
mdct_tablegen.h Include appropriate header in table generators instead of using a dummy 15 years ago
mdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mimic.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mjpeg.c Use full internal pathname in doxygen @file directives. 16 years ago
mjpeg.h Split bitstream.h, put the bitstream writer stuff in the new file 16 years ago
mjpeg_parser.c cosmetics, reindent 16 years ago
mjpega_dump_header_bsf.c Use full internal pathname in doxygen @file directives. 16 years ago
mjpegbdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mjpegdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mjpegdec.h Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
mjpegenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mjpegenc.h Use full internal pathname in doxygen @file directives. 16 years ago
mlp.c mlp: Use smaller CRC tables if CONFIG_SMALL. 15 years ago
mlp.h Specify maximum sample rate of MLP by defining the factor relative to 48000 15 years ago
mlp_parser.c mlp_parser: Fix memleak. 15 years ago
mlp_parser.h Rename bitstream.h to get_bits.h. 16 years ago
mlpdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mlpdsp.c Move prototypes for various dsputil init functions to dsputil.h 15 years ago
mmvideo.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
motion-test.c cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). 16 years ago
motion_est.c Change ref_index structure so it matches how its organized in h264. 15 years ago
motion_est_template.c Use full internal pathname in doxygen @file directives. 16 years ago
motionpixels.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
motionpixels_tablegen.c Add support for hardcoding the motionpixels rgb to yuv table. 15 years ago
motionpixels_tablegen.h Add support for hardcoding the motionpixels rgb to yuv table. 15 years ago
movsub_bsf.c Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
mp3_header_compress_bsf.c
mp3_header_decompress_bsf.c
mpc.c mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so make 15 years ago
mpc.h Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
mpc7.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mpc7data.h Globally rename the header inclusion guard names. 16 years ago
mpc8.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mpc8data.h cosmetics: 'const static' --> 'static const' to avoid warnings of the type 16 years ago
mpc8huff.h Globally rename the header inclusion guard names. 16 years ago
mpcdata.h Globally rename the header inclusion guard names. 16 years ago
mpeg4audio.c Add support for non-backwards compatible signaled parametric stereo. 15 years ago
mpeg4audio.h Add an HE-AAC v1 decoder. 15 years ago
mpeg4data.h Make some tables static again, i mistakely thought they would be used in several 15 years ago
mpeg4video.c Change ref_index structure so it matches how its organized in h264. 15 years ago
mpeg4video.h Add lots of missing includes 15 years ago
mpeg4video_parser.c Include mpeg4video.h: Needed for declaration of ff_mpeg4_decode_picture_header. 15 years ago
mpeg4video_parser.h cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
mpeg4videodec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mpeg4videoenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mpeg12.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mpeg12.h mpeg12: fix non-standard use of "extern inline" 16 years ago
mpeg12data.c Use full internal pathname in doxygen @file directives. 16 years ago
mpeg12data.h Use full internal pathname in doxygen @file directives. 16 years ago
mpeg12decdata.h Support intra_dc_precision>8 in jpeg 15 years ago
mpeg12enc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mpegaudio.c Use full internal pathname in doxygen @file directives. 16 years ago
mpegaudio.h Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
mpegaudio3.h header for common code between mp3 decoder and encoder. 15 years ago
mpegaudio_parser.c Cleanup properly at the end of MPEG Audio parsing. 16 years ago
mpegaudio_tablegen.c Add support for hardcoding the mpegaudiodec tables. 15 years ago
mpegaudio_tablegen.h Revert "Add required header #include to fix 'make checkheaders'." 15 years ago
mpegaudiodata.c Use full internal pathname in doxygen @file directives. 16 years ago
mpegaudiodata.h Use full internal pathname in doxygen @file directives. 16 years ago
mpegaudiodec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mpegaudiodecheader.c Include mpegaudiodecheader.h: It contains the prototype for 15 years ago
mpegaudiodecheader.h Use full internal pathname in doxygen @file directives. 16 years ago
mpegaudiodectab.h Use full internal pathname in doxygen @file directives. 16 years ago
mpegaudioenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mpegaudiotab.h Use full internal pathname in doxygen @file directives. 16 years ago
mpegvideo.c Change ref_index structure so it matches how its organized in h264. 15 years ago
mpegvideo.h Add ff_ prefix for mpeg2_dc_scale_table. 15 years ago
mpegvideo_common.h Get rid of pointless CONFIG_WMV2 definition. 15 years ago
mpegvideo_enc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
mpegvideo_parser.c Revert 15 years ago
mpegvideo_xvmc.c Consistently use third person in doxies. 15 years ago
msmpeg4.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
msmpeg4.h Get rid of pointless CONFIG_WMV_DECODER definition. 15 years ago
msmpeg4data.c Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readability 15 years ago
msmpeg4data.h Split the mpeg4 encoder and decoder off h263.c 15 years ago
msrle.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
msrledec.c Include msrledec.h: It contains the prototype for ff_msrle_decode(). 15 years ago
msrledec.h cosmetics: Fix some typos. 16 years ago
msvideo1.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
nellymoser.c Rename bitstream.h to get_bits.h. 16 years ago
nellymoser.h Use full internal pathname in doxygen @file directives. 16 years ago
nellymoserdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
nellymoserenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
noise_bsf.c
nuv.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
opt.c Fix misc typos, patch by 15 years ago
opt.h Add an experimental AVOption2 that uses an union instead of double for default_val. 15 years ago
options.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
os2thread.c Remove avcodec_thread_execute from avcodec.h, and make static functions that 15 years ago
pamenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
parser.c Replace @returns by @return. 15 years ago
parser.h cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
pcm-mpeg.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
pcm.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
pcx.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
pcxenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
pgssubdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
png.c cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
png.h Move some prototypes from dsputil.c to reasonable header files 15 years ago
pngdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
pngenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
pnm.c Support ASCII pnms. 15 years ago
pnm.h Support ASCII pnms. 15 years ago
pnm_parser.c whitespace cosmetics: K&R coding style, prettyprinting 15 years ago
pnmdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
pnmenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
psymodel.c Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess. 16 years ago
psymodel.h Cosmetics: Pretty print the AAC encoder. 16 years ago
pthread.c Remove avcodec_thread_execute from avcodec.h, and make static functions that 15 years ago
ptx.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
put_bits.h Make sure that compilation fails if functions like ff_put_string are used in code 15 years ago
qcelpdata.h Fix bandwith vs. bandwiDth typo. 16 years ago
qcelpdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
qdm2.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
qdm2_tablegen.c Include appropriate header in table generators instead of using a dummy 15 years ago
qdm2_tablegen.h Include appropriate header in table generators instead of using a dummy 15 years ago
qdm2data.h Use full internal pathname in doxygen @file directives. 16 years ago
qdrw.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
qpeg.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
qtrle.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
qtrleenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
r210dec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
ra144.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
ra144.h Remove useless comment 16 years ago
ra288.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
ra288.h Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail com. 16 years ago
rangecoder.c cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). 16 years ago
rangecoder.h Use full internal pathname in doxygen @file directives. 16 years ago
ratecontrol.c Move ff_sqrt() to libavutil/intmath.h 15 years ago
ratecontrol.h Use full internal pathname in doxygen @file directives. 16 years ago
raw.c Support decoding of SoftLab-NSK VideoTizer. 15 years ago
raw.h Use full internal pathname in doxygen @file directives. 16 years ago
rawdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
rawenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
rdft.c ARM: NEON optimised RDFT 15 years ago
rectangle.h 3rd and hopefully last 100l fix. 15 years ago
remove_extradata_bsf.c
resample.c Add const in cast. Removes warning: 16 years ago
resample2.c Make av_build_filter static (and remove av_): It is not used outside resample2.c. 15 years ago
rl.h Rename bitstream.h to get_bits.h. 16 years ago
rl2.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
rle.c
rle.h Globally rename the header inclusion guard names. 16 years ago
roqaudioenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
roqvideo.c Use full internal pathname in doxygen @file directives. 16 years ago
roqvideo.h Use FLG pseudo-random number generator in RoQ and ELBG 16 years ago
roqvideodec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
roqvideoenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
rpza.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
rtjpeg.c Distinguish between non-coded blocks and decode errors in rtjpeg's get_block 16 years ago
rtjpeg.h Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
rv10.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
rv10enc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
rv20enc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
rv30.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
rv30data.h Use full internal pathname in doxygen @file directives. 16 years ago
rv30dsp.c More av_cold for infrequently called functions. 15 years ago
rv34.c Revert commit 22378. 15 years ago
rv34.h Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
rv34data.h Use full internal pathname in doxygen @file directives. 16 years ago
rv34vlc.h Use full internal pathname in doxygen @file directives. 16 years ago
rv40.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
rv40data.h Use full internal pathname in doxygen @file directives. 16 years ago
rv40dsp.c Use full internal pathname in doxygen @file directives. 16 years ago
rv40vlc2.h Use full internal pathname in doxygen @file directives. 16 years ago
s3tc.c Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
s3tc.h Globally rename the header inclusion guard names. 16 years ago
sbr.h aacsbr: Make the previous value of bs_num_env local to read_sbr_data(). 15 years ago
sgi.h Globally rename the header inclusion guard names. 16 years ago
sgidec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
sgienc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
shorten.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
simple_idct.c Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 16 years ago
simple_idct.h Use full internal pathname in doxygen @file directives. 16 years ago
sipr.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
sipr.h Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
sipr16k.c SIPR16k decoder 15 years ago
sipr16kdata.h SIPR16k decoder 15 years ago
siprdata.h Allow a SIPR table to be used by the upcoming SIPR16k decoder 15 years ago
smacker.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
smc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
snow.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
snow.h Separate DWT from snow and dsputil 15 years ago
sonic.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
sp5x.h Globally rename the header inclusion guard names. 16 years ago
sp5xdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
sunrast.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
svq1.c Add a function to match a 2 element vector of uint16_t and use it in h263 and svq1 15 years ago
svq1.h Add a function to match a 2 element vector of uint16_t and use it in h263 and svq1 15 years ago
svq1_cb.h SVQ1: 4-byte-align codebook tables 15 years ago
svq1_vlc.h Globally rename the header inclusion guard names. 16 years ago
svq1dec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
svq1enc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
svq1enc_cb.h Use full internal pathname in doxygen @file directives. 16 years ago
svq3.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
synth_filter.c Move FFT parts from dsputil.h to fft.h 15 years ago
synth_filter.h Add lots of missing includes 15 years ago
tableprint.c Do not use puts, it adds additional newlines making the generated files 15 years ago
tableprint.h Extend and move macros to create table printing functions to header. 15 years ago
targa.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
targaenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
tiertexseqv.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
tiff.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
tiff.h Support both LSB and MSB orders for TIFF CCITT G.x compressed data. 15 years ago
tiffenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
tmv.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
truemotion1.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
truemotion1data.h remove duplicate tables 16 years ago
truemotion2.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
truespeech.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
truespeech_data.h Globally rename the header inclusion guard names. 16 years ago
tscc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
tta.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
twinvq.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
twinvq_data.h Add missing header to fix 'make checkheaders'. 15 years ago
txd.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
ulti.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
ulti_cb.h Globally rename the header inclusion guard names. 16 years ago
unary.h Rename bitstream.h to get_bits.h. 16 years ago
utils.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
v210dec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
v210enc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
v210x.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
vaapi.c Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param(). 15 years ago
vaapi.h Remove inclusion of va.h, not needed anymore after r18256. 16 years ago
vaapi_h264.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
vaapi_internal.h Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param(). 15 years ago
vaapi_mpeg2.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
vaapi_mpeg4.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
vaapi_vc1.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
vb.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
vc1.c Print error message when true interlaced VC-1 frames are encountered 15 years ago
vc1.h Print error message when true interlaced VC-1 frames are encountered 15 years ago
vc1_parser.c set pict_type in VC-1 parser, fix some timestamps problems 16 years ago
vc1acdata.h Globally rename the header inclusion guard names. 16 years ago
vc1data.c Use full internal pathname in doxygen @file directives. 16 years ago
vc1data.h Rename bitstream.h to get_bits.h. 16 years ago
vc1dec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
vc1dsp.c Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.c 15 years ago
vcr1.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
vdpau.c Set VDPAU H264 picture parameter field_order_cnt and frame_num at the 15 years ago
vdpau.h Cosmetics: Fix indentation. 15 years ago
vdpau_internal.h Set VDPAU H264 picture parameter field_order_cnt and frame_num at the 15 years ago
vmdav.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
vmnc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
vorbis.c whitespace cosmetics, prettyprinting, K&R coding style 15 years ago
vorbis.h Move some prototypes from dsputil.c to reasonable header files 15 years ago
vorbis_data.c Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
vorbis_dec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
vorbis_enc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
vorbis_enc_data.h whitespace cosmetics, prettyprinting, K&R coding style 15 years ago
vp3.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
vp3_parser.c
vp3data.h filter_limit_values only needs 7 bits, make its tables smaller 16 years ago
vp3dsp.c Use full internal pathname in doxygen @file directives. 16 years ago
vp5.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
vp5data.h Use full internal pathname in doxygen @file directives. 16 years ago
vp6.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
vp6data.h Use full internal pathname in doxygen @file directives. 16 years ago
vp6dsp.c move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil 16 years ago
vp56.c move vp6 huffman table freeing code, out of common vp56 code 15 years ago
vp56.h Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
vp56data.c Use full internal pathname in doxygen @file directives. 16 years ago
vp56data.h Use full internal pathname in doxygen @file directives. 16 years ago
vqavideo.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
w32thread.c Remove avcodec_thread_execute from avcodec.h, and make static functions that 15 years ago
wavpack.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
wma.c Export wma_critical_freqs as ff_wma_critical_freqs 15 years ago
wma.h Move FFT parts from dsputil.h to fft.h 15 years ago
wmadata.h remove a Huffman table from WMA which also exists in AAC 15 years ago
wmadec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
wmaenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
wmaprodata.h WMA: store level_table as floats, use type punning for sign flip in decode 15 years ago
wmaprodec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
wmavoice.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
wmavoice_data.h WMAVoice decoder. 15 years ago
wmv2.c cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
wmv2.h Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
wmv2dec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
wmv2enc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
wnv1.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
ws-snd1.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
xan.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
xiph.c Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
xiph.h Globally rename the header inclusion guard names. 16 years ago
xl.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
xsubdec.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
xsubenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
xvmc.h Improve description of next_free_data_block_num struct member. 16 years ago
xvmc_internal.h Add xvmc_internal.h that contains all internal xvmc function declarations. 16 years ago
yop.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
zmbv.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
zmbvenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago