summaryrefslogtreecommitdiffstats
path: root/stream/stream_cue.c
Commit message (Expand)AuthorAgeFilesLines
* 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