log mov.c @ 5133:1df917933244 libavformat

age author description
Thu, 25 Jun 2009 00:17:47 +0000 bcoudurier only set par if it does not indicates a rotation, ex iphone 3GS libavformat
Wed, 24 Jun 2009 09:40:00 +0000 reimar Reindent after last patch. libavformat
Wed, 24 Jun 2009 09:38:42 +0000 reimar mov demuxer: Track the current position also for streams that have AVDISCARD_ALL set. libavformat
Wed, 24 Jun 2009 08:57:53 +0000 reimar mov_read_packet: extract code that searches for the stream/sample to demux next libavformat
Wed, 24 Jun 2009 08:50:46 +0000 reimar mov_read_packet: if dv_get_packet fails, return exactly its error value libavformat
Wed, 24 Jun 2009 08:23:40 +0000 reimar In mov_read_packet remember the AVStream we want to demux next instead of the libavformat
Wed, 24 Jun 2009 03:38:47 +0000 bcoudurier check stream existence before assignment, fix #1222 libavformat
Mon, 22 Jun 2009 23:09:34 +0000 diego Add ff_ prefixes to exported symbols in libavformat/riff.h. libavformat
Mon, 15 Jun 2009 02:07:41 +0000 bcoudurier check atom size against edit_count to avoid very long loop libavformat
Sat, 13 Jun 2009 00:50:57 +0000 conrad Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead of libavformat
Thu, 11 Jun 2009 05:13:23 +0000 bcoudurier Remove time_rate, we cannot compute exactly when fragments are libavformat
Wed, 03 Jun 2009 23:13:53 +0000 bcoudurier broken stsd length might be < 16, fix elst-assert.mp4 libavformat
Sun, 31 May 2009 04:36:26 +0000 bcoudurier split audio chunks in mov demuxer libavformat
Sat, 30 May 2009 06:15:27 +0000 bcoudurier return AVERROR_EOF libavformat
Sat, 16 May 2009 04:08:34 +0000 bcoudurier move increment after debug print libavformat