]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2003-11-10 Fabrice Bellardinitial seek support - more generic play/pause support
2003-11-10 Fabrice Bellardinitial av_read_frame() and av_seek_frame() support
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 palette support to the QT demuxer; registered...
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 Niedermayer1000l
2003-11-06 Michael Niedermayerfix context=1
2003-11-06 Michel Bardiauxcvsignore patch by (Michel Bardiaux <mbardiaux at peakt...
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-04 Michael Niedermayer-sws 0 && -ssf chs fixed
2003-11-04 Michael Niedermayeruse .mp4 in one of the mpeg4 regression tests
2003-11-04 Michael Niedermayerremoving borderline spyware
2003-11-03 Michael Niedermayerffv1 regression test
2003-11-03 Gildas Bazinmovenc patch by (Gildas Bazin <gbazin at altern dot...
2003-11-03 Michael Niedermayer2nd attempt at OS/X shared/mdynamicnopic fix by ("Steve...
2003-11-03 Michael Niedermayerav_log patch(2 of ?) by (Michel Bardiaux <mbardiaux...
2003-11-03 Michael Niedermayerflush fix (untested)
2003-11-03 Vidar Madsen-target option patch by (Vidar Madsen <vidar at prosalg...
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-03 Michael Niedermayer10l (forgot that the dstW offset is hardcoded in the...
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 TogniMake avi and asf demuxer export palette in palctrl
2003-11-02 Roberto TogniFix some palette related defines, bump build number
2003-11-01 Michael Niedermayerffv1 rgb support
2003-11-01 Michael Niedermayer;
2003-11-01 Michael Niedermayerint_fast??_t emulation for broken systems which dont...
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-31 Michel Bardiauxconfigure on SGI IRIX patch by (Michel Bardiaux <mbardi...
2003-10-31 Vidar MadsenNew options for intra/inter matrices patch by (Vidar...
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 MPEG2TS support in RTP, SDP and RTSP - replaced...
2003-10-29 Fabrice Bellardmake AVFMT_NOHEADER flag dynamic - added av_open_input_...
2003-10-29 Fabrice Bellardmpeg TS demux API (called from RTP layer) - raw mpeg...
2003-10-29 Fabrice Bellardadded fake codec CODEC_ID_MPEG2TS of type CODEC_TYPE_DA...
2003-10-28 Michael Niedermayer1/0 fix by (Tim Allen <tim at proximity dot com dot...
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 Panagiotis... GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis...
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 Mike Melansonadded XVID fourcc (ISO MPEG-4?) and AC3 fourcc
2003-10-25 Michael Niedermayerdiff -up looks better then diff -u
2003-10-25 Roman Shaposhnik * adding integer/floating point AAN implementations...
2003-10-24 Roman Shaposhnik * sh doesn't understand $(command) type of Command...
2003-10-24 Michael Niedermayeroptimizing
2003-10-24 Panagiotis... Fixes 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-22 Michael Niedermayerminimum slice size fix (fixes 422P 1 line per slice...
2003-10-21 Michael Niedermayerdynamic alloc of picture structs instead of putting...
2003-10-21 Michael Niedermayerforgot to apply this chunk appearently, no, i dont...
2003-10-21 Michael Niedermayerstart time hack by (devik <devik at cdi dot cz>)
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 Niedermayer10l
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 Michael NiedermayerOS/X 10.2.x gcc-3.1 bug workaround by ("Steven M. Schul...
next