FFmpeg/libavcodec
Michael Niedermayer eacb41b2e9 mp3 header (de)compression bitstream filter
this will make mp3 frames 4 bytes smaller, it will not give you binary identical mp3 files, but it will give you mp3 files which decode to binary identical output
this will only work in containers providing at least packet size, sample_rate and number of channels
bugreports about mp3 files for which this fails are welcome
and this is experimental (dont expect compatibility and dont even expect to be able to decompress what you compressed, hell dont even expect this to work without editing the source a little)

Originally committed as revision 6958 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-10 01:41:53 +00:00
..
alpha Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
armv4l Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
bfin Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
i386 ensure alignment (no speed change) 2006-11-03 16:54:05 +00:00
liba52 Use MMX only under x86_32, there are compilation problems. 2006-11-07 12:28:13 +00:00
mlib Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
ppc Simplify 2006-11-07 12:45:29 +00:00
ps2 Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
sh4 Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
sparc Switch to the LGPL as agreed to by the author according to the 2006-10-11 07:47:59 +00:00
4xm.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
8bps.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
a52dec.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
aasc.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
ac3.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
ac3dec.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
ac3enc.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
ac3tab.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
adpcm.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
adx.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
alac.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
allcodecs.c mp3 header (de)compression bitstream filter 2006-11-10 01:41:53 +00:00
amr.c sample rate fix 2006-10-28 09:30:43 +00:00
apiexample.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
asv1.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
audioconvert.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
avcodec.h mp3 header (de)compression bitstream filter 2006-11-10 01:41:53 +00:00
avs.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
beosthread.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
bitstream_filter.c mp3 header (de)compression bitstream filter 2006-11-10 01:41:53 +00:00
bitstream.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
bitstream.h Use common define for x86_32 and x86_64. 2006-11-01 18:34:40 +00:00
bmp.c coded line size is a multiple of 4 2006-10-30 20:43:07 +00:00
bytestream.h change gif muxer to simple gif encoder 2006-11-02 23:13:34 +00:00
cabac.c Kill a warning with MSVC 2006-10-18 09:37:25 +00:00
cabac.h Reenable AMD64 optimizations for cabac accidentially disabled in r6852 2006-11-01 17:18:49 +00:00
cavs.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
cavsdata.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
cavsdsp.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
cinepak.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
cljr.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
cook.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
cookdata.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
cscd.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
cyuv.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
dct-test.c Rename ABS macro to FFABS. 2006-10-11 23:17:58 +00:00
dpcm.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
dsicinav.c Rename SWAP macro to FFSWAP. 2006-11-01 21:28:36 +00:00
dsputil.c Rename ABS macro to FFABS. 2006-10-11 23:17:58 +00:00
dsputil.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
dtsdec.c Fix GPL/LGPL license version mismatch. 2006-10-09 07:31:27 +00:00
dv.c Rename ABS macro to FFABS. 2006-10-11 23:17:58 +00:00
dvbsub.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
dvbsubdec.c Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 2006-11-01 22:39:58 +00:00
dvdata.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
dvdsubdec.c Rename dvdsub.c to dvdsubdec.c. 2006-10-27 23:37:35 +00:00
dvdsubenc.c Remove empty structures, 2006-10-14 14:48:45 +00:00
error_resilience.c Rename ABS macro to FFABS. 2006-10-11 23:17:58 +00:00
eval.c update copyright year, it looks odd otherwise :) 2006-10-28 20:18:18 +00:00
eval.h ministry of english grammar :) then->than 2006-11-04 00:42:50 +00:00
faac.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
faad.c get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used 2006-11-09 11:37:30 +00:00
faandct.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
faandct.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
fdctref.c COSMETICS: tabs --> spaces, some prettyprinting 2005-12-22 01:10:11 +00:00
fft-test.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
fft.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
ffv1.c Rename ABS macro to FFABS. 2006-10-11 23:17:58 +00:00
flac.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
flacenc.c Fix ASF format parser's broken UTF-16 string handling 2006-11-06 10:32:48 +00:00
flashsv.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
flicvideo.c correct signaling of palette change 2006-10-19 23:03:47 +00:00
fraps.c Check for symbol count 2006-11-06 06:13:29 +00:00
g726.c reindentation, patch by From: Steve Lhomme, slhomme divxcorp com 2006-11-01 21:09:14 +00:00
gif.c change gif muxer to simple gif encoder 2006-11-02 23:13:34 +00:00
gifdec.c remove useless line variable 2006-11-05 15:10:33 +00:00
golomb.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
golomb.h handle limit>32 for set_ur_golomb_jpegls() 2006-10-22 04:52:15 +00:00
h261.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
h261data.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
h263.c 10000l to myself, fixing regression test failure 2006-11-09 01:23:47 +00:00
h263data.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
h263dec.c add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values 2006-11-07 09:46:57 +00:00
h264.c Remove the H264Context parameter from decode_init_vlc() as it is not being used. 2006-11-09 16:40:33 +00:00
h264data.h merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3) 2006-11-01 19:34:30 +00:00
h264idct.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
huffyuv.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
idcinvideo.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
imc.c Init vlc tables as static 2006-10-30 13:57:55 +00:00
imcdata.h IMC decoder 2006-10-30 13:48:48 +00:00
imgconvert_template.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
imgconvert.c Fix obvious typo, BGR555 was missing 2006-10-27 22:08:02 +00:00
imgresample.c Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 2006-11-01 22:39:58 +00:00
indeo2.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
indeo2data.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
indeo3.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
indeo3data.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
interplayvideo.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
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 Limit output sample to 0..maxval, fixes decoding of T16E0.JLS 2006-11-06 05:35:09 +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 Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
lcl.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
libgsm.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
loco.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
lzo.c Avoid void *-arithmetic 2006-10-08 14:32:27 +00:00
lzo.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
lzw.c LZW decoder as separate module plus TIFF LZW support 2006-10-26 04:15:48 +00:00
lzw.h LZW decoder as separate module plus TIFF LZW support 2006-10-26 04:15:48 +00:00
mace.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
Makefile allow spaces in source and build directory names 2006-11-08 00:02:15 +00:00
mathops.h Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change 2006-11-01 17:01:33 +00:00
mdct.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
mdec.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
mjpeg.c JPEG-LS 16-bit gray support 2006-10-24 05:01:04 +00:00
mmvideo.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
motion_est_template.c Rename ABS macro to FFABS. 2006-10-11 23:17:58 +00:00
motion_est.c new I/P frame selection heuristic 2006-11-02 23:36:39 +00:00
motion_test.c Compilation fix: pix_abs16x16_c was undeclared. 2006-10-08 09:41:00 +00:00
mp3lameaudio.c reindentation, patch by From: Steve Lhomme, slhomme divxcorp com 2006-11-01 21:09:14 +00:00
mpeg4data.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
mpeg12.c typo 2006-11-07 13:50:41 +00:00
mpeg12data.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
mpegaudio.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
mpegaudio.h dont set the sampling rate just because 1 mp3 packet header says so (fixes playback speed on some old mencoder generated avis which where then dumped to mp3) 2006-10-30 02:19:55 +00:00
mpegaudiodec.c dont set the sampling rate just because 1 mp3 packet header says so (fixes playback speed on some old mencoder generated avis which where then dumped to mp3) 2006-10-30 02:19:55 +00:00
mpegaudiodectab.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
mpegaudiotab.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
mpegvideo.c add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values 2006-11-07 09:46:57 +00:00
mpegvideo.h add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values 2006-11-07 09:46:57 +00:00
msmpeg4.c Use common define for x86_32 and x86_64. 2006-11-01 18:34:40 +00:00
msmpeg4data.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
msrle.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
msvideo1.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
nuv.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
oggvorbis.c Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 2006-11-01 22:39:58 +00:00
opt.c Fixes: 2006-10-08 21:25:22 +00:00
opt.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
os2thread.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
parser.c move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo parser to mpeg12.c 2006-11-06 10:43:49 +00:00
parser.h move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo parser to mpeg12.c 2006-11-06 10:43:49 +00:00
pcm.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
png.c PNG 16-bit gray decoding support 2006-10-24 04:59:46 +00:00
pnm.c include parser.h instead of mpegvideo.h 2006-11-06 10:47:41 +00:00
pthread.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
qdm2.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
qdm2data.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
qdrw.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
qpeg.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
qtrle.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
ra144.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
ra144.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
ra288.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
ra288.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
rangecoder.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
rangecoder.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
ratecontrol.c update ratecontrol to new ff_eval API 2006-10-27 20:16:26 +00:00
ratecontrol.h update ratecontrol to new ff_eval API 2006-10-27 20:16:26 +00:00
raw.c 16bit in avi is RGB555 2006-11-09 17:28:46 +00:00
resample2.c Rename ABS macro to FFABS. 2006-10-11 23:17:58 +00:00
resample.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
roqvideo.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
rpza.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
rtjpeg.c Avoid void*-arithmetic, and uint8_t* is more correct anyway. 2006-11-06 17:56:08 +00:00
rtjpeg.h Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack since 2006-11-05 16:18:37 +00:00
rv10.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
shorten.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
simple_idct.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
simple_idct.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
smacker.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
smc.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
snow.c outputs bit spent on various encoding functions (motion vectors, overhead, etc) 2006-11-02 19:11:20 +00:00
snow.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
sonic.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
sp5x.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
svq1_cb.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
svq1_vlc.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
svq1.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
svq3.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
targa.c RGB32 support in Targa 2006-11-03 13:13:08 +00:00
tiertexseqv.c support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net% 2006-10-12 12:02:58 +00:00
tiff.c LZW decoder as separate module plus TIFF LZW support 2006-10-26 04:15:48 +00:00
truemotion1.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
truemotion1data.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
truemotion2.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
truespeech_data.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
truespeech.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
tscc.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
tta.c Rename SIGN macro to the more fitting UNFOLD. 2006-10-10 12:07:25 +00:00
ulti_cb.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
ulti.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
utils.c add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag 2006-11-07 13:45:08 +00:00
vc1.c Rename ABS macro to FFABS. 2006-10-11 23:17:58 +00:00
vc1acdata.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
vc1data.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
vc1dsp.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
vcr1.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
vmdav.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
vmnc.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
vorbis_data.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
vorbis_enc_data.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
vorbis_enc.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
vorbis.c Rename ABS macro to FFABS. 2006-10-11 23:17:58 +00:00
vorbis.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
vp3.c Rename ABS macro to FFABS. 2006-10-11 23:17:58 +00:00
vp3data.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
vp3dsp.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
vp5.c Don't include inttypes.h/stdint.h directly, there is an abstraction in 2006-10-24 18:57:43 +00:00
vp5data.h Don't include inttypes.h/stdint.h directly, there is an abstraction in 2006-10-24 18:57:43 +00:00
vp6.c Don't include inttypes.h/stdint.h directly, there is an abstraction in 2006-10-24 18:57:43 +00:00
vp6data.h Don't include inttypes.h/stdint.h directly, there is an abstraction in 2006-10-24 18:57:43 +00:00
vp56.c use coded_width and coded_height instead of width and height 2006-10-22 18:33:09 +00:00
vp56.h Don't include inttypes.h/stdint.h directly, there is an abstraction in 2006-10-24 18:57:43 +00:00
vp56data.c Don't include inttypes.h/stdint.h directly, there is an abstraction in 2006-10-24 18:57:43 +00:00
vp56data.h Don't include inttypes.h/stdint.h directly, there is an abstraction in 2006-10-24 18:57:43 +00:00
vqavideo.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
w32thread.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
wavpack.c Ignore blocks with no samples and flags (but usually with MD5 sum) 2006-10-15 04:50:19 +00:00
wmadata.h Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
wmadec.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
wmv2.c Rename ABS macro to FFABS. 2006-10-11 23:17:58 +00:00
wnv1.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
ws-snd1.c Remove empty structures, 2006-10-14 14:48:45 +00:00
x264.c indentation 2006-11-01 18:19:20 +00:00
xan.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
xl.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00
xvid_internal.h Rename internal.h --> xvid_internal.h, it clashes with libavutil/internal.h. 2006-10-12 11:51:34 +00:00
xvid_rc.c Rename internal.h --> xvid_internal.h, it clashes with libavutil/internal.h. 2006-10-12 11:51:34 +00:00
xvidff.c Have xvid encoder wrapper honnor -vtag option 2006-10-15 16:52:33 +00:00
xvmcvideo.c Fixes: 2006-10-12 19:57:47 +00:00
zmbv.c Change license headers to say 'FFmpeg' instead of 'this program/this library' 2006-10-07 15:30:46 +00:00