log stream/stream_cue.c @ 30769:ac65c60efd86

age author description
Mon, 01 Mar 2010 20:22:18 +0000 reimar Set stream->pos correctly after seeking to a VCD title.
Mon, 01 Mar 2010 20:20:13 +0000 reimar Ensure that cue_current_pos.track is not set to an invalid value after
Mon, 01 Mar 2010 20:11:11 +0000 reimar Fix off-by-one error in chapter<->VCD track conversion.
Mon, 01 Mar 2010 20:07:37 +0000 reimar Fix cue_read_toc_entry to also reject negative track numbers
Mon, 01 Mar 2010 19:59:54 +0000 reimar Implement cue:// track switching via chapter forward/backward like for audio CDs.
Mon, 01 Mar 2010 19:57:42 +0000 reimar Fix cue_vcd_get_track_end to not change the current position.
Mon, 01 Mar 2010 19:35:18 +0000 reimar Avoid fd_bin and fd_cue global variables.
Mon, 01 Mar 2010 19:25:52 +0000 reimar Avoid a global variable and a strcpy.
Mon, 01 Mar 2010 19:21:59 +0000 reimar Reindent.
Mon, 01 Mar 2010 19:20:32 +0000 reimar Avoid code duplication and excessively deep nesting in cue_find_bin
Mon, 01 Mar 2010 18:57:24 +0000 reimar Use sizeof instead of hardcoded size.
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Sat, 30 Jan 2010 22:26:47 +0000 diego Add license header to all files missing it in the stream subdirectory.
Sun, 22 Nov 2009 15:18:21 +0000 reimar Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 16 May 2008 08:43:15 +0000 diego cosmetics: Remove useless parentheses from return statements.
Sun, 13 Jan 2008 15:13:04 +0000 reimar Simplify cue-parsing
Sun, 13 Jan 2008 15:01:07 +0000 reimar Get rid of quite useless inum variable
Sun, 13 Jan 2008 12:34:42 +0000 reimar stream_opts should be const
Sun, 02 Dec 2007 21:37:08 +0000 reimar stream_opts arrays should be const
Sun, 02 Dec 2007 13:22:53 +0000 reimar Mark all stream_info_t as const
Tue, 28 Aug 2007 22:38:45 +0000 diego cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
Thu, 05 Jul 2007 22:01:07 +0000 reimar Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
Thu, 03 Aug 2006 19:25:16 +0000 ben renamed cue_read.c to stream_cue.c for consistency base stream/cue_read.c@142700c2da22