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
|