aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAgeFilesLines
* nsse weightMichael Niedermayer2004-06-071-2/+9
* noise preserving sum of squares comparission functionMichael Niedermayer2004-06-071-2/+3
* mini-fix for compatibility with other compilers by (Hauke Duden <H.NS.Duden a...Michael Niedermayer2004-06-051-0/+5
* h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac d...Michael Niedermayer2004-05-301-0/+3
* mpeg audio timestamp fixMichael Niedermayer2004-05-231-1/+2
* forgotten prototypesMichael Niedermayer2004-05-211-0/+4
* rtp callback context patch by ("Chris Flerackers" <cflerackers at androme dot...Chris Flerackers2004-05-181-2/+2
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-181-0/+2
* mention avcodec_align_dimensions()Michael Niedermayer2004-05-131-1/+2
* automatic pixel format selectionMichael Niedermayer2004-05-121-0/+1
* first pass at a Sorenson Video 1 (SVQ1) encoderMike Melanson2004-05-071-0/+1
* support decoding mpeg4 with buggy dc clippingMichael Niedermayer2004-05-051-1/+2
* use AVInteger in av_rescale() so it can finally do 64*64/64 instead of just 6...Michael Niedermayer2004-05-041-2/+2
* AMV bug workaroundMichael Niedermayer2004-04-301-0/+1
* cleanup & memleak fixMichael Niedermayer2004-04-301-1/+0
* intra_dc_precission>0 encoding supportMichael Niedermayer2004-04-301-1/+8
* support reusing mb types and field select values of the source file, but use ...Michael Niedermayer2004-04-251-3/+11
* motion estimation cleanupMichael Niedermayer2004-04-221-1/+1
* passing AVFrame instead of AVPicture around in ffmpeg, that way stuff like mo...Michael Niedermayer2004-04-171-4/+19
* verbosity patch by (Allen Day <allenday at ucla dot edu>)Allen Day2004-04-111-0/+1
* padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>)Todd Kirby2004-04-081-2/+5
* interlaced chroma MC divx-bug workaroundMichael Niedermayer2004-04-021-0/+1
* warning patrolFalk Hüffner2004-03-241-0/+1
* static allocation rewrite (old code was plain a broken mess)Michael Niedermayer2004-03-211-2/+1
* * DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-)Roman Shaposhnik2004-03-141-0/+1
* remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson2004-03-141-0/+12
* * constZdenek Kabelac2004-03-051-1/+1
* silence warningsIvan Kalvachev2004-03-041-1/+1
* count > thread_count for execute()Michael Niedermayer2004-03-031-2/+2
* av_log() cleanupMichael Niedermayer2004-03-031-1/+1
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-031-11/+20
* macrofree av_freep()Michael Niedermayer2004-03-031-2/+1
* initial chroma_format changes,xvmc tweaks and codec_capIvan Kalvachev2004-03-011-0/+2
* int64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now dot net>)Gael Chardon2004-02-281-1/+1
* AVCodec.supported_frameratesMichael Niedermayer2004-02-261-1/+2
* INT64_MIN fixMichael Niedermayer2004-02-261-1/+1
* export DCT coefficients patch by (Wolfgang Hesseler <wolfgang.hesseler at imk...Wolfgang Hesseler2004-02-251-2/+9
* 1lMichael Niedermayer2004-02-251-3/+3
* use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0Michael Niedermayer2004-02-251-3/+6
* flac fixes:Michael Niedermayer2004-02-181-6/+4
* multithreaded/SMP motion estimationMichael Niedermayer2004-02-131-1/+32
* * Initial implementation of the G.726 ADPCM audio codec.Roman Shaposhnik2004-02-071-0/+2
* initial commit for Quicktime Animation (RLE) video decoder; bit depthsMike Melanson2004-02-051-0/+2
* remove incorect motion estimation tableMichael Niedermayer2004-02-051-7/+1
* added support for EA ADPCM and SMJPEG IMA ADPCMMike Melanson2004-02-031-0/+4
* quantizer noise shapingMichael Niedermayer2004-02-021-1/+7
* closed gop support & flags2 as all bits in flags are usedMichael Niedermayer2004-01-221-0/+1
* MSZH and ZLIB decoder supportRoberto Togni2004-01-121-0/+5
* optimize compute_antialias() and add a floating point based alternative (2x f...Michael Niedermayer2004-01-081-2/+13
* interlaced dct decision cleanupMichael Niedermayer2004-01-051-1/+9