summaryrefslogtreecommitdiffstats
path: root/stream/stream_cue.c
Commit message (Expand)AuthorAgeFilesLines
* stream_cue: Avoid probing empty filename in cue_find_bin()iive2011-07-061-0/+3
* stream_cue: fix multiple bugsreimar2011-07-061-24/+25
* Delete things related to old translation systemUoti Urpala2010-03-101-2/+0
* Merge svn changes up to r30815Uoti Urpala2010-03-101-96/+115
|\
| * 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
* | Merge svn changes up to r30475Uoti Urpala2010-03-091-1/+19
|\|
| * Add license header to all files missing it in the stream subdirectory.diego2010-01-301-1/+19
* | translations: tweak cases that relied on concatenating adjacent stringsUoti Urpala2010-03-071-1/+2
* | Restore collapsed whitespace in output messagesUoti Urpala2010-03-071-1/+1
* | Merge svn changes up to r29962Uoti Urpala2009-11-231-1/+1
|\|
| * 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
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-5/+4
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-20/+20
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-20/+20
|/
* 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