aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Collapse)AuthorAgeFilesLines
* rework udta handling, if any track set bitexact, don't write any metadataBaptiste Coudurier2008-06-091-8/+11
| | | | Originally committed as revision 13735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, add parenthesesBaptiste Coudurier2008-06-091-1/+1
| | | | Originally committed as revision 13734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentBaptiste Coudurier2008-06-091-1/+1
| | | | Originally committed as revision 13733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing ↵Baptiste Coudurier2008-06-091-16/+2
| | | | | | scheme still fits Originally committed as revision 13732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-06-091-30/+31
| | | | Originally committed as revision 13731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make timestamp debugging work nicer.Michael Niedermayer2008-06-092-3/+11
| | | | Originally committed as revision 13728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with -DDEBUG, patch by Albert Astals Cid, aastals tv-wan es.Albert Astals Cid2008-06-091-1/+1
| | | | Originally committed as revision 13727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now unneeded varsBaptiste Coudurier2008-06-091-2/+0
| | | | Originally committed as revision 13726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass dts and pts through ffm, should fix streaming b framesBaptiste Coudurier2008-06-093-11/+20
| | | | Originally committed as revision 13725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass extradata through ffmBaptiste Coudurier2008-06-092-1/+11
| | | | Originally committed as revision 13721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove ugly ffm_nopts hack, use AVFormatContext->timestampBaptiste Coudurier2008-06-093-12/+2
| | | | Originally committed as revision 13718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Oma demuxerBenjamin Larsson2008-06-083-0/+192
| | | | Originally committed as revision 13712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix pts handling in ffmBaptiste Coudurier2008-06-073-29/+9
| | | | Originally committed as revision 13683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reset reading state after successful seek.Baptiste Coudurier2008-06-071-0/+7
| | | | Originally committed as revision 13682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove wrappers of pcm_read_seek().Ramiro Polla2008-06-061-7/+1
| | | | | | Last commit missed one file. Originally committed as revision 13681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove wrappers of pcm_read_seek().Ramiro Polla2008-06-061-7/+1
| | | | Originally committed as revision 13680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, rename first to header, more explicit nameBaptiste Coudurier2008-06-061-3/+3
| | | | Originally committed as revision 13677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, rename first to header, more explicit nameBaptiste Coudurier2008-06-061-3/+3
| | | | Originally committed as revision 13676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove Fabrice's copyright from the Makefiles. They have been entirelyDiego Biurrun2008-06-061-4/+0
| | | | | | rewritten since they were originally created. Originally committed as revision 13675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless img_read_close().Ramiro Polla2008-06-061-7/+1
| | | | Originally committed as revision 13674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded NULL at end of struct.Ramiro Polla2008-06-061-1/+0
| | | | Originally committed as revision 13673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge declaration and initialization.Ramiro Polla2008-06-061-2/+1
| | | | Originally committed as revision 13672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: s/Id/id/ in libavformat where Id refers to id Software.Stefano Sabatini2008-06-053-10/+10
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove some useless codeAurelien Jacobs2008-06-041-44/+3
| | | | Originally committed as revision 13659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2008-06-041-7/+7
| | | | Originally committed as revision 13658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: don't remove dummy level when none was addedAurelien Jacobs2008-06-041-0/+3
| | | | Originally committed as revision 13657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-0394-152/+162
| | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ensure the first audio stream is selected as the default streamAurelien Jacobs2008-06-031-1/+4
| | | | | | when no video stream is present. Originally committed as revision 13648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adjust comment to realityAurelien Jacobs2008-06-031-1/+1
| | | | Originally committed as revision 13647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: sane default value for track->time_scaleAurelien Jacobs2008-06-031-0/+1
| | | | Originally committed as revision 13646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add pretty common .m2t as ts extensionBaptiste Coudurier2008-06-031-1/+1
| | | | Originally committed as revision 13642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix continuity counter to start at 0Baptiste Coudurier2008-06-031-1/+1
| | | | Originally committed as revision 13641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make update_initial_durations() also work if a dts occured before aMichael Niedermayer2008-06-031-5/+20
| | | | | | | | sequence header (that is a few known dts/pts but no known durations previously) cnnts1.mpg is one sample affected by this. Originally committed as revision 13640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not set pts in update_initial_durations() if stream has b frames.Michael Niedermayer2008-06-031-1/+3
| | | | Originally committed as revision 13639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: fix potential mem leakAurelien Jacobs2008-06-021-0/+1
| | | | | | may or may not fix CID134 and CID135 Originally committed as revision 13636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: avoid potential mem leakAurelien Jacobs2008-06-021-0/+1
| | | | | | fix CID120 Originally committed as revision 13635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorganize matroska_add_stream() to fix potential mem leak and buffer overflowAurelien Jacobs2008-06-021-6/+9
| | | | | | fix CID44 Originally committed as revision 13634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: move ARRAY_SIZE() macro at top of the fileAurelien Jacobs2008-06-021-2/+2
| | | | Originally committed as revision 13633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Audio channels and sample rate must be set in order to skipAndreas Öman2008-06-021-1/+1
| | | | | | additional probing of a stream. Originally committed as revision 13619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename last_frame_offset to next_frame_offset, due to r13615Baptiste Coudurier2008-06-021-1/+1
| | | | Originally committed as revision 13618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check whether the memory allocation for extradata succeeded. Fixes issue 472.Panagiotis Issaris2008-06-011-0/+2
| | | | Originally committed as revision 13603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: use the proper timestamp scaling for index entriesAurelien Jacobs2008-06-011-1/+1
| | | | Originally committed as revision 13602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: read TrackTimecodeScale and set timebase accordinglyAnton Khirnov2008-06-012-1/+11
| | | | | | patch by Anton Khirnov wyskas _at_ gmail _dot_ com Originally committed as revision 13601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: silently discard some element ID that we don't care aboutAnton Khirnov2008-06-012-0/+8
| | | | | | patch by Anton Khirnov wyskas _at_ gmail _dot_ com Originally committed as revision 13600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flvenc.o depends on avc.o (for H.264 support functions).Peter Ross2008-05-311-1/+1
| | | | | | patch by Peter Ross, pross xvid org Originally committed as revision 13574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* raw mlp demuxerRamiro Polla2008-05-303-0/+15
| | | | | | | Based on patch by Jeff Muizelaar <jrmuizel <at> gmail.org> http://article.gmane.org/gmane.comp.video.ffmpeg.devel/57797 Originally committed as revision 13558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Detect "tif" suffix as TIFF.Quoc Cuong Pham2008-05-301-0/+1
| | | | | | Patch by Quoc Cuong Pham: Quoc-Cuong D PHAM AT cea D fr Originally committed as revision 13557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check av_new_stream return value, fixes CID75 RUN2Reimar Döffinger2008-05-291-0/+2
| | | | Originally committed as revision 13536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ENOMEM is better, yes ...Michael Niedermayer2008-05-291-1/+1
| | | | Originally committed as revision 13535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check av_new_stream return value, fixes CID79 RUN2Reimar Döffinger2008-05-291-0/+4
| | | | Originally committed as revision 13534 to svn://svn.ffmpeg.org/ffmpeg/trunk