summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
Commit message (Collapse)AuthorAge
...
* Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>)Michael Niedermayer2003-10-04
| | | | Originally committed as revision 2342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* implemented Id Quake II CIN supportMike Melanson2003-10-03
| | | | Originally committed as revision 2339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at a VQA video decoderMike Melanson2003-10-02
| | | | Originally committed as revision 2332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &Mike Melanson2003-10-01
| | | | | | Video-1, Apple RPZA, Cinepak, Westwood IMA ADPCM Originally committed as revision 2324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * DV handling was streamlined for both muxing/demuxing andRoman Shaposhnik2003-09-29
| | | | | | | | | | | | | | decoding. All muxing/demuxing functionality is now available in libavformat/dv.[ch]. * dv1394.c and avidec.c were hooked up with general DV demuxer. * DVAUDIO is dead! Long live pcm_s16le! * DV audio is now always recognized -- which means we can now hear all those ducks quaking in pond.dv. Originally committed as revision 2319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)Michael Niedermayer2003-09-28
| | | | Originally committed as revision 2311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCMMike Melanson2003-09-08
| | | | Originally committed as revision 2217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial commit for Id RoQ and Interplay MVE multimedia subsystemsMike Melanson2003-09-02
| | | | Originally committed as revision 2195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asv2 encodingMichael Niedermayer2003-09-01
| | | | Originally committed as revision 2187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ASV2 decoderMichael Niedermayer2003-09-01
| | | | Originally committed as revision 2186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg2 regression testMichael Niedermayer2003-08-26
| | | | | | add mpeg2video_decoder, thats more consistant with the encoders, note, both mpeg1video and mpeg2video decoder will happily decode both mpeg1 and 2 Originally committed as revision 2166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg2 encodingMichael Niedermayer2003-08-25
| | | | Originally committed as revision 2164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at ↵Michael Niedermayer2003-08-22
| | | | | | | | frogger dot rules dot pl> note: completly untested, no demuxer yet Originally committed as revision 2134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CLJR decoding supportAlex Beregszaszi2003-07-27
| | | | Originally committed as revision 2090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial XvMC supportIvan Kalvachev2003-07-26
| | | | Originally committed as revision 2085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ATI VCR1 decoderMichael Niedermayer2003-07-24
| | | | Originally committed as revision 2076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l (forgot to commit)Michael Niedermayer2003-07-10
| | | | Originally committed as revision 2030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lossless mjpeg encoding (planar yuv & RGB) and somerelated bugfixesMichael Niedermayer2003-06-17
| | | | Originally committed as revision 1968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code ↵Nick Kurshev2003-06-13
| | | | | | | | from a mplayerhq (originally from public domain player for Amiga at http://www.honeypot.net/audio) Originally committed as revision 1952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FFV1 codec (our very simple lossless intra only codec, compresses much ↵Michael Niedermayer2003-06-09
| | | | | | better then huffyuv) Originally committed as revision 1939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * 3gp patch by JocaZdenek Kabelac2003-06-05
| | | | Originally committed as revision 1931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4xm adpcmMichael Niedermayer2003-06-03
| | | | Originally committed as revision 1928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4xm codecMichael Niedermayer2003-06-01
| | | | Originally committed as revision 1923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ASV1 codecMichael Niedermayer2003-05-19
| | | | | | with postprocessing support :) Originally committed as revision 1891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMR-NB audio support patch by (<joca at rixmail dot se>)joca@rixmail.se2003-05-14
| | | | Originally committed as revision 1876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * support for AAC audio streams via libfaadZdenek Kabelac2003-05-12
| | | | | | | | | * could be complied with runtime linking of libfaad (CONFIG_FAADBIN) * missing/untested support for raw AAC streams (maybe there will be just one entry for aac) * missing configure check for libfaad/config option Originally committed as revision 1857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* svq3 decoder by anonymousMichael Niedermayer2003-05-09
| | | | Originally committed as revision 1845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * introducing new public interface in imgconvert.cRoman Shaposhnik2003-05-07
| | | | | | | | | | | | | | | | | | | | | | + avcodec_get_pix_fmt converts textual representation of pixel format into the actual id. Complements avcodec_get_pix_fmt_name. + avpicture_layout serializes given picture into a flat array. Complements avpicture_fill. * adding a new option -pix_fmt to the ffmpeg, in order to control pixel format for the codecs that do support it, like rawvideo, for example. * reducing complexity of the rawvideo codec by splitting it in two and making it more reliable via hooking up to the avpicture_layout. Plus adding new FourCC as described here: http://www.fourcc.org * A tiny fix for avienc.c that makes avih and video strf consistent regarding codec FourCC. Originally committed as revision 1842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at a new VP3 video decoderMike Melanson2003-05-05
| | | | Originally committed as revision 1831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* native Indeo3 decoder implementationMike Melanson2003-04-15
| | | | Originally committed as revision 1777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H264 decoder & demuxerMichael Niedermayer2003-04-04
| | | | Originally committed as revision 1732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per file doxyMichael Niedermayer2003-03-06
| | | | Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* register cyuv with allcodecs.cMike Melanson2003-02-09
| | | | Originally committed as revision 1563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* --disable-risky supportMichael Niedermayer2003-01-29
| | | | Originally committed as revision 1522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DV audio decoder by Roman ShaposhnickFabrice Bellard2003-01-27
| | | | Originally committed as revision 1514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qpel encodingMichael Niedermayer2002-12-27
| | | | | | | | | | | 4mv+b frames encoding finally fixed chroma ME 5 comparission functions for ME b frame encoding speedup wmv2 codec (unfinished) user specified diamond size for EPZS Originally committed as revision 1365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove fake wmv2 codecMichael Niedermayer2002-12-08
| | | | Originally committed as revision 1323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Ogg/Vorbis patch by Mark HillsMark Hills2002-11-22
| | | | Originally committed as revision 1268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mjpegb support (need more samples)Alex Beregszaszi2002-11-20
| | | | Originally committed as revision 1258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* huffyuvMichael Niedermayer2002-11-14
| | | | Originally committed as revision 1211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 supportFrançois Revol2002-11-02
| | | | | | | | | contribution by Laszlo Torok <torokl@alpha.dfmk.hu> 4CC 'MAC3' and 'MAC6' in Quicktime. It works for mono streams, needs to be fixed for stereo when I get my hands on a stereo sample :) patch by (François Revol <revol at free dot fr>) Originally committed as revision 1145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added wma decoderFabrice Bellard2002-10-28
| | | | Originally committed as revision 1090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added DV supportFabrice Bellard2002-10-04
| | | | Originally committed as revision 999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2002-09-01
| | | | Originally committed as revision 896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* beos/mov/adpcm patch by François Revol <revol at free dot fr>François Revol2002-07-20
| | | | | | | | | | | | | | | | | | | | | * Some BeOS fixes: - errno stuff - nanosleep() replacement - added a doc/README.beos * mov reader still has problems with most videos (skips many chunks), - It should now read .mov files with zlib-compressed moov headers (aka cmov) - added SVQ1 support. - removed mapping 'raw ' and 'yuv2' to h263, was my mistake. - added IMA4 support. (tested) - fixed frame rate (it reported 0 fps or something before) - extended file probing ('wide' and 'free' atoms) - improved .mov/.mp4 detection (or so I think) * adpcm * added zlib support, with header file and lib check Originally committed as revision 780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new codec: Sorenson v1Nick Kurshev2002-07-09
| | | | Originally committed as revision 726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wmv1 supportMichael Niedermayer2002-06-18
| | | | Originally committed as revision 697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put codec registering in another file so that the user can install the ↵Fabrice Bellard2002-06-11
codecs he wants Originally committed as revision 685 to svn://svn.ffmpeg.org/ffmpeg/trunk