log libmpdemux/demuxer.h @ 32121:d332ea379205

age author description
Wed, 08 Sep 2010 17:55:35 +0000 diego Refactor *demuxer_name extern declarations to demuxer.h.
Fri, 02 Jul 2010 21:14:42 +0000 reimar Move the subtitle pts handling code to demuxer.c
Thu, 24 Jun 2010 09:23:49 +0000 diego Move rtsp_port extern declaration to demuxer.h.
Mon, 21 Jun 2010 09:55:59 +0000 diego Move demuxer-specific option array declarations to demuxer.h.
Sun, 20 Jun 2010 15:30:02 +0000 diego Move rtsp_transport_ extern variable declarations to demuxer.h.
Sun, 20 Jun 2010 15:24:07 +0000 diego Move audio_stream_cache extern variable declaration to demuxer.h.
Sun, 20 Jun 2010 14:11:56 +0000 diego Move demuxer-related extern variable declarations to demuxer.h.
Sun, 06 Jun 2010 13:53:18 +0000 reimar Fix the ds->first documentation to actually match reality.
Sun, 07 Mar 2010 23:18:37 +0000 iive Increase mplayer buffer padding size to match the new one from ffmpeg.
Sat, 27 Feb 2010 11:32:48 +0000 cehoyos Fix compilation of C++ source files (partly reverts r30744).
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Sun, 21 Feb 2010 20:03:49 +0000 diego Drop weird and unnecessary _s/_st suffixes from demuxer struct names.
Wed, 17 Feb 2010 23:33:17 +0000 diego Remove demux_ogg-related declarations that are no longer necessary.
Sun, 14 Feb 2010 15:09:21 +0000 reimar Simplify and slightly speed up avi_stream_id function.
Sun, 24 Jan 2010 17:05:53 +0000 reimar Add forgotten declaration of ds_clear_parser.