aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Fix for older version of zlibRoberto Togni2004-01-131-0/+896
* type fixes, found by Wolfgang HesselerMichael Niedermayer2004-01-121-3/+3
* MSZH and ZLIB decoder supportRoberto Togni2004-01-123-1/+9
* grayscale mjpeg decoding support based upon a patch by (Leon Bottou (leonb))Michael Niedermayer2004-01-101-2/+4
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-1020-5/+20
* more sane inttypes emulation behavior if libavcodec is used outside ffmpegMichael Niedermayer2004-01-101-1/+1
* cleanupMichael Niedermayer2004-01-101-71/+29
* something unimportant ...Michael Niedermayer2004-01-091-2/+2
* inttypes emulation cleanup patch by ("Chris Flerackers" <cflerackers at andro...Chris Flerackers2004-01-091-13/+19
* lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2004-01-081-0/+1
* optimize compute_antialias() and add a floating point based alternative (2x f...Michael Niedermayer2004-01-082-12/+109
* uninitalized variables fix by (Gildas Bazin <gbazin at altern dot org>)Michael Niedermayer2004-01-081-2/+1
* memleak fixMichael Niedermayer2004-01-081-3/+8
* 10lMichael Niedermayer2004-01-051-0/+1
* interlaced dct decision cleanupMichael Niedermayer2004-01-056-149/+433
* simplifyMichael Niedermayer2004-01-051-18/+12
* gop timestamp fixMichael Niedermayer2004-01-041-4/+6
* 10000lMichael Niedermayer2004-01-041-0/+5
* frame rate emulation "fix" by (Mean <fixounet at free dot fr>)Michael Niedermayer2004-01-041-1/+1
* mpeg2 QP clamping fixMichael Niedermayer2004-01-043-5/+5
* non YV12 vissualization fix by (Wolfgang Hesseler <qv at multimediaware dot c...Michael Niedermayer2004-01-041-1/+3
* warn the user if we had to clip some dct coefficient due to a crappy format w...Michael Niedermayer2004-01-041-3/+12
* SVCD scan offset stuffMichael Niedermayer2004-01-043-1/+17
* denoise_dct_sse2() patch by (Balatoni Denes <pnis at coder dot hu>)Denes Balatoni2004-01-031-1/+59
* denoise_dct_mmx()Michael Niedermayer2004-01-024-4/+63
* more trellis quant optimizationsMichael Niedermayer2004-01-021-49/+50
* first pass at Sierra VMD A/V decoders; video looks great, audio is notMike Melanson2004-01-024-1/+555
* cleanupMichael Niedermayer2004-01-021-37/+14
* optimizing (trellis) quantizerMichael Niedermayer2004-01-021-22/+30
* off-by-1 error in the never-before-tested embedded string codeMike Melanson2004-01-021-1/+1
* put_pixels width comment fixMichael Niedermayer2004-01-011-2/+2
* dont show uninitalized motion vectorsMichael Niedermayer2004-01-011-0/+3
* rate limit tips and checksMichael Niedermayer2004-01-011-1/+10
* print vbv buffer size & bitrate when decoding with -debug 1Michael Niedermayer2004-01-011-3/+9
* info about h and tpelMichael Niedermayer2003-12-301-1/+3
* interlaced motion estimationMichael Niedermayer2003-12-3019-923/+1395
* 100000lMichael Niedermayer2003-12-301-1/+1
* motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at ...Wolfgang Hesseler2003-12-307-35/+88
* picture number fixesMichael Niedermayer2003-12-293-18/+11
* 10l (segfault fix)Michael Niedermayer2003-12-281-0/+1
* lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2003-12-221-1/+1
* 10l (forgot to copy top_field_first flag)Michael Niedermayer2003-12-221-13/+15
* rv20 / h263 b frame fixMichael Niedermayer2003-12-213-25/+35
* fix crashMichael Niedermayer2003-12-191-2/+2
* SVQ3 uses unrestricted motion vectorsMike Melanson2003-12-181-1/+2
* svq3 fixMichael Niedermayer2003-12-181-0/+1
* vbv_delayMichael Niedermayer2003-12-174-11/+43
* pts and dts support in parser APIFabrice Bellard2003-12-162-6/+50
* initial predictors are not sent to the output in QT IMA; fix stereo QTMike Melanson2003-12-161-8/+3
* added End Of File handling to return last picture for MPEG1/2/4Fabrice Bellard2003-12-151-7/+23