index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
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 another 2 useless casts
reimar
2008-01-13
*
Get rid of another useless cast
reimar
2008-01-13
*
Remove a cast useless since r24425.
reimar
2008-01-13
*
Move variable declaration into block where it is used.
reimar
2008-01-13
*
Remove result from warning string, it has no useful meaning here.
reimar
2008-01-13
*
Remove a useless cast
reimar
2008-01-13
*
moved pes_header from file-static to send_mpeg_pes_packet_ll()
nicodvb
2008-01-13
*
fix bug in error message (found by Diego through a compiler warning)
rik
2008-01-13
*
Use a transform_color function to reduce code duplication
reimar
2008-01-12
*
Write functions used by send_mpeg_*_packet may _not_ modify data
reimar
2008-01-12
*
ps1_header and ps2_header should be const
reimar
2008-01-12
*
Add a few "const" attributes.
reimar
2008-01-12
*
Remove unused variable
reimar
2008-01-12
*
Move uselessly global variables
reimar
2008-01-12
*
Adjust list of colourspaces supported by vd_ijpg
reimar
2008-01-12
*
Colourspace conversions do _not_ belong into a decoder!
reimar
2008-01-12
*
Cosmetics: get rid of huge amounts of trailing whitespace
reimar
2008-01-12
*
Remove an unused global variable
reimar
2008-01-12
*
Avoid uselessly global variables
reimar
2008-01-12
*
100l, free strdup'd strings
reimar
2008-01-12
*
Builtin codecs array can now be const
reimar
2008-01-12
*
Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" with
reimar
2008-01-12
*
Do not try to guess font metrics based on its bounding box.
eugeni
2008-01-12
*
Add libass support to demux_lavf.
eugeni
2008-01-12
*
Instead of keeping attachments in mkv demuxer, use demuxer_add_attachment().
eugeni
2008-01-12
*
Add demuxer interface for attachments.
eugeni
2008-01-12
*
Remove global_ass_track. Instead create an ass_track for each 't' track.
eugeni
2008-01-11
*
Move all subtitle parsing from mkv demuxer to update_subtitles().
eugeni
2008-01-11
*
Init and destroy ass_tracks in demuxer.c based on sh_sub->type value.
eugeni
2008-01-11
*
Set extradata for subtitle tracks in mkv demuxer.
eugeni
2008-01-11
*
Add extradata to sh_sub_t.
eugeni
2008-01-11
*
Factorize private data decoding for subtitle tracks in mkv demuxer.
eugeni
2008-01-11
*
Make code slightly less confusing to me
reimar
2008-01-11
*
Slightly deobfuscate
reimar
2008-01-11
*
Another small simplification. Slightly worse performance in the case
reimar
2008-01-11
*
Slightly simplify read_buffer code
reimar
2008-01-11
*
Simplify: use memset
reimar
2008-01-11
*
Fix indentation
reimar
2008-01-11
*
Remove useless cast
reimar
2008-01-11
*
document vo.* and ao.* playback profiles
ben
2008-01-11
*
Fix buffer overflow bug by calculate the buffer size accurately.
ulion
2008-01-11
*
allow profile loading per audio/video output
ben
2008-01-10
*
Add an extra check to avoid a case that cause black lines in scaled
reimar
2008-01-10
*
Clear demuxed data when subtitle track is changed.
eugeni
2008-01-10
*
Use malloc for codecdata. Fixes segfault in free_sh_sub.
eugeni
2008-01-10
*
updated english manpage with protocol/extension profile loading feature
ben
2008-01-10
*
factorizes variable check
ben
2008-01-10
[next]