aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* matroskadec: fix potential mem leakAurelien Jacobs2008-06-021-0/+1
* matroskadec: avoid potential mem leakAurelien Jacobs2008-06-021-0/+1
* reorganize matroska_add_stream() to fix potential mem leak and buffer overflowAurelien Jacobs2008-06-021-6/+9
* matroskadec: move ARRAY_SIZE() macro at top of the fileAurelien Jacobs2008-06-021-2/+2
* Audio channels and sample rate must be set in order to skipAndreas Ă–man2008-06-021-1/+1
* rename last_frame_offset to next_frame_offset, due to r13615Baptiste Coudurier2008-06-021-1/+1
* Check whether the memory allocation for extradata succeeded. Fixes issue 472.Panagiotis Issaris2008-06-011-0/+2
* matroskadec: use the proper timestamp scaling for index entriesAurelien Jacobs2008-06-011-1/+1
* matroskadec: read TrackTimecodeScale and set timebase accordinglyAnton Khirnov2008-06-012-1/+11
* matroskadec: silently discard some element ID that we don't care aboutAnton Khirnov2008-06-012-0/+8
* flvenc.o depends on avc.o (for H.264 support functions).Peter Ross2008-05-311-1/+1