Mercurial > libavcodec.hg
graph
-
CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec2003-05-20, by michaelni
-
fix subtle logic problem in block unpacker that leads to incorrect token libavcodec2003-05-19, by tmmm
-
seems i guessed correctly (last 411 chroma block isnt scaled but cut and reordered) libavcodec2003-05-16, by michaelni
-
moving the svq3 motion compensation stuff to dsputil (this also means that existing optimized halfpel code is used now ...) libavcodec2003-05-15, by michaelni
-
aligned dsputil (for sh4) patch by (BERO <bero at geocities dot co dot jp>) libavcodec2003-05-14, by michaelni
-
fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanup by me libavcodec2003-05-14, by michaelni
-
sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>) libavcodec2003-05-14, by michaelni
-
some libmpeg2 style bitstream reader fixes (no dv doesnt yet work with it) libavcodec2003-05-14, by michaelni
-
decode motion & modulo optimize patch by (BERO <bero at geocities dot co dot jp>) libavcodec2003-05-14, by michaelni
-
bitstream reader optimize patch by (BERO <bero at geocities dot co dot jp>) libavcodec2003-05-14, by michaelni
-
small optimize mpeg12.c/get_qscale patch by (BERO <bero at geocities dot co dot jp>) and the return idea by arpi libavcodec2003-05-13, by michaelni
-
ranlib patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavcodec2003-05-11, by michaelni
-
more #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec2003-05-07, by michaelni
-
fixed buffer allocation logic (hopefully) so that decoder does not crash libavcodec2003-05-07, by tmmm
-
Tiny patch for OpenBSD by (Björn Sandell <biorn at dce dot chalmers dot se>) libavcodec2003-05-05, by michaelni
-
making it nicer to the client who doesn't expect errors messages in stdout libavcodec2003-05-01, by romansh
-
10l (returning negative number of consumed bytes if the first startcode of a frame was split between 2 buffers) libavcodec2003-04-27, by michaelni
-
YUV formats/gray formats are correctly defined - added format loss information - preliminary JPEG YUV formats support libavcodec2003-04-20, by bellard
-
new YUV formats for correct JPEG YUV support - added automatic pixel format conversion guessing (minimize loss and size) libavcodec2003-04-20, by bellard
-
better? default thresholds, if this is worse for any files, then tell us ASAP libavcodec2003-04-18, by michaelni
-
Changes for SPARC/Solaris compatibility. Now it should be possible to libavcodec2003-04-15, by romansh
-
faster 8x8 & 16x16 plane prediction by skal (massimin at planet-d dot net) libavcodec2003-04-12, by michaelni
-
some checks to avoid segfaults if the decoder is feeded with junk libavcodec2003-04-11, by michaelni
-
#undef DATADIR before inclusion of windows.h patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavcodec2003-04-10, by michaelni
-
fixing slice decoding, dunno why the regression tests didnt catch that ... libavcodec2003-04-10, by michaelni
-
fix pts type in avcodec.h for WIN32 patch by (Richard Hodges <rh at matriplex dot com>) libavcodec2003-04-06, by michaelni
-
support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at dennedy dot org) and Roman Shaposhnick <rvs at sun dot com>) libavcodec2003-04-04, by michaelni
-
mangle on mingw32 patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavcodec2003-03-31, by michaelni
-
simplify slice encoding (variance of packet size is practically identical) libavcodec2003-03-30, by michaelni
-
AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>) libavcodec2003-03-28, by michaelni
-
new versions; put_pix's about 20% faster, get_pix 3.5x faster. patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec2003-03-21, by michaelni
-
better non conformant divx packed bitstream detection, so unpacked (no b frames) divx MPEG4-ES streams can be read libavcodec2003-03-20, by michaelni
-
clear_blocks_mmi() optimization by BroadQ (and patch by Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec2003-03-18, by michaelni
-
per context frame_rate_base, this should finally fix frame_rate related av sync issues libavcodec2003-03-12, by michaelni
-
restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) libavcodec2003-03-11, by michaelni
-
Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>) libavcodec2003-03-07, by michaelni
-
altivec compilation fixes by (Magnus Damm <damm at opensource dot se>) libavcodec2003-03-06, by michaelni
-
doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;) libavcodec2003-03-06, by michaelni
-
mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why) libavcodec2003-03-05, by michaelni
-
field picture decoding support (16x16 MC blocks only as i dont have any samples which use other modes ...) libavcodec2003-03-05, by michaelni
-
extended option for h263+ patch by (fixounet at free dot fr) with some minor modifications libavcodec2003-03-05, by michaelni
-
fixing padding bug autodetection for some rare files, closes bug #647941 libavcodec2003-02-28, by michaelni
-
support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhnick <rvs at sun dot com>) libavcodec2003-02-27, by michaelni
-
move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536) libavcodec2003-02-26, by michaelni
-
huffyuv v1 tables, as they are essential and the only possible way for decding of v1 files they very likely cant be copyrighted ... libavcodec2003-02-24, by michaelni
-
round readed bits up to next 32bits, as orginal huffyuv cant handle less then 32bit blocks libavcodec2003-02-24, by michaelni
-
Creative YUV (CYUV) decoder by (Mike Melanson <melanson at pcisys dot net>) libavcodec2003-02-09, by michaelni
-
Fix a bug in the conversion of rgba32->yuv420p. This resulted in garbage images libavcodec2003-02-08, by philipjsg
-
mpeg1 bframe encoding patch by (Raphaël LEGRAND) with some modifications by me libavcodec2003-02-08, by michaelni
-
cliping MVs, i dunno if its correct but it looks better then without it libavcodec2003-02-04, by michaelni
-
handle odd image sizes when using subsampled chroma (useful for JPEG images) libavcodec2003-02-02, by bellard
-
fix for ppc compile broken by (Romain Dolbeau <dolbeau at irisa dot fr> and Colin Leroy <colin at colino dot net>) libavcodec2003-02-01, by michaelni
-
win32: rint() does not seem to be defined with mingw32-gcc 2.95 - do you have a better solution ? libavcodec2003-01-28, by bellard