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-13added SGI image format, encoding and decoding, courtesy of Todd KirbyMike Melanson
2004-03-12big endian compile fix by ("Ronald S. Bultje" <R dot S dot Bultje at students...Michael Niedermayer
2004-03-11matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot u...Michael Niedermayer
2004-03-10Correcting the header size for ADPCM_IMA_WAV files patch by (Brian Becker <br...Brian Becker
2004-03-10guess framerateMichael Niedermayer
2004-03-1010l (1 vs. descrLength(1)) found by (Jean Le Feuvre - jeanlf)Michael Niedermayer
2004-03-09flv fixesMichael Niedermayer
2004-03-08channel count & samplerate fixMichael Niedermayer
2004-03-06forgot to commit from patch by (Konstantin Andreyev <kandreyev at bcsii dot c...Konstantin Andreyev
2004-03-06asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)Konstantin Andreyev
2004-03-06split asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)Konstantin Andreyev
2004-03-03av_log() cleanupMichael 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-22(f)printf() is disallowed in libavcodec, compilation will fail now if its use...Michael Niedermayer
2004-02-20avsync patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin
2004-02-20improved VCD support patch by ("Hauke Duden" <H.NS.Duden at gmx dot net>)Hauke Duden
2004-02-14AAC support in mov, correct aspect ratio support and user data support patch ...Gildas Bazin
2004-02-14avio patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin
2004-02-11 * turns out write_packet is supposed to return 0 on success, notRoman Shaposhnik
2004-02-07 * Initial implementation of the G.726 ADPCM audio codec.Roman Shaposhnik
2004-02-07100lMichael Niedermayer
2004-02-07no limits!, warning is enoughMichael Niedermayer
2004-02-07- made --extra-cflags option work on darwinTinic Uro
2004-02-05initial commit for Quicktime Animation (RLE) video decoder; bit depthsMike Melanson
2004-02-01Patch for MPEG-2 VOB headers by (Jimmy Blair <blueskyjb at verizon dot net>)Michael Niedermayer
2004-01-18CONFIG_ENCODERS fix by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>)Michael Niedermayer
2004-01-17seeking stuffMichael Niedermayer
2004-01-17store searched distance in index, so we dont waste time searching for keyfram...Michael Niedermayer
2004-01-15header parser fixMichael Niedermayer
2004-01-15replic_size==0 fix, needed so that G.726 asf file, so ffmpeg can at least dec...Michael Niedermayer
2004-01-14use packet number instead of byte number internally for seekingMichael Niedermayer
2004-01-14unusedMichael Niedermayer
2004-01-14seeking fixesMichael Niedermayer
2004-01-14memleak fixMichael Niedermayer
2004-01-14seeking in single stream asf patch by ("Kevin Kuphal" <kevin dot kuphal at si...Kevin Kuphal
2004-01-14caching of timestamps for mpeg-ps so seeking is fasterMichael Niedermayer
2004-01-13MSZH and ZLIB decoder supportRoberto Togni
2004-01-11audio pts fixMichael Niedermayer
2004-01-11fixing some seek failure issuesMichael Niedermayer
2004-01-08memleak patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin
2004-01-06ASF extended header parsing patch by ("Kevin Kuphal" <kevin dot kuphal at sit...Kevin Kuphal
2004-01-0410lMichael Niedermayer
2004-01-03forgot ...Michael Niedermayer
2004-01-02initial commit for Sierra VMD file demuxerMike Melanson
2003-12-18harcoded DTS computation for mpegFabrice Bellard
2003-12-16primitive LPCM generatorFabrice Bellard
2003-12-16better and simpler logic for MPEG muxing - fixed rare MPEG muxing PTS generat...Fabrice Bellard
2003-12-16fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if...Fabrice Bellard
2003-12-15make av_read_frame() return buffered frames at EOFFabrice Bellard