aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_cue.c
Commit message (Expand)AuthorAge
* stream_cue: Avoid probing empty filename in cue_find_bin()Gravatar iive2011-07-06
* stream_cue: fix multiple bugsGravatar reimar2011-07-06
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30815Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\ \
* | | translations: tweak cases that relied on concatenating adjacent stringsGravatar Uoti Urpala2010-03-07
* | | Restore collapsed whitespace in output messagesGravatar Uoti Urpala2010-03-07
| | * Remove unused and useless define.Gravatar reimar2010-03-01
| | * Fix memleak due to strdup'd filename not being freed.Gravatar reimar2010-03-01
| | * Move functions into proper order to avoid extra declarations.Gravatar reimar2010-03-01
| | * Deduplicate code to set stream start_pos/end_pos.Gravatar reimar2010-03-01
| | * Set stream->pos correctly after seeking to a VCD title.Gravatar reimar2010-03-01
| | * Ensure that cue_current_pos.track is not set to an invalid value afterGravatar reimar2010-03-01
| | * Fix off-by-one error in chapter<->VCD track conversion.Gravatar reimar2010-03-01
| | * Fix cue_read_toc_entry to also reject negative track numbersGravatar reimar2010-03-01
| | * Implement cue:// track switching via chapter forward/backward like for audio ...Gravatar reimar2010-03-01
| | * Fix cue_vcd_get_track_end to not change the current position.Gravatar reimar2010-03-01
| | * Avoid fd_bin and fd_cue global variables.Gravatar reimar2010-03-01
| | * Avoid a global variable and a strcpy.Gravatar reimar2010-03-01
| | * Reindent.Gravatar reimar2010-03-01
| | * Avoid code duplication and excessively deep nesting in cue_find_binGravatar reimar2010-03-01
| | * Use sizeof instead of hardcoded size.Gravatar reimar2010-03-01
| | * cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
| |/
| * Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too manyGravatar reimar2009-11-22
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
|/
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* Simplify cue-parsingGravatar reimar2008-01-13
* Get rid of quite useless inum variableGravatar reimar2008-01-13
* stream_opts should be constGravatar reimar2008-01-13
* stream_opts arrays should be constGravatar reimar2007-12-02
* Mark all stream_info_t as constGravatar reimar2007-12-02
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDGravatar diego2007-08-28
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyGravatar reimar2007-07-05
* renamed cue_read.c to stream_cue.c for consistencyGravatar ben2006-08-03