log libmpdemux/stheader.h @ 31267:da3280d2467c

age author description
Thu, 27 May 2010 20:59:40 +0000 diego Drop pointless _s suffix from 'struct af_stream'.
Thu, 27 May 2010 10:10:27 +0000 diego cosmetics: Drop pointless _s suffix from 'struct ad_functions'.
Fri, 26 Feb 2010 20:01:04 +0000 diego cosmetics: Rename "codecs_st" struct to just plain "codecs".
Sun, 21 Feb 2010 20:02:50 +0000 diego Add names to anonymous structs sh_common, sh_audio, sh_video, sh_sub.
Sun, 21 Feb 2010 15:48:03 +0000 diego cosmetics: Rename struct vf_instance_s --> vf_instance.
Sun, 27 Dec 2009 15:28:01 +0000 reimar Add support for parsing audio streams (though should be easy to extend to video)
Sun, 27 Dec 2009 14:42:37 +0000 reimar Remove currently unneeded members accidentally added in the last revision.
Sun, 27 Dec 2009 14:40:56 +0000 reimar Introduce a sh_common struct that contains the parts in common by the audio, video
Fri, 08 May 2009 21:51:13 +0000 diego Add standard license header to all files in libmpdemux.
Mon, 27 Oct 2008 22:51:22 +0000 aurel Factorize vobsub idx/extradata handling.
Thu, 07 Aug 2008 12:20:50 +0000 diego Give a CONFIG_ prefix to preprocessor directives that lacked one and
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
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:33 +0000 eugeni Add language info to sh_sub_t and sh_audio_t.
Fri, 22 Feb 2008 09:09:46 +0000 diego Add MPLAYER_ prefix to multiple inclusion guards.
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Fri, 11 Jan 2008 21:45:10 +0000 eugeni Add extradata to sh_sub_t.
Mon, 31 Dec 2007 16:15:50 +0000 diego Add explanatory comments to the #endif part of multiple inclusion guards.
Thu, 01 Nov 2007 06:52:14 +0000 uau Clean up some fields in stheader.h structs
Sat, 01 Sep 2007 15:54:45 +0000 nicodvb added .stream_aspect to st_video_t: if non-zero and if not specified otherwise
Mon, 02 Jul 2007 22:34:45 +0000 diego Do not use leading underscores in multiple inclusion guards, they are reserved.
Mon, 02 Jul 2007 21:34:39 +0000 diego Consistently use filename as multiple inclusion guard.
Sun, 11 Mar 2007 06:16:14 +0000 uau Move the sh_audio->delay field to mpctx->delay.
Mon, 20 Nov 2006 09:12:07 +0000 uau Reorganize code to move more things out of main().
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:18:05 +0000 reimar Add forgotten new_sh_sub
Sat, 26 Aug 2006 19:17:04 +0000 reimar Get rid of demux_aid_vid_mismatch mess.
Thu, 06 Jul 2006 06:58:17 +0000 uau Add a new video pts tracking mode, enabled by option -correct-pts.
Wed, 14 Jun 2006 14:05:59 +0000 uau Change free_sh_audio() to take demuxer and stream id as parameters