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