FFmpeg/libavcodec
Oded Shimon 4109400295 more forgotten free's.
Originally committed as revision 6527 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-02 11:55:24 +00:00
..
alpha Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
armv4l ARMv5TE optimized IDCT 2006-09-26 20:26:22 +00:00
bfin ADI Blackfin optimizations 2006-09-16 22:26:09 +00:00
i386 approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast. 2006-10-01 21:25:17 +00:00
liba52 Add proper GPL headers. 2006-09-09 22:04:43 +00:00
mlib
ppc New single instruction math operation header 2006-09-19 22:22:29 +00:00
ps2 Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
sh4 Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
sparc
4xm.c fix some signedness warnings 2006-09-27 19:47:39 +00:00
8bps.c
a52dec.c
aasc.c
ac3.h
ac3dec.c
ac3enc.c Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. The other fixes an issue with floorcod=7. 2006-09-03 15:59:08 +00:00
ac3tab.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
adpcm.c make the adx adpcm codec available 2006-07-08 22:31:14 +00:00
adx.c make the adx adpcm codec available 2006-07-08 22:31:14 +00:00
alac.c Add const to (mostly) char* and make some functions static, which aren't used 2006-06-18 11:33:14 +00:00
allcodecs.c Add vorbis encoder to ffmpeg 2006-10-02 06:18:02 +00:00
amr.c rename AMR config variables to CONFIG_AMR* 2006-07-12 16:49:14 +00:00
apiexample.c Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
asv1.c add some #ifdef CONFIG_ENCODERS/DECODERS 2006-09-27 19:54:07 +00:00
audioconvert.c cosmetics 2006-08-19 23:12:10 +00:00
avcodec.h Add vorbis encoder to ffmpeg 2006-10-02 06:18:02 +00:00
avs.c
beosthread.c
bitstream_filter.c Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
bitstream.c move some functions to bitstream.h to avoid conflicts 2006-08-28 18:44:49 +00:00
bitstream.h Fix get_bits_long to work with ALT_BITSTREAM_READER_LE. 2006-09-25 22:47:55 +00:00
bmp.c
cabac.c
cabac.h tweak cabac. 0.5% faster h264. 2006-08-27 09:19:02 +00:00
cavs.c some MMX optimizations for the CAVS decoder 2006-07-29 08:45:33 +00:00
cavsdata.h replace run by run+1 in VLC tables 2006-07-14 19:15:08 +00:00
cavsdsp.c some MMX optimizations for the CAVS decoder 2006-07-29 08:45:33 +00:00
cinepak.c
cljr.c
cook.c cook shouldn't try to enforce the bitstream reader type 2006-08-24 21:59:20 +00:00
cookdata.h
cscd.c
cyuv.c fix some signedness warnings 2006-09-27 19:47:39 +00:00
dct-test.c Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
dpcm.c Mark some read-only datastructures as const. 2006-07-06 13:53:07 +00:00
dsputil.c approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast. 2006-10-01 21:25:17 +00:00
dsputil.h approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast. 2006-10-01 21:25:17 +00:00
dtsdec.c dtsdec.c copies one input packet at a time to a (static) buffer of size 2006-04-20 19:23:57 +00:00
dv.c Fix compilation with --disable-encoders. 2006-10-01 18:19:49 +00:00
dvbsub.c
dvbsubdec.c
dvdata.h * Restructuring the division of labor between DV codec and DV format 2006-09-04 03:33:11 +00:00
dvdsub.c
dvdsubenc.c
error_resilience.c dc_val should be signed 2006-09-27 22:13:44 +00:00
eval.c Break compatibility only when first part of version number changes, in this 2006-09-27 20:08:36 +00:00
eval.h Add forgotten eval.h... 2006-09-29 19:48:27 +00:00
faac.c
faad.c
faandct.c
faandct.h
fdctref.c
fft-test.c Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
fft.c sse implementation of imdct. 2006-09-21 16:37:39 +00:00
ffv1.c add some #ifdef CONFIG_ENCODERS/DECODERS 2006-09-27 19:54:07 +00:00
flac.c force usage of ALT_BITSTREAM_READER where needed 2006-08-28 18:46:01 +00:00
flacenc.c cosmetic change to adjust alignment. 2006-07-16 17:08:25 +00:00
flashsv.c Flash Screen Video decoder (fourcc:FSV1) 2006-06-01 07:31:59 +00:00
flicvideo.c
fraps.c
g726.c add some #ifdef CONFIG_ENCODERS/DECODERS 2006-09-27 19:54:07 +00:00
golomb.c
golomb.h first rudimentary version of (Justin Ruggles jruggle earthlink net) flac encoder 2006-06-24 10:20:15 +00:00
h261.c set supported pixel formats for a few encoders (fixes crashes with grayscale) 2006-09-20 21:17:37 +00:00
h261data.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
h263.c fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff_mpeg4_set_direct_mv) 2006-09-29 23:34:42 +00:00
h263data.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
h263dec.c approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast. 2006-10-01 21:25:17 +00:00
h264.c approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast. 2006-10-01 21:25:17 +00:00
h264data.h h264: MBAFF interlaced decoding 2006-05-28 22:44:14 +00:00
h264idct.c
huffyuv.c add some #ifdef CONFIG_ENCODERS/DECODERS 2006-09-27 19:54:07 +00:00
idcinvideo.c
imgconvert_template.h
imgconvert.c Minimal support for the new pixel formats in libavcodec 2006-08-28 14:56:47 +00:00
imgresample.c Explicitly include fastmemcpy.h from libvo/. 2006-08-18 13:38:24 +00:00
indeo2.c Fix Indel --> Intel typo. 2006-09-15 13:53:26 +00:00
indeo2data.h Fix Indel --> Intel typo. 2006-09-15 13:53:26 +00:00
indeo3.c fix some signedness warnings 2006-09-27 19:47:39 +00:00
indeo3data.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
internal.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
interplayvideo.c
jfdctfst.c Add copyright notice from the Independent JPEG Group instead of referring 2006-09-03 16:15:29 +00:00
jfdctint.c Add copyright notice from the Independent JPEG Group instead of referring 2006-09-03 16:15:29 +00:00
jpeg_ls.c free memory before return 2006-09-27 04:37:57 +00:00
jrevdct.c Add copyright notice from the Independent JPEG Group instead of referring 2006-09-03 16:15:29 +00:00
kmvc.c Drop unneeded checks before av_free() and change to av_freep() where it's more suitable. 2006-09-09 11:40:41 +00:00
lcl.c add some #ifdef CONFIG_ENCODERS/DECODERS 2006-09-27 19:54:07 +00:00
libgsm.c
loco.c
lzo.c
lzo.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
mace.c Fix buffer handling for stereo mace files, fixes some random sig11 2006-09-05 21:17:30 +00:00
Makefile Add vorbis encoder to ffmpeg 2006-10-02 06:18:02 +00:00
mathops.h New single instruction math operation header 2006-09-19 22:22:29 +00:00
mdct.c
mdec.c
mjpeg.c fix some signedness warnings 2006-09-27 19:47:39 +00:00
mmvideo.c Fix FSF postal address. 2006-07-26 01:12:26 +00:00
motion_est_template.c make zero motion vector threshold user setable 2006-05-07 11:48:07 +00:00
motion_est.c Fix CHECK_BIDIR macro so it works with Intel's Compiler 2006-08-12 16:31:17 +00:00
motion_test.c Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
mp3lameaudio.c
mpeg4data.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
mpeg12.c fix some signedness warnings 2006-09-27 19:47:39 +00:00
mpeg12data.h fix some signedness warnings 2006-09-27 19:47:39 +00:00
mpegaudio.c
mpegaudio.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
mpegaudiodec.c add some #ifdef CONFIG_ENCODERS/DECODERS 2006-09-27 19:54:07 +00:00
mpegaudiodectab.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
mpegaudiotab.h The license of this file is LGPL, as clarified by Fabrice. 2006-09-03 22:16:54 +00:00
mpegvideo.c approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast. 2006-10-01 21:25:17 +00:00
mpegvideo.h Move the ratecontrol related code from mpegvideo.h to a separate header file. 2006-09-29 19:39:19 +00:00
msmpeg4.c dc_val should be signed 2006-09-27 22:13:44 +00:00
msmpeg4data.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
msrle.c
msvideo1.c
nuv.c
oggvorbis.c Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
opt.c Reformat the output of the list of available AVOptions, by indenting the 2006-09-29 19:36:12 +00:00
opt.h make AVOptions default value field work. 2006-09-10 20:21:40 +00:00
os2thread.c Fix FSF postal address. 2006-07-26 01:12:26 +00:00
parser.c fix some signedness warnings 2006-09-27 19:47:39 +00:00
pcm.c
png.c add some #ifdef CONFIG_ENCODERS/DECODERS 2006-09-27 19:54:07 +00:00
pnm.c --enable/disable parsers. Warning: some combinations are broken. 2006-07-09 12:02:15 +00:00
pthread.c
qdm2.c Fixed a possible bug, checked against the assembly. 2006-06-02 07:50:12 +00:00
qdm2data.h Mark read-only data as const. Patch by stefan huehner org. 2006-07-04 19:15:47 +00:00
qdrw.c 1l: correct argument order in avcodec_check_dimensions 2006-10-01 05:09:20 +00:00
qpeg.c
qtrle.c
ra144.c
ra144.h
ra288.c
ra288.h
rangecoder.c
rangecoder.h
ratecontrol.c Move the ratecontrol related code from mpegvideo.h to a separate header file. 2006-09-29 19:39:19 +00:00
ratecontrol.h Move the ratecontrol related code from mpegvideo.h to a separate header file. 2006-09-29 19:39:19 +00:00
raw.c add some #ifdef CONFIG_ENCODERS/DECODERS 2006-09-27 19:54:07 +00:00
resample2.c Add const to (mostly) char* and make some functions static, which aren't used 2006-06-18 11:33:14 +00:00
resample.c
roqvideo.c
rpza.c
rtjpeg.c
rtjpeg.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
rv10.c seems only 3 bits are used for the number of resolutions, some rv30 files have this set to 10 even though there are just 2 resolutions in the extradata 2006-09-30 16:00:27 +00:00
shorten.c sanity checks, some might have been exploitable ... 2006-05-13 10:45:26 +00:00
simple_idct.c
simple_idct.h
smacker.c 1l: correct argument order in avcodec_check_dimensions 2006-10-01 05:09:20 +00:00
smc.c
snow.c Handle possible failure of ff_eval. 2006-09-26 14:04:36 +00:00
snow.h Compile fix (for GCC<3.3) when encoders are disabled 2006-08-15 14:59:27 +00:00
sonic.c add some #ifdef CONFIG_ENCODERS/DECODERS 2006-09-27 19:54:07 +00:00
sp5x.h
svq1_cb.h
svq1_vlc.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
svq1.c add some #ifdef CONFIG_ENCODERS/DECODERS 2006-09-27 19:54:07 +00:00
svq3.c
swscale.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
truemotion1.c
truemotion1data.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
truemotion2.c 1l: correct argument order in avcodec_check_dimensions 2006-10-01 05:09:20 +00:00
truespeech_data.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
truespeech.c Add const to (mostly) char* and make some functions static, which aren't used 2006-06-18 11:33:14 +00:00
tscc.c 1l: correct argument order in avcodec_check_dimensions 2006-10-01 05:09:20 +00:00
tta.c remove get_le16 and get_le32, get_bits and get_bits_long can just be used directly. 2006-09-25 22:57:34 +00:00
ulti_cb.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
ulti.c
utils.c Fix quantiSer --> quantiZer typo. 2006-10-02 10:23:59 +00:00
vc1.c dc_val should be signed 2006-09-27 22:13:44 +00:00
vc1acdata.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
vc1data.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
vc1dsp.c Drop put_vc1_qpel_pixels_tab as they won't be needed anymore. 2006-09-02 04:58:51 +00:00
vcr1.c
vmdav.c Correct wrong memset invocation. 2006-08-09 07:52:28 +00:00
vmnc.c 1l: correct argument order in avcodec_check_dimensions 2006-10-01 05:09:20 +00:00
vorbis_data.c vorbis.h -> vorbis_data.c 2006-09-30 18:47:15 +00:00
vorbis_enc_data.h add vorbis_enc_data.h, remove codebook data from vorbis_enc.c 2006-10-02 06:56:39 +00:00
vorbis_enc.c more forgotten free's. 2006-10-02 11:55:24 +00:00
vorbis.c remove render_line from vorbis.h, add ff_vorbis_floor1_render_list instead 2006-10-01 17:38:07 +00:00
vorbis.h remove render_line from vorbis.h, add ff_vorbis_floor1_render_list instead 2006-10-01 17:38:07 +00:00
vp3.c fix some signedness warnings 2006-09-27 19:47:39 +00:00
vp3data.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
vp3dsp.c avoid 4 + 2006-07-19 23:51:11 +00:00
vp5.c rename vector to vect to avoid clash with Apple gcc 2006-09-09 22:53:44 +00:00
vp5data.h VP5 and VP6 video decoder 2006-09-09 17:19:37 +00:00
vp6.c rename vector to vect to avoid clash with Apple gcc 2006-09-09 22:53:44 +00:00
vp6data.h VP5 and VP6 video decoder 2006-09-09 17:19:37 +00:00
vp56.c replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231) 2006-09-13 20:16:33 +00:00
vp56.h rename vector to vect to avoid clash with Apple gcc 2006-09-25 18:54:18 +00:00
vp56data.c VP5 and VP6 video decoder 2006-09-09 17:19:37 +00:00
vp56data.h VP5 and VP6 video decoder 2006-09-09 17:19:37 +00:00
vqavideo.c palette (if we memcpy it into AVFrame) must be uint32_t 2006-09-30 23:49:09 +00:00
w32thread.c
wavpack.c Handle case of get_bits(0) 2006-09-28 05:01:02 +00:00
wmadata.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
wmadec.c fix some signedness warnings 2006-09-27 19:47:39 +00:00
wmv2.c 1000l copy and paste typo 2006-09-21 01:08:05 +00:00
wnv1.c
ws-snd1.c
x264.c fix b pyramid in mp4 muxing if no dts are provided to the muxer 2006-08-30 21:18:17 +00:00
xan.c
xl.c
xvid_rc.c
xvidff.c 10l to whoever wrote this 2006-06-15 09:20:31 +00:00
xvmcvideo.c Explicitly include fastmemcpy.h from libvo/. 2006-08-18 13:38:24 +00:00
zmbv.c 1l: correct argument order in avcodec_check_dimensions 2006-10-01 05:09:20 +00:00