log

age author description
2003-05-23 michaelni cleanup libavcodec
2003-05-22 michaelni truncated h263 decoding support / H263-ES "demuxer" libavcodec
2003-05-21 michaelni altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>) libavcodec
2003-05-20 kabi * compile fixes by Mitch at Bits.COM libavcodec
2003-05-20 michaelni cleanup libavcodec
2003-05-20 michaelni CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
2003-05-19 michaelni ASV1 codec libavcodec
2003-05-19 tmmm fix subtle logic problem in block unpacker that leads to incorrect token libavcodec
2003-05-18 michaelni improving 3IV1 support (still far from perfect) note, disabled as it requires some checks in the inner loops which would slow things down a tiny bit libavcodec
2003-05-16 michaelni seems i guessed correctly (last 411 chroma block isnt scaled but cut and reordered) libavcodec
2003-05-16 michaelni bigendian fix libavcodec
2003-05-16 michaelni CODEC_CAP_DRAW_HORIZ_BAND libavcodec
2003-05-15 michaelni moving the svq3 motion compensation stuff to dsputil (this also means that existing optimized halfpel code is used now ...) libavcodec
2003-05-15 mellum Warning fixes. libavcodec
2003-05-15 michaelni optimize libavcodec
2003-05-14 michaelni cleanup libavcodec
2003-05-14 michaelni libmpeg2 style bitstream reader 17 vs 16 bit bugfix libavcodec
2003-05-14 michaelni aligned dsputil (for sh4) patch by (BERO <bero at geocities dot co dot jp>) libavcodec
2003-05-14 michaelni fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanup by me libavcodec
2003-05-14 michaelni make sh4 IDCT optional, so the user can choose libavcodec
2003-05-14 michaelni sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>) libavcodec
2003-05-14 michaelni AMR-NB audio support patch by (<joca at rixmail dot se>) libavcodec
2003-05-14 michaelni libmpeg2 style bitstream reader fixes libavcodec
2003-05-14 michaelni some libmpeg2 style bitstream reader fixes (no dv doesnt yet work with it) libavcodec
2003-05-14 michaelni decode motion & modulo optimize patch by (BERO <bero at geocities dot co dot jp>) libavcodec
2003-05-14 michaelni bitstream reader optimize patch by (BERO <bero at geocities dot co dot jp>) libavcodec
2003-05-13 michaelni small optimize mpeg12.c/get_qscale patch by (BERO <bero at geocities dot co dot jp>) and the return idea by arpi libavcodec
2003-05-13 michaelni optimizations libavcodec
2003-05-13 kabi * oops - reversed last commit libavcodec
2003-05-13 michaelni optimizations libavcodec
2003-05-12 michaelni 100l (document buffer padding requirements) libavcodec
2003-05-12 kabi * sync libavcodec
2003-05-12 kabi * link libfaad when needed libavcodec
2003-05-12 kabi * quiet missing EOF \n warning libavcodec
2003-05-12 kabi * support for AAC audio streams via libfaad libavcodec
2003-05-12 tmmm fix image buffer leak on keyframes, add more error condition checks libavcodec
2003-05-12 romansh * fixing a bug in avpicture_layout (PAL8 wasn't handled properly) libavcodec
2003-05-11 michaelni ranlib patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavcodec
2003-05-11 michaelni more idct_permute docs libavcodec
2003-05-11 tmmm fix motion vector decoding bug and reinstate interframes libavcodec
2003-05-11 tmmm get those permutations straight libavcodec
2003-05-10 tmmm squashed a bunch of subtle array indexing bugs, fixed block mapping libavcodec
2003-05-10 michaelni print obmc bug info only if avctx->debug&1 libavcodec
2003-05-10 tmmm dump the shady binary search logic (the part that binary searches libavcodec
2003-05-10 tmmm change the way the ImageDescription is passed to the decoder libavcodec
2003-05-09 michaelni svq3 decoder by anonymous libavcodec
2003-05-08 tmmm correct the custom coding mode alphabet, add some validation on the libavcodec
2003-05-07 michaelni more #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
2003-05-07 romansh * introducing new public interface in imgconvert.c libavcodec
2003-05-07 tmmm looking better all the time! motion compensation is starting to work libavcodec
2003-05-07 tmmm fixed buffer allocation logic (hopefully) so that decoder does not crash libavcodec
2003-05-06 michaelni release buffer cleanup libavcodec
2003-05-06 tmmm fix decoder so that ffmpeg does not crash, at least not right away libavcodec
2003-05-05 michaelni Tiny patch for OpenBSD by (Björn Sandell <biorn at dce dot chalmers dot se>) libavcodec
2003-05-05 michaelni doxy libavcodec
2003-05-05 tmmm first pass at a new VP3 video decoder libavcodec
2003-05-03 arpi_esp looks better (req. for mp-G2) libavcodec
2003-05-01 romansh making it nicer to the client who doesn't expect errors messages in stdout libavcodec
2003-04-29 romansh * fixing NTSC frame rate for DV streams libavcodec
2003-04-27 michaelni 10l libavcodec
2003-04-27 michaelni tired libavcodec
2003-04-27 michaelni 10l (returning negative number of consumed bytes if the first startcode of a frame was split between 2 buffers) libavcodec
2003-04-25 michaelni 10l libavcodec
2003-04-25 michaelni 2pass stats fix (by ffdshow cvslog) libavcodec
2003-04-25 michaelni typo in a comment ... libavcodec
2003-04-25 michaelni fixing mixed dr1 + internal buffers libavcodec
2003-04-25 michaelni doc fixes (forgot to commit) libavcodec
2003-04-23 kabi * more strict types libavcodec
2003-04-22 michaelni cleanup mpeg1/2 bitstream parser libavcodec
2003-04-22 kabi * fixed initialization and some memleak libavcodec
2003-04-21 bellard rgb555 alpha extraction fix libavcodec
2003-04-21 bellard added img_get_alpha_info() libavcodec
2003-04-21 bellard fixed PIX_FMT_YUV422 conversions libavcodec
2003-04-21 bellard loss fixes (thanks to Daniel Serpell) - shrink22 fix libavcodec
2003-04-21 bellard added all missing UV conversions libavcodec
2003-04-21 bellard almost exhaustive image conversion support libavcodec
2003-04-21 bellard accurate YUV to RGB and RGB to YUV conversions - added comments libavcodec
2003-04-20 bellard YUV formats/gray formats are correctly defined - added format loss information - preliminary JPEG YUV formats support libavcodec
2003-04-20 bellard fixed static init libavcodec
2003-04-20 bellard new YUV formats for correct JPEG YUV support - added automatic pixel format conversion guessing (minimize loss and size) libavcodec
2003-04-19 bellard rgba32 convert libavcodec
2003-04-19 tmmm code redundancy reduction, courtesy of suxen_drol -at- hotmail.com libavcodec
2003-04-18 michaelni better? default thresholds, if this is worse for any files, then tell us ASAP libavcodec
2003-04-18 michaelni mpeg2 qscale flag libavcodec
2003-04-17 michaelni segfault fix libavcodec
2003-04-16 arpi_esp Compile a52 util functions too libavcodec
2003-04-16 arpi_esp Utility functions (CRC calc & float->int converters) libavcodec
2003-04-16 michaelni meanigfull dr1 comment libavcodec
2003-04-15 romansh Changes for SPARC/Solaris compatibility. Now it should be possible to libavcodec
2003-04-15 tmmm native Indeo3 decoder implementation libavcodec
2003-04-14 michaelni 10l libavcodec
2003-04-14 michaelni check validity of some flags libavcodec
2003-04-14 michaelni minor cleanup / some warning fixes libavcodec
2003-04-14 michaelni 10l (hadamard fix) libavcodec
2003-04-12 michaelni 10l libavcodec
2003-04-12 michaelni faster 8x8 & 16x16 plane prediction by skal (massimin at planet-d dot net) libavcodec
2003-04-12 michaelni 10l (use before malloc) libavcodec
2003-04-11 michaelni some checks to avoid segfaults if the decoder is feeded with junk libavcodec
2003-04-11 michaelni 100l (mpeg2 decoding fixed) libavcodec
2003-04-11 michaelni 10l (adaptve quant fix) libavcodec
2003-04-10 michaelni #undef DATADIR before inclusion of windows.h patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavcodec
2003-04-10 michaelni 10l libavcodec
2003-04-10 michaelni simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture libavcodec
2003-04-10 michaelni b frames + slices bugfix libavcodec
2003-04-10 michaelni fixing slice decoding, dunno why the regression tests didnt catch that ... libavcodec
2003-04-07 michaelni some checks to avoid segfault libavcodec
2003-04-06 michaelni pict_type & quality fix libavcodec
2003-04-06 michaelni fix pts type in avcodec.h for WIN32 patch by (Richard Hodges <rh at matriplex dot com>) libavcodec
2003-04-05 mmu_man Fix for buggy (?) g++ (bailling out for beosaudio.cpp) libavcodec
2003-04-05 michaelni #ifdef TRACE printf() -> tprintf() libavcodec
2003-04-04 michaelni multiple reference frames support libavcodec
2003-04-04 michaelni H264 decoder & demuxer libavcodec
2003-04-04 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>) libavcodec
2003-04-04 michaelni fixing mem corruption libavcodec
2003-04-02 michaelni 10l libavcodec
2003-04-02 michaelni msmpeg4 2pass support & some related cleanup libavcodec
2003-04-01 michaelni fixing msmpeg4v2 encoding libavcodec
2003-03-31 michaelni some static -> dynamic alloc & 16->8 bit libavcodec
2003-03-31 michaelni mangle on mingw32 patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavcodec
2003-03-30 michaelni mpeg1 slice encoding support libavcodec
2003-03-30 michaelni simplify slice encoding (variance of packet size is practically identical) libavcodec
2003-03-29 michaelni faster C linear blend & interpolate deinterlacers libavcodec
2003-03-29 michaelni fixing cliping of c deinterlacers libavcodec
2003-03-28 michaelni AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>) libavcodec
2003-03-26 michaelni I420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>) libavcodec
2003-03-26 mmu_man debug stuff only for DEBUG :) libavcodec
2003-03-26 michaelni faster hadamard transform libavcodec
2003-03-26 michaelni 10l libavcodec
2003-03-24 nickols_k binary compatibility fix (workaround for r.147, r.148) libavcodec
2003-03-22 michaelni user setable quantizer bias libavcodec
2003-03-22 michaelni binary compatibility fix libavcodec
2003-03-22 michaelni 10l libavcodec
2003-03-21 michaelni bitstream tracing support libavcodec
2003-03-21 michaelni new versions; put_pix's about 20% faster, get_pix 3.5x faster. patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec
2003-03-20 michaelni better non conformant divx packed bitstream detection, so unpacked (no b frames) divx MPEG4-ES streams can be read libavcodec
2003-03-20 michaelni error resilience cleanup (its faster too...) libavcodec
2003-03-18 michaelni clear_blocks_mmi() optimization by BroadQ (and patch by Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec
2003-03-18 michaelni merging a small amount of the changes from BroadQ, the rest is either not clean / doesnt apply / or is PS2 specific (someone with a PS2 should merge/send a patch for the later) libavcodec
2003-03-17 michaelni qmin/qmax cleanup libavcodec
2003-03-17 michaelni 10l libavcodec
2003-03-16 michaelni rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>) libavcodec
2003-03-16 michaelni field pic decoding cleanup libavcodec
2003-03-15 michaelni cleaner & more flexible edge bug workaround libavcodec
2003-03-15 michaelni halfpel MC doxy libavcodec
2003-03-14 al3x 10l libavcodec
2003-03-14 kabi * fixing cut&paste bug libavcodec
2003-03-12 michaelni oops libavcodec
2003-03-12 michaelni rvlc decoding support libavcodec
2003-03-12 mmu_man /me should really learn doxygen :) libavcodec
2003-03-12 kabi * added more options libavcodec
2003-03-12 kabi * cosmetic doc fix libavcodec
2003-03-12 kabi * moved os_support.h into libavcodec libavcodec
2003-03-12 michaelni 100l libavcodec
2003-03-12 michaelni per context frame_rate_base, this should finally fix frame_rate related av sync issues libavcodec
2003-03-11 michaelni restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) libavcodec
2003-03-10 kabi * 'externaly' visible option list begins avoptions_ prefix libavcodec
2003-03-10 michaelni even more fixes libavcodec
2003-03-10 kabi * oooooops - sorry for this one - wrong logic libavcodec
2003-03-10 michaelni more fixes libavcodec
2003-03-10 michaelni more fixes libavcodec
2003-03-10 michaelni bug workaround libavcodec
2003-03-09 al3x simplified libavcodec
2003-03-08 michaelni looks better IMHO libavcodec
2003-03-08 michaelni merging fourcc with codec_tag libavcodec
2003-03-07 kabi * support FF_MM_FORCE libavcodec
2003-03-07 kabi * more generic avoption_parse libavcodec
2003-03-07 michaelni Frame rate emulation patch by (Max Krasnyansky <maxk at qualcomm dot com>) libavcodec
2003-03-06 michaelni more cosmetics so that doxygen output is readable ... libavcodec
2003-03-06 michaelni typo libavcodec
2003-03-06 michaelni doxy / cosmetics libavcodec
2003-03-06 michaelni doxy / cosmetics libavcodec
2003-03-06 michaelni typos & cosmetics libavcodec
2003-03-06 michaelni altivec compilation fixes by (Magnus Damm <damm at opensource dot se>) libavcodec
2003-03-06 michaelni per file doxy libavcodec
2003-03-06 michaelni doxy libavcodec
2003-03-06 michaelni cosmetics libavcodec
2003-03-06 michaelni doxygen config file, so ppl just have to call doxygen in the libavcodec dir and a beatifull doxy is generated ;) libavcodec
2003-03-06 michaelni more dox libavcodec
2003-03-06 michaelni more idiot proof dox libavcodec
2003-03-05 michaelni ff_block_permute() dox libavcodec
2003-03-05 michaelni cleanup libavcodec
2003-03-05 michaelni mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why) libavcodec
2003-03-05 michaelni 10l libavcodec
2003-03-05 michaelni field picture decoding support (16x16 MC blocks only as i dont have any samples which use other modes ...) libavcodec
2003-03-05 michaelni extended option for h263+ patch by (fixounet at free dot fr) with some minor modifications libavcodec
2003-03-04 michaelni typo (fixes wmv1 regression test in c) libavcodec
2003-03-03 kabi * minor optimalization libavcodec
2003-03-03 michaelni MpegEncContext.(i)dct_* -> DspContext.(i)dct_* libavcodec
2003-03-01 michaelni fixing inaccurate frame_rate libavcodec
2003-02-28 michaelni 10l libavcodec
2003-02-28 michaelni h263(+) clenaup & bugfixes libavcodec
2003-02-28 michaelni fixing padding bug autodetection for some rare files, closes bug #647941 libavcodec
2003-02-27 michaelni support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhnick <rvs at sun dot com>) libavcodec
2003-02-27 michaelni user specified motion estimation range limit libavcodec
2003-02-26 michaelni move repeat_pict field from AVCodecContext -> AVFrame (closes bug #683536) libavcodec
2003-02-25 bellard added DTG active format information libavcodec
2003-02-24 kabi * using const buffers for reading libavcodec
2003-02-24 kabi * const arrays libavcodec
2003-02-24 kabi * fixed IMA WAV decoding (though still might not be fully correct) libavcodec
2003-02-24 michaelni huffyuv v1 tables, as they are essential and the only possible way for decding of v1 files they very likely cant be copyrighted ... libavcodec
2003-02-24 michaelni get_vlc2() "docs" libavcodec
2003-02-24 michaelni round readed bits up to next 32bits, as orginal huffyuv cant handle less then 32bit blocks libavcodec
2003-02-22 michaelni 32 vs. 64bit bugfix by (Dave Huang (dahanc)) libavcodec
2003-02-20 michaelni reverse incorrect stride < (width+7)&~7 fix libavcodec
2003-02-20 nickols_k sync with mplayerxp. Fixes some 405.avi related flaws libavcodec
2003-02-18 kabi * using $(MAKE) libavcodec
2003-02-18 michaelni fixing 410 -> 420 libavcodec
2003-02-18 kabi * sync with main liba52 sources libavcodec
2003-02-18 kabi * update cleanup rules (Steven M. Schultz) libavcodec
2003-02-16 michaelni more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) with modifications by me (s/WOLFGANG/CONFIG_ENCODERS/ and some other fixes) libavcodec
2003-02-14 michaelni moving postprocess to ffmpeg/libavcodec libavcodec
2003-02-14 michaelni improving parsing of incomplete headers libavcodec
2003-02-11 michael avoid #include "../ libavcodec
2003-02-11 michael #ifdef c++ libavcodec
2003-02-11 kabi * prototypes at one place libavcodec
2003-02-11 kabi * UINTX -> uintx_t INTX -> intx_t libavcodec
2003-02-10 michaelni check for qscale==0 (fixes 1/0 on one corrupted stream) libavcodec
2003-02-10 michaelni dos2unix libavcodec
2003-02-10 kabi * check for potentialy problematic field len libavcodec
2003-02-10 kabi * opts compilation libavcodec
2003-02-10 kabi * still unfinished code for Options libavcodec
2003-02-10 kabi * still unfinished code for Options libavcodec
2003-02-10 kabi * static,const,compiler warning cleanup libavcodec
2003-02-09 tmmm register cyuv with allcodecs.c libavcodec
2003-02-09 bellard added paletted 8 bit format support libavcodec
2003-02-09 michaelni Creative YUV (CYUV) decoder by (Mike Melanson <melanson at pcisys dot net>) libavcodec
2003-02-08 michaelni direct blocksize in bframes fix (might fix qpel+bframe bug) libavcodec
2003-02-08 philipjsg Fix a bug in the conversion of rgba32->yuv420p. This resulted in garbage images libavcodec
2003-02-08 michaelni mpeg1 bframe encoding patch by (Raphaël LEGRAND) with some modifications by me libavcodec
2003-02-07 michaelni b frame segfault fix (+-1 bug) libavcodec
2003-02-04 michaelni cliping MVs, i dunno if its correct but it looks better then without it libavcodec
2003-02-02 michaelni divx503 decoding fix libavcodec
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
2003-01-02 michaelni motion estimation pre pass libavcodec
2003-01-01 michaelni bugfix libavcodec
2003-01-01 michaelni warnings patch by (bubu <bubu at bubu dot net>) libavcodec
2003-01-01 michaelni shape adaptive diamonds for EPZS libavcodec
2003-01-01 michaelni trellis quantization for mpeg1 libavcodec
2002-12-31 michaelni more optimized trellis quantizer libavcodec
2002-12-31 michaelni trellis quantization libavcodec
2002-12-30 faust3 10l another int i missing (without ^M) libavcodec
2002-12-30 michael 10l (int i) libavcodec
2002-12-30 michaelni correcter mpeg4 headers libavcodec
2002-12-29 michael cleaning corners of green dirt ;) libavcodec
2002-12-29 michaelni removing PIX_FMT_ANY libavcodec
2002-12-29 michaelni better set pix_fmt explicitly libavcodec
2002-12-29 michaelni xvid build 3 still has the padding wrong in 1/8 of the cases :((((( libavcodec
2002-12-29 michael buffer alloc cleanup / 10l libavcodec
2002-12-27 michaelni qpel encoding libavcodec
2002-12-22 al3x disabled aspect code due to it is extra buggy libavcodec
2002-12-21 michaelni fixes crash patch by (Mark Hills <mark at pogo dot org dot uk>) libavcodec
2002-12-19 kabi * fix for empty image queue libavcodec
2002-12-18 michaelni mb qp limits libavcodec
2002-12-18 michaelni support dumping the qscale stuff to the screen libavcodec
2002-12-17 michaelni more debug output libavcodec
2002-12-15 michaelni mlib fix patch by (Juergen Keil <jk at tools dot de>) libavcodec
2002-12-11 michaelni fixing playback of DaveMatthews_Crash_PocketPC.avi libavcodec
2002-12-09 kabi * fill codec_id in codec_open libavcodec
2002-12-09 michaelni 100l libavcodec
2002-12-09 michaelni AVVideoFrame -> AVFrame libavcodec
2002-12-09 michaelni cleanup / messup? libavcodec
2002-12-09 michaelni correct mpeg4 vo type libavcodec
2002-12-08 michaelni remove fake wmv2 codec libavcodec
2002-12-07 michaelni ump4 decoding fixed libavcodec
2002-12-06 michaelni practically disabling altivec resampling code (some ppl said its broken) patch by (Dieter Shirley <dieters at schemasoft dot com>) libavcodec
2002-12-06 michaelni fixing api-example libavcodec
2002-12-06 michaelni aspect ratio encoding for mpeg1 libavcodec
2002-12-06 michaelni mpeg1&2 aspect decoding libavcodec
2002-12-06 michaelni fixing aspect (hopefully, i couldnt reproduce the bug) libavcodec
2002-12-06 michaelni fixing 2pass assert failure libavcodec
2002-12-06 michaelni missing "\" (found by nick) libavcodec
2002-12-05 michaelni better? scene change detection libavcodec
2002-12-05 michaelni fixing hq + adaptive quant libavcodec
2002-12-05 michaelni drop b frames if there are no reference frames libavcodec
2002-12-04 michaelni fixing files where the first frame isn a keyframe libavcodec
2002-12-04 michaelni new PSNR code (now works with chroma, b frames, ...) libavcodec
2002-12-04 michaelni print a warning if something allocates 0 bytes libavcodec
2002-12-04 michaelni workaround old xvid bug libavcodec
2002-12-04 michaelni specific debug output support libavcodec
2002-12-04 michaelni fixing illegal 3. esc bug (the mpeg4 std only requires encoders to use unescaped symbols but not esc1 or esc2 if they are shorter than esc3, andjust beause its logical to use the shortest possible vlc doesnt mean encoders do that) libavcodec
2002-12-04 michaelni use spatial error concealment if we dont have a previous frame libavcodec
2002-12-04 michaelni cleanup libavcodec
2002-12-03 kabi * two functions to handle allocation of static data more simple libavcodec
2002-12-03 al3x 10l fix libavcodec
2002-12-03 michaelni 100l (sad8x8_x2 had params in wrong order) libavcodec
2002-12-03 michaelni 100l (mixing chroma & luma linesize) libavcodec
2002-11-30 philipjsg Simplify an expression and eliminate a compile warning libavcodec
2002-11-27 mellum Kludge around compilation failure on Alpha. libavcodec
2002-11-26 michaelni via c3 fix patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools dot com>) libavcodec
2002-11-26 michaelni apiexample doesnt send complete frames to the codec libavcodec
2002-11-26 michaelni altivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodec
2002-11-26 mmu_man Avoid "unused variable 'c'" warning. libavcodec
2002-11-26 michaelni fixing h263+ slices if the padding at the end of the frame is >7 && <16 && there are no zero bytes afterwards libavcodec
2002-11-26 philipjsg Add some rudimentary support for sparc64 libavcodec
2002-11-26 michaelni dont put flies in the stdout soup patch by (Agent Smith <asmith at wgz dot com>) libavcodec
2002-11-25 michaelni via c3 detection patch by (Francisco Javier Cabello Torres <fjcabello at visual-tools dot com>) libavcodec
2002-11-25 michaelni 10l libavcodec
2002-11-25 michaelni fixing aspect libavcodec
2002-11-23 michael warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) libavcodec
2002-11-23 michaelni moving init of some variables (hurry_up,...) to MPV_frame_start() libavcodec
2002-11-22 kabi * altivec and pix_norm patch by Brian Foley libavcodec
2002-11-22 kabi * Ogg/Vorbis patch by Mark Hills libavcodec
2002-11-22 kabi * remaining part of John Ryland's patch libavcodec
2002-11-20 al3x mjpegb support (need more samples) libavcodec
2002-11-20 michaelni aspect ratio cleanup libavcodec
2002-11-20 kabi * cut&paste fix libavcodec
2002-11-19 michaelni altivec optimizations patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodec
2002-11-19 michaelni 10l libavcodec
2002-11-19 kabi * oops fixed bad initialization of ff vals. libavcodec
2002-11-19 kabi * fixed prototype libavcodec
2002-11-19 kabi * compilation fix (ARM users please check) libavcodec
2002-11-18 michael fixing compilation of cs_test libavcodec
2002-11-18 michaelni hurry_up=5 support libavcodec
2002-11-15 michaelni slices & encoding optim libavcodec
2002-11-15 michaelni dr1 libavcodec
2002-11-14 michaelni 0.1l libavcodec
2002-11-14 michaelni YV12 support (warning this is experimental & wont work with offical huffyuv but there is a approx. 20% speed & compression gain) libavcodec
2002-11-14 michaelni 16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-create dot com>) (note, rare formats disabled) libavcodec
2002-11-14 michaelni huffyuv libavcodec
2002-11-14 kabi * minor warning fix libavcodec
2002-11-14 kabi * not checking for get_buffer_callback - it would be user's error libavcodec
2002-11-14 michaelni 1l found by kabi libavcodec
2002-11-12 kabi * fixing some minor const warnings libavcodec
2002-11-12 kabi * init for inv_zigzag_direct16 moved to init block libavcodec
2002-11-12 kabi * init table once libavcodec
2002-11-12 kabi * using macros to shorten init part libavcodec
2002-11-11 kabi * quick fix for bit exact setting libavcodec
2002-11-11 michaelni 100l for kabi (fixing qpel) libavcodec
2002-11-11 kabi * using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodec
2002-11-11 kabi * using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodec
2002-11-11 kabi * using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodec
2002-11-11 kabi * using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodec
2002-11-11 kabi * useless commit - ignore libavcodec
2002-11-11 kabi * avcodec_init could be removed I guess... libavcodec
2002-11-11 kabi * consts libavcodec
2002-11-11 kabi * added dsp_mask libavcodec
2002-11-10 arpi_esp 10l - set pixelfmt (colorspace) _before_ calling get_buffer() callback libavcodec
2002-11-10 michaelni reversing header game libavcodec
2002-11-10 michaelni avoid duplicate ";" warnings (based upon a patch by mru at users dot sourceforge dot net (Måns Rullgård)) libavcodec
2002-11-10 michaelni hurry_up>=5 -> skip everything except header & set pict_type&key_frame libavcodec
2002-11-09 michaelni fixing -sameq with mpeg2 libavcodec
2002-11-09 michaelni cleanup libavcodec
2002-11-08 michaelni cleanup (breaks compatibility, requested by fabrice) libavcodec
2002-11-06 michaelni cleanup libavcodec
2002-11-06 michaelni cleanup libavcodec
2002-11-05 michaelni cleanup libavcodec
2002-11-05 michaelni lrintf detection (based upon a patch by François Revol <revol at free dot fr>) libavcodec
2002-11-04 michael dont use fastmemcpy for PIC libavcodec
2002-11-04 michaelni vc++ sucks, found by ("csharprules" <csharprules at hotmail dot com>) libavcodec
2002-11-04 kabi * DR1 support libavcodec
2002-11-04 michael fixing dependancies libavcodec
2002-11-03 michael pp docs libavcodec
2002-11-02 al3x fixed some bugs in app parser - some jfif and adobe jpgs fixed libavcodec
2002-11-02 michaelni support forcing low_delay during decoding libavcodec
2002-11-02 michael cleanup libavcodec
2002-11-02 michael cleanup libavcodec
2002-11-02 michaelni Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>) libavcodec
2002-11-02 michaelni added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 support libavcodec
2002-11-02 michaelni cleanup libavcodec
2002-11-02 arpi_esp handle init error in ffmpeg12 libavcodec
2002-11-02 michaelni better padding bug detection libavcodec
2002-11-01 michaelni put MIN/MAX under ifndef MAX/MIN libavcodec
2002-11-01 michaelni fixing msmpeg4v3 with mb_height % slice_height != 0 libavcodec
2002-11-01 michaelni hopefully fixing sprite_warping_points==0 libavcodec
2002-11-01 michael cosmetics requested by kabi libavcodec
2002-10-31 kabi * avoid negative numbers as well libavcodec
2002-10-31 nickols_k 10l libavcodec
2002-10-31 nickols_k reverse first hunk libavcodec
2002-10-31 nickols_k fixed debug compilation libavcodec
2002-10-31 michaelni put a few large tables under #ifdef CONFIG_ENCODERS or dynamically allocate them libavcodec
2002-10-31 michaelni dont call emms_c() for each MB libavcodec
2002-10-31 michaelni cleanup libavcodec
2002-10-31 michael disabling compilation of .so if its not needed, gcc 3.1 seems to have problems with it libavcodec
2002-10-31 al3x fixed 10l libavcodec
2002-10-31 michael using fewer registers ... to workaround something libavcodec
2002-10-31 michaelni fixing another assert q>0.0 issue caused by variance < 0, this fix allso changes the inter/intra decission very slightly -> all regression checksums need to be updated libavcodec
2002-10-31 bellard fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does not need to be initialized) libavcodec
2002-10-30 michaelni fixing q>0.0 assert failure caused by overflow of variance for b frames libavcodec
2002-10-30 michael removing "-npp" (found by arpi) libavcodec
2002-10-30 michael per context cpuCaps (idea by kabi) libavcodec
2002-10-30 michael change qscale type to int8 and fix qscale ordering libavcodec
2002-10-30 michaelni exporting the internal qscale table, this allso fixes the ordering libavcodec
2002-10-30 al3x NetBSD fix by Bernd Ernesti <mplayer@lists.veego.de> libavcodec
2002-10-30 michaelni 1) Add MMX deinterlace code. libavcodec
2002-10-30 michael using same numbers for cpuCaps as libmpeg2 & liba52 libavcodec
2002-10-30 michael cleanly passing the cpuCaps libavcodec
2002-10-29 michael 10l libavcodec
2002-10-29 bellard use lrintf to avoid double conversion libavcodec
2002-10-29 bellard added lrintf for non ISOC libcs (fixme: find a better test) libavcodec
2002-10-29 bellard avoid name clash - fixed again block size selection libavcodec
2002-10-29 bellard avoid name clash libavcodec
2002-10-29 michael cleanup libavcodec
2002-10-29 michael cosmetics ;) libavcodec
2002-10-29 michael better deblocking filter libavcodec
2002-10-29 michael -fomit-frame-pointer is needed for the PIC code libavcodec
2002-10-29 michael using fewer registers (fixes compilation bug hopefully) libavcodec
2002-10-29 colin fix compilation on non-x86 with gcc 2.95 libavcodec
2002-10-28 michael postprocessing cleanup: libavcodec
2002-10-28 al3x FOURCC removed, using ff_get_fourcc instead (should be big-endian safe), workarounded a restart interval bug (Spectralfan.mov) (rst support should be rewritten and moved from decode_sos) libavcodec
2002-10-28 bellard fixed block size selection libavcodec
2002-10-28 bellard added new fft/mdct code - added fft-test program libavcodec
2002-10-28 bellard added wma decoder libavcodec
2002-10-28 bellard preparing integration of new AC3 decoder libavcodec
2002-10-28 bellard new generic FFT/MDCT code for audio codecs libavcodec
2002-10-27 michaelni get_vlc2() libavcodec
2002-10-27 arpi_esp 3rd 10l - don't let it read data beyond the end of frame libavcodec
2002-10-27 al3x 2nd 10l (noticed by arpi) libavcodec
2002-10-27 al3x minor speedup noticed by arpi libavcodec
2002-10-27 al3x 10l libavcodec
2002-10-27 al3x reworked decode_frame marker searching, fixes many non-working samples libavcodec
2002-10-27 michaelni mergeing inter & intra rl_length tables (50% smaller & no meassureable difference in filesize/quality) libavcodec
2002-10-27 michaelni 75% smaller rl_length table libavcodec
2002-10-27 michaelni dsputil mmi cleanup patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec
2002-10-27 michaelni handle direct rendering buffer allocation failure libavcodec
2002-10-26 michaelni segfault fix patch by (Juergen Keil <jk at tools dot de>) libavcodec
2002-10-25 michaelni fixing decoding of streams with no keyframe at the start libavcodec
2002-10-25 michaelni idct_permutation_type variable, so the permutation type can quickly be identified libavcodec
2002-10-25 michaelni regression test for H263+ libavcodec
2002-10-25 michaelni slice encoding cleanup libavcodec
2002-10-24 michaelni clip MVs for direct mode libavcodec
2002-10-23 michaelni optimize block_permute() libavcodec
2002-10-23 michaelni fixing interlaced MC & edge-emu libavcodec
2002-10-22 michaelni more defaults libavcodec
2002-10-22 michaelni xvid qpel bug autodetect libavcodec
2002-10-22 michaelni xvid qpel bug workaround libavcodec
2002-10-20 michaelni fixing msmpeg4v3 encoding at bitrates <128k libavcodec
2002-10-19 michaelni fixing h263 slice decoding (again) libavcodec
2002-10-19 michaelni fixing interlaced dct with 4mv libavcodec
2002-10-19 michaelni fixing h263 decoding (did segfault) libavcodec
2002-10-18 michaelni fixing interlaced dct + hq mode libavcodec
2002-10-16 michaelni init flags before using it (found by arpi) libavcodec
2002-10-16 michaelni complete mpeg4 GMC decoding support libavcodec
2002-10-16 michaelni fixing alt_scan for the first frame (variable was reset) libavcodec
2002-10-15 michaelni warning fixes libavcodec
2002-10-14 michaelni better padding bug detection libavcodec
2002-10-14 bellard removed warnings libavcodec
2002-10-14 bellard removed invalid header include libavcodec
2002-10-14 michaelni mpeg4 header parser clenup (needed for parsing of VOL header in avctx->extradata) libavcodec
2002-10-13 michaelni fixing wmv1 slice decoding libavcodec
2002-10-13 michaelni better/cleaner error resilience (done in a 2nd pass after decoding) libavcodec
2002-10-11 mellum Move Alpha optimized IDCT to own file. Based on a patch by Måns libavcodec
2002-10-11 bellard removed unused variables libavcodec
2002-10-11 bellard corrected pixel format display libavcodec
2002-10-10 bellard added two pass info libavcodec
2002-10-09 michaelni mpeg1 2pass encoding libavcodec
2002-10-09 bellard resample fix by Petros Tsantoulis libavcodec
2002-10-09 bellard support buffers containing more than one frame libavcodec
2002-10-08 bellard fixed NTSC end of line bug libavcodec
2002-10-08 bellard minimum support for YUV411P (new combined scaler/converter will handle that better...) libavcodec
2002-10-08 michaelni 16x{8,16} {avg,put}_pixels support patch by (Juergen Keil <jk at tools dot de>) libavcodec
2002-10-07 arpi_esp 10l - MMX/FPU state was not restored, causing nonsense fpu behaviour in caller (mplayer) libavcodec
2002-10-07 arpi_esp DV ntsc support, 411P colorspace added libavcodec
2002-10-07 mellum * Fix dct_unquantize_h263_axp for changed block_last_index indexing. libavcodec
2002-10-06 michaelni set low_delay on encoding if no b frames libavcodec
2002-10-06 michaelni trying to fix the non-x86 IDCTs (untested) libavcodec
2002-10-05 mellum Make compilable again after DCT cleanup. It gives wrong results, libavcodec
2002-10-05 mellum Some nifty stuff for upcoming patches. libavcodec
2002-10-04 mellum Fix for source dir != build dir. Patch provided by Måns Rullgård. libavcodec
2002-10-04 al3x moved dct init out from mpv_common_init to dct_common_init (for less-uglier way for dv) libavcodec
2002-10-04 bellard simplified parsing - added MMX idct support libavcodec
2002-10-04 bellard added DV support libavcodec
2002-10-03 bellard first working version of DV video decoder libavcodec
2002-10-03 bellard in fact IDCT248 needs to be normalized as I suspected libavcodec
2002-10-03 michaelni ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec
2002-10-03 bellard added IDCT248 testing libavcodec
2002-10-03 bellard first version of IDCT248 for DV decoding support libavcodec
2002-10-02 michaelni fixing custom quantizer matrix decoding libavcodec
2002-10-02 michaelni optimization libavcodec
2002-10-02 michaelni sliced mode for mpeg1/2 libavcodec
2002-10-01 michaelni move scantable init from block-decode to header parser libavcodec
2002-10-01 michaelni optimizing mpeg2 decode block stuff libavcodec
2002-10-01 michaelni rv10 cleanup (de)muxer still needs to be cleaned up (still searching volunteer for that ;) ) libavcodec
2002-09-30 michaelni fixing rv10, this isnt the cleanest solution (parsing the packet header in the codec & creating it in the muxer) but it was that way before things broke, and its the simplest solution libavcodec
2002-09-30 michaelni optimizing mpeg1_decode_block() libavcodec
2002-09-30 michaelni forgot zigzag_direct[] behind #ifdef DEBUG (found by Klaas-Pieter Vlieg <vlieg at eurescom dot de>) libavcodec
2002-09-30 michaelni convert only needed matrixes in convert_matrix() (mjpeg calls it for every frame) libavcodec
2002-09-29 michaelni indenting preprocessor stuff, as its completly unreadable otherwise libavcodec
2002-09-29 michaelni renaming variable libavcodec
2002-09-29 michaelni idct permutation cleanup, idct can be selected per context now libavcodec
2002-09-29 mellum Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large win libavcodec
2002-09-28 mellum An easy way to speed up encoding by 6%. libavcodec
2002-09-28 mellum Minor warning fix. libavcodec
2002-09-27 michaelni minor optimization of h263_encode_motion() libavcodec
2002-09-27 michaelni ff_get_fourcc() & XVIX support libavcodec
2002-09-26 michaelni autodetect UMP4 (by adding a fourcc field to AVCodecContext) libavcodec
2002-09-26 michaelni automatically detect broken opendivx codec and workaround, so bug=1 shouldnt be needed anymore for mpeg4 files, if there still are files which need bug=1 then tell me ... libavcodec
2002-09-26 michaelni h263_dc_scale() cleanup libavcodec
2002-09-26 michaelni mpeg4 interlaced dct encoding libavcodec
2002-09-24 michaelni ps2 idct bugfix patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec
2002-09-24 michaelni adaptive quantization for h263 libavcodec
2002-09-24 michaelni adaptive quantization for mpeg1 libavcodec
2002-09-24 michaelni darkness masking (lumi masking does only bright stuff now) libavcodec
2002-09-24 michaelni fixing ac prediction encoding with adaptive quantization libavcodec
2002-09-23 michaelni fixing variance scaling for b frames (messed adaptive quants up) libavcodec
2002-09-23 michaelni adaptive quantization (lumi/temporal & spatial complexity masking) libavcodec
2002-09-23 michaelni ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec
2002-09-20 michaelni pix_sum16_mmx() libavcodec
2002-09-19 arpi_esp fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid) libavcodec
2002-09-19 michaelni fixing i_quant_factor, this should finally fix the bitrate bug with ffserver hopefully libavcodec
2002-09-19 michaelni fixing apiexample libavcodec
2002-09-19 michaelni documenting most stuff in AVCodecContext libavcodec
2002-09-19 mellum * Remove -finline-limit=8000 (not supported by gcc 2.95) libavcodec
2002-09-19 michaelni fixing *pixels_tab stuff (hopefully, as its untested ...) libavcodec
2002-09-19 michaelni avcodec_alloc_context() libavcodec
2002-09-18 michaelni 10l (forgot to commit) libavcodec
2002-09-18 michaelni better min/max rate handling libavcodec
2002-09-18 michaelni fixing libavcodec
2002-09-15 michaelni fixing memalign libavcodec
2002-09-14 michaelni dont store version for bit-exact tests libavcodec
2002-09-14 michaelni alignment info libavcodec
2002-09-14 michaelni interlaced b frames fix libavcodec
2002-09-14 michaelni fixing qpel 4mv libavcodec
2002-09-14 al3x complete aspect support libavcodec
2002-09-14 michaelni interlaced qpel mpeg4 fixed libavcodec
2002-09-13 mellum Synthesize pixels16 functions from pixels functions. libavcodec
2002-09-13 al3x aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new vars) libavcodec
2002-09-13 mellum Fix for h % 8 == 4 in put_pixels_axp_asm. libavcodec
2002-09-13 michaelni 10l (field select readed at the wrong place ...) libavcodec
2002-09-13 michaelni interlaced b frames cleanup libavcodec
2002-09-13 mellum Due to version renumbering, Alpha builtins aren't supported in thegcc libavcodec
2002-09-13 michaelni interlaced mpeg4 b frame decoding libavcodec
2002-09-13 mellum Adapt to new 8/16 table scheme. libavcodec
2002-09-13 michaelni fixing 1/0 if the headers are incomplete (like what M$ encoder generates) libavcodec
2002-09-12 michaelni fixing interlaced mpeg4 decoding libavcodec
2002-09-12 michaelni parsing resync header extension support libavcodec
2002-09-12 michaelni vbv parameter parsing (more skiping actually ;) ) libavcodec
2002-09-12 michaelni avoid nonsense frame-skip messages libavcodec
2002-09-12 michaelni uninitialized var ... libavcodec
2002-09-12 michaelni statistics for forw & back p-MBs instead of just one counter for both libavcodec
2002-09-12 michaelni m4v input support libavcodec
2002-09-12 michaelni export pts from stream if available libavcodec
2002-09-12 philipjsg Change abort() calls to av_abort() calls. libavcodec
2002-09-12 michaelni set pict_type & key_frame on decoding too libavcodec
2002-09-11 michaelni put/avg_pixels16 libavcodec
2002-09-11 michaelni reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$ libavcodec
2002-09-07 michaelni fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 at hotbox dot ru>) libavcodec
2002-09-07 michaelni optimizing mpeg4_encode_block(), generates allso slightly shorter bitstream as some codes can be represented as esc1 and esc2 and esc2 is shorter for a few of them libavcodec
2002-09-06 michaelni support decoding of the last mpeg "packet" even if no startcode is immedeatly afterwards (fixes bugs with mpeg in avi) libavcodec
2002-09-05 michaelni fixing rv10 encoding (ffmpeg can at least decode its own rv10 files now) libavcodec
2002-09-05 michaelni apiexample needs EXTRALIBS libavcodec
2002-09-05 michaelni fixing tests libavcodec
2002-09-03 michaelni fixing segfault libavcodec
2002-09-02 michaelni 10l (compilation if defined ARCH_ALPHA) libavcodec
2002-09-02 michaelni fixing encoding at high QPs (was broken after the dct accuracy increase due to too small inverse table) libavcodec
2002-09-02 michaelni ar -s -> ranlib libavcodec
2002-09-02 michaelni new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) with slight modification by me libavcodec
2002-09-02 michaelni altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodec
2002-09-01 michaelni higher accuracy libavcodec
2002-09-01 michaelni oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>) libavcodec
2002-09-01 michaelni dct cleanup libavcodec
2002-09-01 arpi warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org> libavcodec
2002-09-01 michaelni dct-test update libavcodec
2002-09-01 michaelni dont discard first frame patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>) libavcodec
2002-09-01 michaelni be less verbose patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>) libavcodec
2002-09-01 michaelni croping patch by (talus25 at speakeasy dot net) with fixes from atmos & me libavcodec
2002-08-31 michaelni bitexact hack for the simple mmx idct libavcodec
2002-08-30 michaelni sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zpr dot uni-koeln dot de>) libavcodec
2002-08-30 michaelni undefined M_PI / M_E fix libavcodec
2002-08-30 michaelni patch by Heliodoro Tammaro <helio at interactives dot org> libavcodec
2002-08-29 michaelni slow but accurate integer dct from IJG (should be ok with the LGPL as the old DCT is the fast integer DCT from IJG) libavcodec
2002-08-28 michaelni use extradata for h263_long_vector mode detection libavcodec
2002-08-28 michaelni first cut at altivec support on darwin patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodec
2002-08-28 michaelni working around undefined behavior of get-vlc if the vlc s invalid libavcodec
2002-08-28 michaelni fixes rv10 decoding crash libavcodec
2002-08-28 michaelni warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) libavcodec
2002-08-27 michaelni mpeg4 interlaced decoding support (not completly implemented/tested due to lack of samples) libavcodec
2002-08-26 al3x added aspected_width/height for EXTENDED_PAR libavcodec
2002-08-26 michaelni fixing some 64bit bugs libavcodec
2002-08-26 michaelni forgot the const bits in 2pass curve matching (patch (with rounding removed) by Rémi Guyomarch <rguyom at pobox dot com>) libavcodec
2002-08-25 michaelni fixing qmin==qmax && qsquish==1 libavcodec
2002-08-25 michaelni NAN doesnt exist on FreeBSD patch by (Rémi Guyomarch <rguyom at pobox dot com>) libavcodec
2002-08-25 michaelni new ratecontrol code libavcodec
2002-08-25 michaelni new ratecontrol code libavcodec
2002-08-24 michaelni error concealment needs the mbintra_table so it should allways be allocated libavcodec
2002-08-22 arpi removed -W -Wall -g and other gcc-specific warning/debug options libavcodec
2002-08-22 michaelni faster ff_sqrt() libavcodec
2002-08-22 michaelni better scene change detection libavcodec
2002-08-21 michaelni darwin patches by Heliodoro Tammaro <helio at interactives dot org> libavcodec
2002-08-20 michaelni dont trash mm0, its still used in the next iteration of the loop (fixes strange horizontal lines on some blocks in b frames on mmx only cpus) libavcodec
2002-08-18 michaelni same dc skip behavior for chroma & luma elimination, its confusing otherwise imho libavcodec
2002-08-17 michaelni skip blocks with small chroma dc too (if the user wants it) needed to avoid IDCT(input coeffs !=0) == 0 problems which cause catastrophic error accumulation at qp=1 libavcodec
2002-08-13 michaelni patch by (Volker Moell <volker-ml at die-moells dot de>) libavcodec
2002-08-09 kabi * resync without endless loop libavcodec
2002-08-09 michaelni faster vlc table selection libavcodec
2002-08-08 michael 1000l libavcodec
2002-08-06 michaelni mpeg4 mpeg quantizer encoding libavcodec
2002-08-05 michaelni 4mv + bframe decoding bugfix libavcodec
2002-08-05 michaelni fixing level overflow check for qp=1 libavcodec
2002-08-04 michaelni hopefully fixing unreprodceable segfault when overreading the end if error_resilience==-1 (it didnt overread here though) libavcodec
2002-08-04 michaelni fixing slices which start at mb_x>0 libavcodec
2002-08-04 michaelni supporting rare overflow mess even with error_resilience>=0 libavcodec
2002-08-04 michaelni making some error checks optional libavcodec
2002-08-04 michaelni last_picture should be never == NULL (it was with dr1) this might fix a segfault with error concealment libavcodec
2002-08-02 michaelni fixing mpeg4 mpeg quantizers libavcodec
2002-08-02 michaelni fixing normal mmx idct libavcodec
2002-08-01 michaelni 10l found by Rémi Guyomarch <rguyom at pobox dot com> libavcodec
2002-08-01 michaelni max_b_frame=4 bugfix libavcodec
2002-07-31 michaelni b frame direct mode bugfix (bug found by CM <chenm001 at 163 dot com>) libavcodec
2002-07-29 mellum MVI optimizations for motion estimation. libavcodec
2002-07-27 michaelni dump bits per frame / qp / frame complexity support libavcodec
2002-07-27 michaelni handle DRI/RST markers patch by Leon van Stuivenberg <leonvs at iae dot nl> libavcodec
2002-07-27 philipjsg Add conversions to and from RGBA32 and BGRA32. libavcodec
2002-07-25 michaelni different edge positions fixed with edge emu / dr1 libavcodec
2002-07-25 bellard added proposed API for parse_only mode to extract compressed frames from compressed streams libavcodec
2002-07-23 michaelni this include isn;t longer need and now generate a lot of warnings patch by Bohdan Horst <nexus at hoth.amu.edu.pl> libavcodec
2002-07-22 al3x moved codebooks to svq1_cb.h libavcodec
2002-07-22 michaelni fixing bitrate vs. kbitrate in header libavcodec
2002-07-22 michaelni adpcm encoding patch by François Revol <revol at free dot fr> libavcodec
2002-07-21 michaelni YUV410P to YUV420P patch by François Revol <revol at free dot fr> libavcodec
2002-07-21 michaelni minor optimizations libavcodec
2002-07-21 michaelni pix_abs mmx2 isnt bit-exact ... libavcodec
2002-07-20 michaelni beos/mov/adpcm patch by François Revol <revol at free dot fr> libavcodec
2002-07-19 michaelni BeOS patches by "shatty" <shatty at myrealbox.com> libavcodec
2002-07-18 michaelni largefile support patch by Roy Sigurd Karlsbakk <roy at karlsbakk.net> libavcodec
2002-07-17 michaelni use edge emu for encoding of width or height %16!=0 files libavcodec
2002-07-17 michaelni fixing NULL reference frame with dr1 libavcodec
2002-07-17 michaelni hmm ABS(dc-diff) > 512 fix libavcodec
2002-07-17 michaelni larger edge emu buffer (might have been too small) libavcodec
2002-07-17 michaelni fixing gmc with emu edges libavcodec
2002-07-17 michaelni interlaced mpeg2 fix ... replacing linesize>>1 by uvlinesize brainlessly wasnt a good idea libavcodec
2002-07-17 michaelni low_delay / has_b_frames fix libavcodec
2002-07-17 michaelni fixes fire.avi & subtitles.avi libavcodec
2002-07-16 michaelni exporting mbskip_table after it has been allocated libavcodec
2002-07-16 michaelni hurry up support libavcodec
2002-07-16 michaelni grayscale only decoding libavcodec
2002-07-16 michaelni dr1 libavcodec
2002-07-16 michaelni dr1 libavcodec
2002-07-15 michaelni direct rendering for SVQ1 libavcodec
2002-07-15 michaelni uvlinesize libavcodec
2002-07-15 nickols_k 1001L libavcodec
2002-07-15 michaelni 4mv & qpel edge emu libavcodec
2002-07-14 michaelni direct rendering method 1 support libavcodec
2002-07-14 michaelni rl vlc table optimization (not yet used) libavcodec
2002-07-14 michaelni faster get_bit_cache libavcodec
2002-07-13 mellum Force inlining on get_vlc2. libavcodec
2002-07-13 michaelni rl decoding optimization libavcodec
2002-07-13 mellum Remove support for variable BSIZE and INCR, as sub_pixels_* is no libavcodec
2002-07-13 michaelni get_vlc -> get_vlc2 libavcodec
2002-07-13 mellum * Improve xy2 routines slightly libavcodec
2002-07-13 michaelni optimization (get_vlc() -> get_vlc2()) libavcodec
2002-07-13 michaelni optimization (get_vlc -> get_vlc2) libavcodec
2002-07-13 michaelni return buf_size again, i hope kabi is finally happy now ;) libavcodec
2002-07-13 michaelni rl vlc decoding optimizations libavcodec
2002-07-12 mellum Warning fix. libavcodec
2002-07-11 arpi_esp don't exit decoder after decoding first field -> fixes angels.avi interlacing libavcodec
2002-07-11 mellum Tweak Alpha compiler flags. libavcodec
2002-07-11 nickols_k 10L libavcodec
2002-07-11 nickols_k Add Arpi to list of porters. libavcodec
2002-07-11 nickols_k Change licence to LGPL since there are no objections from side of original author libavcodec
2002-07-11 michaelni dont trash table in GET_VLC libavcodec
2002-07-10 mellum Remove some cruft. libavcodec
2002-07-10 michaelni adding ff prefix to avoid global name conficts with xvid (patch by Marko Kreen <marko at l-t.ee>) libavcodec
2002-07-10 michaelni returning the number of consumed bytes (2nd try) libavcodec
2002-07-10 michaelni get_vlc() optimizations libavcodec
2002-07-10 nickols_k Applied patch of Felix Buenemann libavcodec
2002-07-10 michaelni get_vlc() optimization libavcodec
2002-07-10 nickols_k * prefixication (due Kabi's request) libavcodec
2002-07-10 kabi * clean compiler warning libavcodec
2002-07-10 michaelni return the number of consumed bytes instead of 0 or buf_size libavcodec
2002-07-09 michaelni c std doesnt like negative shifts -> use asm libavcodec
2002-07-09 kabi * declare av_free libavcodec
2002-07-09 michaelni warning fix patch by atmos libavcodec
2002-07-09 michaelni gcc3 bug workaround libavcodec
2002-07-09 nickols_k new codec: Sorenson v1 libavcodec
2002-07-09 michaelni new bitstream reader API (old get_bits() based one is emulated and will still be supported in the future cuz its simpler) libavcodec
2002-07-07 michaelni wmv1 slice_height != mb_height support libavcodec
2002-07-05 mellum Implement clear_blocks_axp. libavcodec
2002-07-04 mellum * Move "restrict" fallback to common.h libavcodec
2002-07-04 mellum * Detect "retrict" keyword libavcodec
2002-07-03 mellum Make dct_unquantize_h263 work on systems without MVI extension. libavcodec
2002-07-03 mellum Update and activate dct_unquantize_h263_mvi. Thanks to Måns Rullgård libavcodec
2002-07-03 mellum Use updated motion compensation routines. libavcodec
2002-07-02 mellum Activate ALT_BITSTREAM_READER by default on Alpha, since it seems to libavcodec