summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* simplify MODE_3G2Michael Niedermayer2008-06-121-5/+5
* Change MODE_* to 1<<c so several can be set at the same time.Michael Niedermayer2008-06-121-6/+6
* cosmetics, reindentBaptiste Coudurier2008-06-121-10/+8
* don't write double sets of metadata in mov, only write usual onesBaptiste Coudurier2008-06-121-3/+3
* matroskadec: set cur_dts after seekJoakim Plate2008-06-111-0/+1
* indentBaptiste Coudurier2008-06-111-12/+12
* support for 3gp metadataBaptiste Coudurier2008-06-111-2/+30
* move utf8 code before udta func, will be used by 3gp tagsBaptiste Coudurier2008-06-111-27/+27
* write usual brand for ipod formatBaptiste Coudurier2008-06-111-3/+14
* simplifyBaptiste Coudurier2008-06-111-21/+11
* factorize psp metadataBaptiste Coudurier2008-06-111-36/+18
* cosmeticsBaptiste Coudurier2008-06-111-8/+8
* cosmeticsBaptiste Coudurier2008-06-111-3/+3
* support alac in ipod m4a format, tested on quicktimeBaptiste Coudurier2008-06-111-1/+15
* m4v/m4a are usual itunes/ipod/iphone extensionsBaptiste Coudurier2008-06-091-2/+2
* indentBaptiste Coudurier2008-06-091-1/+1
* rework udta handling, if any track set bitexact, don't write any metadataBaptiste Coudurier2008-06-091-8/+11
* 10l, add parenthesesBaptiste Coudurier2008-06-091-1/+1
* indentBaptiste Coudurier2008-06-091-1/+1
* remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing sc...Baptiste Coudurier2008-06-091-16/+2
* cosmeticsBaptiste Coudurier2008-06-091-30/+31
* Make timestamp debugging work nicer.Michael Niedermayer2008-06-092-3/+11
* Fix compilation with -DDEBUG, patch by Albert Astals Cid, aastals tv-wan es.Albert Astals Cid2008-06-091-1/+1
* remove now unneeded varsBaptiste Coudurier2008-06-091-2/+0
* pass dts and pts through ffm, should fix streaming b framesBaptiste Coudurier2008-06-093-11/+20
* pass extradata through ffmBaptiste Coudurier2008-06-092-1/+11
* remove ugly ffm_nopts hack, use AVFormatContext->timestampBaptiste Coudurier2008-06-093-12/+2
* Oma demuxerBenjamin Larsson2008-06-083-0/+192
* fix pts handling in ffmBaptiste Coudurier2008-06-073-29/+9
* Reset reading state after successful seek.Baptiste Coudurier2008-06-071-0/+7
* Remove wrappers of pcm_read_seek().Ramiro Polla2008-06-061-7/+1
* Remove wrappers of pcm_read_seek().Ramiro Polla2008-06-061-7/+1
* cosmetics, rename first to header, more explicit nameBaptiste Coudurier2008-06-061-3/+3
* cosmetics, rename first to header, more explicit nameBaptiste Coudurier2008-06-061-3/+3
* Remove Fabrice's copyright from the Makefiles. They have been entirelyDiego Biurrun2008-06-061-4/+0
* Remove useless img_read_close().Ramiro Polla2008-06-061-7/+1
* Remove unneeded NULL at end of struct.Ramiro Polla2008-06-061-1/+0
* Merge declaration and initialization.Ramiro Polla2008-06-061-2/+1
* cosmetics: s/Id/id/ in libavformat where Id refers to id Software.Stefano Sabatini2008-06-053-10/+10
* matroskadec: remove some useless codeAurelien Jacobs2008-06-041-44/+3
* cosmetics: indentationAurelien Jacobs2008-06-041-7/+7
* matroskadec: don't remove dummy level when none was addedAurelien Jacobs2008-06-041-0/+3
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-0394-152/+162
* Ensure the first audio stream is selected as the default streamAurelien Jacobs2008-06-031-1/+4
* adjust comment to realityAurelien Jacobs2008-06-031-1/+1
* matroskadec: sane default value for track->time_scaleAurelien Jacobs2008-06-031-0/+1
* add pretty common .m2t as ts extensionBaptiste Coudurier2008-06-031-1/+1
* fix continuity counter to start at 0Baptiste Coudurier2008-06-031-1/+1
* Make update_initial_durations() also work if a dts occured before aMichael Niedermayer2008-06-031-5/+20
* Do not set pts in update_initial_durations() if stream has b frames.Michael Niedermayer2008-06-031-1/+3
OpenPOWER on IntegriCloud