index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mpcommon.c
Commit message (
Expand
)
Author
Age
*
Never include ass.h and ass_types.h directly, use ass_mp.h instead.
reimar
2009-12-19
*
Use on-stack subtitle struct for temporary storage for passing subtitles on
reimar
2009-12-18
*
Add support for DVB teletext.
reimar
2009-11-10
*
Remove CONFIG_TV_TELETEXT.
cehoyos
2009-11-07
*
Separate teletext from tv support.
cehoyos
2009-11-07
*
Unbreak the demuxer-specific code in video.c with e.g.
reimar
2009-11-01
*
Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
cehoyos
2009-10-29
*
Move teletext specific code from stream into libmpcodecs.
cehoyos
2009-10-29
*
Add support for displaying subtitles on the command-line when playing
reimar
2009-09-23
*
Make update_subtitles work without sh_video for text subtitles.
reimar
2009-09-23
*
Include mpcommon.h in mpcommon.c, ensures that the declarations in the header
reimar
2009-09-23
*
Factor out sh_video->pts into a refpts variable. This simplifies a future patch
reimar
2009-09-23
*
Rename ambiguous "pts" variable to subpts.
reimar
2009-09-23
*
Remove pointless #ifdefs around harmless internal header #includes.
diego
2009-08-02
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.
ramiro
2009-04-08
*
Replace a bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.
diego
2009-01-26
*
HAVE_3DNOW --> HAVE_AMD3DNOW
diego
2009-01-26
*
Add SSSE3 and CMOV to CPU information printed on startup.
diego
2009-01-25
*
cosmetics: Consistently name 3DNow! extensions.
diego
2009-01-25
*
HAVE_3DNOWEX --> HAVE_3DNOWEXT
diego
2009-01-25
*
Factorize print_version().
diego
2009-01-25
*
Revert bad changes to SSA/ASS subtitle packet format
uau
2008-09-08
*
libass: add a new ass_process_data() to process demuxed subtitle packets
aurel
2008-09-05
*
a valid ASS line contains 9 ',' before actual text
aurel
2008-09-04
*
Change a bunch of video/audio-output-specific preprocessor directives from
diego
2008-08-03
*
Rename two GUI-related preprocessor directives:
diego
2008-07-30
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
*
noconfig fix, disable_gui_conf was not defined when compiling mencoder.
albeu
2008-04-15
*
Add options to disable some or all config files.
albeu
2008-04-14
*
Support 'default' attribute for audio and subtitle tracks.
eugeni
2008-03-30
*
Select audio stream in mplayer and mencoder, overriding demuxer decision.
eugeni
2008-02-29
*
Reindent
reimar
2008-01-27
*
Simplify subtitle handling with -ass
reimar
2008-01-27
*
Support mov subtitle format directly instead of converting to text in the dem...
reimar
2008-01-27
*
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
*
Whitespace-only cosmetics: get rid of tabs
reimar
2008-01-06
*
Fix update_subtitles() checking subtitle type for the wrong track.
eugeni
2007-12-28
*
Fix spudec to display current vobsub immediately after a seek.
ulion
2007-12-11
*
Decrease teletext page rendering frequency from 1/frame to about 4/sec.
voroshil
2007-09-08
*
Teletext support
voroshil
2007-07-29
*
Revert r23530.
voroshil
2007-06-21
*
Teletext support for tv:// (v4l and v4l2 only)
voroshil
2007-06-10
*
Move some subtitle handling from mplayer.c to mpcommon.c and share it with me...
reimar
2007-02-17