log

age author description
2004-09-15 michael changing size segfault fix libavcodec
2004-09-14 michael comment fix libavcodec
2004-09-14 michael qprd + mpeg2 segfault fix libavcodec
2004-09-14 romansh * I was finally convinced. And besides, if err it's better to err with libavcodec
2004-09-13 rtognimp AVC (H264 in mp4 files, fourcc avc1) support libavcodec
2004-09-13 michael pre_cmp fix libavcodec
2004-09-13 michael H.261 decoder improvements libavcodec
2004-09-12 michael 100l (forgot to set the 8x8 mc functions, so ME did use the mpeg ones ...) libavcodec
2004-09-12 michael use h264 MC code if possible libavcodec
2004-09-12 michael 10l (gcc 2.95 compilation) libavcodec
2004-09-12 michael use pointer arithmetic in mc_block(), 25% faster libavcodec
2004-09-10 michael get/set_sr_golomb() cleanup libavcodec
2004-09-10 michael mess cleanup libavcodec
2004-09-10 alex put the warning to the right place to avoid crashes libavcodec
2004-09-08 michael h264_qpel8_hv_lowpass_mmx2/3dnow libavcodec
2004-09-08 michael h264_qpel4_hv_lowpass_mmx2/3dnow libavcodec
2004-09-08 alex new signed golomb routines libavcodec
2004-09-08 alex try to select w/h from tables libavcodec
2004-09-08 michael 10l (wrong coded_picture) libavcodec
2004-09-08 michael optimization libavcodec
2004-09-07 michael optimization libavcodec
2004-09-07 michael optimization libavcodec
2004-09-07 michael h264 luma motion compensation in mmx2/3dnow libavcodec
2004-09-06 michael useless libavcodec
2004-09-06 michael 10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster libavcodec
2004-09-05 michael 20% faster predict_plane() libavcodec
2004-09-04 alex more decorrelation types libavcodec
2004-09-03 michael Always write VOL control parameters, needed by old xvid patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec
2004-09-02 michael typo libavcodec
2004-09-02 michael optional non spec compliant optimizations for mpeg1 libavcodec
2004-09-02 michael optional non spec compliant optimizations libavcodec
2004-09-02 michael h264 deblocking crash patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec
2004-08-31 michael 10l (keyframes and context resets) libavcodec
2004-08-28 michael cleanup libavcodec
2004-08-28 michael 10l libavcodec
2004-08-28 melanson 8-bit mode corrections libavcodec
2004-08-27 michael merge decode_subband() and dequantize() libavcodec
2004-08-27 michael 11% faster decode_subband() libavcodec
2004-08-27 michael 5% faster decode_subband() libavcodec
2004-08-27 michael 46% faster decode_subband() libavcodec
2004-08-27 michael 50% faster decode_subband() libavcodec
2004-08-26 michael yuv median encoding 10l fix libavcodec
2004-08-26 michael quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, but can be extended to other block sizes easily) libavcodec
2004-08-25 michael typo fix by (Marcin 'Morgoth' Kurek <morgoth6 at box43 dot pl>) libavcodec
2004-08-25 michael edge bugfix libavcodec
2004-08-25 michael bsd patch by (Bohdan Horst <nexus at irc dot pl>) libavcodec
2004-08-24 michael lrintf emulation improvments libavcodec
2004-08-22 michael 4x4 SSE compare function libavcodec
2004-08-22 alex ffmpeg short conversion got fixed somewhere, no need to workaround it - fixes amplitude bug libavcodec
2004-08-21 alex new opensource lossy/lossless audio codec based on speech compression techniques (actually based on bonk) libavcodec
2004-08-21 alex new copyrights libavcodec
2004-08-19 michael k6 pop fix patch by (Diego Biurrun <diego at biurrun dot de>) libavcodec
2004-08-19 michael enrtries for PIX_FMT_XVMC_MPEG2_MC and PIX_FMT_XVMC_MPEG2_IDCT patch by ("Todd.Kirby" <doubleshot at pacbell dot net>) libavcodec
2004-08-18 michael copy & paste bug libavcodec
2004-08-17 michael more untested bigendian fixes libavcodec
2004-08-17 michael big endian fix (untested) libavcodec
2004-08-16 michael cleanup libavcodec
2004-08-16 michael Get H.264 frame rate from SPS/VUI patch by (Måns Rullgård <mru at kth dot se>) libavcodec
2004-08-16 michael get_bits(32) fix libavcodec
2004-08-14 melanson build++ libavcodec
2004-08-14 michael 10l (lrintf(a)+b vs. lrintf(a+b)) libavcodec
2004-08-14 melanson TechSmith Camtasia (TSCC) video decoder, courtesy of Konstantin Shishkov libavcodec
2004-08-13 michael Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>) libavcodec
2004-08-13 michael minor optimization libavcodec
2004-08-13 michael user overrideable level & profile libavcodec
2004-08-12 michael give the user a chance to override codec_tag libavcodec
2004-08-11 michael 10l (dont store 2 different things at the same place ...) libavcodec
2004-08-03 michael cleanup libavcodec
2004-08-03 michael segfault fix libavcodec
2004-08-03 michael 10l (segfault) libavcodec
2004-08-02 michael lossless support libavcodec
2004-08-02 michael cleanup libavcodec
2004-08-02 michael improved magnitude coding, 0.2% lower bitrate (foreman@352x288 qscale 1 and 8) libavcodec
2004-08-02 michael fix one file, will probably break some others but i cant find any samples which need this ... libavcodec
2004-08-02 michael simpler delta decreasing algorithm patch by (Jeff Muizelaar <jrmuizel at student dot cs dot uwaterloo dot ca>) libavcodec
2004-08-02 michael cleanup libavcodec
2004-08-02 michael various subband encoders (all either worse or complicated so they are commented out) libavcodec
2004-07-30 michael raise build number for the snow libavcodec
2004-07-28 michael svq1 mv array size fix libavcodec
2004-07-28 michael 1/0 fix libavcodec
2004-07-28 michael dont segfault without -strict -1 libavcodec
2004-07-27 michael optimize quantizaton (about 3x faster) libavcodec
2004-07-27 michael cleanup libavcodec
2004-07-27 michael use parent sample to predict significance & magnitude libavcodec
2004-07-27 michael realloc(NULL) fix libavcodec
2004-07-27 michael log2() & bsd libavcodec
2004-07-27 melanson well that does not need to be there anymore libavcodec
2004-07-27 michael better context model (0.2-1% lower bitrate) libavcodec
2004-07-26 michael argh libavcodec
2004-07-26 michael Add UYVY support to libavcodec/raw.c patch by ("Todd.Kirby" <doubleshot at pacbell dot net>) libavcodec
2004-07-26 michael libdts support improvements by (Aurelien Jacobs) libavcodec
2004-07-26 michael TIMER dummies for non-x86 libavcodec
2004-07-26 michael typo libavcodec
2004-07-25 michael my experimental wavelet codec libavcodec
2004-07-25 michael UYVY support patch by ("Todd.Kirby" <doubleshot at pacbell dot net>) libavcodec
2004-07-23 romansh * patch from James Morrison (getting rid of broken code) libavcodec
2004-07-22 michael make comments doxygen compatible libavcodec
2004-07-22 michael - Support empty GOB's (no mb's) and skip all mb's libavcodec
2004-07-21 michael raw rgb support libavcodec
2004-07-20 michael miscalculation of header_bits when using the -thread option bugfix, patch by (Christophe Massiot <cmassiot at freebox dot fr>) libavcodec
2004-07-16 michael XviD Support patch by (Adam Thayer <krevnik at comcast dot net>) libavcodec
2004-07-16 michael Avoid segfault on ffmpeg "buffer flush" in mpeg12.c patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) libavcodec
2004-07-16 michael 10l and better MMX/SSE detection for VIA1000 libavcodec
2004-07-15 michael moving Doxyfile from ffmpeg/libavcodec to ffmpeg libavcodec
2004-07-15 michael more comments libavcodec
2004-07-14 michael remove dts_internal.h libavcodec
2004-07-14 michael simplify libavcodec
2004-07-14 michael more info about why init failed libavcodec
2004-07-14 michael libdts support by (Benjamin Zores <ben at geexbox dot org>) libavcodec
2004-07-10 mellum Don't include config.h from assembly, because the mplayer developers libavcodec
2004-07-10 michael buglet in libpostproc Makefile patch by (Brendan Kehoe <brendan at zen dot org>) libavcodec
2004-07-09 michael 1000000l libavcodec
2004-07-09 michael field pic timestamp fix libavcodec
2004-07-09 michael update version for next release libavcodec
2004-07-08 michael av_resample_close in avcodec.h patch by ("William Juwono" <william.juwono at sensestream dot com>) libavcodec
2004-07-08 michael overread fix libavcodec
2004-07-06 michael dc_precission=11 fix libavcodec
2004-07-05 michael ugly missing lrintf workaround by ("Steven M. Schultz" <sms at 2bsd dot com>) libavcodec
2004-07-05 michael shape-adaptive diamond + prediction crash patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec
2004-07-01 michael 10l libavcodec
2004-06-30 michael 10l (fixes delayed frames during encoding) libavcodec
2004-06-30 michael 1000l libavcodec
2004-06-30 michael various resampling fixes libavcodec
2004-06-30 michael forgotten libavcodec
2004-06-30 michael timestamp duplication bugfix libavcodec
2004-06-27 rtognimp Ignore palette for grayscale files, all my samples are inverted with libavcodec
2004-06-27 rtognimp Paletted cvid support libavcodec
2004-06-27 rtognimp Force alignement for rpza and smc libavcodec
2004-06-27 rtognimp fix for width or height not multiple of 4 libavcodec
2004-06-26 alex unused libavcodec
2004-06-26 alex altivec workaround libavcodec
2004-06-26 alex warning fix libavcodec
2004-06-26 alex some debug libavcodec
2004-06-26 alex skip_utf8, unused yet libavcodec
2004-06-26 alex make the tables static libavcodec
2004-06-26 alex 10l, non-x86 fix libavcodec
2004-06-26 michael support skiping of mb rows during decoding libavcodec
2004-06-25 michael use libmpeg2 idct to decode xvid videos unless the user forced some other idct libavcodec
2004-06-25 michael optimization libavcodec
2004-06-24 michael transmeta crusoe mmx detection by "Nobody/Anonymous - nobody" / sf feature request tracker libavcodec
2004-06-22 michael flush audio encoder buffers at the end libavcodec
2004-06-21 michael increase size of crop table libavcodec
2004-06-20 rtognimp 100l fix codebook usage for v1 vectors libavcodec
2004-06-19 michael 1000l to myself for FFMIN(...,0) instead of ...,6) libavcodec
2004-06-19 michael 1000l to the ffsvq3 author, our default bitstream reader is only guranteed to be able to read 25bit at a time libavcodec
2004-06-19 michael segfault fix libavcodec
2004-06-18 michael 100l libavcodec
2004-06-18 michael 10l libavcodec
2004-06-17 michael avoid useless normalization and 10l fix libavcodec
2004-06-17 michael polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample filters libavcodec
2004-06-16 melanson cut-n-paste error slipped through the cracks... thanks to DJ Hartman for libavcodec
2004-06-14 michael coefficient saturation fix libavcodec
2004-06-14 michael fewer overflows libavcodec
2004-06-13 melanson warning vigilance libavcodec
2004-06-13 melanson the ongoing struggle for encoding conditionals libavcodec
2004-06-12 iive better cbp handling and small speedup in mpeg12 libavcodec
2004-06-11 michael chroma me fix libavcodec
2004-06-11 iive mpeg2 chroma422/444 support, may be slower, may be faster for other codecs libavcodec
2004-06-11 melanson fix initialization bug in which execution overwrites essential data libavcodec
2004-06-10 michael clip input motion vectors libavcodec
2004-06-10 melanson attempt to create some separation in the FLAC system with respect to libavcodec
2004-06-09 michael make ffmpeg/libavcodec/liba52/crc.c compile on systems where no inttypes.h patch by (Chip <szarlada at freemail dot hu>) libavcodec
2004-06-08 michael gcc bug workaround by (Jonathan Gray <khalek at linuxgamers dot net>) libavcodec
2004-06-08 michael hadamard/AltiVec: fix to compiler fix, again by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
2004-06-08 michael sse8 and nsse in mmx libavcodec
2004-06-07 michael nsse weight libavcodec
2004-06-07 michael noise preserving sum of squares comparission function libavcodec
2004-06-06 michael fix normalization libavcodec
2004-06-06 michael sanity checks libavcodec
2004-06-06 michael cubic filter instead of truncated sinc libavcodec
2004-06-06 michael Building with faad2-cvs fix by ("Steven M. Schultz" <sms at 2bsd dot com>) libavcodec
2004-06-06 michael optional and disabled by default memalign hack for SSE/SSE2 on that alternative OS libavcodec
2004-06-05 michael sample_rate and channels in aac audio patch by (Luca Abeni <lucabe72 at email dot it>) libavcodec
2004-06-05 michael mini-fix for compatibility with other compilers by (Hauke Duden <H.NS.Duden at gmx dot net>) libavcodec
2004-06-05 michael avg_pixels8_xy2_altivec in AltiVec, enabling avg_pixels8_altivec, hadamard fix by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
2004-06-05 michael hadamard/AltiVec: fix to compiler fix by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
2004-06-05 michael remove AltiVec.linux warning patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
2004-06-05 michael qscale + qprd fix libavcodec
2004-06-03 michael change qscale -> lambda for the motion estimation libavcodec
2004-06-03 michael infinite loop fix libavcodec
2004-06-01 michael remove stupid YV12-huffyuv warning libavcodec
2004-05-31 michael 10l fix by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) libavcodec
2004-05-31 rtognimp Add support for qtrle4 (16 colors/gray levels) libavcodec
2004-05-31 michael h261 dequant fix libavcodec
2004-05-30 michael removing h263 specific code libavcodec
2004-05-30 michael simplify libavcodec
2004-05-30 michael rewrite h261 loop filter libavcodec
2004-05-30 michael h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac dot be>) libavcodec
2004-05-30 michael Another (final?) patch for libpostproc. libavcodec
2004-05-29 michael export low_delay for encoding too libavcodec
2004-05-28 michael Newer version, using a vectorized version of the libavcodec
2004-05-28 michael per line lowpass filter in mmx libavcodec
2004-05-27 michael mmx optimized version of the per line/accurate deblock filter libavcodec
2004-05-27 michael faster c lowpass filter libavcodec
2004-05-27 michael accurate/slow (per line instead of per block) deblock filter spport which is identical to what is recommanded in the mpeg4 spec libavcodec
2004-05-26 michael altivec optimizations and horizontal filter fix by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
2004-05-26 michael 10l fixes by ("Debabrata Banerjee" <davatar at comcast dot net>) libavcodec
2004-05-26 michael 10l (interlaced b frame decoding fix) libavcodec
2004-05-26 melanson rpza resolution fix, courtesy of Todd Kirby (doubleshot at pacbell.net) libavcodec
2004-05-25 michael avcodec_find is in no header file, and appearently not used or very usefull so lets make it static ... libavcodec
2004-05-25 michael warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) libavcodec
2004-05-23 michael mpeg audio timestamp fix libavcodec
2004-05-21 michael more data_size=0 cleanup libavcodec
2004-05-21 michael data_size = 0 cleanup libavcodec
2004-05-21 michael oops, forgot to commit that change from the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) libavcodec
2004-05-21 michael forgotten prototypes libavcodec
2004-05-18 michael rtp callback context patch by ("Chris Flerackers" <cflerackers at androme dot be>) libavcodec
2004-05-18 michael some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) libavcodec
2004-05-18 romansh * reimplementation using mutexes and condition variables. libavcodec
2004-05-13 michael mention avcodec_align_dimensions() libavcodec
2004-05-12 michael removing unused encoding code libavcodec
2004-05-12 michael automatic pixel format selection libavcodec
2004-05-12 michael segfault fix libavcodec
2004-05-12 michael support skiped blocks in SVQ1 libavcodec
2004-05-12 michael motion estimation for SVQ1 libavcodec
2004-05-11 michael UINT64_MAX fix libavcodec
2004-05-11 michael moving motion estimation specific variables from MpegEncContext -> MotionEstContext libavcodec
2004-05-11 michael reduce dependancy between motion estimation and MpegEncContext libavcodec
2004-05-10 michael dummy avcodec_thread_init() to avoid linking issues libavcodec
2004-05-09 michael p frame encoding, only with 0,0 motion vectors yet though libavcodec
2004-05-08 michael using pointers so the code could eventually be used for P frames libavcodec
2004-05-08 michael width height %64 != 0 fix libavcodec
2004-05-07 rtognimp buffer hints, use reget_buffer, removed copy from previous frame libavcodec
2004-05-07 michael color and 10l libavcodec
2004-05-07 michael rate distorted intra only encoding libavcodec
2004-05-07 michael 10l libavcodec
2004-05-07 melanson first pass at a Sorenson Video 1 (SVQ1) encoder libavcodec
2004-05-05 michael support decoding mpeg4 with buggy dc clipping libavcodec
2004-05-05 michael mpeg4 dc prediction simplification libavcodec
2004-05-04 michael use AVInteger in av_rescale() so it can finally do 64*64/64 instead of just 64*32/32 libavcodec
2004-05-04 michael arbitrary precision integer support libavcodec
2004-05-02 rtognimp Add buffer hints, enable DR1 libavcodec
2004-05-02 michael cleanup libavcodec
2004-04-30 michael mmx dct optimization libavcodec
2004-04-30 michael AMV bug workaround libavcodec
2004-04-30 michael simplify libavcodec
2004-04-30 michael dont missuse assert() libavcodec
2004-04-30 michael cleanup & memleak fix libavcodec
2004-04-30 michael 10000l libavcodec
2004-04-30 michael intra_dc_precission>0 encoding support libavcodec
2004-04-30 michael 10l libavcodec
2004-04-29 iive cola test libavcodec
2004-04-29 michael 10l libavcodec
2004-04-29 michael remove duplicated find_frame_end() code libavcodec
2004-04-29 michael >2 channels decoding fix libavcodec
2004-04-27 michael simplify libavcodec
2004-04-27 melanson move the 0x80 vector outside of the function, thus saving the compiler libavcodec
2004-04-27 melanson separate out put_signed_pixels_clamped() into its own function and libavcodec
2004-04-26 michael H.263 MCBPC fix libavcodec
2004-04-26 alex avoid macro conflicts libavcodec
2004-04-26 alex disable hadamard for gcc below 3.3 - better fix awaited libavcodec
2004-04-26 alex use the AVV macro from gcc_fixes.h instead ifdefs libavcodec
2004-04-26 alex 100l, and another one because it boils out with ICE under gcc 3.2.3 libavcodec
2004-04-26 melanson yes, that's nice... libavcodec
2004-04-26 melanson reorganize and simplify the VP3 IDCT stuff libavcodec
2004-04-25 michael fix decoding with quant matrixes which contain elements <16 libavcodec