index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stream
/
stream_cue.c
Commit message (
Expand
)
Author
Age
*
stream: remove stream_cue
wm4
2012-08-02
*
stream_cue: Avoid probing empty filename in cue_find_bin()
iive
2011-07-06
*
stream_cue: fix multiple bugs
reimar
2011-07-06
*
Delete things related to old translation system
Uoti Urpala
2010-03-10
*
Merge svn changes up to r30815
Uoti Urpala
2010-03-10
|
\
*
\
Merge svn changes up to r30475
Uoti Urpala
2010-03-09
|
\
\
*
|
|
translations: tweak cases that relied on concatenating adjacent strings
Uoti Urpala
2010-03-07
*
|
|
Restore collapsed whitespace in output messages
Uoti Urpala
2010-03-07
|
|
*
Remove unused and useless define.
reimar
2010-03-01
|
|
*
Fix memleak due to strdup'd filename not being freed.
reimar
2010-03-01
|
|
*
Move functions into proper order to avoid extra declarations.
reimar
2010-03-01
|
|
*
Deduplicate code to set stream start_pos/end_pos.
reimar
2010-03-01
|
|
*
Set stream->pos correctly after seeking to a VCD title.
reimar
2010-03-01
|
|
*
Ensure that cue_current_pos.track is not set to an invalid value after
reimar
2010-03-01
|
|
*
Fix off-by-one error in chapter<->VCD track conversion.
reimar
2010-03-01
|
|
*
Fix cue_read_toc_entry to also reject negative track numbers
reimar
2010-03-01
|
|
*
Implement cue:// track switching via chapter forward/backward like for audio ...
reimar
2010-03-01
|
|
*
Fix cue_vcd_get_track_end to not change the current position.
reimar
2010-03-01
|
|
*
Avoid fd_bin and fd_cue global variables.
reimar
2010-03-01
|
|
*
Avoid a global variable and a strcpy.
reimar
2010-03-01
|
|
*
Reindent.
reimar
2010-03-01
|
|
*
Avoid code duplication and excessively deep nesting in cue_find_bin
reimar
2010-03-01
|
|
*
Use sizeof instead of hardcoded size.
reimar
2010-03-01
|
|
*
cosmetics: Remove pointless empty lines at EOF.
diego
2010-02-20
|
|
/
|
*
Add license header to all files missing it in the stream subdirectory.
diego
2010-01-30
*
|
Merge svn changes up to r29962
Uoti Urpala
2009-11-23
|
\
|
|
*
Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
reimar
2009-11-22
*
|
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
*
|
Translation system changes part 2: replace macros by strings
Amar Takhar
2009-07-07
*
|
Translation system changes part 1: wrap translated strings
Amar Takhar
2009-07-07
|
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
|
/
*
cosmetics: Remove useless parentheses from return statements.
diego
2008-05-16
*
Simplify cue-parsing
reimar
2008-01-13
*
Get rid of quite useless inum variable
reimar
2008-01-13
*
stream_opts should be const
reimar
2008-01-13
*
stream_opts arrays should be const
reimar
2007-12-02
*
Mark all stream_info_t as const
reimar
2007-12-02
*
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
diego
2007-08-28
*
Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
reimar
2007-07-05
*
renamed cue_read.c to stream_cue.c for consistency
ben
2006-08-03