summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* 10l, check container_ul existenceBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate codeBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* attempt to demux clip wrapped contentBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add codec detection based on essence container ulBaptiste Coudurier2006-08-03
| | | | Originally committed as revision 5904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* resolve strong refs in parse_structural_metadata since objects may not be ↵Baptiste Coudurier2006-08-02
| | | | | | ordered, use object oriented approach Originally committed as revision 5892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded audio fourcc as wellBaptiste Coudurier2006-08-02
| | | | Originally committed as revision 5889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor resync optimizationReimar Döffinger2006-08-02
| | | | Originally committed as revision 5888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not set the codec's pixel format in the format's write_header()Luca Abeni2006-08-02
| | | | Originally committed as revision 5887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not set unneeded fourccBaptiste Coudurier2006-08-02
| | | | Originally committed as revision 5886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix ending null entry in tableBaptiste Coudurier2006-08-01
| | | | Originally committed as revision 5885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more codecs ulsBaptiste Coudurier2006-08-01
| | | | Originally committed as revision 5883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move common code from mov.c and movenc.c to isom.cBaptiste Coudurier2006-08-01
| | | | Originally committed as revision 5882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some useful debug infoBaptiste Coudurier2006-08-01
| | | | Originally committed as revision 5881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for seeking, both with and without index and correct timestampsReimar Döffinger2006-08-01
| | | | Originally committed as revision 5880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* negative to_pad won't provoke infinite loopBaptiste Coudurier2006-08-01
| | | | Originally committed as revision 5879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid reading beyond packet sizeBaptiste Coudurier2006-08-01
| | | | Originally committed as revision 5878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip run-in sequence during probeBaptiste Coudurier2006-08-01
| | | | Originally committed as revision 5876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify using function tableBaptiste Coudurier2006-07-31
| | | | Originally committed as revision 5871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse aes3 audio descriptorBaptiste Coudurier2006-07-31
| | | | Originally committed as revision 5870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use parenthesis around valueBaptiste Coudurier2006-07-30
| | | | Originally committed as revision 5866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in commentReimar Döffinger2006-07-30
| | | | Originally committed as revision 5865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The reader ignores the size of the ASF data object and keeps onKohn Emil Dan2006-07-29
| | | | | | | | | | | | | | | reading even beyond it. Therefore if the ASF file includes an index object at its end, the reader will treat the index like data, but of course will fail since it thinks that the data is corrupted. When reading an asf file with an index object, ffmpeg will complain at the end of the file that it read an invalid header. Patch by Kohn Emil Dan, < emild A cs P technion P ac P il > Original thead: Date: Apr 18, 2006 4:11 PM Subject: [Ffmpeg-devel] Two ASF related bugs and fixes Originally committed as revision 5857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add information about codec ulsBaptiste Coudurier2006-07-29
| | | | Originally committed as revision 5856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another MPEG-2 long gop codec ulBaptiste Coudurier2006-07-29
| | | | Originally committed as revision 5855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another MPEG-2 long gop codec ulBaptiste Coudurier2006-07-29
| | | | Originally committed as revision 5854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add uncompressed picture supportBaptiste Coudurier2006-07-29
| | | | Originally committed as revision 5853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse rgba descriptor (jpeg2000, uncompressed)Baptiste Coudurier2006-07-29
| | | | Originally committed as revision 5852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add common codecs ulsBaptiste Coudurier2006-07-29
| | | | Originally committed as revision 5851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify PRINT_KEYBaptiste Coudurier2006-07-29
| | | | Originally committed as revision 5850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some debug infosBaptiste Coudurier2006-07-29
| | | | Originally committed as revision 5849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of DECLARED_ALIGNEDBaptiste Coudurier2006-07-29
| | | | Originally committed as revision 5848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add new tag 'CAVS' for Chinese AVS codecStefan Gehrer2006-07-29
| | | | Originally committed as revision 5847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2006-07-28
| | | | Originally committed as revision 5842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ternaryBaptiste Coudurier2006-07-28
| | | | Originally committed as revision 5841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless variablesBaptiste Coudurier2006-07-28
| | | | Originally committed as revision 5840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename variablesBaptiste Coudurier2006-07-28
| | | | Originally committed as revision 5839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add error messagesBaptiste Coudurier2006-07-28
| | | | Originally committed as revision 5838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* demuxer reworked, more accurate parsing, prepare handling of other ↵Baptiste Coudurier2006-07-28
| | | | | | operational patterns, streaming demuxing, simplified codec detection Originally committed as revision 5837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* declare and use UID typeBaptiste Coudurier2006-07-28
| | | | Originally committed as revision 5836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set duration to AV_NOPTS_VALUE instead of 0 when unknown.Reimar Döffinger2006-07-28
| | | | | | | Set start_time to 0 when duration is known to indicate we have valid timestamps for this track. Originally committed as revision 5835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix FSF postal address.Diego Biurrun2006-07-26
| | | | Originally committed as revision 5829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MXF demuxerBaptiste Coudurier2006-07-25
| | | | Originally committed as revision 5826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to find out correct start time to make seeking faster and add someReimar Döffinger2006-07-23
| | | | | | extra checks to make sure the seeking function will not hang forever. Originally committed as revision 5814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix regression failure after adler simplificationMichael Niedermayer2006-07-20
| | | | Originally committed as revision 5803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GXF muxerBaptiste Coudurier2006-07-19
| | | | Originally committed as revision 5787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-07-19
| | | | Originally committed as revision 5786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memleak, patch by I. Po % yyymmmm # gmail O com %I. Po2006-07-19
| | | | | | | | Original thread: Date: Jul 18, 2006 3:49 PM Subject: Re: [Ffmpeg-devel] [PATCH] http.c: http_connect() memleak Originally committed as revision 5785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify b64_encode()Michael Niedermayer2006-07-18
| | | | | | maybe this should be moved to libavutil ... Originally committed as revision 5782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add header info to flv format based on a patch by (Philipp Klaus ↵Michael Niedermayer2006-07-17
| | | | | | >ffmpegdevel ad pylonsoft mot ch ) Originally committed as revision 5779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat ↵Matthieu Castet2006-07-17
| | | | | | matthieu ot free dat fr %%) Originally committed as revision 5776 to svn://svn.ffmpeg.org/ffmpeg/trunk