aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_cue.c
Commit message (Expand)AuthorAge
* 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
* Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too manyGravatar reimar2009-11-22
* 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