| Commit message (Expand) | Author | Age | Files | Lines |
* | img_format.h, vo_gl: fix IMGFMT_IS_YUVP16() definition | Uoti Urpala | 2011-07-14 | 1 | -1/+3 |
* | input.c: remove write to buffer[-1] in parse_config() | Uoti Urpala | 2011-07-11 | 1 | -1/+0 |
* | stream_bluray: switch to new libbluray API | Rico Tzschichholz | 2011-07-10 | 2 | -8/+8 |
* | options: fix -use-filename-title crash after recent 39e373aa | Uoti Urpala | 2011-07-10 | 1 | -1/+2 |
* | vd_ffmpeg: make "-lavdopts lowres" handling more robust | Uoti Urpala | 2011-07-09 | 1 | -11/+11 |
* | vd_ffmpeg: fix "-lavdopts skipframe" support | Uoti Urpala | 2011-07-09 | 1 | -1/+5 |
* | cleanup: silence most of the clang warnings | Clément Bœsch | 2011-07-09 | 9 | -16/+17 |
* | build: add a hack to prevent name collision with libtalloc | Uoti Urpala | 2011-07-07 | 1 | -0/+10 |
* | vo_directx: include <libavutil/common.h> for FFMIN | Uoti Urpala | 2011-07-07 | 1 | -0/+1 |
* | configure: clang: set custom warning flags for clang | Uoti Urpala | 2011-07-07 | 1 | -0/+2 |
* | build: Revert "codec-cfg.c: avoid including aviheader.h" | Uoti Urpala | 2011-07-07 | 1 | -3/+2 |
* | configure: rename "--disable-ass" to "--disable-libass" | Uoti Urpala | 2011-07-06 | 1 | -4/+4 |
* | demux/mp_taglists: Move Bink audio tags to override list | Anton Khirnov | 2011-07-06 | 1 | -2/+2 |
* | Merge branch 'mplayer1_changes' | Uoti Urpala | 2011-07-06 | 53 | -1158/+1072 |
|\ |
|
| * | stream.c: make reconnect checks more robust | reimar | 2011-07-06 | 1 | -14/+21 |
| * | stream.c: Pass streaming_ctrl eof on to struct stream field | reimar | 2011-07-06 | 1 | -0/+2 |
| * | stream/network: don't clobber buffer byte counts on error | reimar | 2011-07-06 | 1 | -0/+1 |
| * | stream/network: distinguish EOF/error in streaming control API | reimar | 2011-07-06 | 1 | -1/+2 |
| * | cache: don't modify argument when stream control fails | reimar | 2011-07-06 | 1 | -2/+3 |
| * | cleanup: silence some clang warnings | reimar | 2011-07-06 | 3 | -4/+4 |
| * | demux_rtp.cpp: Add a hack to receive audio while probing video FPS | reimar | 2011-07-06 | 1 | -1/+26 |
| * | manpage: improve vo_gl "stereo" suboption description | ptt | 2011-07-06 | 1 | -19/+21 |
| * | codecs.conf: add yv16 raw fourcc | compn | 2011-07-06 | 1 | -0/+2 |
| * | configure: Remove obsolete test for ARM pld instruction | diego | 2011-07-06 | 1 | -7/+1 |
| * | cleanup: demux_vqf: typo/wording fixes | diego | 2011-07-06 | 1 | -2/+2 |
| * | loader/module.c: Fix compilation with --disable-qtx | reimar | 2011-07-06 | 1 | -5/+5 |
| * | stream/tvi_v4l[2]: fix calculation of free RAM for buffers | iive | 2011-07-06 | 3 | -17/+11 |
| * | codecs.conf: add vfw csmcodec for fourcc CSM0, map YV24 fourcc to raw444P codec | compn | 2011-07-06 | 1 | -0/+11 |
| * | configure: fix check for clang compiler | diego | 2011-07-06 | 1 | -2/+1 |
| * | configure: fix mmxext detection with --disable-sse | reimar | 2011-07-06 | 1 | -3/+2 |
| * | cpudetect.c: check OS SSE support only with runtime detection | reimar | 2011-07-06 | 1 | -1/+4 |
| * | cleanup: tvi_dshow: add "static", fix printf format | diego | 2011-07-06 | 1 | -9/+16 |
| * | demux_lavf: Do not set AVIOContext for AVFMT_NOFILE formats | reimar | 2011-07-06 | 1 | -5/+7 |
| * | vo_gl: fix YUY2/YVYU colorspace mixup | reimar | 2011-07-06 | 2 | -2/+4 |
| * | options: allow colorspace options to recognize "yvyu" | reimar | 2011-07-06 | 1 | -0/+1 |
| * | cosmetics: img_format.h: document some formats | reimar | 2011-07-06 | 1 | -11/+11 |
| * | options: Allow a larger range for -aspect | reimar | 2011-07-06 | 1 | -1/+1 |
| * | cleanup: vo_directx: remove redundant code | reimar | 2011-07-06 | 1 | -94/+23 |
| * | demux_lavf: fix code printing subtitle type | reimar | 2011-07-06 | 1 | -2/+2 |
| * | cleanup: mplayer.c: Factor out a bit of spudec code | reimar | 2011-07-06 | 1 | -4/+8 |
| * | vo_directx: Change vo_directx to use w32_common.c | reimar | 2011-07-06 | 1 | -370/+43 |
| * | VO: w32_common: also generate VO_EVENT_MOVE | reimar | 2011-07-06 | 1 | -0/+8 |
| * | codec-cfg.c: avoid including aviheader.h | reimar | 2011-07-06 | 1 | -2/+3 |
| * | vf_stereo3d: Add support for converting to interleaved 3D | reimar | 2011-07-06 | 2 | -6/+45 |
| * | playlist: Support "Length" option in .pls playlist files | reimar | 2011-07-06 | 1 | -2/+10 |
| * | VO: support Pause/Break key in X11 input | diego | 2011-07-06 | 2 | -1/+3 |
| * | playtree: make some char * function arguments const | reimar | 2011-07-06 | 2 | -11/+10 |
| * | cache: allow STREAM_CTRL_GET_CURRENT_TIME with cache | reimar | 2011-07-06 | 1 | -3/+12 |
| * | cosmetics: cache2.c: Fix comment | reimar | 2011-07-06 | 1 | -2/+2 |
| * | cosmetics: stream_dvdnav.c: Remove pointless () | reimar | 2011-07-06 | 1 | -9/+9 |
| * | stream_dvd: fix dvd_get_current_time() | reimar | 2011-07-06 | 1 | -5/+5 |
| * | cleanup: vobsub.c: simplify parsing | cboesch | 2011-07-06 | 1 | -57/+10 |
| * | dvdnav: make mp_dvdnav_save_smpi() more robust | reimar | 2011-07-06 | 1 | -6/+10 |
| * | configure: only set NEED_GLOB on Windows | reimar | 2011-07-06 | 1 | -2/+5 |
| * | stream_pvr: Replace <sys/fcntl.h> include by <fcntl.h> | reimar | 2011-07-06 | 1 | -1/+1 |
| * | configure: when cross-compiling default host_cc to "cc" | reimar | 2011-07-06 | 1 | -4/+5 |
| * | cosmetics: Fix typos | cehoyos | 2011-07-06 | 2 | -5/+5 |
| * | stream_cdda: work around libcdparanoia caching issues | reimar | 2011-07-06 | 1 | -0/+3 |
| * | stream: show negative seek position value in error message | reimar | 2011-07-06 | 1 | -1/+2 |
| * | configure: fix _libcdio variable staying on "auto" | reimar | 2011-07-06 | 1 | -0/+1 |
| * | etc/mplayer.desktop: revise desktop file | ib | 2011-07-06 | 1 | -8/+17 |
| * | vf_ilpack: fix incompatible function types | reimar | 2011-07-06 | 1 | -5/+8 |
| * | cosmetics: vf_ilpack.c: tabs to 4 spaces | Uoti Urpala | 2011-07-06 | 1 | -341/+341 |
| * | configure: add an initial check to verify compiler works at all | iive | 2011-07-06 | 1 | -0/+4 |
| * | vf_dint, vf_divtc: fix code assuming "char" is signed | reimar | 2011-07-06 | 2 | -9/+9 |
| * | cleanup: x11_common: remove pointless GC operations | iive | 2011-07-06 | 1 | -3/+2 |
| * | vo_xv: avoid setting background color due to resize flicker | iive | 2011-07-06 | 1 | -4/+5 |
| * | stream_cue: Avoid probing empty filename in cue_find_bin() | iive | 2011-07-06 | 1 | -0/+3 |
| * | stream_cue: fix multiple bugs | reimar | 2011-07-06 | 1 | -24/+25 |
| * | vo_gl: Support 9- and 10-bit YUV input for OpenGL VOs | reimar | 2011-07-06 | 5 | -15/+46 |
| * | cleanup: vo_direct3d: Mark a function static | diego | 2011-07-06 | 1 | -2/+3 |
| * | demux_asf: Fix play duration calculation error | ib | 2011-07-06 | 1 | -1/+1 |
| * | vf_delogo: allow to change the rectangle based on the time | cigaes | 2011-07-06 | 2 | -17/+134 |
| * | cosmetics: vf_delogo.c: remove tabs to allow direct merge | Uoti Urpala | 2011-07-06 | 1 | -57/+57 |
| * | cosmetics: asf.h: Fix comment error | ib | 2011-07-06 | 1 | -1/+1 |
| * | stream dump: print progress information | cigaes | 2011-07-05 | 1 | -1/+55 |
* | | configure: Use -Werror-implicit-function-declaration with GCC | Uoti Urpala | 2011-07-06 | 1 | -2/+3 |
* | | demux_lavf: add missing #include <libavutil/mathematics.h> | Uoti Urpala | 2011-07-06 | 1 | -0/+1 |
* | | vo: avoid losing initial expose event | Uoti Urpala | 2011-07-06 | 1 | -3/+2 |
* | | vo_xv: avoid clearing too much on resize | Uoti Urpala | 2011-07-06 | 4 | -32/+6 |
* | | options: free option defaults when freeing config | Uoti Urpala | 2011-07-06 | 1 | -0/+5 |
* | | options: allocate dynamic options with talloc | Uoti Urpala | 2011-07-06 | 2 | -100/+83 |
* | | cleanup: remove useless set_codec_path() function | Uoti Urpala | 2011-07-06 | 2 | -19/+0 |
* | | cleanup: reformat and clean up m_config.[ch] | Uoti Urpala | 2011-07-06 | 2 | -528/+504 |
|/ |
|
* | debug output: reduce verbosity of some frequent messages | Uoti Urpala | 2011-07-05 | 2 | -6/+5 |
* | VO: silence "[ASPECT] Warning: No suitable new res found!" | Uoti Urpala | 2011-07-05 | 1 | -1/+1 |
* | VO: clean up aspect.c, remove aspecttest tool | Uoti Urpala | 2011-07-05 | 3 | -136/+44 |
* | OSD: when switching sub/audio tracks show title of new track | Uoti Urpala | 2011-07-03 | 4 | -12/+33 |
* | commands: change property mechanism to use talloc strings | Uoti Urpala | 2011-07-03 | 7 | -140/+91 |
* | cosmetics: reformat demux_lavf.c, m_option.[ch] and m_property.c | Uoti Urpala | 2011-07-03 | 4 | -2710/+2905 |
* | demux: use talloc for sh_* structs and "lang" field | Uoti Urpala | 2011-07-03 | 4 | -17/+16 |
* | cleanup: reindent stheader.h | Uoti Urpala | 2011-07-03 | 1 | -100/+102 |
* | audio: move ready-for-ao data buffer from decoder to AO | Uoti Urpala | 2011-07-02 | 6 | -86/+77 |
* | Makefile: show brief build output by default | Clément Bœsch | 2011-07-02 | 1 | -0/+7 |
* | Makefile: use $(RM) builtin | Clément Bœsch | 2011-07-02 | 1 | -21/+20 |
* | cleanup: fix mp_dbg() format string warnings | Clément Bœsch | 2011-07-01 | 5 | -20/+11 |
* | cleanup: mark some vo_directfb2.c and vo_s3fb.c functions static | Uoti Urpala | 2011-06-29 | 2 | -12/+22 |
* | Merge branch 'mplayer1_changes' | Uoti Urpala | 2011-06-29 | 32 | -108/+209 |
|\ |
|
| * | subreader: SAMI subs: wrap line if needed | reimar | 2011-06-29 | 1 | -0/+2 |
| * | codecs.conf: add fourcc DVOO to rawyuy2 | cehoyos | 2011-06-29 | 1 | -0/+2 |
| * | codecs.conf: add libavcodec r10k decoder | cehoyos | 2011-06-29 | 1 | -0/+7 |
| * | demux_ts: Support S302M audio | cehoyos | 2011-06-29 | 1 | -0/+8 |
| * | codecs.conf: add S302M audio codec from libavcodec | cehoyos | 2011-06-29 | 1 | -0/+7 |
| * | stream.c: make some stream messages translatable | ib | 2011-06-29 | 1 | -6/+7 |
| * | vo_gl: Request GL_LUMINANCE16 for 16-bit YUV input | reimar | 2011-06-29 | 2 | -2/+5 |
| * | vo_gl: don't accept 9/10-bit formats as input | reimar | 2011-06-29 | 8 | -58/+74 |
| * | Windows: stream_cddb.c: include <path.h> for MinGW | vayne | 2011-06-29 | 1 | -0/+1 |
| * | cleanup: Make vcd_seek_to_track() static in more files | reimar | 2011-06-29 | 4 | -4/+4 |
| * | cache2.c: Avoid warnings about discarding volatile | reimar | 2011-06-29 | 1 | -4/+10 |
| * | cleanup: some warning fixes and minor cleanups | reimar | 2011-06-29 | 5 | -13/+9 |
| * | input: support up to 20 mouse buttons | reimar | 2011-06-29 | 2 | -2/+42 |
| * | manpage: use upper case names for some keys | ib | 2011-06-29 | 1 | -4/+4 |
| * | core: move m_config_free() last before exit | reimar | 2011-06-29 | 1 | -5/+6 |
| * | configure: handle X11 dependencies at depending checks | diego | 2011-06-29 | 1 | -7/+5 |
| * | playtree: free parameter values when entry is freed | reimar | 2011-06-29 | 1 | -1/+8 |
| * | configure: fix swab() check for Windows | cehoyos | 2011-06-29 | 1 | -1/+2 |
| * | vd_ffmpeg.c: fix one case of "-lavdopts vstats" crashing | iive | 2011-06-29 | 1 | -1/+4 |
| * | Windows: ao_pcm: add io.h include for MinGW64 | diego | 2011-06-29 | 1 | -0/+1 |
| * | command.c: Add missing osdep/strsep.h #include | diego | 2011-06-29 | 1 | -0/+1 |
* | | mp_msg: change mp_dbg() to inline function to check syntax | Uoti Urpala | 2011-06-29 | 1 | -3/+8 |
* | | input: clean up messages with button combination names | Uoti Urpala | 2011-06-29 | 1 | -34/+23 |
* | | stream/tvi_v4l2: Add V4L2 support for OpenBSD (and NetBSD) | Uoti Urpala | 2011-06-29 | 2 | -0/+15 |
|/ |
|
* | configure: Remove checks for default inline asm features | Diego Biurrun | 2011-06-28 | 2 | -33/+4 |
* | Merge branch '10bit' | Uoti Urpala | 2011-06-26 | 12 | -172/+143 |
|\ |
|
| * | vd_ffmpeg: autoselect output colorspaces without codecs.conf | Uoti Urpala | 2011-06-26 | 5 | -167/+37 |
| * | video/colorspaces: add new 9/10-bit formats from libavcodec | Uoti Urpala | 2011-06-26 | 7 | -2/+96 |
| * | fmt-conversion.c: print name of any unrecognized pixfmt | Uoti Urpala | 2011-06-26 | 1 | -3/+10 |
* | | ao_rsound: add new RSound audio output driver | Hans-Kristian Arntzen | 2011-06-26 | 5 | -0/+256 |
* | | cleanup: ao_pcm: remove useless assignment to ao->buffersize | Uoti Urpala | 2011-06-26 | 1 | -1/+0 |
* | | av_log: map libav* debug messages to MSGL_DBG2 | Uoti Urpala | 2011-06-26 | 1 | -0/+2 |
|/ |
|
* | cleanup: remove warnings under libmenu/ | Clément Bœsch | 2011-06-24 | 6 | -7/+9 |
* | vf_pullup, vf_yadif: pts handling fixes | Rudolf Polzer | 2011-06-24 | 2 | -15/+22 |
* | Windows: vo/input: handle WM_XBUTTONDOWN message | Rudolf Polzer | 2011-06-19 | 1 | -1/+16 |
* | demux: pad even 0-size demux packet data (fixes sd_ass crash) | Uoti Urpala | 2011-06-18 | 1 | -17/+10 |
* | ffmpeg_files/intreadwrite.h: fix AV_RL32/AV_RB32 signedness | Uoti Urpala | 2011-06-15 | 1 | -2/+2 |
* | sub/ass: use default style, not first style unconditionally | Grigori Goronzy | 2011-06-14 | 1 | -1/+2 |
* | input: add useful default pointer button bindings | Grigori Goronzy | 2011-06-14 | 3 | -0/+11 |
* | ao: fix crash after ao init failure (from recent 3a5fd15fa2) | Uoti Urpala | 2011-05-16 | 1 | -1/+3 |
* | vo_xvmc: drop XvMC support | Uoti Urpala | 2011-05-09 | 8 | -1481/+9 |
* | audio: disallow partial samples, fix ad_pcm to comply | Uoti Urpala | 2011-05-07 | 2 | -3/+11 |
* | options: fix -profile parsing after 2db33ab48c | Uoti Urpala | 2011-05-07 | 1 | -1/+3 |
* | cleanup: shut up more warnings | Clément Bœsch | 2011-05-06 | 49 | -122/+107 |
* | ao_pcm, core: use new API in ao_pcm, change timing with it | Uoti Urpala | 2011-05-05 | 5 | -146/+133 |
* | ao_null: convert to new API, cleanup/rewrite | Uoti Urpala | 2011-05-05 | 1 | -74/+70 |
* | audio output: add a new AO driver API | Uoti Urpala | 2011-05-05 | 3 | -69/+169 |
* | cleanup: reindent audio_out.[ch] | Uoti Urpala | 2011-05-04 | 2 | -65/+61 |
* | input: make slave command file descriptors nonblocking | Uoti Urpala | 2011-05-04 | 3 | -6/+12 |
* | audio: clamp sample values in float->int format conversions | Rudolf Polzer | 2011-05-04 | 1 | -4/+4 |
* | audio: avoid duplicated error messages on init failure | Uoti Urpala | 2011-05-03 | 1 | -1/+3 |
* | ad_ffmpeg: return failure from init() if initial decode fails | Uoti Urpala | 2011-05-03 | 1 | -6/+13 |
* | input/joystick.c: add #include missing from 23cb829072 | Uoti Urpala | 2011-05-03 | 1 | -0/+1 |
* | vo_svga: fix build after previous commit 6506d4ad | Clément Bœsch | 2011-05-03 | 1 | -1/+1 |
* | cleanup: remove more warnings | Clément Bœsch | 2011-05-02 | 21 | -102/+37 |
* | Merge branch 'mplayer1_changes' | Uoti Urpala | 2011-05-02 | 30 | -199/+518 |
|\ |
|
| * | codecs.conf: add Etymonix MPEG-2 I-frame codec to ffmpeg12 | cehoyos | 2011-05-02 | 1 | -0/+1 |
| * | ad_speex: support decoding stream without header packet | reimar | 2011-05-02 | 1 | -13/+14 |
| * | commands: Fix DVD angle cycling up | reimar | 2011-05-02 | 1 | -0/+2 |
| * | configure: Make largefile support non-optional | diego | 2011-05-02 | 2 | -18/+2 |
| * | cleanup: vo_fbdev: simplify some code | reimar | 2011-05-02 | 1 | -39/+14 |
| * | codecs.conf: add Canopus SD50 (CDV5) to ffdv entry | cehoyos |