Mercurial > libavcodec.hg
graph
-
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
-
drawing cute arrows instead of lame lines for motion vector visualization libavcodec2003-01-26, by michaelni
-
C implementation of the median deinterlacer (seems to be the only one libavcodec2003-01-23, by rfelker
-
reversing my own stupidity ... (raw packed yuv422 files dont use YUY2 but UYVY) libavcodec2003-01-23, by michaelni
-
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops libavcodec2003-01-21, by michaelni
-
More AltiVec MC functions patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec2003-01-20, by michaelni
-
img_convert() (YUV to YUV) patch by (Max Krasnyansky <maxk at qualcomm dot com>) libavcodec2003-01-20, by michaelni
-
added gray<->RGB functions - fixed rgb<->yuv functions for non RGB24 case libavcodec2003-01-20, by bellard
-
PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec2003-01-19, by michaelni
-
C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (Måns Rullgård)) libavcodec2003-01-19, by michaelni
-
sse16_c is totally fucked up (unaligned loads, LONG_MAX is undefined, libavcodec2003-01-19, by mellum
-
- removed nonsense *.d dependancy stuff, there was already a better 'make dep' support in it libavcodec2003-01-17, by arpi_esp
-
AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec2003-01-16, by michaelni
-
AUtomatic dependency generation. Runs on Linux (at least). Probably should libavcodec2003-01-14, by philipjsg
-
dct_unquantize_h263_altivec by (Romain Dolbeau <dolbeaur at club-internet dot fr>) libavcodec2003-01-12, by michaelni