summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
Commit message (Collapse)AuthorAge
* flac fixes:Michael Niedermayer2004-02-18
| | | | | | | | | | | | | | | fix data types of residual&decoded fix twos complement bitfields fix utf8 (no, utf8 is not the same as the simple and compact uvlc used in nut) add truncated bitstream support, both ogg and flac demuxers in mplayer cvs provide incomplete frames, and furthermore it isnt possible to find frameboundaries in flac without decoding it completly add escape-less golomb rice decoder (=flac style golomb rice) (ultra efficient, the longest vlc code is just 2^32-1 bits) printf->av_log fix bps for non independant channels fix a few +-1 bugs fix sample order for independant channels fix data_size Originally committed as revision 2791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Initial implementation of the G.726 ADPCM audio codec.Roman Shaposhnik2004-02-07
| | | | Originally committed as revision 2759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial commit for Quicktime Animation (RLE) video decoder; bit depthsMike Melanson2004-02-05
| | | | | | | 32, 24, and 16 are working; 8bpp is partially working; 4, 2, and 1 bpp are not supported yet Originally committed as revision 2748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added support for EA ADPCM and SMJPEG IMA ADPCMMike Melanson2004-02-03
| | | | Originally committed as revision 2744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MSZH and ZLIB decoder supportRoberto Togni2004-01-12
| | | | | | Experimental ZLIB encoder (not working yet) Originally committed as revision 2693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at Sierra VMD A/V decoders; video looks great, audio is notMike Melanson2004-01-02
| | | | | | yet complete Originally committed as revision 2652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial support for Duck TrueMotion v1 (think of it as On2 VP1); onlyMike Melanson2003-12-03
| | | | | | 16-bit mode supported thus far Originally committed as revision 2555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 decoderMichael Niedermayer2003-11-30
| | | | Originally committed as revision 2543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yep, FLI supportMike Melanson2003-11-14
| | | | Originally committed as revision 2519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegvideo is backIvan Kalvachev2003-11-12
| | | | Originally committed as revision 2507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new audio/video parser APIFabrice Bellard2003-11-10
| | | | Originally committed as revision 2492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added Apple Graphics (SMC) decoderMike Melanson2003-11-10
| | | | Originally committed as revision 2488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 8BPS decoderRoberto Togni2003-11-07
| | | | Originally committed as revision 2486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* activate the XA and ADX ADPCM codecsMike Melanson2003-10-15
| | | | Originally committed as revision 2385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sunplus JPEG codec (SP5X) supportAlex Beregszaszi2003-10-11
| | | | Originally committed as revision 2362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* theora decoding support (only keyframes for now, because by theora the frame ↵Alex Beregszaszi2003-10-11
| | | | | | isn't flipped so the motion vectors are getting screwed up) Originally committed as revision 2359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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