aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* add Creative 8 bits ADPCM schemes supportAurelien Jacobs2006-02-161-2/+8
* increase audio buffer to 1second of 48khz float audioAlex Beregszaszi2006-02-131-3/+3
* dosbox native ZMBV decoder, courtesy of KostyaMike Melanson2006-02-121-2/+4
* complete American Laser Games MM playback system, courtesy of Peter RossMike Melanson2006-02-121-0/+2
* tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or ...Alex Beregszaszi2006-02-121-0/+2
* bump version numbers and update docs for adts aac supportMåns Rullgård2006-02-081-2/+2
* adts aac parserMåns Rullgård2006-02-081-0/+1
* xvid ratecontrol supportMichael Niedermayer2006-01-241-0/+2
* Remove all stray tabs and trailing whitespace, this time for good.Diego Biurrun2006-01-241-1/+1
* sc_factor support for encoding.Corey Hickey2006-01-221-0/+7
* CamStudio video decoderDiego Biurrun2006-01-141-2/+2
* Parameter added for user to set the cutoff frequency when encoding with faac.Luca Abeni2006-01-101-0/+7
* CamStudio decoder, only 32 bit lzo mode is testedReimar Döffinger2006-01-091-0/+2
* 8x8 integer dct from x264 as cmp function (under CONFIG_GPL)Michael Niedermayer2006-01-041-0/+1
* TrueSpeech compatible audio decoder by Konstantin ShishkovDiego Biurrun2006-01-031-0/+2
* update x264 wrapper.Robert Swain2005-12-291-0/+100
* iterative overlapped block based motion estimation for snowMichael Niedermayer2005-12-281-1/+4
* support downscaling frames for dynamic b frame decissionMichael Niedermayer2005-12-251-0/+7
* bidir refine supportMichael Niedermayer2005-12-231-0/+7
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-28/+28
* new qscale type to distinguish H264Jindřich Makovička2005-12-181-0/+1
* unfinished jpeg-ls codec (feel free to finish it ...)Michael Niedermayer2005-12-181-0/+10
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-140/+140
* Cook compatibe decoder, patch by Benjamin LarssonBenjamin Larsson2005-12-091-2/+4
* BMP image decoderMåns Rullgård2005-11-301-0/+2
* dvbsub encoder, patch by Wolfram Gloger < wmglo AH dent POIS med POIS uni-mue...Wolfram Gloger2005-11-141-0/+1
* extradata endianness commentMichael Niedermayer2005-11-041-0/+1
* Increase version because of QDM2 decoder additionRoberto Togni2005-10-201-2/+2
* QDM2 compatible decoderRoberto Togni2005-10-181-0/+2
* Duck TrueMotion 2 video decoder, courtesy of Konstantin ShishkovMike Melanson2005-10-131-0/+2
* dont include opt.h in avcodec.hMichael Niedermayer2005-09-121-2/+1
* CAREFULL --> CAREFUL typo fixDiego Biurrun2005-09-121-1/+1
* flags and named constants with type checking of course for AVOptionMichael Niedermayer2005-09-111-49/+1
* AVOption API improvmentsMichael Niedermayer2005-09-111-9/+15
* xvids mmx&mmx2 idctsMichael Niedermayer2005-09-101-0/+1
* AVOption enumeration support and some flags to classify AVOptionsMichael Niedermayer2005-09-061-2/+8
* AVOption first tryMichael Niedermayer2005-09-061-36/+38
* Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger2005-09-021-0/+18