.. |
alpha
|
warning fixes
|
22 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
|
fixing thread safety, this may cause alignment problms (if it does than the stuff should be moved to MpegEncContext)
|
22 years ago |
liba52
|
when changing version, please keep my changes (win32 compile fix)
|
22 years ago |
libpostproc
|
gcc 2.95 workaround
|
22 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>)
|
22 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
|
…
|
|
Doxyfile
|
…
|
|
Makefile
|
Simplified and fixed altivec/altivec.h detection under Linux and Darwin (and others). Patch by Magnus Damm <damm@opensource.se>
|
22 years ago |
a52dec.c
|
…
|
|
ac3.h
|
…
|
|
ac3dec.c
|
…
|
|
ac3enc.c
|
AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>)
|
22 years ago |
ac3tab.h
|
…
|
|
adpcm.c
|
…
|
|
allcodecs.c
|
PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at frogger dot rules dot pl>
|
22 years ago |
amr.c
|
* 3gp patch by Joca
|
22 years ago |
apiexample.c
|
FF_INPUT_BUFFER_PADDING_SIZE
|
22 years ago |
asv1.c
|
CONFIG_ENCODERS cleanup
|
22 years ago |
avcodec.c
|
flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>)
|
22 years ago |
avcodec.h
|
custom quant matrix encoding support
|
22 years ago |
bswap.h
|
warning fixes
|
22 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 |
cljr.c
|
410p -> 411p
|
22 years ago |
common.c
|
using av_abort instead exit
|
22 years ago |
common.h
|
reverse earlier patch
|
22 years ago |
cyuv.c
|
…
|
|
dct-test.c
|
…
|
|
dsputil.c
|
Fix third pixel motion compensation
|
22 years ago |
dsputil.h
|
the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>)
|
22 years ago |
dv.c
|
…
|
|
dvdata.h
|
…
|
|
error_resilience.c
|
rate distortion mb decision support
|
22 years ago |
eval.c
|
…
|
|
faad.c
|
…
|
|
fastmemcpy.h
|
…
|
|
fdctref.c
|
…
|
|
fft-test.c
|
…
|
|
fft.c
|
…
|
|
ffv1.c
|
golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster)
|
22 years ago |
golomb.c
|
…
|
|
golomb.h
|
10l
|
22 years ago |
h263.c
|
custom quant matrix encoding support
|
22 years ago |
h263data.h
|
…
|
|
h263dec.c
|
make the h263 decoder more error tolerant
|
22 years ago |
h264.c
|
bitstream changes to match JM7.2
|
22 years ago |
h264data.h
|
…
|
|
huffyuv.c
|
default for slices is display order again
|
22 years ago |
imgconvert.c
|
flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>)
|
22 years ago |
imgconvert_template.h
|
…
|
|
imgresample.c
|
…
|
|
indeo3.c
|
…
|
|
indeo3data.h
|
…
|
|
jfdctfst.c
|
…
|
|
jfdctint.c
|
…
|
|
jrevdct.c
|
…
|
|
mace.c
|
…
|
|
mdct.c
|
…
|
|
mdec.c
|
PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at frogger dot rules dot pl>
|
22 years ago |
mem.c
|
…
|
|
mjpeg.c
|
10l
|
22 years ago |
motion_est.c
|
rate distortion mb decision support
|
22 years ago |
motion_est_template.c
|
…
|
|
motion_test.c
|
…
|
|
mp3lameaudio.c
|
…
|
|
mpeg4data.h
|
warning fix
|
22 years ago |
mpeg12.c
|
custom quant matrix encoding support
|
22 years ago |
mpeg12data.h
|
CONFIG_ENCODERS cleanup
|
22 years ago |
mpegaudio.c
|
…
|
|
mpegaudio.h
|
…
|
|
mpegaudiodec.c
|
…
|
|
mpegaudiodectab.h
|
…
|
|
mpegaudiotab.h
|
…
|
|
mpegvideo.c
|
custom quant matrix encoding support
|
22 years ago |
mpegvideo.h
|
custom quant matrix encoding support
|
22 years ago |
msmpeg4.c
|
skip ext header missing message for msmpeg4v2
|
22 years ago |
msmpeg4data.h
|
…
|
|
oggvorbis.c
|
…
|
|
oggvorbis.h
|
…
|
|
opts.c
|
…
|
|
os_support.h
|
…
|
|
pcm.c
|
…
|
|
ra144.c
|
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 |
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
|
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.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
|
fix qmin==qmax==1 && msmpeg4 && intra bug
|
22 years ago |
raw.c
|
…
|
|
resample.c
|
AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>)
|
22 years ago |
rv10.c
|
rate distortion mb decision support
|
22 years ago |
simple_idct.c
|
…
|
|
simple_idct.h
|
…
|
|
svq1.c
|
get_bits -> skip_bits
|
22 years ago |
svq1_cb.h
|
…
|
|
svq1_vlc.h
|
…
|
|
svq3.c
|
- fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!)
|
22 years ago |
utils.c
|
cleanup / fixes
|
22 years ago |
vcr1.c
|
fix
|
22 years ago |
vp3.c
|
fixing chroma MC
|
22 years ago |
vp3data.h
|
…
|
|
wmadata.h
|
…
|
|
wmadec.c
|
moved frame_count to wmadeccontext
|
22 years ago |
wmv2.c
|
fix identifier to fix compilation
|
22 years ago |
xvmcvideo.c
|
Add GNU header, remove X includes, add more check for xvmc render packet
|
22 years ago |