]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2004-03-15 michaeldecode latency patch by (Leon van Stuivenberg <l dot...
2004-03-15 melansonupdate the API for the idct function
2004-03-15 iivemove MPV_common_init after parsing stream parameters...
2004-03-14 romansh * DV decoding/encoding now supports MultiThreading...
2004-03-14 romansh * DV decoder simplifications. Now it looks to...
2004-03-14 michaeltcp select() check and enables pressing 'q' when readin...
2004-03-14 michaelalignment fix
2004-03-14 michaelwidth,height%16!=0 fix
2004-03-14 melansondon't fetch the size of SEQH unless SEQH was found
2004-03-14 melansonminor VMD system update; still not perfect, but should...
2004-03-14 melansonremove numerous definitions of BE_*/LE_* macros; conver...
2004-03-14 michaelno read loop tcp/http and http CRLF fix by (Leon van...
2004-03-13 michaelfix global name conflicts patch by ("Ronald S. Bultje...
2004-03-13 michaelremoving broken mpeg_decode_gop()
2004-03-13 michaelfft_*() renamed into ff_fft_*() patch by (Gildas Bazin...
2004-03-13 melansonbe smarter about the variable size of the extra SVQ3...
2004-03-13 michael(f)pritf() vs. av_log() and 'make test' update
2004-03-13 michaelParse stss info in MOV files to get key frames patch...
2004-03-13 melansonsmarten up the SVQ3 extradata decoder without changing...
2004-03-13 melansoncredit update
2004-03-13 melansonadded SGI image format, encoding and decoding, courtesy...
2004-03-13 melansonMatroska credits
2004-03-12 romansh * moving some of the commonly used bit reading...
2004-03-12 michaelbig endian compile fix by ("Ronald S. Bultje" <R dot...
2004-03-11 michaelmatroska demuxer by ("Ronald S. Bultje" <R dot S dot...
2004-03-11 michael10l
2004-03-11 michaelnicer output for 'ffmpeg -formats'
2004-03-10 michaelmb stuffing in partitioned frames fix
2004-03-10 michaelh263+ custom pcf support
2004-03-10 michaelCorrecting the header size for ADPCM_IMA_WAV files...
2004-03-10 michaelguess framerate
2004-03-10 michaeldisable lames leading zero "feature", fixes a few more...
2004-03-09 michael10l (1 vs. descrLength(1)) found by (Jean Le Feuvre...
2004-03-09 michaelflv fixes
2004-03-09 michaelfind_start_code() optimization (about 2x faster now...
2004-03-09 michaelregression test fix (forcing specific audio codecs...
2004-03-09 kabi* missing opts for make dep
2004-03-08 michaelss patch by (Benjamin Larsson <banan at student dot...
2004-03-08 michaelchannel count & samplerate fix
2004-03-08 melansonuse optimized VP3 functions where appropriate
2004-03-08 melansoncut over to using new VP3 DSP functions and remove...
2004-03-08 melansonseperated out the C-based VP3 DSP functions into a...
2004-03-06 michaelh263 framerate & aspect ratio fixes
2004-03-06 michaelforgot to commit from patch by (Konstantin Andreyev...
2004-03-05 michaelwrite trailer before closing codecs as otherwise access...
2004-03-05 michaelasf patch by (Konstantin Andreyev <kandreyev at bcsii...
2004-03-05 michaelsplit asf patch by (Konstantin Andreyev <kandreyev...
2004-03-05 michaelfix motion compensation with (x+1/2,y+1/2) MVs
2004-03-05 michael10l
2004-03-05 kabi* more consts
2004-03-05 kabi* const warn elimination
2004-03-05 kabi* const warn elimintation
2004-03-05 kabi* const
2004-03-04 iivesilence warnings
2004-03-03 michaelcount > thread_count for execute()
2004-03-03 michaelav_log() cleanup
2004-03-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2004-03-03 michaelmacrofree av_freep()
2004-03-02 iiveadd vlc for cbp=0 that is valid in 422,444
2004-03-02 michael10l (segfault fix)
2004-03-02 michael100l (divx5 b frame + seeking + flush fix)
2004-03-02 iiveforgot default chroma_format value
2004-03-02 iivefix typo
2004-03-01 iiveinitial chroma_format changes,xvmc tweaks and codec_cap
2004-03-01 michaelattribute_used patch by (mitya at school dot ioffe...
2004-02-29 michaeloptimizing/cleanup of mpeg/qpel_motion()
2004-02-29 michaelattribute used patch by (mitya at school dot ioffe...
2004-02-29 michaelskip b frames before first i frame
2004-02-29 michaelsimplify MPV_motion()
2004-02-29 michaelinterlaced mpeg4 + edge emu fix (fixes decoding of...
2004-02-28 michaelmpeg2 field pic decoding fix
2004-02-28 michaelint64_t_C patch by (Gael Chardon <gael-announcements...
2004-02-28 michaelos x md5sum patch by (John Dalgliesh <johnd at defyne...
2004-02-28 michaelMetrowerks CodeWarrior patches by (John Dalgliesh ...
2004-02-26 michael10l (vdpart fix)
2004-02-26 michaelAVCodec.supported_framerates
2004-02-26 michaelINT64_MIN fix
2004-02-26 michael10l
2004-02-26 michael100l (field picture decoding fix)
2004-02-25 michaelWolfgang Hesseler (mv/dct coeff export & mv vissualiztion)
2004-02-25 michaelexport DCT coefficients patch by (Wolfgang Hesseler...
2004-02-25 michael1l
2004-02-25 michaeluse AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0
2004-02-25 michaelav_log() patch by ("Steven M. Schultz" <sms at 2BSD...
2004-02-25 michaelset AVFrame.pts based upon framerate if its 0
2004-02-23 michael av_log() patch by ("Steven M. Schultz" <sms at 2BSD...
2004-02-23 michaelmultithreaded mpeg2 decoding
2004-02-23 michaelav_log patch by ("Steven M. Schultz" <sms at 2BSD dot...
2004-02-23 michaelav_log()
2004-02-22 michaelc99
2004-02-22 michael(f)printf() is disallowed in libavcodec, compilation...
2004-02-20 michaelavsync patch by (Gildas Bazin <gbazin at altern dot...
2004-02-19 michaelimproved VCD support patch by ("Hauke Duden" <H.NS...
2004-02-19 michaelw32threads by (Gildas Bazin <gbazin at altern dot org>)
2004-02-19 iiveuse get_format
2004-02-18 michaelsimplify
2004-02-18 michaelauxdatae, crcrs fix by (Jean-Francois Panisset <panisse...
2004-02-18 michaelupdate libavformat regression checksums (it should...
2004-02-18 michaelcheck if threads_count is too large
2004-02-18 michaelflac_flush()
next