log libmpdemux/demuxer.h @ 27359:d788e177a35e

age author description
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
Sat, 12 Jan 2008 01:12:36 +0000 eugeni Add demuxer interface for attachments.
Sat, 05 Jan 2008 14:28:57 +0000 nicodvb wrapper functions to get/set angle: the wrapping is needed to RESYNC the demuxer; patch by oattila chello hu
Mon, 24 Dec 2007 16:27:52 +0000 reimar Add some const/static qualifiers as appropriate
Thu, 13 Dec 2007 12:51:05 +0000 ulion Add demuxer functions for chapter feature.
Tue, 04 Dec 2007 13:05:25 +0000 lu_zero Make libnemesi use specific struct and DEMUXER_TYPE
Mon, 02 Jul 2007 22:34:45 +0000 diego Do not use leading underscores in multiple inclusion guards, they are reserved.
Sun, 24 Jun 2007 10:20:42 +0000 reimar make opt argument of demux_info_get const.
Wed, 20 Jun 2007 16:52:32 +0000 uau Fix demuxer.h multiple inclusion guard
Mon, 04 Jun 2007 09:39:55 +0000 zuxy Use 'static inline' instead of 'inline static' to avoid warnings
Sat, 02 Jun 2007 16:04:56 +0000 zuxy Make realloc_struct inline as other functions defined in demuxer.h
Sat, 14 Apr 2007 10:03:42 +0000 reimar Add lavf_preferred demuxer for lavf formats we want to be probed
Mon, 05 Feb 2007 18:25:28 +0000 reimar Another round of subtitle code cleanup
Sun, 31 Dec 2006 11:05:26 +0000 nicodvb added stream_pts to demuxer_t and demux_packet_t to hold the time value reported by the stream layer
Sat, 18 Nov 2006 14:31:31 +0000 nicodvb new DEMUXER_CTRL_IDENTIFY_PROGRAM to identify programs (a+v+s)
Thu, 16 Nov 2006 21:23:06 +0000 nicodvb added code to switch video stream
Mon, 13 Nov 2006 18:38:29 +0000 reimar Move sh_sub_t to stheader.h, where all the other sh structs are defined
Mon, 13 Nov 2006 16:15:23 +0000 reimar Make subtitle stream handling more similar to audio and video streams.
Tue, 07 Nov 2006 22:55:49 +0000 nicodvb added demuxer_get_current_time() to get the current playtime (possibly aided by the stream layer)
Tue, 07 Nov 2006 22:51:18 +0000 nicodvb added definition of DEMUXER_CTRL_RESYNC
Sun, 17 Sep 2006 09:32:28 +0000 ods15 Add demux_nut to MPlayer repo
Mon, 21 Aug 2006 19:19:00 +0000 nicodvb demuxer_seek_chapter() returns informations about chapters count and name
Fri, 18 Aug 2006 16:48:22 +0000 nicodvb added first revision of demuxer_seek_chapter()
Sun, 06 Aug 2006 18:55:34 +0000 eugeni Add matroska chapter seeking capability.
Thu, 13 Jul 2006 05:03:43 +0000 reynaldo marks several string parameters as const, as they are not modified inside the function, Patch by Stefan Huehner, stefan AT huehner-org
Fri, 07 Jul 2006 18:26:51 +0000 eugeni Initial libass release (without mencoder support).
Fri, 07 Jul 2006 18:02:49 +0000 eugeni Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.
Thu, 06 Jul 2006 06:58:17 +0000 uau Add a new video pts tracking mode, enabled by option -correct-pts.
Sun, 04 Jun 2006 22:41:27 +0000 rtogni Fix potential integer overflows in memory allocation.
Thu, 27 Apr 2006 11:13:21 +0000 uau Change common pts variables from floats to doubles. Individual demuxers
Mon, 24 Apr 2006 10:58:40 +0000 rtognimp 4 - Implement a better way to calculate current audio pts and use it for
Mon, 24 Apr 2006 10:36:29 +0000 rtognimp 3 - Move a definition of MP_NOPTS_VALUE from muxer.h to demuxer.h to
Fri, 17 Feb 2006 01:57:41 +0000 corey Second-try commit of this patch.
Sun, 12 Feb 2006 17:01:30 +0000 henry do not forget to initialize dp->buffer
Sun, 12 Feb 2006 10:51:04 +0000 henry forgotten cast (blows on gcc4)
Sun, 12 Feb 2006 09:28:09 +0000 reimar add some sanity checks to new/resize_demux_packet
Thu, 09 Feb 2006 19:39:51 +0000 corey Reverse commit of unfinished patch for passing audio_delay to the demuxers.
Tue, 07 Feb 2006 20:22:44 +0000 corey 1. Include audio_delay as an argument to demux_seek.
Tue, 17 Jan 2006 20:04:49 +0000 reimar function to read from a demuxer up to (and including) the specified
Sat, 17 Sep 2005 18:05:55 +0000 reimar add a demux_peekc function that allows to just "have a look" at the next
Sat, 03 Sep 2005 08:58:34 +0000 reimar faster mpg and much faster gxf demuxing
Fri, 02 Sep 2005 08:32:32 +0000 ods15 Make -identify's 'ID_LENGTH=' print a float and not an integer.. The
Tue, 30 Aug 2005 23:56:24 +0000 reimar Allow forcing of demuxers and codecs by prepending '+'
Fri, 26 Aug 2005 17:40:02 +0000 reimar support MPEG in GXF container with extension-based detection.
Fri, 05 Aug 2005 19:57:47 +0000 rtognimp Demuxer modularization