log libmpdemux/stheader.h @ 24891:fefb019faa90

age author description
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
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
Sat, 18 Feb 2006 09:26:39 +0000 corey dwStart support for mplayer.
Fri, 25 Feb 2005 11:17:43 +0000 hzoli Remove file-global mpadec, add ad_driver member to sh_audio_t instead.