Diego Biurrun
f4ca507980
Rename ac3 decoder to liba52 to prepare for native decoder.
...
Originally committed as revision 7939 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
5968607304
wma encoder
...
Originally committed as revision 7855 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
52548eeede
BMP encoder by Michel Bardiaux, mbardiaux mediaxim be
...
Originally committed as revision 7824 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
35bffd7f3d
VC-1 parser
...
Originally committed as revision 7809 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
150d27725b
Theora encoding via libtheora.
...
courtesy of Paul Richards, paul.richards gmail com
Originally committed as revision 7698 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
bf60f563aa
remove the last #ifdef from allcodecs.c
...
Originally committed as revision 7627 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
eba70fa4e2
remove no longer needed #ifdefs
...
Originally committed as revision 7617 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
053185c2fa
Flash screen video encoder.
...
Originally committed as revision 7615 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
96dbe78f75
Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup.
...
Originally committed as revision 7597 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
6ebe07fbb5
variable renaming: mp3lame --> libmp3lame
...
Originally committed as revision 7417 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
2eed5a461f
Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin
...
Originally committed as revision 7416 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3ffab36139
variable renaming: dts --> libdts
...
Originally committed as revision 7415 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f8904fd959
Rename variables: a52 --> liba52, a52bin --> liba52bin
...
Originally committed as revision 7414 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
185c7b6b26
Musepack SV7 decoding support
...
Originally committed as revision 7375 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
3dd52c5afe
Now ZMBV encoder compiles
...
Originally committed as revision 7259 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
f95778f80d
fix compilation
...
Originally committed as revision 7248 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
f48d6e1b44
ZMBV encoder
...
Originally committed as revision 7242 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
1a1c53856f
mjpeg a dump header bitstream filter, modifies bitstream to be decoded by quicktime
...
Originally committed as revision 7201 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
f39020269e
cleanup the #ifdef mess in encoder/decoder/parser registration
...
Originally committed as revision 7182 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Robert Swain
c411e7f6fb
alphabetic reordering of codec registration
...
patch by Robert Swain < robert.swain _at_ gmail.com >
Originally committed as revision 7176 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
af63114e0d
rename CONFIG_AC3 to CONFIG_A52
...
it's more consistent and Dolby never liked people "infringing" their TM
Originally committed as revision 7014 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
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
18 years ago
Baptiste Coudurier
93481fe5fe
change gif muxer to simple gif encoder
...
Originally committed as revision 6874 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
84ed36da85
IMC decoder
...
Originally committed as revision 6839 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
06d392a7cc
change gif demuxer to gif decoder
...
Originally committed as revision 6760 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
a991b1fecb
TIFF decoder
...
Originally committed as revision 6682 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
29f86228a0
support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
...
Originally committed as revision 6672 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
72450e50a5
support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
...
Originally committed as revision 6659 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
3689cf1649
Targa image decoder
...
Originally committed as revision 6640 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
...
and fix GPL/LGPL version mismatches.
Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Oded Shimon
8c37516af0
Add vorbis encoder to ffmpeg
...
Originally committed as revision 6519 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
f28748e671
remove extraneous #ifdef CONFIG_ENCODERS/DECODERS
...
Originally committed as revision 6375 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
730581f3b4
WavPack lossless audio decoder
...
Originally committed as revision 6336 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
5ce117c37c
VP5 and VP6 video decoder
...
Originally committed as revision 6213 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
eb57c88973
VMware Video decoder (fourcc: VMnc)
...
Originally committed as revision 6171 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
c198597864
Looks like to be a good time to re-enable WMV3 decoder
...
Originally committed as revision 5901 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
6c9ce82f74
remove libtheora wrapper
...
Originally committed as revision 5873 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
9cf94714d0
Remove spurious references to Ogg Theora encoder, such a thing never existed.
...
Originally committed as revision 5858 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
6636b7e8e3
rename AMR config variables to CONFIG_AMR*
...
Originally committed as revision 5725 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
af9e7d1810
--enable/disable parsers. Warning: some combinations are broken.
...
Originally committed as revision 5691 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
88e2539b7e
10l: make disabling all pcm/adpcm codecs work
...
Originally committed as revision 5683 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Emiliano Parasassi
29c5cdcaec
Fix compilation with --disable-decoders.
...
patch by Emiliano Parasassi, millallo --at-- gmail --dot-- com
Originally committed as revision 5660 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
514e0831ae
noise bitstream filter
...
add priv_data field to AVBitStreamFilterContext
Originally committed as revision 5644 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
748c2fca7e
AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...)
...
Originally committed as revision 5643 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
b482e2d12f
CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
...
Originally committed as revision 5590 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Kostya Shishkov
10b9c374cf
Rename VC9 to VC1 as there is no such thing as VC9
...
Originally committed as revision 5529 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
9e96ab0389
first rudimentary version of (Justin Ruggles jruggle earthlink net) flac encoder
...
Originally committed as revision 5514 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Benjamin Larsson
0919e788ae
Flash Screen Video decoder (fourcc:FSV1)
...
Originally committed as revision 5436 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
c4921874f5
Enable AMR_NB decoder/encoder when either AMR_NB or AMR_NB_FIXED is defined.
...
Originally committed as revision 5325 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
e1ffc3adb8
Revert Windows "warning" message.
...
Originally committed as revision 5294 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago