log libmpdemux/stheader.h @ 36886:590e9305f12c

age author description
Wed, 01 Jan 2014 22:17:01 +0000 cehoyos Set audio channel_layout from container when using FFmpeg decoder.
Thu, 01 Aug 2013 21:18:14 +0000 ib Handle special argument -1 to switch_ratio as intended.
Tue, 06 Dec 2011 19:59:16 +0000 reimar Try harder to extract a sensible palette from extradata.
Wed, 23 Mar 2011 08:35:45 +0000 cehoyos Support CrystalHD decoding.
Sat, 21 Aug 2010 16:04:18 +0000 reimar Print subtitle type also for internally-supported types with a libavcodec decoder.
Fri, 30 Jul 2010 18:14:35 +0000 greg Rename libass types to match upstream libass >= 0.9.7
Sat, 10 Jul 2010 18:47:59 +0000 reimar Make the stream language an argument to the stream creation function
Thu, 01 Jul 2010 20:41:42 +0000 reimar Add some const, the ad_functions structs are in rodata.
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.