Mercurial > mplayer.hg
graph
-
cosmetics and grammar fixes2009-11-13, by ptt
-
Add -tsprog support for lavf to mencoder, similar to what SVN r29846 did for mplayer.2009-11-13, by reimar
-
sync with en/mplayer.1 r299052009-11-13, by jrash
-
Check that mpctx->audio_out is not NULL when trying to uninit it.2009-11-13, by reimar
-
synced with r299052009-11-13, by ptt
-
synced with r298852009-11-12, by ptt
-
cosmetic fixes as pointed out by diego2009-11-12, by ptt
-
Do not dynamically load libvdpau.so.1, but link at compile time.2009-11-11, by cehoyos
-
Replace dead link explaining why not to use HTML on the mailing lists.2009-11-11, by tack
-
Fix declarations in mp_taglists.h and include it in mp_taglists.c to2009-11-11, by reimar
-
Add a "tips and tricks" section to the slave mode documentation.2009-11-11, by reimar
-
Whitespace cosmetics: fix pause_loop indentation/remove inconsistently used tabs.2009-11-11, by reimar
-
Do not call resume on unpausing if we have already reached eof while2009-11-11, by reimar
-
Remember which subtitle was auto-selected for dvdnav due to -slang2009-11-11, by reimar
-
Factor out code that decides which subtitle to play.2009-11-11, by reimar
-
Avoid modifying dvdsub_id in command.c where possible.2009-11-11, by reimar
-
Move headers related to setting dvd speed to dvd_common.2009-11-11, by reimar
-
Set the EOF flag when dvdnav reached the end of the requested title.2009-11-11, by reimar
-
Support the range syntax (like dvd://2-5) also for dvdnav.2009-11-11, by reimar
-
10l: Fix compilation without VDPAU.2009-11-11, by cehoyos
-
Move dvd_speed and dvd_set_speed to dvd_common and implement -dvd-speed2009-11-10, by reimar
-
Move arrays used by both dvd and dvdnav to dvd_common.2009-11-10, by reimar
-
Remove unused extern declarations.2009-11-10, by reimar
-
Share dvd_device extern declaration between dvd and dvdnav.2009-11-10, by reimar
-
Remove an unused variable.2009-11-10, by reimar
-
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable2009-11-10, by cehoyos
-
Map AV_LOG_VERBOSE to MSGL_V in order to avoid spurious log output.2009-11-10, by diego
-
Update man page to reflect support for up to 8 channels.2009-11-10, by tack
-
Allow lavf demuxer to also probe and play files < 32 kB (full probe buffer size).2009-11-10, by reimar
-
Calculate length of ASF files with more than 1 second precision.2009-11-10, by reimar
-
Fix length calculation for ASF, preroll is in ms, play time in 100 ns.2009-11-10, by reimar
-
Remove useless cast2009-11-10, by reimar
-
Changelog: add note that 8 channel audio is now supported.2009-11-10, by tack
-
Use configure code to define PIC instead of duplicating the check in mangle.h.2009-11-10, by reimar
-
Delete "auto-close" from configuration whose support has long been removed.2009-11-10, by zuxy
-
Add support for DVB teletext.2009-11-10, by reimar
-
Free demuxer->teletext when closing the demuxer.2009-11-10, by reimar
-
Set demuxer->teletext to NULL when closing the TV interface,2009-11-10, by reimar
-
100: Fix function parameters when calling create_vdp_decoder() from query_format().2009-11-10, by cehoyos
-
Cosmetics: Fix indentation after last commit.2009-11-10, by cehoyos
-
Fail in query_format() if a VDPAU decoder is not available.2009-11-10, by cehoyos
-
Add a default to switch(image_format), suppresses a warning after a future patch.2009-11-10, by cehoyos
-
Add support for 8 channel audio.2009-11-10, by tack
-
Cosmetics: remove trailing whitespace from file.2009-11-10, by tack
-
Properly free the pthread mutex for teletext.2009-11-09, by reimar
-
Allow teletext compilation without pthreads2009-11-09, by reimar
-
Fix compilation of teletext code without freetype support2009-11-09, by reimar
-
Change type of teletext color specification from unsigned char2009-11-09, by reimar
-
Make sure the teletext property stuff does not crash if no demuxer is available.2009-11-09, by reimar
-
The code for the non-networking case is the same whether networking2009-11-09, by reimar
-
Factor out triplicated break statement.2009-11-09, by reimar
-
Remove unused mp_dvdnav_aid_from_audio_num function2009-11-09, by reimar
-
Fixup the dvdnav <-> sid mapping, dvdnav_spu_stream_to_lang and2009-11-09, by reimar
-
Use enum PixelFormat instead of int for srcFormat and dstFormat.2009-11-08, by cehoyos
-
Remove macho64 special-case for yasm options, -DPIC is already added2009-11-08, by reimar
-
Remove a pointless undeclared function reference, #error is assumed2009-11-08, by reimar
-
Add a comment that the PIC handling in mangle.h is duplicate also in2009-11-08, by reimar
-
Add a check if compiler creates PIC code and if so add -DPIC to YASMFLAGS.2009-11-08, by reimar
-
Clarify possible issues with gmplayer commandline options due to conflicts2009-11-08, by reimar