log libmpdemux/demuxer.h @ 37195:ac6c37d85d65 default tip

age author description
Sun, 02 Feb 2014 19:18:31 +0000 ib Add support for default of multiple video tracks.
Mon, 26 Nov 2012 19:30:58 +0000 reimar Try to improve seeking in files with only few video packets,
Sun, 19 Feb 2012 13:15:41 +0000 reimar Code cleanup: Use a stream_control instead of global functions to
Sat, 31 Dec 2011 12:20:08 +0000 ib Add new stream control command STREAM_CTRL_GET_NUM_TITLES.
Mon, 05 Dec 2011 18:27:40 +0000 reimar Fix OSD time and e.g. frame number displayed with osd_fractions
Mon, 12 Sep 2011 23:36:00 +0000 diego libass: consistently #include sub/ass_mp.h without #ifdefs
Fri, 10 Jun 2011 08:31:00 +0000 cehoyos Fix typos.
Sun, 24 Apr 2011 23:06:38 +0000 reimar Add a alloc_demuxer function that ensures all the critical stuff is
Sun, 30 Jan 2011 10:35:00 +0000 reimar Make new_demux_packet return NULL if allocation failed, this should
Sat, 11 Dec 2010 16:36:17 +0000 reimar Fix insufficient padding/memset at the end of demuxer packets.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Wed, 27 Oct 2010 17:08:36 +0000 cigaes Move ass_mp.[ch] to the sub directory.
Fri, 17 Sep 2010 15:13:37 +0000 diego Move libass/ass_mp.[ch] ---> ass_mp.[ch].
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.
Sun, 27 Dec 2009 15:28:01 +0000 reimar Add support for parsing audio streams (though should be easy to extend to video)
Sat, 19 Dec 2009 15:32:17 +0000 reimar Never include ass.h and ass_types.h directly, use ass_mp.h instead.
Sat, 07 Nov 2009 12:31:05 +0000 cehoyos Separate teletext from tv support.
Sun, 01 Nov 2009 09:48:34 +0000 reimar Unbreak the demuxer-specific code in video.c with e.g.
Sun, 26 Jul 2009 19:53:00 +0000 diego Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 08 May 2009 21:51:13 +0000 diego Add standard license header to all files in libmpdemux.
Mon, 09 Mar 2009 15:01:53 +0000 reimar Get rid of DEMUXER_TYPE_NUV define, it is no longer used.
Wed, 28 Jan 2009 00:44:48 +0000 compn increase max subtitle stream limit
Mon, 26 Jan 2009 09:56:27 +0000 diego WORDS_BIGENDIAN is defined/undefined, not 0/1.
Wed, 24 Dec 2008 16:05:20 +0000 reimar Increase MAX_PACK_BYTES from 8 or 32 MB (with/without CONFIG_TV_BSDBT848) to always 32 MB.
Wed, 03 Dec 2008 23:01:03 +0000 diego Get rid of pointless 'extern' keywords.
Sun, 30 Nov 2008 13:22:34 +0000 diego MNG demuxer by Stefan Schuermans, stefan blinkenarea org
Thu, 16 Oct 2008 18:26:01 +0000 diego Move likely/unlikely macros to libmpdemux/demuxer.h where they are used.
Sun, 03 Aug 2008 15:21:40 +0000 diego Change a bunch of video/audio-output-specific preprocessor directives from
Sat, 02 Aug 2008 16:30:32 +0000 diego Change a bunch of codec-specific preprocessor directives from a HAVE_
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Thu, 17 Jul 2008 17:14:12 +0000 reimar Avoid including avcodec.h in demuxer.h (and thus many other files) just to get
Wed, 16 Jul 2008 16:18:25 +0000 reimar Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h
Tue, 17 Jun 2008 09:09:36 +0000 diego Add missing #includes that are required for things used in the header.
Mon, 02 Jun 2008 10:17:48 +0000 nicodvb added and reused demux_flush() instead of emptying the demux_stream buffers;
Fri, 11 Apr 2008 23:06:33 +0000 uau Remove unused function demux_read_data_pack
Sun, 30 Mar 2008 16:55:46 +0000 eugeni Support 'default' attribute for audio and subtitle tracks.
Wed, 05 Mar 2008 23:32:01 +0000 diego Add missing header #includes to fix 'make checkheaders'.
Fri, 29 Feb 2008 17:25:43 +0000 eugeni Demuxer-independent functions for selecting tracks based on language.
Fri, 29 Feb 2008 17:25:39 +0000 eugeni Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle
Sat, 23 Feb 2008 10:31:44 +0000 nicodvb New member in demuxer_t: reference_clock.
Fri, 22 Feb 2008 09:09:46 +0000 diego Add MPLAYER_ prefix to multiple inclusion guards.
Tue, 12 Feb 2008 10:48:42 +0000 reimar Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts.
Sun, 03 Feb 2008 12:14:29 +0000 reimar Allow demuxers to choose a default value for correct_pts
Tue, 29 Jan 2008 15:11:38 +0000 reimar Use defines to give names to the different seek flags.
Sun, 13 Jan 2008 15:47:24 +0000 reimar First step towards making all demuxer_desc_t const