aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* accurate YUV to RGB and RGB to YUV conversions - added commentsFabrice Bellard2003-04-211-165/+661
* YUV formats/gray formats are correctly defined - added format loss informatio...Fabrice Bellard2003-04-201-61/+372
* fixed static initFabrice Bellard2003-04-203-16/+19
* new YUV formats for correct JPEG YUV support - added automatic pixel format c...Fabrice Bellard2003-04-201-2/+17
* rgba32 convertFabrice Bellard2003-04-191-2/+32
* code redundancy reduction, courtesy of suxen_drol -at- hotmail.comMike Melanson2003-04-191-199/+106
* better? default thresholds, if this is worse for any files, then tell us ASAPMichael Niedermayer2003-04-181-4/+4
* mpeg2 qscale flagMichael Niedermayer2003-04-186-25/+60
* segfault fixMichael Niedermayer2003-04-171-0/+5
* Compile a52 util functions tooArpi2003-04-161-1/+1
* Utility functions (CRC calc & float->int converters)Arpi2003-04-167-0/+858
* meanigfull dr1 commentMichael Niedermayer2003-04-161-1/+5
* Changes for SPARC/Solaris compatibility. Now it should be possible toRoman Shaposhnik2003-04-151-0/+4
* native Indeo3 decoder implementationMike Melanson2003-04-155-1/+3529
* 10lMichael Niedermayer2003-04-141-1/+1
* check validity of some flagsMichael Niedermayer2003-04-141-0/+25
* minor cleanup / some warning fixesMichael Niedermayer2003-04-141-27/+11
* 10l (hadamard fix)Michael Niedermayer2003-04-141-1/+1
* 10lMichael Niedermayer2003-04-121-0/+1
* faster 8x8 & 16x16 plane prediction by skal (massimin at planet-d dot net)Michael Niedermayer2003-04-121-72/+59
* 10l (use before malloc)Michael Niedermayer2003-04-122-4/+19
* some checks to avoid segfaults if the decoder is feeded with junkMichael Niedermayer2003-04-111-0/+8
* 100l (mpeg2 decoding fixed)Michael Niedermayer2003-04-112-8/+11
* 10l (adaptve quant fix)Michael Niedermayer2003-04-111-7/+11
* #undef DATADIR before inclusion of windows.h patch by ("Sascha Sommer" <sasch...Sascha Sommer2003-04-101-0/+1
* 10lMichael Niedermayer2003-04-101-1/+1
* simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer2003-04-1015-778/+907
* b frames + slices bugfixMichael Niedermayer2003-04-101-0/+5
* fixing slice decoding, dunno why the regression tests didnt catch that ...Michael Niedermayer2003-04-102-4/+4
* some checks to avoid segfaultMichael Niedermayer2003-04-071-14/+18
* pict_type & quality fixMichael Niedermayer2003-04-061-0/+4
* fix pts type in avcodec.h for WIN32 patch by (Richard Hodges <rh at matriplex...Richard Hodges2003-04-061-1/+1
* Fix for buggy (?) g++ (bailling out for beosaudio.cpp)François Revol2003-04-051-1/+1
* #ifdef TRACE printf() -> tprintf()Michael Niedermayer2003-04-052-55/+29
* multiple reference frames supportMichael Niedermayer2003-04-042-54/+64
* H264 decoder & demuxerMichael Niedermayer2003-04-0411-15/+5875
* support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at...Michael Niedermayer2003-04-042-9/+23
* fixing mem corruptionMichael Niedermayer2003-04-041-0/+2
* 10lMichael Niedermayer2003-04-022-5/+5
* msmpeg4 2pass support & some related cleanupMichael Niedermayer2003-04-024-41/+37
* fixing msmpeg4v2 encodingMichael Niedermayer2003-04-013-9/+11
* some static -> dynamic alloc & 16->8 bitMichael Niedermayer2003-03-316-30/+32
* mangle on mingw32 patch by ("Sascha Sommer" <saschasommer at freenet dot de>)Sascha Sommer2003-03-311-1/+1
* mpeg1 slice encoding supportMichael Niedermayer2003-03-303-46/+60
* simplify slice encoding (variance of packet size is practically identical)Michael Niedermayer2003-03-302-16/+2
* faster C linear blend & interpolate deinterlacersMichael Niedermayer2003-03-291-20/+51
* fixing cliping of c deinterlacersMichael Niedermayer2003-03-293-12/+142
* AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-03-281-0/+1
* I420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>)Sebastien Bechet2003-03-261-0/+1
* debug stuff only for DEBUG :)François Revol2003-03-261-0/+4