2009-11-20 |
reimar |
Use early return instead of block over whole function.
|
2009-11-20 |
reimar |
Use FFMAX instead of a custom max macro.
|
2009-11-18 |
cehoyos |
Silence two gcc warnings: suggest parentheses around && within ||
|
2009-11-18 |
diego |
Add #defines for FFMPEG_LICENSE and FFMPEG_CONFIGURATION to config.h.
|
2009-11-18 |
diego |
Add functions to return library license and library configuration.
|
2009-11-18 |
cehoyos |
10l to Reimar: Fix typo.
|
2009-11-17 |
reimar |
Deobfuscate the special hack to disable cache for live555.
|
2009-11-17 |
reimar |
Merge malloc+memset -> calloc
|
2009-11-17 |
reimar |
Fall back to read-based seeking for ffmpeg:// URLs when is_streamed is set
|
2009-11-17 |
reimar |
Remove useless check for valid fd with -dumpstream, the code does not
|
2009-11-17 |
reimar |
Enable the read-based forward seek fallback also when CONFIG_NETWORK is
|
2009-11-17 |
reimar |
Use fill_buffer if available also for STREAMTYPE_STREAM
|
2009-11-17 |
reimar |
Mention support for streaming via FFmpeg in Changelog (ffmpeg:// URLs).
|
2009-11-17 |
reimar |
Add preliminary support for streaming via FFmpeg's URProtocol functions.
|
2009-11-17 |
reimar |
Complete configure support for compiling in FFmpeg's protocol support.
|
2009-11-17 |
reimar |
Use avcodec_align_dimensions to appropriately align width and height in
|
2009-11-16 |
cehoyos |
Set display size in sh_video when decoding H264.
|
2009-11-16 |
cehoyos |
Clarify new VDPAU MPEG4 ASP and DVB teletext decoding features.
|
2009-11-16 |
Gabrov |
synced with r29912
|
2009-11-16 |
ptt |
synced with help_mp-en.h r29912
|
2009-11-16 |
ptt |
added -name, -title, -use-filename-title options to Changelog
|
2009-11-16 |
compn |
more changes
|
2009-11-16 |
reimar |
Use calloc instead of initializing each struct member individually to 0.
|
2009-11-16 |
reimar |
Try to detect broken files with unaligned chunks.
|
2009-11-14 |
cehoyos |
Show OSD message when enabling/disabling de-interlacing.
|
2009-11-13 |
ptt |
cosmetics and grammar fixes
|
2009-11-13 |
reimar |
Add -tsprog support for lavf to mencoder, similar to what SVN r29846 did for mplayer.
|
2009-11-13 |
jrash |
sync with en/mplayer.1 r29905
|
2009-11-13 |
reimar |
Check that mpctx->audio_out is not NULL when trying to uninit it.
|
2009-11-13 |
ptt |
synced with r29905
|
2009-11-12 |
ptt |
synced with r29885
|
2009-11-12 |
ptt |
cosmetic fixes as pointed out by diego
|
2009-11-12 |
ptt |
Added -name, -title and -use-filename-title options and implementation in X11 vos
|
2009-11-11 |
cehoyos |
Do not dynamically load libvdpau.so.1, but link at compile time.
|
2009-11-11 |
tack |
Replace dead link explaining why not to use HTML on the mailing lists.
|
2009-11-11 |
reimar |
Fix declarations in mp_taglists.h and include it in mp_taglists.c to
|
2009-11-11 |
reimar |
Add a "tips and tricks" section to the slave mode documentation.
|
2009-11-11 |
reimar |
Whitespace cosmetics: fix pause_loop indentation/remove inconsistently used tabs.
|
2009-11-11 |
reimar |
Do not call resume on unpausing if we have already reached eof while
|
2009-11-11 |
reimar |
Remember which subtitle was auto-selected for dvdnav due to -slang
|
2009-11-11 |
reimar |
Factor out code that decides which subtitle to play.
|
2009-11-11 |
reimar |
Avoid modifying dvdsub_id in command.c where possible.
|
2009-11-11 |
reimar |
Move headers related to setting dvd speed to dvd_common.
|
2009-11-11 |
reimar |
Set the EOF flag when dvdnav reached the end of the requested title.
|
2009-11-11 |
reimar |
Support the range syntax (like dvd://2-5) also for dvdnav.
|
2009-11-11 |
cehoyos |
10l: Fix compilation without VDPAU.
|
2009-11-10 |
reimar |
Move dvd_speed and dvd_set_speed to dvd_common and implement -dvd-speed
|
2009-11-10 |
reimar |
Move arrays used by both dvd and dvdnav to dvd_common.
|