aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
AgeCommit message (Expand)Author
2004-06-17polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resam...Michael Niedermayer
2004-06-07nsse weightMichael Niedermayer
2004-06-07noise preserving sum of squares comparission functionMichael Niedermayer
2004-06-05mini-fix for compatibility with other compilers by (Hauke Duden <H.NS.Duden a...Michael Niedermayer
2004-05-30h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac d...Michael Niedermayer
2004-05-23mpeg audio timestamp fixMichael Niedermayer
2004-05-21forgotten prototypesMichael Niedermayer
2004-05-18rtp callback context patch by ("Chris Flerackers" <cflerackers at androme dot...Chris Flerackers
2004-05-18some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer
2004-05-13mention avcodec_align_dimensions()Michael Niedermayer
2004-05-12automatic pixel format selectionMichael Niedermayer
2004-05-07first pass at a Sorenson Video 1 (SVQ1) encoderMike Melanson
2004-05-05support decoding mpeg4 with buggy dc clippingMichael Niedermayer
2004-05-04use AVInteger in av_rescale() so it can finally do 64*64/64 instead of just 6...Michael Niedermayer
2004-04-30AMV bug workaroundMichael Niedermayer
2004-04-30cleanup & memleak fixMichael Niedermayer
2004-04-30intra_dc_precission>0 encoding supportMichael Niedermayer
2004-04-25support reusing mb types and field select values of the source file, but use ...Michael Niedermayer
2004-04-22motion estimation cleanupMichael Niedermayer
2004-04-17passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like mo...Michael Niedermayer
2004-04-11verbosity patch by (Allen Day <allenday at ucla dot edu>)Allen Day
2004-04-08padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>)Todd Kirby
2004-04-02interlaced chroma MC divx-bug workaroundMichael Niedermayer
2004-03-24warning patrolFalk Hüffner
2004-03-21static allocation rewrite (old code was plain a broken mess)Michael Niedermayer
2004-03-14 * DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-)Roman Shaposhnik
2004-03-14remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson
2004-03-05* constZdenek Kabelac
2004-03-04silence warningsIvan Kalvachev
2004-03-03count > thread_count for execute()Michael Niedermayer
2004-03-03av_log() cleanupMichael Niedermayer
2004-03-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2004-03-03macrofree av_freep()Michael Niedermayer
2004-03-01initial chroma_format changes,xvmc tweaks and codec_capIvan Kalvachev
2004-02-28int64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now dot net>)Gael Chardon
2004-02-26AVCodec.supported_frameratesMichael Niedermayer
2004-02-26INT64_MIN fixMichael Niedermayer
2004-02-25export DCT coefficients patch by (Wolfgang Hesseler <wolfgang.hesseler at imk...Wolfgang Hesseler
2004-02-251lMichael Niedermayer
2004-02-25use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0Michael Niedermayer
2004-02-18flac fixes:Michael Niedermayer
2004-02-13multithreaded/SMP motion estimationMichael Niedermayer
2004-02-07 * Initial implementation of the G.726 ADPCM audio codec.Roman Shaposhnik
2004-02-05initial commit for Quicktime Animation (RLE) video decoder; bit depthsMike Melanson
2004-02-05remove incorect motion estimation tableMichael Niedermayer
2004-02-03added support for EA ADPCM and SMJPEG IMA ADPCMMike Melanson
2004-02-02quantizer noise shapingMichael Niedermayer
2004-01-22closed gop support & flags2 as all bits in flags are usedMichael Niedermayer
2004-01-12MSZH and ZLIB decoder supportRoberto Togni
2004-01-08optimize compute_antialias() and add a floating point based alternative (2x f...Michael Niedermayer