summaryrefslogtreecommitdiffstats
path: root/stream/stream_cue.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused and useless define.reimar2010-03-011-1/+0
* Fix memleak due to strdup'd filename not being freed.reimar2010-03-011-0/+2
* Move functions into proper order to avoid extra declarations.reimar2010-03-011-15/+12
* Deduplicate code to set stream start_pos/end_pos.reimar2010-03-011-12/+15
* Set stream->pos correctly after seeking to a VCD title.reimar2010-03-011-0/+1
* Ensure that cue_current_pos.track is not set to an invalid value afterreimar2010-03-011-8/+5
* Fix off-by-one error in chapter<->VCD track conversion.reimar2010-03-011-2/+2
* Fix cue_read_toc_entry to also reject negative track numbersreimar2010-03-011-1/+1
* Implement cue:// track switching via chapter forward/backward like for audio ...reimar2010-03-011-0/+28
* Fix cue_vcd_get_track_end to not change the current position.reimar2010-03-011-4/+3
* Avoid fd_bin and fd_cue global variables.reimar2010-03-011-9/+9
* Avoid a global variable and a strcpy.reimar2010-03-011-6/+2
* Reindent.reimar2010-03-011-19/+19
* Avoid code duplication and excessively deep nesting in cue_find_binreimar2010-03-011-37/+32
* Use sizeof instead of hardcoded size.reimar2010-03-011-2/+2
* cosmetics: Remove pointless empty lines at EOF.diego2010-02-201-1/+0
* Add license header to all files missing it in the stream subdirectory.diego2010-01-301-1/+19
* Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too manyreimar2009-11-221-1/+1
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-4/+4
* cosmetics: Remove useless parentheses from return statements.diego2008-05-161-2/+2
* Simplify cue-parsingreimar2008-01-131-13/+12
* Get rid of quite useless inum variablereimar2008-01-131-3/+2
* stream_opts should be constreimar2008-01-131-1/+1
* stream_opts arrays should be constreimar2007-12-021-1/+1
* Mark all stream_info_t as constreimar2007-12-021-1/+1
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDdiego2007-08-281-4/+4
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyreimar2007-07-051-3/+4
* renamed cue_read.c to stream_cue.c for consistencyben2006-08-031-0/+603