summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAge
* 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
* interlaced chroma MC divx-bug workaroundMichael Niedermayer2004-04-02
* warning patrolFalk Hüffner2004-03-24
* static allocation rewrite (old code was plain a broken mess)Michael Niedermayer2004-03-21
* * DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-)Roman Shaposhnik2004-03-14
* remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson2004-03-14
* * constZdenek Kabelac2004-03-05
* silence warningsIvan Kalvachev2004-03-04
* count > thread_count for execute()Michael Niedermayer2004-03-03
* av_log() cleanupMichael Niedermayer2004-03-03
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-03
* macrofree av_freep()Michael Niedermayer2004-03-03
* initial chroma_format changes,xvmc tweaks and codec_capIvan Kalvachev2004-03-01
* int64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now dot net>)Gael Chardon2004-02-28
* AVCodec.supported_frameratesMichael Niedermayer2004-02-26
* INT64_MIN fixMichael Niedermayer2004-02-26
* export DCT coefficients patch by (Wolfgang Hesseler <wolfgang.hesseler at imk...Wolfgang Hesseler2004-02-25
* 1lMichael Niedermayer2004-02-25
* use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0Michael Niedermayer2004-02-25
* flac fixes:Michael Niedermayer2004-02-18
* multithreaded/SMP motion estimationMichael Niedermayer2004-02-13
* * Initial implementation of the G.726 ADPCM audio codec.Roman Shaposhnik2004-02-07
* initial commit for Quicktime Animation (RLE) video decoder; bit depthsMike Melanson2004-02-05
* remove incorect motion estimation tableMichael Niedermayer2004-02-05
* added support for EA ADPCM and SMJPEG IMA ADPCMMike Melanson2004-02-03
* quantizer noise shapingMichael Niedermayer2004-02-02
* closed gop support & flags2 as all bits in flags are usedMichael Niedermayer2004-01-22