log libmpdemux/demux_lavf.c @ 31628:f15df2e3081b

age author description
Sun, 11 Jul 2010 09:04:29 +0000 reimar Add support for DVB and XSUB subtitles, not yet working properly.
Sat, 10 Jul 2010 18:47:59 +0000 reimar Make the stream language an argument to the stream creation function
Sat, 10 Jul 2010 16:30:59 +0000 reimar Remove unused extern variable declarations.
Sat, 10 Jul 2010 13:45:09 +0000 reimar Add support for PGS subtitle decoding via libavcodec.
Sat, 10 Jul 2010 02:25:07 +0000 michael 1 memcpy less in lavf demuxing.
Tue, 06 Jul 2010 09:02:37 +0000 aurel stricter check for convergence_duration validity, avoid using meaningless values
Tue, 29 Jun 2010 14:48:54 +0000 reimar Avoid a crash if stream->url is not set, but print a warning since this
Sat, 05 Jun 2010 16:14:56 +0000 reimar Also print current stream position in mp_read debug output.
Sat, 05 Jun 2010 16:12:36 +0000 reimar Remove explicit eof check for mp_read code, stream code handles this case
Sat, 05 Jun 2010 16:00:49 +0000 reimar Di not do a stream_reset on seeking backwards, the seek itself should
Thu, 03 Jun 2010 21:01:37 +0000 reimar Try always enabling correct pts again for lavf demuxer, since the know
Mon, 31 May 2010 19:44:02 +0000 aurel Switch mkv demuxing to lavf by default.
Fri, 28 May 2010 00:25:28 +0000 diego Drop pointless _t suffix from 'struct lavf_priv'.
Wed, 26 May 2010 18:01:38 +0000 reimar Switch ogg demuxing to lavf by default.
Tue, 25 May 2010 23:07:28 +0000 hyc Add support for STREAM_CTRL_SEEK_TO_TIME in ffmpeg streams
Sat, 22 May 2010 01:17:59 +0000 cehoyos Do not use correct-pts for mpeg-ps: It breaks PAFF samples.
Tue, 04 May 2010 18:46:42 +0000 aurel cosmetic: typo, this wasn't supposed to be plural
Mon, 03 May 2010 22:45:00 +0000 aurel print a more detailed and more useful description of each stream with lavf
Mon, 03 May 2010 22:40:00 +0000 aurel 10l: correctly use video_stream instead of audio_stream in the video section
Mon, 03 May 2010 22:30:06 +0000 aurel add ID_..._NAME to -identify for each lavf stream which has a title
Mon, 03 May 2010 22:19:52 +0000 aurel uniformize handling of aid and vid with lavf so that it matches handling of sid
Sat, 01 May 2010 15:38:37 +0000 reimar Continue probing even for score == AVPROBE_SCORE_MAX / 4 to match
Sat, 01 May 2010 13:50:49 +0000 reimar Use av_probe_input_format2 and avoid accepting detection
Mon, 22 Mar 2010 19:39:43 +0000 reimar Reindent
Mon, 22 Mar 2010 19:38:42 +0000 reimar Start probing with a size matching the stream buffer size so it is possible
Sat, 20 Feb 2010 11:21:51 +0000 reimar Print all 64 bits of seek position.
Thu, 18 Feb 2010 00:18:50 +0000 diego Add header for AVI print functions; avoids many forward declarations.
Fri, 12 Feb 2010 20:38:29 +0000 reimar Dynamically increase probe size for lavf demuxer up to 2 MB.
Wed, 03 Feb 2010 22:36:47 +0000 reimar Replace incorrect usage of strncpy.
Wed, 03 Feb 2010 22:33:35 +0000 reimar Reindent