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
*
Fix crash with partial fribidi conversion.
reimar
2009-11-22
*
Mention right-to-left support for embedded subtitles also in the Changelog.
reimar
2009-11-22
*
Make fribidi (i.e. right-to-left) support work with embedded subtitles.
reimar
2009-11-22
*
Synced with help_mp-en.h r29912
jrash
2009-11-21
*
Print which visual glXChooseVisual chose when running in verbose mode.
reimar
2009-11-21
*
Move OpenGL-related messages that have large output from MSGL_V to MSGL_DGB2.
reimar
2009-11-21
*
Add support for Windows OpenGL rendering onto a device instead of into a window.
reimar
2009-11-21
*
Remove unreachable parsing code: for filters that use the option parser,
reimar
2009-11-21
*
Support RGB48NE format in OpenGL vos (only really useful once they are modified
reimar
2009-11-21
*
Allow vf_scale to output to RGB48, though still prefer the 24 and 32 bit form...
reimar
2009-11-21
*
Support 16-bit-per-component RGB formats (rgb48[bln]e) in option parser.
reimar
2009-11-21
*
Add a define for IMGFMT_RGB48NE that depends on machine endianness.
reimar
2009-11-21
*
Move 128kB buffer from stack to demuxer context.
reimar
2009-11-20
*
calloc instead of malloc+memset.
reimar
2009-11-20
*
Use calloc to allocate a rather large (currently 32k) array instead of
reimar
2009-11-20
*
sub_fribidi should be static, it is not used outside subreader.c
reimar
2009-11-20
*
Use early return instead of block over whole function.
reimar
2009-11-20
*
Use FFMAX instead of a custom max macro.
reimar
2009-11-20
*
Silence two gcc warnings: suggest parentheses around && within ||
cehoyos
2009-11-18
*
Add #defines for FFMPEG_LICENSE and FFMPEG_CONFIGURATION to config.h.
diego
2009-11-18
*
Add functions to return library license and library configuration.
diego
2009-11-18
*
10l to Reimar: Fix typo.
cehoyos
2009-11-18
*
Deobfuscate the special hack to disable cache for live555.
reimar
2009-11-17
*
Merge malloc+memset -> calloc
reimar
2009-11-17
*
Fall back to read-based seeking for ffmpeg:// URLs when is_streamed is set
reimar
2009-11-17
*
Remove useless check for valid fd with -dumpstream, the code does not
reimar
2009-11-17
*
Enable the read-based forward seek fallback also when CONFIG_NETWORK is
reimar
2009-11-17
*
Use fill_buffer if available also for STREAMTYPE_STREAM
reimar
2009-11-17
*
Mention support for streaming via FFmpeg in Changelog (ffmpeg:// URLs).
reimar
2009-11-17
*
Add preliminary support for streaming via FFmpeg's URProtocol functions.
reimar
2009-11-17
*
Complete configure support for compiling in FFmpeg's protocol support.
reimar
2009-11-17
*
Use avcodec_align_dimensions to appropriately align width and height in
reimar
2009-11-17
*
Set display size in sh_video when decoding H264.
cehoyos
2009-11-16
*
Clarify new VDPAU MPEG4 ASP and DVB teletext decoding features.
cehoyos
2009-11-16
*
synced with r29912
Gabrov
2009-11-16
*
synced with help_mp-en.h r29912
ptt
2009-11-16
*
added -name, -title, -use-filename-title options to Changelog
ptt
2009-11-16
*
more changes
compn
2009-11-16
*
Use calloc instead of initializing each struct member individually to 0.
reimar
2009-11-16
*
Try to detect broken files with unaligned chunks.
reimar
2009-11-16
*
Show OSD message when enabling/disabling de-interlacing.
cehoyos
2009-11-14
*
cosmetics and grammar fixes
ptt
2009-11-13
*
Add -tsprog support for lavf to mencoder, similar to what SVN r29846 did for ...
reimar
2009-11-13
*
sync with en/mplayer.1 r29905
jrash
2009-11-13
*
Check that mpctx->audio_out is not NULL when trying to uninit it.
reimar
2009-11-13
*
synced with r29905
ptt
2009-11-13
*
synced with r29885
ptt
2009-11-12
*
cosmetic fixes as pointed out by diego
ptt
2009-11-12
*
Added -name, -title and -use-filename-title options and implementation in X11...
ptt
2009-11-12
*
Do not dynamically load libvdpau.so.1, but link at compile time.
cehoyos
2009-11-11
[next]