aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
AgeCommit message (Expand)Author
2006-11-10mp3 header (de)compression bitstream filterMichael Niedermayer
2006-11-09get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...Baptiste Coudurier
2006-11-07add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flagBaptiste Coudurier
2006-11-07Bump version for Fraps v[24] supportKostya Shishkov
2006-11-02change gif muxer to simple gif encoderBaptiste Coudurier
2006-10-30IMC decoderKostya Shishkov
2006-10-26LZW decoder as separate module plus TIFF LZW supportKostya Shishkov
2006-10-22change gif demuxer to gif decoderBaptiste Coudurier
2006-10-16Make ffmpeg work with x264 r592Luca Barbato
2006-10-13TIFF decoderKostya Shishkov
2006-10-12support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %c...Baptiste Coudurier
2006-10-11update doc, changelog, and increase libavcodec version for .cin files supportBaptiste Coudurier
2006-10-11support for Delphine Software .cin files demuxing / audio and video decoding,...Baptiste Coudurier
2006-10-11Targa image decoderKostya Shishkov
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-04change extradata type to uint8_t *Baptiste Coudurier
2006-10-02Add vorbis encoder to ffmpegOded Shimon
2006-09-30marking AVPaletteControl as deprecated due to thread saftey amongth other iss...Michael Niedermayer
2006-09-27bump lavc version for WavPack decoderKostya Shishkov
2006-09-26ARMv5TE optimized IDCTMåns Rullgård
2006-09-26WavPack lossless audio decoderKostya Shishkov
2006-09-25move memory functions from avcodec to avutilLuca Barbato
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2006-09-09VP5 and VP6 video decoderAurelien Jacobs
2006-09-05VMware Video decoder (fourcc: VMnc)Kostya Shishkov
2006-08-31Align the input buffer in ffplay, introduce a public macro for aligned declar...Luca Barbato
2006-08-24add codec id and tag for JPEG 2000Baptiste Coudurier
2006-08-20Added codec id for QCELP.Benjamin Larsson
2006-08-01Forgot to update LIBAVCODEC_VERSION_INTKostya Shishkov
2006-07-31remove libtheora wrapperMåns Rullgård
2006-07-30New functions in DSPContext for VC-1 decodingKostya Shishkov
2006-07-29Remove spurious references to Ogg Theora encoder, such a thing never existed.Diego Biurrun
2006-07-29some MMX optimizations for the CAVS decoderStefan Gehrer
2006-07-19Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni
2006-07-18Move av_log() & friends to libavutilLuca Abeni
2006-07-07av_get_bits_per_sample and due simplificationsBaptiste Coudurier
2006-07-06increasing version for AVBitStreamFiltersMichael Niedermayer
2006-07-06noise bitstream filterMichael Niedermayer
2006-07-06AVBitStreamFilter (some thingy which can modify the bitstream like add or rem...Michael Niedermayer
2006-07-02CODEC_ID_CAVS (part of the cavs patch by Stefan Gehrer stefan.gehrer gmx de)Stefan Gehrer
2006-07-02flac-lpc patch by (Justin Ruggles jruggle earthlink net)Justin Ruggles
2006-06-27Rename VC9 to VC1 as there is no such thing as VC9Kostya Shishkov
2006-06-25cleanup patch from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato
2006-06-24minor cleanupLuca Barbato
2006-06-24first rudimentary version of (Justin Ruggles jruggle earthlink net) flac enc...Michael Niedermayer
2006-06-24CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink netJustin Ruggles
2006-06-20Remove unused FFMPEG_VERSION_INT.Diego Biurrun
2006-06-20Use Subversion revision for FFMPEG_VERSION.Diego Biurrun
2006-06-17Rename version from CVS to the more sensible HEAD.Diego Biurrun
2006-06-09fix closed gop flagBaptiste Coudurier