log stream/stream_cue.c @ 37195:ac6c37d85d65 default tip

age author description
Mon, 20 Jan 2014 22:08:39 +0000 reimar stream_cue: Fix memleaks in error cases.
Sat, 16 Mar 2013 13:38:34 +0000 reimar Fix previous commit, off_t must be replaced by int64_t
Sat, 16 Mar 2013 10:09:12 +0000 reimar Replace some uses of off_t by uint64_t.
Sat, 10 Nov 2012 14:21:16 +0000 reimar Do not call fstat if open failed.
Sun, 29 May 2011 22:41:52 +0000 iive Avoid probing with empty filename in cue_find_bin().
Sun, 29 May 2011 12:23:38 +0000 reimar Simplify by using av_strlcpy.
Sun, 29 May 2011 12:16:13 +0000 reimar Avoid possible crash if cue filename is very short.
Sun, 29 May 2011 12:05:59 +0000 reimar Remove a duplicated open() call that could lead to a
Sun, 29 May 2011 11:56:11 +0000 reimar Only accept regular files as .bin files for .cue files.
Sun, 29 May 2011 11:47:18 +0000 reimar Ensure 0-termination even if line does not start with FILE "
Sun, 29 May 2011 11:45:47 +0000 reimar Fix 0-termination being placed one byte too far.
Sun, 29 May 2011 11:43:38 +0000 reimar Avoid crash if terminating " is missing.
Sun, 29 May 2011 11:41:40 +0000 reimar Simplify NULL check.
Sun, 29 May 2011 11:39:25 +0000 reimar Add some "const".
Sun, 29 May 2011 11:37:42 +0000 reimar Simplify: remove an unnecessary loop variable.
Sun, 29 May 2011 11:12:42 +0000 reimar Spelling fix.
Mon, 01 Mar 2010 21:09:17 +0000 reimar Remove unused and useless define.
Mon, 01 Mar 2010 20:38:33 +0000 reimar Fix memleak due to strdup'd filename not being freed.
Mon, 01 Mar 2010 20:33:47 +0000 reimar Move functions into proper order to avoid extra declarations.
Mon, 01 Mar 2010 20:31:56 +0000 reimar Deduplicate code to set stream start_pos/end_pos.
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