]> git.sesse.net Git - ffmpeg/history - libavcodec
removing broken mpeg_decode_gop()
[ffmpeg] / libavcodec /
2004-03-13 Michael Niedermayerremoving broken mpeg_decode_gop()
2004-03-13 Gildas Bazinfft_*() renamed into ff_fft_*() patch by (Gildas Bazin...
2004-03-13 Mike Melansonbe smarter about the variable size of the extra SVQ3...
2004-03-13 Mike Melansonsmarten up the SVQ3 extradata decoder without changing...
2004-03-13 Mike Melansoncredit update
2004-03-12 Roman Shaposhnik * moving some of the commonly used bit reading...
2004-03-11 Michael Niedermayer10l
2004-03-10 Michael Niedermayermb stuffing in partitioned frames fix
2004-03-10 Michael Niedermayerh263+ custom pcf support
2004-03-10 Michael Niedermayerdisable lames leading zero "feature", fixes a few more...
2004-03-09 Michael Niedermayerfind_start_code() optimization (about 2x faster now...
2004-03-09 Zdenek Kabelac* missing opts for make dep
2004-03-08 Mike Melansonuse optimized VP3 functions where appropriate
2004-03-08 Mike Melansoncut over to using new VP3 DSP functions and remove...
2004-03-08 Mike Melansonseperated out the C-based VP3 DSP functions into a...
2004-03-06 Michael Niedermayerh263 framerate & aspect ratio fixes
2004-03-05 Michael Niedermayerfix motion compensation with (x+1/2,y+1/2) MVs
2004-03-05 Michael Niedermayer10l
2004-03-05 Zdenek Kabelac* more consts
2004-03-05 Zdenek Kabelac* const warn elimination
2004-03-05 Zdenek Kabelac* const warn elimintation
2004-03-05 Zdenek Kabelac* const
2004-03-04 Ivan Kalvachevsilence warnings
2004-03-03 Michael Niedermayercount > thread_count for execute()
2004-03-03 Michael Niedermayerav_log() cleanup
2004-03-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2004-03-03 Michael Niedermayermacrofree av_freep()
2004-03-02 Ivan Kalvachevadd vlc for cbp=0 that is valid in 422,444
2004-03-02 Michael Niedermayer10l (segfault fix)
2004-03-02 Michael Niedermayer100l (divx5 b frame + seeking + flush fix)
2004-03-02 Ivan Kalvachevforgot default chroma_format value
2004-03-02 Ivan Kalvachevfix typo
2004-03-01 Ivan Kalvachevinitial chroma_format changes,xvmc tweaks and codec_cap
2004-03-01 Dmitry Baryshkovattribute_used patch by (mitya at school dot ioffe...
2004-02-29 Michael Niedermayeroptimizing/cleanup of mpeg/qpel_motion()
2004-02-29 Dmitry Baryshkovattribute used patch by (mitya at school dot ioffe...
2004-02-29 Michael Niedermayerskip b frames before first i frame
2004-02-29 Michael Niedermayersimplify MPV_motion()
2004-02-29 Michael Niedermayerinterlaced mpeg4 + edge emu fix (fixes decoding of...
2004-02-28 Michael Niedermayermpeg2 field pic decoding fix
2004-02-28 Gael Chardonint64_t_C patch by (Gael Chardon <gael-announcements...
2004-02-28 Michael NiedermayerMetrowerks CodeWarrior patches by (John Dalgliesh ...
2004-02-26 Michael Niedermayer10l (vdpart fix)
2004-02-26 Michael NiedermayerAVCodec.supported_framerates
2004-02-26 Michael NiedermayerINT64_MIN fix
2004-02-26 Michael Niedermayer10l
2004-02-26 Michael Niedermayer100l (field picture decoding fix)
2004-02-25 Wolfgang Hesselerexport DCT coefficients patch by (Wolfgang Hesseler...
2004-02-25 Michael Niedermayer1l
2004-02-25 Michael Niedermayeruse AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0
2004-02-25 Steven M. Schultzav_log() patch by ("Steven M. Schultz" <sms at 2BSD...
2004-02-25 Michael Niedermayerset AVFrame.pts based upon framerate if its 0
2004-02-23 Steven M. Schultz av_log() patch by ("Steven M. Schultz" <sms at 2BSD...
2004-02-23 Michael Niedermayermultithreaded mpeg2 decoding
2004-02-23 Steven M. Schultzav_log patch by ("Steven M. Schultz" <sms at 2BSD dot...
2004-02-23 Michael Niedermayerav_log()
2004-02-22 Michael Niedermayerc99
2004-02-22 Michael Niedermayer(f)printf() is disallowed in libavcodec, compilation...
2004-02-19 Michael Niedermayerw32threads by (Gildas Bazin <gbazin at altern dot org>)
2004-02-19 Ivan Kalvachevuse get_format
2004-02-18 Michael Niedermayersimplify
2004-02-18 Michael Niedermayerauxdatae, crcrs fix by (Jean-Francois Panisset <panisse...
2004-02-18 Michael Niedermayercheck if threads_count is too large
2004-02-18 Michael Niedermayerflac_flush()
2004-02-18 Michael Niedermayersimplify
2004-02-18 Alex Beregszasziavoid negative array indices
2004-02-18 Michael Niedermayercrc8 checking, based upon a patch by (Miroslav Lichvar...
2004-02-18 Michael Niedermayerremove residual array, it isnt really needed
2004-02-18 Michael Niedermayerflac fixes:
2004-02-18 Michael Niedermayerflac decoder by (Alex Beregszaszi <alex at fsn dot...
2004-02-17 Michael Niedermayernoise reduction with threads bugfix
2004-02-16 Michael Niedermayermore error checks for the sequence header
2004-02-14 Roberto Tognirle_code can overflow when multiplied by 4
2004-02-14 Roberto TogniUse av_log
2004-02-14 Michael Niedermayernormalize adaptive quantizatiuon fix (based upon a...
2004-02-14 Michael Niedermayermpeg4 b frame + adaptive quantization assertion failure fix
2004-02-14 Michael Niedermayermultithreaded spatial complexity calculation for i...
2004-02-14 Michael Niedermayerff_copy_bits() optimization
2004-02-13 Michael Niedermayeractivate the memcpy special case for the byte aligned...
2004-02-13 Michael Niedermayerreplace a few pbBufPtr() by put_bits_count(), one of...
2004-02-13 Michael Niedermayersimplify MV availability check / dont use below last...
2004-02-13 Michael Niedermayermultithreaded/SMP motion estimation
2004-02-12 Michael Niedermayerppc chroma mess workaround (real bug is that the motion...
2004-02-10 Roman Shaposhnik * gotta setup coded_frame for encoding. avcodec...
2004-02-09 Michael Niedermayerrv10/obmc fixes
2004-02-08 Michael Niedermayer2 byte shorter userdata for mpeg4
2004-02-08 Michael NiedermayerM$ ADPCM encoding & some simplifications
2004-02-07 Michael Niedermayersegfault fix
2004-02-07 Michael Niedermayeruse clip() from common.h
2004-02-07 Roman Shaposhnik * Initial implementation of the G.726 ADPCM audio...
2004-02-06 Tinic Uro- made --extra-cflags option work on darwin
2004-02-06 Michael Niedermayerh263 4mv encoding fix
2004-02-06 Michael Niedermayersegfault fix
2004-02-06 Alex Beregszasziget_bit_count -> put_bits_count
2004-02-06 Alex Beregszasziget_bit_count -> put_bits_count
2004-02-06 Michael Niedermayeranalyze the gradient of the error surface to avoid...
2004-02-06 Michael Niedermayerquantizer noise shaping optimization
2004-02-05 Mike Melansoninitial commit for Quicktime Animation (RLE) video...
2004-02-05 Michael Niedermayerremove incorect motion estimation table
2004-02-04 Michael Niedermayercleanup ugly code (also appearently works around a...
next