aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* adjust_write_index() fix by ("Curi Fabio Eduardo (SFL)" <curif at TELEFONICA ...Michael Niedermayer2004-03-181-1/+2
* decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello...Leon van Stuivenberg2004-03-153-6/+42
* tcp select() check and enables pressing 'q' when reading/(writing) fromLeon van Stuivenberg2004-03-141-21/+28
* minor VMD system update; still not perfect, but should not crash eitherMike Melanson2004-03-141-23/+85
* remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson2004-03-1410-150/+48
* no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanst...Michael Niedermayer2004-03-142-37/+20
* fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at...Ronald S. Bultje2004-03-134-6/+6
* Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Bria...Brian Becker2004-03-131-2/+54
* added SGI image format, encoding and decoding, courtesy of Todd KirbyMike Melanson2004-03-134-1/+478
* big endian compile fix by ("Ronald S. Bultje" <R dot S dot Bultje at students...Michael Niedermayer2004-03-121-4/+4
* matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot u...Michael Niedermayer2004-03-114-1/+2694
* Correcting the header size for ADPCM_IMA_WAV files patch by (Brian Becker <br...Brian Becker2004-03-101-0/+1
* guess framerateMichael Niedermayer2004-03-101-3/+14
* 10l (1 vs. descrLength(1)) found by (Jean Le Feuvre - jeanlf)Michael Niedermayer2004-03-091-1/+1
* flv fixesMichael Niedermayer2004-03-092-12/+21
* channel count & samplerate fixMichael Niedermayer2004-03-081-0/+4
* forgot to commit from patch by (Konstantin Andreyev <kandreyev at bcsii dot c...Konstantin Andreyev2004-03-061-0/+1
* asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)Konstantin Andreyev2004-03-053-78/+371
* split asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)Konstantin Andreyev2004-03-053-681/+725
* av_log() cleanupMichael Niedermayer2004-03-032-15/+15
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-0320-66/+89
* use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0Michael Niedermayer2004-02-251-3/+0
* (f)printf() is disallowed in libavcodec, compilation will fail now if its use...Michael Niedermayer2004-02-221-1/+1
* avsync patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin2004-02-202-2/+9
* improved VCD support patch by ("Hauke Duden" <H.NS.Duden at gmx dot net>)Hauke Duden2004-02-191-142/+451
* AAC support in mov, correct aspect ratio support and user data support patch ...Gildas Bazin2004-02-141-22/+160
* avio patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin2004-02-142-3/+6
* * turns out write_packet is supposed to return 0 on success, notRoman Shaposhnik2004-02-111-1/+1
* * Initial implementation of the G.726 ADPCM audio codec.Roman Shaposhnik2004-02-071-0/+1
* 100lMichael Niedermayer2004-02-071-1/+1
* no limits!, warning is enoughMichael Niedermayer2004-02-071-4/+4
* - made --extra-cflags option work on darwinTinic Uro2004-02-062-128/+533
* initial commit for Quicktime Animation (RLE) video decoder; bit depthsMike Melanson2004-02-051-0/+1
* Patch for MPEG-2 VOB headers by (Jimmy Blair <blueskyjb at verizon dot net>)Michael Niedermayer2004-02-011-7/+12
* CONFIG_ENCODERS fix by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>)Michael Niedermayer2004-01-171-2/+2
* seeking stuffMichael Niedermayer2004-01-172-50/+67
* store searched distance in index, so we dont waste time searching for keyfram...Michael Niedermayer2004-01-174-26/+88
* header parser fixMichael Niedermayer2004-01-141-3/+11
* replic_size==0 fix, needed so that G.726 asf file, so ffmpeg can at least dec...Michael Niedermayer2004-01-141-9/+10
* use packet number instead of byte number internally for seekingMichael Niedermayer2004-01-141-19/+9
* unusedMichael Niedermayer2004-01-141-15/+4
* seeking fixesMichael Niedermayer2004-01-141-41/+56
* memleak fixMichael Niedermayer2004-01-141-30/+43
* seeking in single stream asf patch by ("Kevin Kuphal" <kevin dot kuphal at si...Kevin Kuphal2004-01-141-9/+127
* caching of timestamps for mpeg-ps so seeking is fasterMichael Niedermayer2004-01-133-51/+128
* MSZH and ZLIB decoder supportRoberto Togni2004-01-121-0/+2
* audio pts fixMichael Niedermayer2004-01-101-1/+5
* fixing some seek failure issuesMichael Niedermayer2004-01-101-1/+3
* memleak patch by (Gildas Bazin <gbazin at altern dot org>)Gildas Bazin2004-01-082-1/+6
* ASF extended header parsing patch by ("Kevin Kuphal" <kevin dot kuphal at sit...Kevin Kuphal2004-01-061-0/+36