log

age author description
2005-10-04 diego Move all definitions of external dependencies into configure instead of libavcodec
2005-09-30 lorenm sse2 16x16 sum squared diff (306=>268 cycles on a K8) libavcodec
2005-09-27 lorenm 6% faster decode_cabac_residual libavcodec
2005-09-27 lorenm 13% faster decode_residual (cavlc). libavcodec
2005-09-26 diego support for building dynamic libraries on Mac OS X libavcodec
2005-09-24 diego Fix some #ifdef to allow building amr_wb alone. libavcodec
2005-09-21 aurel fix some pointer to intger without cast warnings (patch by Michel Bardiaux) libavcodec
2005-09-21 aurel fix unused variable warnings libavcodec
2005-09-21 michael replace a few mov + psrlq with pshufw, there are more cases which could benefit from this but they would require us to duplicate some functions ... libavcodec
2005-09-21 michael Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer. libavcodec
2005-09-20 michael changing a few options to AVOptions libavcodec
2005-09-20 michael precautionary checks libavcodec
2005-09-20 michael dont print NULL libavcodec
2005-09-19 diego Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.h libavcodec
2005-09-19 michael set pts for h.263 decoding libavcodec
2005-09-18 diego Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X. libavcodec
2005-09-18 michael print more time_base fps stuff if av_log level is at debug or above libavcodec
2005-09-17 reimar check return value of decode_cabac_mb_dqp, it is INT_MIN on error. libavcodec
2005-09-14 mru set more x264 encoding parameters libavcodec
2005-09-12 michael the people want lower case ... libavcodec
2005-09-12 michael dont include opt.h in avcodec.h libavcodec
2005-09-12 diego CAREFULL --> CAREFUL typo fix libavcodec
2005-09-12 michael converting a few more options to AVOptions libavcodec
2005-09-12 michael convert some options in ffmpeg.c to AVOptions libavcodec
2005-09-11 michael avoid stdio.h libavcodec
2005-09-11 michael missing include noticed by g0th libavcodec
2005-09-11 michael flags and named constants with type checking of course for AVOption libavcodec
2005-09-11 michael AVOption API improvments libavcodec
2005-09-10 michael add xvid idcts to dct-test libavcodec
2005-09-10 reimar Fix compile without CONFIG_GPL, misplaced #endif caused a missing }. libavcodec
2005-09-10 michael remove unused table entries libavcodec
2005-09-10 michael select xvid idct for xvid files if possible libavcodec
2005-09-10 michael xvids mmx&mmx2 idcts libavcodec
2005-09-10 michael dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4 libavcodec
2005-09-07 alex use av_log in debug mode libavcodec
2005-09-06 michael AVOption enumeration support and some flags to classify AVOptions libavcodec
2005-09-06 mru Kill some compiler warnings. Compiled code verified identical after changes. libavcodec
2005-09-06 michael a few more raw yuv fourccs libavcodec
2005-09-06 michael AVOption first try libavcodec
2005-09-05 lorenm fix emulated edge motion compensation when resolution%16!=0 libavcodec
2005-09-05 michael set a few variables correctly libavcodec
2005-09-05 michael AV_LOG_DEBUG vs. AV_LOG_ERROR libavcodec
2005-09-04 michael fixme note libavcodec
2005-09-04 michael pts must be in time_base units libavcodec
2005-09-03 michael print fourcc in a readable form if possible libavcodec
2005-09-03 michael simplify (d&a) and (d&~a) calculation, hint by skal libavcodec
2005-09-02 michael add consts (this was in my local tree, dunno where it came from, probably forgoten from some const patch) libavcodec
2005-09-02 reimar Document "us" parameter for PCM conversion functions. libavcodec
2005-09-02 reimar Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). libavcodec
2005-09-02 michael setting timebase in the encoder doesnt seem like a good idea libavcodec
2005-09-02 michael fixed quality / vbr encoding patch by (Justin Ruggles, jruggle, earthlink net) libavcodec
2005-09-02 michael lowres support libavcodec
2005-09-01 michael error concealment fix libavcodec
2005-08-30 michael optimizations libavcodec
2005-08-26 michael Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de) libavcodec
2005-08-26 michael Fix for memleak in dv.c patch by (Burkhard Plaum; plaum, ipf uni-stuttgart de) libavcodec
2005-08-25 michael prevent assert failures and infinite loops with broken streams libavcodec
2005-08-21 michael time_base description by Rich Felker | dalias, aerifal cx libavcodec
2005-08-21 michael reducing minimum supported picture size libavcodec
2005-08-21 michael vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net) libavcodec
2005-08-21 michael Call av_free_static automatically before DLL unload patch by (plaum:ipf uni-stuttgart de) libavcodec
2005-08-21 michael segfault fix libavcodec
2005-08-16 michael automatically remove mess libavcodec
2005-08-15 michael parse pict_type for streams in avi libavcodec
2005-08-14 melanson automatically detect Cinepak data from Sega FILM/CPK files libavcodec
2005-08-14 michael minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavcodec
2005-08-14 mru kill a bunch of compiler warnings libavcodec
2005-08-14 michael subs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and also fixes a few libavcodec
2005-08-13 michael set pix_fmt libavcodec
2005-08-13 melanson tinfoil patch: no array is written to in bulk before counts are libavcodec
2005-08-13 melanson removed a bunch of unused, sub-optimal code libavcodec
2005-08-13 melanson tinfoil patch: be more diligent about checking array boundaries before libavcodec
2005-08-13 melanson tinfoil patch: validate motion vectors and do not free frame on exit if libavcodec
2005-08-13 melanson tinfoil patch: make sure pixel_ptr never goes negative libavcodec
2005-08-13 melanson tinfoil patch: accept no widths that are no multiples of 4 libavcodec
2005-08-13 melanson tinfoil patch: make sure that pixel pointer does not go out of bounds libavcodec
2005-08-13 mru fix building in separate directory libavcodec
2005-08-13 michael security fixes libavcodec
2005-08-11 michael DV video encoder/decoder doesn't set keyframe and picture type properties patch by (Edward Hervey:bilboed,gmail com) libavcodec
2005-08-06 michael mkstemp on win32 workaround by (Ivan Wong: email, ivanwong info) libavcodec
2005-08-05 michael liba52/crc.c fails to compile patch by ("Steven M. Schultz": sms, 2bsd com) libavcodec
2005-08-05 alex 10l libavcodec
2005-08-04 michael segfault fix libavcodec
2005-08-01 al libavutil: Utility code from libavcodec moved to a separate library. libavcodec
2005-08-01 michael fix assertion failure for mpeg2 encoding libavcodec
2005-08-01 michael workaround 'colocated mv if colocated block is L1 predicted' bug in x264 libavcodec
2005-07-31 michael A.B.C versions libavcodec
2005-07-31 michael try to check for nonsense time_base instead of setting fake one libavcodec
2005-07-30 michael check time_base.den for mpeg4 libavcodec
2005-07-27 michael motion vector limit for mpeg2 libavcodec
2005-07-27 diego Reduce verbosity. libavcodec
2005-07-27 michael fixing colocated mv if colocated block is L1 predicted for the temporal direct case libavcodec
2005-07-26 michael fixing colocated mv if colocated block is L1 predicted libavcodec
2005-07-25 michael Fix for overflow issue in mpegvideo.c patch by (Martin Boehme: boehme, inb uni-luebeck de) libavcodec
2005-07-25 michael thread mess check for avcodec_open/close() libavcodec
2005-07-24 michael fix user data parsing code so it suppors pre1 and cvs libavcodec
2005-07-23 michael minor user data reading bugfix libavcodec
2005-07-22 reimar Add missing +1 in bounds check. libavcodec
2005-07-22 reimar reset restart_count when restart_interval is set and fill the libavcodec
2005-07-19 michael portable IEEE float/double read/write functions libavcodec
2005-07-19 michael portable IEEE float/double read/write functions libavcodec
2005-07-17 michael dont pre allocate uselessly large buffer and dont ignore FF_INPUT_BUFFER_PADDING_SIZE libavcodec
2005-07-17 michael verify len field validity in mjpeg_decode_com() libavcodec
2005-07-17 michael 10l (forgot to commit this yesterday) libavcodec
2005-07-17 michael DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk) libavcodec
2005-07-16 michael yamaha adpcm nibbles in the wrong order fix by (Vidar Madsen: vidarino, gmail com) libavcodec
2005-07-15 michael Add Yamaha ADPCM encoding/decoding patch by (Vidar Madsen: vidarino, gmail com) libavcodec
2005-07-14 michael more fine grained skip_frame libavcodec
2005-07-14 michael skip_idct libavcodec
2005-07-14 michael check for CODEC_CAP_DELAY in audio decoders too libavcodec
2005-07-14 michael ffmpeg version should be "CVS" libavcodec
2005-07-11 michael check len (should fix #1165694) libavcodec
2005-07-11 michael fix segfault (bug #1165640) libavcodec
2005-07-11 michael fix infinite loop (suggested change by rjayne at convera dot com) libavcodec
2005-07-11 michael fix decoding of (broken) files with f_code=0 libavcodec
2005-07-11 michael segfault fix libavcodec
2005-07-10 michael patch from http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/ffmpeg-devel/files/patch-libavcodec::x264.c libavcodec
2005-07-09 michael Here is the patch suggested by: unkaggregate, users sf net libavcodec
2005-07-02 alex 100l - this has only worked on big endian libavcodec
2005-07-02 alex parenthesing to avoid compiler errors in the future - compared asm outputs, behaviour didnt changed libavcodec