summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAge
...
* make most resample filter parameters selectable at runtimeMichael Niedermayer2004-10-21
* support strictly enforcing gop sizeMichael Niedermayer2004-10-15
* Creative ADPCM decoder, format 0x200, courtesy of Konstantin ShishkovMike Melanson2004-10-12
* broken mess removialMichael Niedermayer2004-09-29
* support for Sierra Online audio files and Apple QuickDraw codec,Mike Melanson2004-09-28
* move h264 idct to its own file and call via function pointer in DspContextMichael Niedermayer2004-09-27
* lowres width/height cleanup 3rd tryMichael Niedermayer2004-09-27
* set AVCodecContext.width/height to the picture width/height instead of the on...Michael Niedermayer2004-09-27
* 1/4 resolution decodingMichael Niedermayer2004-09-26
* 1/2 resolution decodingMichael Niedermayer2004-09-25
* av_rescale with user specified roundingMichael Niedermayer2004-09-19
* IBM Ultimotion video decoder, courtesy of Konstantin ShishkovMike Melanson2004-09-16
* optional non spec compliant optimizationsMichael Niedermayer2004-09-02
* 4x4 SSE compare functionMichael Niedermayer2004-08-22
* new opensource lossy/lossless audio codec based on speech compression techniq...Alex Beregszaszi2004-08-21
* build++Mike Melanson2004-08-14
* TechSmith Camtasia (TSCC) video decoder, courtesy of Konstantin ShishkovMike Melanson2004-08-14
* user overrideable level & profileMichael Niedermayer2004-08-13
* raise build number for the snowMichael Niedermayer2004-07-30
* my experimental wavelet codecMichael Niedermayer2004-07-25
* UYVY support patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)Todd Kirby2004-07-25
* XviD Support patch by (Adam Thayer <krevnik at comcast dot net>)Adam Thayer2004-07-16
* libdts support by (Benjamin Zores <ben at geexbox dot org>)Michael Niedermayer2004-07-14
* update version for next releaseMichael Niedermayer2004-07-09
* av_resample_close in avcodec.h patch by ("William Juwono" <william.juwono at ...William Juwono2004-07-08
* forgottenMichael Niedermayer2004-06-30
* support skiping of mb rows during decodingMichael Niedermayer2004-06-26
* flush audio encoder buffers at the endMichael Niedermayer2004-06-22
* polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resam...Michael Niedermayer2004-06-17
* nsse weightMichael Niedermayer2004-06-07
* noise preserving sum of squares comparission functionMichael Niedermayer2004-06-07
* mini-fix for compatibility with other compilers by (Hauke Duden <H.NS.Duden a...Michael Niedermayer2004-06-05
* h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac d...Michael Niedermayer2004-05-30
* mpeg audio timestamp fixMichael Niedermayer2004-05-23
* forgotten prototypesMichael Niedermayer2004-05-21
* rtp callback context patch by ("Chris Flerackers" <cflerackers at androme dot...Chris Flerackers2004-05-18
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-18
* mention avcodec_align_dimensions()Michael Niedermayer2004-05-13
* automatic pixel format selectionMichael Niedermayer2004-05-12
* first pass at a Sorenson Video 1 (SVQ1) encoderMike Melanson2004-05-07
* support decoding mpeg4 with buggy dc clippingMichael Niedermayer2004-05-05
* use AVInteger in av_rescale() so it can finally do 64*64/64 instead of just 6...Michael Niedermayer2004-05-04
* AMV bug workaroundMichael Niedermayer2004-04-30
* cleanup & memleak fixMichael Niedermayer2004-04-30
* intra_dc_precission>0 encoding supportMichael Niedermayer2004-04-30
* support reusing mb types and field select values of the source file, but use ...Michael Niedermayer2004-04-25
* motion estimation cleanupMichael Niedermayer2004-04-22
* passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like mo...Michael Niedermayer2004-04-17
* verbosity patch by (Allen Day <allenday at ucla dot edu>)Allen Day2004-04-11
* padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>)Todd Kirby2004-04-08