log libmpdemux/demuxer.h @ 28346:d6d819415c83

age author description
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
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.