log stream/stream_cue.c @ 37047:2921fb48ffb9

age author description
2014-01-20 reimar stream_cue: Fix memleaks in error cases.
2013-03-16 reimar Fix previous commit, off_t must be replaced by int64_t
2013-03-16 reimar Replace some uses of off_t by uint64_t.
2012-11-10 reimar Do not call fstat if open failed.
2011-05-29 iive Avoid probing with empty filename in cue_find_bin().
2011-05-29 reimar Simplify by using av_strlcpy.
2011-05-29 reimar Avoid possible crash if cue filename is very short.
2011-05-29 reimar Remove a duplicated open() call that could lead to a
2011-05-29 reimar Only accept regular files as .bin files for .cue files.
2011-05-29 reimar Ensure 0-termination even if line does not start with FILE "
2011-05-29 reimar Fix 0-termination being placed one byte too far.
2011-05-29 reimar Avoid crash if terminating " is missing.
2011-05-29 reimar Simplify NULL check.
2011-05-29 reimar Add some "const".
2011-05-29 reimar Simplify: remove an unnecessary loop variable.
2011-05-29 reimar Spelling fix.
2010-03-01 reimar Remove unused and useless define.
2010-03-01 reimar Fix memleak due to strdup'd filename not being freed.
2010-03-01 reimar Move functions into proper order to avoid extra declarations.
2010-03-01 reimar Deduplicate code to set stream start_pos/end_pos.
2010-03-01 reimar Set stream->pos correctly after seeking to a VCD title.
2010-03-01 reimar Ensure that cue_current_pos.track is not set to an invalid value after
2010-03-01 reimar Fix off-by-one error in chapter<->VCD track conversion.
2010-03-01 reimar Fix cue_read_toc_entry to also reject negative track numbers
2010-03-01 reimar Implement cue:// track switching via chapter forward/backward like for audio CDs.
2010-03-01 reimar Fix cue_vcd_get_track_end to not change the current position.
2010-03-01 reimar Avoid fd_bin and fd_cue global variables.
2010-03-01 reimar Avoid a global variable and a strcpy.
2010-03-01 reimar Reindent.
2010-03-01 reimar Avoid code duplication and excessively deep nesting in cue_find_bin