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
Commit message (
Expand
)
Author
Age
*
Simplify/cleanup of real_calc_response_and_checksum()
rtogni
2008-01-13
*
Don't oversize realchallenge buffers
rtogni
2008-01-13
*
Simplify cue-parsing
reimar
2008-01-13
*
Get rid of quite useless inum variable
reimar
2008-01-13
*
Use AV_WB*
reimar
2008-01-13
*
Remove some useless () and {}
reimar
2008-01-13
*
Simplify
reimar
2008-01-13
*
Use AV_WB16 instead of ugly memcpy hacks
reimar
2008-01-13
*
Use AV_RB* instead of custom variants.
reimar
2008-01-13
*
Use sizeof instead of size variables/defines
reimar
2008-01-13
*
Make some pnm data const
reimar
2008-01-13
*
dvb_demuxdev etc. are only used in dvb_tune.c so make them static
reimar
2008-01-13
*
Make several arrays const
reimar
2008-01-13
*
Remove some unused extern variables
reimar
2008-01-13
*
stream_opts should be const
reimar
2008-01-13
*
stream_info_t opts and protocols point to constant data as well.
reimar
2008-01-13
*
Make all tvi_info_t const
reimar
2008-01-13
*
Make some tvi_functions_t pointers const that I forgot to change before
reimar
2008-01-13
*
Remove useless ifdefs
reimar
2008-01-13
*
Add type to extern declaration
reimar
2008-01-13
*
Make dvd_audio_stream_types and dvd_audio_stream_channels const
reimar
2008-01-13
*
tvi_functions_t should be const
reimar
2008-01-13
*
Add forgotten const for pal_ireland.
reimar
2008-01-13
*
Remove unnecessary <signal.h> includes
uau
2008-01-09
*
Fix illegal identifiers, names starting with __ are reserved for the system.
diego
2008-01-08
*
Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved
diego
2008-01-06
*
implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu
nicodvb
2008-01-05
*
implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu
nicodvb
2008-01-05
*
NEW STREAM_CTRLs: STREAM_CTRL_GET_NUM_ANGLES STREAM_CTRL_GET_ANGLE STREAM_CTR...
nicodvb
2008-01-05
*
fixed bug when playing multi-angle titles: the address field in the agli data
nicodvb
2008-01-05
*
Add multiple inclusion guards to all header files that lack them.
diego
2008-01-01
*
consistency cosmetics
diego
2008-01-01
*
Add explanatory comments to #endif preprocessor directives.
diego
2008-01-01
*
include dvdnav.h from its installation directory rather than appending
nicodvb
2008-01-01
*
removed inclusion of unneeded header (forgotten in previous commit)
nicodvb
2008-01-01
*
private structures belong to the C file using them, not to header files inclu...
nicodvb
2008-01-01
*
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
2007-12-31
*
Simplify a little bit
reimar
2007-12-21
*
Remove a check that is never in any way useful
reimar
2007-12-21
*
Avoid some le2me_ASF_* stuff operating directly on buffer, should
reimar
2007-12-21
*
Remove another useless cast
reimar
2007-12-21
*
100l, buffer bound checks work better when done _before_ access.
reimar
2007-12-21
*
Reduce some extreme parsing ugliness (mostly cosmetic)
reimar
2007-12-21
*
Remove useless alloc casts
reimar
2007-12-21
*
Reduce code duplication: add a asf_read_wrapper function that never does part...
reimar
2007-12-21
*
Fix stream_cache to use sector_size set in stream_t.
ulion
2007-12-20
*
Use tv_sec instead of tv_usec to set 1 second timeout, e.g. NetBSD
reimar
2007-12-20
*
Protocol name should be case insensitive.
ulion
2007-12-19
*
Caching toc header in vcd private structure for later use.
ulion
2007-12-17
*
Add cdda stream control for chapter commmands.
ulion
2007-12-17
[next]