]> git.sesse.net Git - ffmpeg/history - libavcodec
mpegvideo is back
[ffmpeg] / libavcodec /
2003-11-12 Ivan Kalvachevmpegvideo is back
2003-11-10 Fabrice Bellardalso parse extradata for MPEG4
2003-11-10 Fabrice Bellardnew audio/video parser API
2003-11-10 Fabrice Bellardexported mpa_decode_header for new parser API
2003-11-10 Fabrice Bellardcomment fix
2003-11-10 Mike Melansonadded Apple Graphics (SMC) decoder
2003-11-09 Roberto Togni4bpp support
2003-11-07 Roberto Togni8BPS decoder
2003-11-07 Roberto TogniSet buffer hints, use cr where available
2003-11-07 Roberto TogniAdd cr codec capability and buffer hints
2003-11-06 Michael Niedermayerfix context=1
2003-11-05 Roberto Togni100l: sometime palette was not copied to output frame
2003-11-04 Roman Shaposhnik * fixes for broken builds on Solaris, OS2 and all...
2003-11-03 Michael Niedermayerav_log patch(2 of ?) by (Michel Bardiaux <mbardiaux...
2003-11-03 Michael Niedermayerflush fix (untested)
2003-11-03 Michael Niedermayeronly add prefix after \n
2003-11-03 Michael Niedermayer10l (fixes dct coeff noise reduction)
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-11-02 Michael Niedermayernoise reduction of dct coefficients
2003-11-02 Michael Niedermayer10l ...
2003-11-02 Roberto TogniMoved to new palette API
2003-11-02 Roberto TogniFix some palette related defines, bump build number
2003-11-01 Michael Niedermayerffv1 rgb support
2003-10-31 Roberto Togni100l: free previous frame, not current one!
2003-10-31 Roberto TogniDon't memcpy from unallocated memory
2003-10-31 Roman Shaposhnik * DV demuxer is now capable of decoding auxilary...
2003-10-30 Michael Niedermayermove identical code into its own function
2003-10-30 Michael Niedermayerinitalize various uninitalized variables and avoid...
2003-10-30 Michael Niedermayer100l (SAR is written as height/width instead of width...
2003-10-30 Michael Niedermayerpts fix and related fixes
2003-10-30 Mike Melansonrevised palette API, courtesy of Roberto Togni (rtogni...
2003-10-29 Michael Niedermayerdumping funny numbers from first zygo i frame header
2003-10-29 Alex Beregszasziinitial support for zygovideo
2003-10-29 Fabrice Bellardadded fake codec CODEC_ID_MPEG2TS of type CODEC_TYPE_DA...
2003-10-28 Michael Niedermayerlinear blend 1 line shift fix
2003-10-27 Ivan KalvachevXvMC speedup by removing one memcpy and doing MB packing
2003-10-27 Michael Niedermayermake convert_matrix() independant of MpegEncContext
2003-10-26 James KlicmanAltiVec optimized fdct patch by (James Klicman <james...
2003-10-26 Michael Niedermayerfixing the remaning block-align checks
2003-10-26 Assaf Yaariblock algn patch by ("Assaf Yaari" <assafy at mobixell...
2003-10-25 Michael Niedermayerreorder table instead of wasting instructions to reorde...
2003-10-25 Michael Niedermayer10l
2003-10-25 Michael Niedermayersegfault fix
2003-10-25 Mike Melansonsupport Cinepak files with funky (not divisible by...
2003-10-25 Roman Shaposhnik * adding integer/floating point AAN implementations...
2003-10-24 Michael Niedermayeroptimizing
2003-10-24 Panagiotis IssarisFixes GCC 3.3.2 warnings patch by (Panagiotis Issaris...
2003-10-24 Fred Rothgangerrational.h not installed patch by (Fred Rothganger...
2003-10-24 Roman Shaposhnik * introducing dct248 into the DSP context.
2003-10-23 Alex Beregszaszi1l
2003-10-23 Michael Niedermayerminor mmx2 optimization if the dct
2003-10-23 Michael Niedermayerinline -> always_inline (842 -> 690 cpu cycles for...
2003-10-23 Michael Niedermayer4.9-RC FreeBSD doesnt like lrint() so change to lrintf...
2003-10-23 Michael Niedermayeroptionally merge postscale into quantization table...
2003-10-23 Michael Niedermayer10l
2003-10-22 Alex Beregszaszi10l
2003-10-22 Alex Beregszaszi100l
2003-10-22 Michael Niedermayeroops forgot
2003-10-22 Michael Niedermayerfloating point AAN DCT
2003-10-22 Michael Niedermayer112 bytes smaller MpegEncContext
2003-10-22 Michael Niedermayermove blocks away MpegEncContext (7.4 -> 5.8k)
2003-10-22 Michael Niedermayermove mmx quantizer matrixes out of MpegEncContext ...
2003-10-22 Michael Niedermayermove q_*_matrix out of MpegEncContext (40k ->23k) dct_q...
2003-10-21 Michael Niedermayerdynamic alloc of picture structs instead of putting...
2003-10-21 Michael NiedermayerBSD doesnt have log2
2003-10-20 Michael Niedermayermpeg2 aspect ratio encoding fixed
2003-10-20 Michael Niedermayeruse continued fractions to approximate a fraction if...
2003-10-20 Michael NiedermayerAVRational
2003-10-20 Michael Niedermayerbottom_field_first -> top_field_first
2003-10-20 Michael Niedermayerexport mpeg2 active display area / pan scan
2003-10-19 Dan Christiansengcc->C99 and warning fixes patch by (Dan Christiansen...
2003-10-18 Dan Christiansen- Moving -Wall from the individual Makefiles to configu...
2003-10-18 Roman Shaposhnik * providing MPEG codecs with a generic fields in...
2003-10-17 Michael Niedermayeremu_edge checks simplification and avoid redundant...
2003-10-16 Roman Shaposhnik * original fix still didn't align lines on s_align...
2003-10-16 Roman Shaposhnik * fix for a trivial 100l declaration typo
2003-10-16 Michael Niedermayerpicture buffer cleanup, this fixes a assertion failure...
2003-10-15 Michael Niedermayerdefault_get_buffer() fixes
2003-10-15 Michael Niedermayeralign
2003-10-15 Michael Niedermayerfix "first frame is no keyframe" bug
2003-10-15 Mike Melansonactivate the XA and ADX ADPCM codecs
2003-10-15 Mike Melansonreplace file to remove nasty DOS CRs and hard tabs
2003-10-15 Mike Melansonthis should be part of adpcm.c
2003-10-15 Mike Melansonquiet
2003-10-14 Mike Melansonadded CRI ADX and XA ADPCM audio modules, courtesy...
2003-10-14 Mike Melansondisable encoders where appropriate (patch courtesy...
2003-10-13 Michael Niedermayerfix the case where all vlc codes are 8 bits long (repea...
2003-10-13 Michael Niedermayeralignment 10l
2003-10-13 Michael Niedermayermmx2 optimization of huffyuv median encoding
2003-10-13 Michael Niedermayer10l
2003-10-13 Michael Niedermayerdont check if the ac esc 3 could have been stored as...
2003-10-13 Alex Beregszaszi10l
2003-10-12 Michael Niedermayerfix decoding if the aspect ratio changes
2003-10-12 Alex Beregszasziremoved the obsolete and unused parameters of init_put_bits
2003-10-12 Michael Niedermayerh263 GOB decoding fix
2003-10-12 Michael Niedermayerintra dc treshold != 0 decoding fixed
2003-10-11 Alex BeregszasziSunplus JPEG codec (SP5X) support
2003-10-11 Alex Beregszaszitheora comments skipping
2003-10-11 Alex Beregszasziusing av_abort
2003-10-11 Alex Beregszaszitheora decoding support (only keyframes for now, becaus...
next