log

age author description
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
2005-07-02 alex print 'not working' message libavcodec
2005-07-02 alex 1l libavcodec
2005-07-01 michael Disable AltiVec IDCT for lowres decoding in lavc patch by (Sigbjørn Skjæret: cisc, broadpark no) libavcodec
2005-06-29 michael off by 1 error bugfix libavcodec
2005-06-28 michael IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin : altern org) libavcodec
2005-06-28 michael WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, npsl co uk) libavcodec
2005-06-28 michael support extracting sps/pps from bitstream and putting it in extradata libavcodec
2005-06-28 michael fixing first_mb_in_slice if frame_mbs_only_flag==0 && mb_aff==0 libavcodec
2005-06-27 michael check mb_y libavcodec
2005-06-27 michael keep decoding nal units after an error libavcodec
2005-06-27 michael x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com) libavcodec
2005-06-27 michael support changing in bitstream global headers into extradata style and back libavcodec
2005-06-26 michael tiny docs improvement which i apparebtly forgot to commit libavcodec
2005-06-23 gpoirier GCC4 fix libavcodec
2005-06-19 michael make decoder a little bit more tolerant to missing NAL units libavcodec
2005-06-19 mellum Communicate proper aliasing to gcc (needed for 4.1). libavcodec
2005-06-17 diego spelling fixes libavcodec
2005-06-17 lorenm H.264 lossless mode libavcodec
2005-06-09 michael non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bitfreak net) libavcodec
2005-06-08 lorenm typo in cabac tables libavcodec
2005-06-07 michael apiexample fix by (Chip: szarlada, freemail hu) libavcodec
2005-06-07 michael uint_fast64_t emulation by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavcodec
2005-06-05 michael 10l (dont read variables before they have been set) libavcodec
2005-06-04 mru remove mixed code/declarations libavcodec
2005-06-03 bellard subtitle codec type support libavcodec
2005-06-02 lorenm decode H.264 with 8x8 transform. libavcodec
2005-06-02 lorenm sort H.264 mmx dsp functions into their own file libavcodec
2005-06-01 michael adding a few const libavcodec
2005-06-01 michael 100l for myself (breaking amd64) libavcodec
2005-06-01 mru fix segfault if flush is called before the first frame libavcodec
2005-06-01 michael merge a few asm blocks so gcc cant unoptimize it (658->631 dezicycles on duron) libavcodec
2005-06-01 michael get rid of 2 movq (680 -> 658 dezicycles on duron) libavcodec
2005-06-01 michael avoid one transpose (730->680 dezicycles on duron) libavcodec
2005-06-01 lorenm 10l (symbol mangling) libavcodec
2005-06-01 michael add rounding bias before the horizontal idct (765->730 dezicyles on duron) libavcodec
2005-05-31 lorenm MMX for H.264 iDCT (adapted from x264) libavcodec
2005-05-30 michael decrease V_NB_BITS if possible libavcodec
2005-05-30 michael more trivial optimizations libavcodec
2005-05-30 mru enable x264 multi-threading libavcodec
2005-05-30 michael maxdepth is supposed to be a constant, its faster if its too large then if its non constant libavcodec
2005-05-30 michael optimizations libavcodec
2005-05-30 michael faster float->short conversation libavcodec
2005-05-29 michael ilog() -> av_log2() libavcodec
2005-05-29 michael Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu) libavcodec
2005-05-29 lorenm decode h264 end-of-slice flag libavcodec
2005-05-26 michael cleanup libavcodec
2005-05-26 michael Better ARM support for mplayer/ffmpeg, ported from atty fork libavcodec
2005-05-26 michael AV_LOG_DEBUG is not a good default ... libavcodec
2005-05-25 hzoli MMX code for (put|avg)_h264_chroma_mc8 libavcodec
2005-05-24 melanson read loop filter limit values from Theora header, courtesy of Matthieu libavcodec
2005-05-22 michael ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com) libavcodec
2005-05-22 michael libgsm warper by (Alban Bedel: albeu, free fr) libavcodec
2005-05-21 michael fix max b frames with b frame strategy 1 libavcodec
2005-05-21 michael START/STOP_TIMER for ppc32 by (Luca Barbato: lu_zero, gentoo org) libavcodec