index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stream
/
stream_cue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
stream_cue: Avoid probing empty filename in cue_find_bin()
iive
2011-07-06
1
-0
/
+3
*
stream_cue: fix multiple bugs
reimar
2011-07-06
1
-24
/
+25
*
Delete things related to old translation system
Uoti Urpala
2010-03-10
1
-2
/
+0
*
Merge svn changes up to r30815
Uoti Urpala
2010-03-10
1
-96
/
+115
|
\
|
*
Remove unused and useless define.
reimar
2010-03-01
1
-1
/
+0
|
*
Fix memleak due to strdup'd filename not being freed.
reimar
2010-03-01
1
-0
/
+2
|
*
Move functions into proper order to avoid extra declarations.
reimar
2010-03-01
1
-15
/
+12
|
*
Deduplicate code to set stream start_pos/end_pos.
reimar
2010-03-01
1
-12
/
+15
|
*
Set stream->pos correctly after seeking to a VCD title.
reimar
2010-03-01
1
-0
/
+1
|
*
Ensure that cue_current_pos.track is not set to an invalid value after
reimar
2010-03-01
1
-8
/
+5
|
*
Fix off-by-one error in chapter<->VCD track conversion.
reimar
2010-03-01
1
-2
/
+2
|
*
Fix cue_read_toc_entry to also reject negative track numbers
reimar
2010-03-01
1
-1
/
+1
|
*
Implement cue:// track switching via chapter forward/backward like for audio ...
reimar
2010-03-01
1
-0
/
+28
|
*
Fix cue_vcd_get_track_end to not change the current position.
reimar
2010-03-01
1
-4
/
+3
|
*
Avoid fd_bin and fd_cue global variables.
reimar
2010-03-01
1
-9
/
+9
|
*
Avoid a global variable and a strcpy.
reimar
2010-03-01
1
-6
/
+2
|
*
Reindent.
reimar
2010-03-01
1
-19
/
+19
|
*
Avoid code duplication and excessively deep nesting in cue_find_bin
reimar
2010-03-01
1
-37
/
+32
|
*
Use sizeof instead of hardcoded size.
reimar
2010-03-01
1
-2
/
+2
|
*
cosmetics: Remove pointless empty lines at EOF.
diego
2010-02-20
1
-1
/
+0
*
|
Merge svn changes up to r30475
Uoti Urpala
2010-03-09
1
-1
/
+19
|
\
|
|
*
Add license header to all files missing it in the stream subdirectory.
diego
2010-01-30
1
-1
/
+19
*
|
translations: tweak cases that relied on concatenating adjacent strings
Uoti Urpala
2010-03-07
1
-1
/
+2
*
|
Restore collapsed whitespace in output messages
Uoti Urpala
2010-03-07
1
-1
/
+1
*
|
Merge svn changes up to r29962
Uoti Urpala
2009-11-23
1
-1
/
+1
|
\
|
|
*
Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
reimar
2009-11-22
1
-1
/
+1
|
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
1
-4
/
+4
*
|
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
1
-5
/
+4
*
|
Translation system changes part 2: replace macros by strings
Amar Takhar
2009-07-07
1
-20
/
+20
*
|
Translation system changes part 1: wrap translated strings
Amar Takhar
2009-07-07
1
-20
/
+20
|
/
*
cosmetics: Remove useless parentheses from return statements.
diego
2008-05-16
1
-2
/
+2
*
Simplify cue-parsing
reimar
2008-01-13
1
-13
/
+12
*
Get rid of quite useless inum variable
reimar
2008-01-13
1
-3
/
+2
*
stream_opts should be const
reimar
2008-01-13
1
-1
/
+1
*
stream_opts arrays should be const
reimar
2007-12-02
1
-1
/
+1
*
Mark all stream_info_t as const
reimar
2007-12-02
1
-1
/
+1
*
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
diego
2007-08-28
1
-4
/
+4
*
Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
reimar
2007-07-05
1
-3
/
+4
*
renamed cue_read.c to stream_cue.c for consistency
ben
2006-08-03
1
-0
/
+603