aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| | * Add -tsprog support for lavf to mencoder, similar to what SVN r29846 did for ...Gravatar reimar2009-11-13
| | * sync with en/mplayer.1 r29905Gravatar jrash2009-11-13
| | * Check that mpctx->audio_out is not NULL when trying to uninit it.Gravatar reimar2009-11-13
| | * synced with r29905Gravatar ptt2009-11-13
| | * synced with r29885Gravatar ptt2009-11-12
| | * cosmetic fixes as pointed out by diegoGravatar ptt2009-11-12
| | * Added -name, -title and -use-filename-title options and implementation in X11...Gravatar ptt2009-11-12
| | * Do not dynamically load libvdpau.so.1, but link at compile time.Gravatar cehoyos2009-11-11
| | * Replace dead link explaining why not to use HTML on the mailing lists.Gravatar tack2009-11-11
| | * Fix declarations in mp_taglists.h and include it in mp_taglists.c toGravatar reimar2009-11-11
| | * Add a "tips and tricks" section to the slave mode documentation.Gravatar reimar2009-11-11
| | * Whitespace cosmetics: fix pause_loop indentation/remove inconsistently used t...Gravatar reimar2009-11-11
| | * Do not call resume on unpausing if we have already reached eof whileGravatar reimar2009-11-11
| | * Remember which subtitle was auto-selected for dvdnav due to -slangGravatar reimar2009-11-11
| | * Factor out code that decides which subtitle to play.Gravatar reimar2009-11-11
| | * Avoid modifying dvdsub_id in command.c where possible.Gravatar reimar2009-11-11
| | * Move headers related to setting dvd speed to dvd_common.Gravatar reimar2009-11-11
| | * Set the EOF flag when dvdnav reached the end of the requested title.Gravatar reimar2009-11-11
| | * Support the range syntax (like dvd://2-5) also for dvdnav.Gravatar reimar2009-11-11
| | * 10l: Fix compilation without VDPAU.Gravatar cehoyos2009-11-11
| | * Move dvd_speed and dvd_set_speed to dvd_common and implement -dvd-speedGravatar reimar2009-11-10
| | * Move arrays used by both dvd and dvdnav to dvd_common.Gravatar reimar2009-11-10
| | * Remove unused extern declarations.Gravatar reimar2009-11-10
| | * Share dvd_device extern declaration between dvd and dvdnav.Gravatar reimar2009-11-10
| | * Remove an unused variable.Gravatar reimar2009-11-10
| | * Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capableGravatar cehoyos2009-11-10
| | * Map AV_LOG_VERBOSE to MSGL_V in order to avoid spurious log output.Gravatar diego2009-11-10
| | * Update man page to reflect support for up to 8 channels.Gravatar tack2009-11-10
| | * Allow lavf demuxer to also probe and play files < 32 kB (full probe buffer si...Gravatar reimar2009-11-10
| | * Calculate length of ASF files with more than 1 second precision.Gravatar reimar2009-11-10
| | * Fix length calculation for ASF, preroll is in ms, play time in 100 ns.Gravatar reimar2009-11-10
| | * Remove useless castGravatar reimar2009-11-10
| | * Changelog: add note that 8 channel audio is now supported.Gravatar tack2009-11-10
| | * Use configure code to define PIC instead of duplicating the check in mangle.h.Gravatar reimar2009-11-10
| | * Delete "auto-close" from configuration whose support has long been removed.Gravatar zuxy2009-11-10
| | * Add support for DVB teletext.Gravatar reimar2009-11-10
| | * Free demuxer->teletext when closing the demuxer.Gravatar reimar2009-11-10
| | * Set demuxer->teletext to NULL when closing the TV interface,Gravatar reimar2009-11-10
| | * 100: Fix function parameters when calling create_vdp_decoder() from query_for...Gravatar cehoyos2009-11-10
| | * Cosmetics: Fix indentation after last commit.Gravatar cehoyos2009-11-10
| | * Fail in query_format() if a VDPAU decoder is not available.Gravatar cehoyos2009-11-10
| | * Add a default to switch(image_format), suppresses a warning after a future pa...Gravatar cehoyos2009-11-10
| | * Add support for 8 channel audio.Gravatar tack2009-11-10
| | * Cosmetics: remove trailing whitespace from file.Gravatar tack2009-11-10
| | * Properly free the pthread mutex for teletext.Gravatar reimar2009-11-09
| | * Allow teletext compilation without pthreadsGravatar reimar2009-11-09
| | * Fix compilation of teletext code without freetype supportGravatar reimar2009-11-09
| | * Change type of teletext color specification from unsigned charGravatar reimar2009-11-09
| | * Make sure the teletext property stuff does not crash if no demuxer is available.Gravatar reimar2009-11-09
| | * The code for the non-networking case is the same whether networkingGravatar reimar2009-11-09