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.
 
 
 
 
 
Michael Niedermayer 29d48296a7 Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>) 21 years ago
..
alpha Use asms instead of builtins when compiling for generic Alpha. Less 21 years ago
armv4l Optimized simple idct for arm by Frederic 'dilb' Boulay <dilb@handhelds.org>. Currently licensed under the GPLv2, but the author allowed to license it under the LGPL, feel free to change 22 years ago
i386 another non const static, maybe its thread save now 21 years ago
liba52 when changing version, please keep my changes (win32 compile fix) 21 years ago
libpostproc Ministry of English Composition fixes (courtesy of Diego Biurrun 21 years ago
mlib the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) 22 years ago
ppc namespace fix (triggered by gcc-alivec-bugfix + gentoo or so) by (Magnus Damm <damm at opensource dot se>) 21 years ago
ps2 the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) 22 years ago
sh4 the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) 22 years ago
.cvsignore
4xm.c Fix compilation with ccc 21 years ago
Doxyfile
Makefile Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>) 21 years ago
a52dec.c
ac3.h
ac3dec.c
ac3enc.c AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>) 21 years ago
ac3tab.h
adpcm.c New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE & 21 years ago
allcodecs.c Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>) 21 years ago
amr.c AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>) 21 years ago
apiexample.c spelling fix 21 years ago
asv1.c asv2 encoding 21 years ago
avcodec.c flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>) 22 years ago
avcodec.h Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>) 21 years ago
bswap.h warning fixes 21 years ago
cabac.c FFV1 codec (our very simple lossless intra only codec, compresses much better then huffyuv) 22 years ago
cabac.h 10l 22 years ago
cinepak.c New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE & 21 years ago
cljr.c removed unused variables 21 years ago
common.c using av_abort instead exit 21 years ago
common.h ctype.h is a common header 21 years ago
cyuv.c Warning and compatibility fixes. 22 years ago
dct-test.c
dpcm.c fix Interplay DPCM (frames are intracoded, predictors do not carry 21 years ago
dsputil.c Fix third pixel motion compensation 22 years ago
dsputil.h removed os_support.h 21 years ago
dv.c * preAlpha DV encoding support -- there's still a truckload 21 years ago
dvdata.h * DV handling was streamlined for both muxing/demuxing and 21 years ago
error_resilience.c avoid warning 21 years ago
eval.c
faac.c Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>) 21 years ago
faad.c * support for AAC audio streams via libfaad 22 years ago
fastmemcpy.h
fdctref.c
fft-test.c
fft.c
ffv1.c removed warnings 21 years ago
golomb.c optimizations 22 years ago
golomb.h 10l 22 years ago
h263.c ac prediction cleanup 21 years ago
h263data.h h263 stuffing decode fix 21 years ago
h263dec.c AVI stream header FCC / more reliable detection of old xvid files 21 years ago
h264.c removed warnings 21 years ago
h264data.h 10l 22 years ago
huffyuv.c default for slices is display order again 21 years ago
idcinvideo.c instructions for using the decoder 21 years ago
imgconvert.c avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>) 21 years ago
imgconvert_template.h avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>) 21 years ago
imgresample.c avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>) 21 years ago
indeo3.c fixes levis.avi 21 years ago
indeo3data.h use const data - began to make code more portable 21 years ago
interplayvideo.c do away with all those naughty global variables 21 years ago
jfdctfst.c
jfdctint.c
jrevdct.c
mace.c debug stuff only for DEBUG :) 22 years ago
mdct.c
mdec.c 100l 21 years ago
mem.c
mjpeg.c removed warnings 21 years ago
motion_est.c optionally try to encode each MB with MV=<0,0> and choose the one with better RD 21 years ago
motion_est_template.c removed unused variable 21 years ago
motion_test.c
mp3lameaudio.c CODEC_ID_MP3LAME is obsolete 21 years ago
mpeg4data.h warning fix 22 years ago
mpeg12.c hurry_up fix? 21 years ago
mpeg12data.h CONFIG_ENCODERS cleanup 22 years ago
mpegaudio.c
mpegaudio.h
mpegaudiodec.c update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?) 21 years ago
mpegaudiodectab.h
mpegaudiotab.h
mpegvideo.c rd cbp + single coeff elimination fix 21 years ago
mpegvideo.h rate distortion optimal cbp support (h263/mpeg4 non intra only) 21 years ago
msmpeg4.c skip ext header missing message for msmpeg4v2 21 years ago
msmpeg4data.h
msrle.c New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE & 21 years ago
msvideo1.c New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE & 21 years ago
oggvorbis.c
oggvorbis.h
opts.c removed os_support.h 21 years ago
pcm.c simpler 21 years ago
ra144.c removed unused variables 21 years ago
ra144.h moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big? 22 years ago
ra288.c removed unused variables 21 years ago
ra288.h moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big? 22 years ago
ratecontrol.c removed warnings 21 years ago
raw.c Warning fixes. 22 years ago
resample.c removed os_support.h 21 years ago
roqvideo.c experimental half-pel motion compensation for C planes, courtesy of Dr. 21 years ago
rpza.c New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE & 21 years ago
rv10.c rate distortion mb decision support 21 years ago
simple_idct.c
simple_idct.h
svq1.c get_bits -> skip_bits 21 years ago
svq1_cb.h
svq1_vlc.h rework SVQ1 decoder to use more intuitive VLC tables as well as ffmpeg's 22 years ago
svq3.c - fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!) 22 years ago
utils.c detect avcodec_open() on an already opened AVCodecContext 21 years ago
vcr1.c removed unused variable 21 years ago
vp3.c * patch for compile problem by "Steven M. Schultz" sms at 2BSD dot COM 21 years ago
vp3data.h get those permutations straight 22 years ago
vqavideo.c first pass at a VQA video decoder 21 years ago
wmadata.h
wmadec.c moved frame_count to wmadeccontext 22 years ago
wmv2.c avoid warning 21 years ago
xan.c MACRO-ize a bunch of redundant code blocks; fix 16-bit RGB modes (it's 21 years ago
xvmcvideo.c ctype.h is a common header 21 years ago