summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAgeFilesLines
* Add vorbis encoder to ffmpegOded Shimon2006-10-021-0/+1
* marking AVPaletteControl as deprecated due to thread saftey amongth other iss...Michael Niedermayer2006-09-301-1/+2
* bump lavc version for WavPack decoderKostya Shishkov2006-09-271-2/+2
* ARMv5TE optimized IDCTMåns Rullgård2006-09-261-0/+1
* WavPack lossless audio decoderKostya Shishkov2006-09-261-0/+2
* move memory functions from avcodec to avutilLuca Barbato2006-09-251-5/+2
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+18
* VP5 and VP6 video decoderAurelien Jacobs2006-09-091-2/+8
* VMware Video decoder (fourcc: VMnc)Kostya Shishkov2006-09-051-2/+4
* Align the input buffer in ffplay, introduce a public macro for aligned declar...Luca Barbato2006-08-311-2/+13
* add codec id and tag for JPEG 2000Baptiste Coudurier2006-08-241-0/+1
* Added codec id for QCELP.Benjamin Larsson2006-08-201-0/+1
* Forgot to update LIBAVCODEC_VERSION_INTKostya Shishkov2006-08-011-1/+1
* remove libtheora wrapperMåns Rullgård2006-07-311-3/+0
* New functions in DSPContext for VC-1 decodingKostya Shishkov2006-07-301-1/+1
* Remove spurious references to Ogg Theora encoder, such a thing never existed.Diego Biurrun2006-07-291-1/+0
* some MMX optimizations for the CAVS decoderStefan Gehrer2006-07-291-0/+1
* Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni2006-07-191-3/+0
* Move av_log() & friends to libavutilLuca Abeni2006-07-181-33/+0
* av_get_bits_per_sample and due simplificationsBaptiste Coudurier2006-07-071-0/+4
* increasing version for AVBitStreamFiltersMichael Niedermayer2006-07-061-2/+2
* noise bitstream filterMichael Niedermayer2006-07-061-0/+3
* AVBitStreamFilter (some thingy which can modify the bitstream like add or rem...Michael Niedermayer2006-07-061-0/+31
* CODEC_ID_CAVS (part of the cavs patch by Stefan Gehrer stefan.gehrer gmx de)Stefan Gehrer2006-07-021-0/+3
* flac-lpc patch by (Justin Ruggles jruggle earthlink net)Justin Ruggles2006-07-021-0/+52
* Rename VC9 to VC1 as there is no such thing as VC9Kostya Shishkov2006-06-271-2/+2
* cleanup patch from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-06-251-3/+0
* minor cleanupLuca Barbato2006-06-241-3/+0
* first rudimentary version of (Justin Ruggles jruggle earthlink net) flac enc...Michael Niedermayer2006-06-241-0/+1
* CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink netJustin Ruggles2006-06-241-0/+5
* Remove unused FFMPEG_VERSION_INT.Diego Biurrun2006-06-201-3/+0
* Use Subversion revision for FFMPEG_VERSION.Diego Biurrun2006-06-201-2/+1
* Rename version from CVS to the more sensible HEAD.Diego Biurrun2006-06-171-1/+1
* fix closed gop flagBaptiste Coudurier2006-06-091-1/+1
* support doing motion estimation and compensation without any residual transfo...Michael Niedermayer2006-06-041-0/+1
* Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1Corey Hickey2006-06-031-0/+7
* Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson2006-06-011-0/+2
* add MPEG-2 intra vlc supportBaptiste Coudurier2006-05-131-0/+1
* make zero motion vector threshold user setableMichael Niedermayer2006-05-071-0/+8
* Baptiste COUDURIER's padding patch (reworked by me a little bit).Luca Abeni2006-04-101-0/+3
* Add missing external declaration for kmvc codecRoberto Togni2006-04-071-0/+1
* KMVC (used in Worms games) decoder. Works fine with samples from MPHQKostya Shishkov2006-04-071-2/+3
* s/SAMPLT_FMT_NONE/SAMPLE_FMT_NONE/Måns Rullgård2006-04-051-1/+1
* move enum PixelFormat from libavcodec to libavutilLuca Abeni2006-03-301-45/+0
* NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger2006-03-271-0/+2
* Smacker demuxer and decoder.Kostya Shishkov2006-03-211-2/+6
* Fix cropping, depending on enc pix fmtBaptiste Coudurier2006-03-101-0/+3
* added none/8bit/24bit audio formats and defaulting to s16 for now (once the s...Alex Beregszaszi2006-02-211-2/+5
* Increase maximum number of B-frames, necessary for H.264 encoding.Erik Slagter2006-02-191-1/+1
* complete AVS playback system (from Creature Shock computer game),Mike Melanson2006-02-171-2/+4
OpenPOWER on IntegriCloud