summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* core: Add support for decoder reordering of pts valuesUoti Urpala2009-11-218-9/+111
* VO: Keep aspect by adding black bars in window mode too if necessaryUoti Urpala2009-11-202-3/+7
* vo_vdpau: Check return value when setting video mixer featuresUoti Urpala2009-11-171-3/+6
* cosmetics: remove some unused variablesUoti Urpala2009-11-175-8/+0
* vo_vdpau: Check return value when setting video attributesUoti Urpala2009-11-171-24/+24
* vo_xv: Support yuv colorspace changes on ATI cardsUoti Urpala2009-11-171-2/+4
* mplayer.c: Fix compilation with dvdnav enabledUoti Urpala2009-11-161-3/+3
* Merge svn changes up to r29912Uoti Urpala2009-11-1685-1000/+1697
|\
| * Show OSD message when enabling/disabling de-interlacing.cehoyos2009-11-142-0/+3
| * cosmetics and grammar fixesptt2009-11-131-17/+18
| * Add -tsprog support for lavf to mencoder, similar to what SVN r29846 did for ...reimar2009-11-131-0/+8
| * sync with en/mplayer.1 r29905jrash2009-11-131-12/+32
| * Check that mpctx->audio_out is not NULL when trying to uninit it.reimar2009-11-131-1/+2
| * synced with r29905ptt2009-11-131-1/+16
| * synced with r29885ptt2009-11-121-11/+33
| * cosmetic fixes as pointed out by diegoptt2009-11-121-4/+4
| * Added -name, -title and -use-filename-title options and implementation in X11...ptt2009-11-126-2/+36
| * Do not dynamically load libvdpau.so.1, but link at compile time.cehoyos2009-11-112-22/+6
| * Replace dead link explaining why not to use HTML on the mailing lists.tack2009-11-1110-10/+10
| * Fix declarations in mp_taglists.h and include it in mp_taglists.c toreimar2009-11-112-3/+4
| * Add a "tips and tricks" section to the slave mode documentation.reimar2009-11-111-0/+9
| * Whitespace cosmetics: fix pause_loop indentation/remove inconsistently used t...reimar2009-11-111-37/+37
| * Do not call resume on unpausing if we have already reached eof whilereimar2009-11-111-0/+3
| * Remember which subtitle was auto-selected for dvdnav due to -slangreimar2009-11-111-1/+14
| * Factor out code that decides which subtitle to play.reimar2009-11-111-24/+28
| * Avoid modifying dvdsub_id in command.c where possible.reimar2009-11-111-2/+2
| * Move headers related to setting dvd speed to dvd_common.reimar2009-11-112-14/+19
| * Set the EOF flag when dvdnav reached the end of the requested title.reimar2009-11-111-2/+6
| * Support the range syntax (like dvd://2-5) also for dvdnav.reimar2009-11-111-5/+7
| * 10l: Fix compilation without VDPAU.cehoyos2009-11-111-1/+1
| * Move dvd_speed and dvd_set_speed to dvd_common and implement -dvd-speedreimar2009-11-104-73/+79
| * Move arrays used by both dvd and dvdnav to dvd_common.reimar2009-11-104-5/+6
| * Remove unused extern declarations.reimar2009-11-101-1/+0
| * Share dvd_device extern declaration between dvd and dvdnav.reimar2009-11-103-2/+1
| * Remove an unused variable.reimar2009-11-101-1/+1
| * Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capablecehoyos2009-11-108-1/+43
| * Map AV_LOG_VERBOSE to MSGL_V in order to avoid spurious log output.diego2009-11-101-0/+1
| * Update man page to reflect support for up to 8 channels.tack2009-11-101-6/+8
| * Allow lavf demuxer to also probe and play files < 32 kB (full probe buffer si...reimar2009-11-101-2/+4
| * Calculate length of ASF files with more than 1 second precision.reimar2009-11-102-2/+2
| * Fix length calculation for ASF, preroll is in ms, play time in 100 ns.reimar2009-11-101-1/+1
| * Remove useless castreimar2009-11-101-1/+1
| * Changelog: add note that 8 channel audio is now supported.tack2009-11-101-0/+1
| * Use configure code to define PIC instead of duplicating the check in mangle.h.reimar2009-11-102-6/+1
| * Delete "auto-close" from configuration whose support has long been removed.zuxy2009-11-101-1/+1
| * Add support for DVB teletext.reimar2009-11-104-2/+52
| * Free demuxer->teletext when closing the demuxer.reimar2009-11-101-0/+3
| * Set demuxer->teletext to NULL when closing the TV interface,reimar2009-11-101-0/+1
| * 100: Fix function parameters when calling create_vdp_decoder() from query_for...cehoyos2009-11-101-1/+1
| * Cosmetics: Fix indentation after last commit.cehoyos2009-11-101-1/+1
| * Fail in query_format() if a VDPAU decoder is not available.cehoyos2009-11-101-5/+8
| * Add a default to switch(image_format), suppresses a warning after a future pa...cehoyos2009-11-101-0/+3
| * Add support for 8 channel audio.tack2009-11-1010-19/+215
| * Cosmetics: remove trailing whitespace from file.tack2009-11-101-1/+0
| * Properly free the pthread mutex for teletext.reimar2009-11-091-0/+2
| * Allow teletext compilation without pthreadsreimar2009-11-091-0/+11
| * Fix compilation of teletext code without freetype supportreimar2009-11-091-0/+2
| * Change type of teletext color specification from unsigned charreimar2009-11-091-1/+1
| * Make sure the teletext property stuff does not crash if no demuxer is available.reimar2009-11-091-1/+1
| * The code for the non-networking case is the same whether networkingreimar2009-11-091-5/+2
| * Factor out triplicated break statement.reimar2009-11-091-3/+4
| * Remove unused mp_dvdnav_aid_from_audio_num functionreimar2009-11-091-21/+0
| * Fixup the dvdnav <-> sid mapping, dvdnav_spu_stream_to_lang andreimar2009-11-091-9/+13
| * Use enum PixelFormat instead of int for srcFormat and dstFormat.cehoyos2009-11-081-8/+8
| * Remove macho64 special-case for yasm options, -DPIC is already addedreimar2009-11-081-1/+0
| * Remove a pointless undeclared function reference, #error is assumedreimar2009-11-081-1/+0
| * Add a comment that the PIC handling in mangle.h is duplicate also inreimar2009-11-081-0/+1
| * Add a check if compiler creates PIC code and if so add -DPIC to YASMFLAGS.reimar2009-11-081-0/+15
| * Clarify possible issues with gmplayer commandline options due to conflictsreimar2009-11-081-1/+4
| * Remove CONFIG_TV_TELETEXT.cehoyos2009-11-0711-93/+1
| * Factorise vbi_decode().cehoyos2009-11-071-30/+39
| * Allow demuxer lavf to export CODEC_ID_DVB_TELETEXT.cehoyos2009-11-071-0/+2
| * Separate teletext from tv support.cehoyos2009-11-0712-56/+81
| * Remove pointless and broken (e.g. does not set aid and vid) -tsprog handlingreimar2009-11-071-22/+3
| * Use switch_program property from mplayer.c to set ts_prog.reimar2009-11-071-0/+4
| * Remove an empty program if the one requested by IDENTIFY_PROGRAM does not existreimar2009-11-071-4/+4
| * Document sws_freeContext().stefano2009-11-071-0/+4
| * Whitespace cosmetics: reindent reinit_audio_chain functionreimar2009-11-061-43/+43
| * Remove some useless comments/commented-out code.reimar2009-11-061-3/+0
| * Split assignment from error value check to avoid overcomplicated if () condit...reimar2009-11-061-2/+3
| * Reuse the init_error exit path also for init_best_audio_codec errors.reimar2009-11-061-3/+1
| * Simplify: use &= instead of a = b & a;reimar2009-11-061-1/+1
| * Remove some unnecessary else blocksreimar2009-11-061-3/+2
| * Use an early return instead of a {} block over the whole function in reinit_a...reimar2009-11-061-2/+2
| * Disable audio when initializing the filter chain fails (can happen e.g. when ...reimar2009-11-061-7/+8
| * Only call avcodec_close if the open succeeded before, otherwise avcodec_closereimar2009-11-061-1/+2
| * PPC: make inline asm xform address test work with Apple toolsattila2009-11-061-1/+1
| * sync with en/mplayer.1 r29823jrash2009-11-061-2/+9
| * dvdnav: print ID_SID_..._LANG, just like dvd://reimar2009-11-051-0/+2
| * Cosmetics: indentation, merge two consecutive ifs.reimar2009-11-051-6/+4
| * Make dvdnav also print info about audio streams with unknown language, just l...reimar2009-11-051-1/+1
| * Make the dvdnav stream language information output more similar to the dvd one.reimar2009-11-051-10/+6
| * Change the subtitle numbers in the dvdnav subtitle language info to matchreimar2009-11-051-1/+1
| * Change dvdnav_reset_stream to not disable subtitles, since that breaksreimar2009-11-051-2/+0
| * Add cast to signed for 64 bit check, since according to an FFmpeg bug reportreimar2009-11-051-1/+1
| * Add a profile example and (commented-out) useful defaults for dvdnavreimar2009-11-051-0/+3
| * So Long, and Thanks for All the Fishreynaldo2009-11-051-5/+5
| * Add new VDPAU feature high-quality-scaling (and require newer library).cehoyos2009-11-043-2/+17
| * reorder_ch: Remove unneeded AF_CHANNEL_LAYOUT_LAVC_AAC_DEC_*tack2009-11-042-6/+1
| * ad_ffmpeg: Fix channel layout for ffvorbis and ffaactack2009-11-041-8/+1
| * cosmetics: alphabetizecompn2009-11-031-1/+1
| * 10l for breaking compilation. change eatgv to tgvcompn2009-11-031-1/+1
| * Remove unneeded initializationreynaldo2009-11-031-1/+0
| * add yuvs fourcc, fixes yuvs.movcompn2009-11-031-0/+1
| * add ffmpeg eatgv codeccompn2009-11-032-0/+8
| * add audio format 0x55005354 to mp3, fixes unknown_audio_codec.avicompn2009-11-031-0/+2
| * The "ilaced" suboption of vf_scale was renamed to "interlaced".diego2009-11-027-14/+14
| * Improve VDPAU noforce-mixer documentation.cehoyos2009-11-021-1/+2
| * demuxer.c: Add initialization missing from previous commituau2009-11-021-21/+5
| * add VYUY and Y42B fourccs to rawcodecscompn2009-11-021-0/+2
| * Unbreak the demuxer-specific code in video.c with e.g.reimar2009-11-013-0/+12
| * Teletext display does support font scaling via OSD font scaling, removecehoyos2009-10-311-1/+0
| * Replace two more occurences of tvi_vbi with dec_teletext.cehoyos2009-10-312-3/+3
| * Remove incorrect comment.cehoyos2009-10-311-2/+0
| * sync with en/mplayer.1 r29805jrash2009-10-311-12/+33
| * Slightly change behavior of "none" if fstype specification.corey2009-10-302-2/+2
| * Document slice ordering assumption done by sws_scale().stefano2009-10-301-1/+5
| * Support ISDB-Tb tunning in Brazilcehoyos2009-10-301-3/+7
| * Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some pathscehoyos2009-10-297-65/+71
| * Move teletext specific code from stream into libmpcodecs.cehoyos2009-10-2912-113/+146
| * consistency fix: Give all CONFIG_ definitions the value 1.diego2009-10-281-16/+16
| * Cosmetics: Reindent after last commit.cehoyos2009-10-271-1/+1
| * Allow image format BGRA when using vo vdpau.cehoyos2009-10-272-0/+42
| * Move 64 bit check below compiler detection since it needs the compilerreimar2009-10-261-13/+13
| * Fix teletext character set auto-detection.cehoyos2009-10-241-1/+1
| * Move some variable initializations to the beginning of vo_x11_fullscreen().diego2009-10-241-9/+4
| * Implement VFCAP_FLIP for vo_vdpau.cehoyos2009-10-231-3/+5
| * Free memory allocated in ff_vdpau_add_data_chunk() on uninit.cehoyos2009-10-221-0/+8
| * synced with r29791ptt2009-10-221-2/+2
| * Break an output line for consistency.diego2009-10-221-1/+1
| * cosmetic fixes in bs2b and vdpau sectionsptt2009-10-221-9/+9
| * add V422, YUNV to rawyuy2compn2009-10-201-0/+7
| * add HDYC fourcc to rawuyvycompn2009-10-201-0/+1
| * sync to x264-r1296lorenm2009-10-192-2/+2
| * Fix playback of Intel JPEG Library Video Codec.cehoyos2009-10-191-8/+1
| * Fix aspect test program linking.diego2009-10-191-0/+4
| * Get rid of COMMON_LDFLAGS variable. It was a pointless indirection.diego2009-10-192-9/+5
| * Add missing '#include "config.h"', the header uses HAVE_BIGENDIAN.diego2009-10-191-0/+2
| * Add CONFIG_LPC to config.h as well (needed by FFmpeg).diego2009-10-191-0/+1
| * Add CONFIG_LPC to config.mak (needed by FFmpeg).diego2009-10-191-0/+1
| * add binary codec for fourcc slifcompn2009-10-191-0/+8
| * Merge rules for building mencoder and mplayer.diego2009-10-181-3/+4
| * Get rid of LDFLAGS_MPLAYER and LDFLAGS_MENCODER variables.diego2009-10-181-8/+2
| * Try to recover from VDPAU display pre-emptions.cehoyos2009-10-171-0/+76
| * Find and take into account stream start time for ogg files.reimar2009-10-161-19/+34
| * add MVJP fourcc (mjpeg) from ffmpegcompn2009-10-151-0/+1
| * Add support for "Forward Uncompressed" decoding via FFmpegreimar2009-10-141-0/+8
| * removed daniele forghieri from italian man mantainers (as said by diego and him)ptt2009-10-141-1/+1
| * synced with r29771ptt2009-10-141-1/+19
| * Support SMPTE-240M colourspace in vo_vdpau.cehoyos2009-10-122-3/+6
| * Allow playback of files with FourCC IJLV (Intel JPEG Library Video Codec).cehoyos2009-10-111-0/+8
| * Add colorspace option to vo_vdpau.cehoyos2009-10-102-12/+55
| * Remove redundant duplicate option handling in the playtree.adrian2009-10-101-13/+3
| * Implement dummy EncodePointer/DecodePointer functions needed for e.g. lagarit...reimar2009-10-101-0/+12
| * some coherence's fixesptt2009-10-081-6/+6
| * cosmetics in channels/capture sectionsptt2009-10-081-6/+6
| * synced with r29762ptt2009-10-081-19/+183
| * added myself to italian man mantainers section, since i'm the one that does thatptt2009-10-081-1/+1
| * various little aesthetic fixesptt2009-10-081-14/+15
| * Fix 100l typo introduced in last commit.diego2009-10-081-1/+1
| * synced with r28576ptt2009-10-081-51/+107
| * cosmetics: Remove some pointless parentheses from return calls.diego2009-10-087-17/+17
| * cosmetics: Break two more lines.diego2009-10-081-2/+4
| * Updated to help_mp-en.h r29742