log

age author description
2003-02-02 bellard handle odd image sizes when using subsampled chroma (useful for JPEG images) libavcodec
2003-02-01 bellard dependencies are only build with make depend libavcodec
2003-02-01 michaelni fix for ppc compile broken by (Romain Dolbeau <dolbeau at irisa dot fr> and Colin Leroy <colin at colino dot net>) libavcodec
2003-01-29 michaelni 100000l libavcodec
2003-01-29 michaelni bugfix libavcodec
2003-01-29 michaelni --disable-risky support libavcodec
2003-01-28 kabi * headers valid for C++ compilers libavcodec
2003-01-28 bellard win32: rint() does not seem to be defined with mingw32-gcc 2.95 - do you have a better solution ? libavcodec
2003-01-28 bellard win32: added vsnprintf libavcodec
2003-01-28 michaelni 10l / 4mv segfault fix libavcodec
2003-01-27 michaelni optimizing av_log2 libavcodec
2003-01-27 bellard DV audio decoder by Roman Shaposhnick libavcodec
2003-01-26 michaelni drawing cute arrows instead of lame lines for motion vector visualization libavcodec
2003-01-26 michaelni feeding doxygen libavcodec
2003-01-26 bellard Altivec on non darwin systems patch by Romain Dolbeau libavcodec
2003-01-23 bellard removed warning libavcodec
2003-01-23 bellard use av_malloc() functions - added av_strdup and av_realloc() libavcodec
2003-01-23 bellard undefine malloc macros libavcodec
2003-01-23 rfelker C implementation of the median deinterlacer (seems to be the only one libavcodec
2003-01-23 michaelni reversing my own stupidity ... (raw packed yuv422 files dont use YUY2 but UYVY) libavcodec
2003-01-22 bellard fixed dependancy generation (I want the case where SRC_PATH is not . to work too - very useful if you have different gcc versions to test at the same time...) - fixed -msse stuff libavcodec
2003-01-21 michaelni cleanup libavcodec
2003-01-21 michaelni GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops libavcodec
2003-01-20 michaelni More AltiVec MC functions patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
2003-01-20 michaelni img_convert() (YUV to YUV) patch by (Max Krasnyansky <maxk at qualcomm dot com>) libavcodec
2003-01-20 bellard added gray<->RGB functions - fixed rgb<->yuv functions for non RGB24 case libavcodec
2003-01-20 michaelni trying to fix mb skip bug in mpeg1/2 if slices are not used libavcodec
2003-01-20 michaelni fixing yuv422 -> yuv420p (i need that for the vceq videos ...) libavcodec
2003-01-20 kabi * code for parsing options libavcodec
2003-01-20 nickols_k reverse libavcodec
2003-01-20 nickols_k Function renaming. Solves some namespace conflicts libavcodec
2003-01-19 michaelni align libavcodec
2003-01-19 michaelni PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
2003-01-19 michaelni C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (Måns Rullgård)) libavcodec
2003-01-19 michaelni finetuneing thresholds/factors libavcodec
2003-01-19 mellum sse16_c is totally fucked up (unaligned loads, LONG_MAX is undefined, libavcodec
2003-01-18 michaelni bugs libavcodec
2003-01-17 arpi_esp - removed nonsense *.d dependancy stuff, there was already a better 'make dep' support in it libavcodec
2003-01-16 michaelni AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
2003-01-15 michaelni fixing DCTELEM != short libavcodec
2003-01-15 michaelni more compare functions (rd & bit) libavcodec
2003-01-14 michaelni 10l libavcodec
2003-01-14 philipjsg AUtomatic dependency generation. Runs on Linux (at least). Probably should libavcodec
2003-01-13 michaelni padding bug autodetection improvement 2nd try libavcodec
2003-01-13 michaelni better padding/stuffing bug autodetection libavcodec
2003-01-13 michaelni gmc1 segfault fix (found by kabi) libavcodec
2003-01-12 michaelni dct_unquantize_h263_altivec by (Romain Dolbeau <dolbeaur at club-internet dot fr>) libavcodec
2003-01-12 michaelni /* align 16 */ libavcodec
2003-01-12 michaelni average motion vector rounding like the reference says and not what the standard says libavcodec
2003-01-12 michaelni get_format() libavcodec
2003-01-11 michaelni sse16 & pix_norm1 optimization patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>) (with some modifications) libavcodec
2003-01-11 michaelni add/diff_bytes bugfix patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>) libavcodec
2003-01-11 michaelni altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>) libavcodec
2003-01-11 michaelni os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) libavcodec
2003-01-11 bellard added missing formats in all functions - added monoblack, monowhite and gray8 support for most conversions libavcodec
2003-01-11 bellard moved avpicture_xxx to imgconvert libavcodec
2003-01-11 bellard build update - avpicture_fill() returns the image size libavcodec
2003-01-11 bellard changed BGRA32 to RGBA32. XXX: clarify expected behaviour on big endian cpu libavcodec
2003-01-11 bellard simplified code (need automatic testing) - added primitive new format support. libavcodec
2003-01-11 bellard moved avcodec_get_chroma_sub_sample() to imgconvert.c libavcodec
2003-01-11 bellard new image formats - suppressed ill defined formats (endianness, unless specified, is always the one of the CPU) - added avcodec_get_pix_fmt_name() libavcodec
2003-01-10 mellum Implement sad8x8 and sad16x16 with pix_abs. libavcodec
2003-01-09 michaelni typo (noticed by kabi) libavcodec
2003-01-09 michaelni qpel fix libavcodec
2003-01-09 michaelni fixed wmv2 slices libavcodec
2003-01-09 michaelni workaround dropable p frame after first frame bug libavcodec
2003-01-08 bellard altivec patches by Romain Dolbeau libavcodec
2003-01-07 bellard suppressed getopt.h libavcodec
2003-01-07 bellard tests link all libavcodec libavcodec
2003-01-07 bellard suppressed pix_norm_altivec libavcodec
2003-01-07 bellard suppressed redundant math.h - suppressed M_PI redefinition libavcodec
2003-01-07 bellard generic M_PI define libavcodec
2003-01-07 bellard fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-test and wma decoding libavcodec
2003-01-07 bellard removed redundant includes libavcodec
2003-01-07 bellard enabled SSE fft (first code using GCC 3.2 vector builtins on x86 - please tell me if you have better ideas for intrinsic naming or Makefile support) libavcodec
2003-01-07 bellard align fixes for sse/altivec libavcodec
2003-01-07 bellard enabled SSE fft on x86 libavcodec
2003-01-07 bellard use av_malloc instead of malloc libavcodec
2003-01-07 bellard compile fixes libavcodec
2003-01-07 bellard added define for builtins use - inverse fix by Romain Dolbeau libavcodec
2003-01-07 michaelni PIC / ebx fix libavcodec
2003-01-07 michaelni more gcc bug workarounds libavcodec
2003-01-07 michaelni gcc 3.2.2 -O3 bug workaround (older gcc are very likely affected too but didnt check) libavcodec
2003-01-06 bellard oops : better error resilience - should fix most wma decoding problems libavcodec
2003-01-06 kabi * avoid usage of next/last buffer after flush libavcodec
2003-01-06 kabi * first shot for generaly usable option parser for codecs libavcodec
2003-01-06 michaelni 1000l (push & esp) using mangle now ... libavcodec
2003-01-06 michaelni b frame segfault fix libavcodec
2003-01-05 michaelni qpel in b frames bugfixes libavcodec
2003-01-05 michaelni slowdown / gcc 2.95.* bug workaround (this should be reversed as soon as gcc 2.95.* support is droped) libavcodec
2003-01-05 michael YUV 411/422/444 support for pp libavcodec
2003-01-05 michaelni negative linesize support (so mplayer -flip works) libavcodec
2003-01-05 michaelni pts encoding fix patch by (Thomas Jarosch <tomj at simonv dot com>) libavcodec
2003-01-05 michaelni qpel in mmx2/3dnow libavcodec
2003-01-03 michaelni mpeg4 header encoding bugfix libavcodec
2003-01-02 michaelni pre motion estimation cleanup/bugfix libavcodec