Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-03-11nicer output for 'ffmpeg -formats'Michael Niedermayer
2004-03-06write trailer before closing codecs as otherwise accesses to extradata in wri...Michael Niedermayer
2004-03-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2004-02-25use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0Michael Niedermayer
2004-02-23multithreaded mpeg2 decodingMichael Niedermayer
2004-02-20improved VCD support patch by ("Hauke Duden" <H.NS.Duden at gmx dot net>)Hauke Duden
2004-02-19w32threads by (Gildas Bazin <gbazin at altern dot org>)Michael Niedermayer
2004-02-14fix image resizeMichael Niedermayer
2004-02-14Log file and Windows patch by ("Gael Chardon" <gael-announcements+ffmpeg at 4...Gael Chardon
2004-02-14threadless threads warningMichael Niedermayer
2004-02-13multithreaded/SMP motion estimationMichael Niedermayer
2004-02-07pass strict_std_compliance to audio context tooMichael Niedermayer
2004-02-04fixes by Gildas Bazin <gbazin at altern dot org>Michael Niedermayer
2004-02-02quantizer noise shapingMichael Niedermayer
2004-01-22closed gop support & flags2 as all bits in flags are usedMichael Niedermayer
2004-01-08uninitalized variables fix by (Gildas Bazin <gbazin at altern dot org>)Michael Niedermayer
2004-01-06interlaced dct decision cleanupMichael Niedermayer
2004-01-04SVCD scan offset stuffMichael Niedermayer
2004-01-02trellis quantization regression testMichael Niedermayer
2004-01-01minrate=0 for SVCD & DVD, this matches mpeg2enc and the mpeg1/2 vissual standardMichael Niedermayer
2003-12-30interlaced motion estimationMichael Niedermayer
2003-12-30motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at ...Wolfgang Hesseler
2003-12-30nicer looking PSNR stats (YUV seperate and print the whole file PSNR at the e...Michael Niedermayer
2003-12-15moved packet output to a separate function - added the frame buffered by the ...Fabrice Bellard
2003-12-15motion estimation & mb compare functions command line optionsMichael Niedermayer
2003-12-15init picture structure to avoid uninitialized fieldsFabrice Bellard
2003-12-14error concealment regression testMichael Niedermayer
2003-12-12CBR improvementsMichael Niedermayer
2003-12-12fixed top_field_first support when encodingFabrice Bellard
2003-12-11obmc encoding flag (forgot to commit...)Michael Niedermayer
2003-12-10update -interlace helpFabrice Bellard
2003-12-10-interlace option - better consistency in helpFabrice Bellard
2003-11-29h263 alternative inter vlc supportMichael Niedermayer
2003-11-29h263 OBMC & 4MV supportMichael Niedermayer
2003-11-10use av_read_frame() - added initial seek support (rename -start to -ss (mplay...Fabrice Bellard
2003-11-03-target option patch by (Vidar Madsen <vidar at prosalg dot no>)Vidar Madsen
2003-11-01 * DV demuxer is now capable of decoding auxilary audio stream. So,Roman Shaposhnik
2003-10-31New options for intra/inter matrices patch by (Vidar Madsen <vidar at prosalg...Vidar Madsen
2003-10-21forgot to apply this chunk appearently, no, i dont really remember where it c...Michael Niedermayer
2003-10-21start time hack by (devik <devik at cdi dot cz>)Michael Niedermayer
2003-10-2110lMichael Niedermayer
2003-10-21AVRationalMichael Niedermayer
2003-10-18 * providing MPEG codecs with a generic fields in AVFrame to use.Roman Shaposhnik
2003-10-14recommit ofMichael Niedermayer
2003-10-07use lagrange multipler instead of qp for ratecontrol, this may break some thi...Michael Niedermayer
2003-10-04 * 10000l (cut'n'paste is evil!)Roman Shaposhnik
2003-10-03 * fixing bug that prevented resampling the picture andRoman Shaposhnik
2003-09-22 * fix for integer overflowRoman Shaposhnik
2003-09-17avoid initializing pts for not decoded streamsFabrice Bellard
2003-09-12simplified version handlingFabrice Bellard