| Commit message (Expand) | Author | Age | Files | Lines |
* | core, demux, vd_ffmpeg: pass side data from demux_lavf to vd_ffmpeg | Uoti Urpala | 2011-08-20 | 8 | -40/+91 |
* | demux_mkv: support extradata for wavpack audio tracks | Uoti Urpala | 2011-08-20 | 1 | -12/+11 |
* | demux_mkv: clean up audio codec handling somewhat | Uoti Urpala | 2011-08-20 | 1 | -91/+78 |
* | demux_mkv: check for valid track in video/audio switching | Uoti Urpala | 2011-08-20 | 1 | -6/+20 |
* | demux_mkv: remove bad mkv_free() from 0ece360eeaf9 | Uoti Urpala | 2011-08-19 | 1 | -1/+0 |
* | demuxer.h: avoid including stream.h | Uoti Urpala | 2011-08-19 | 5 | -1/+6 |
* | aviheader.h: avoid including demuxer.h | Uoti Urpala | 2011-08-19 | 3 | -2/+4 |
* | demux: avoid a copy of demux packets with lavf, reduce padding | Uoti Urpala | 2011-08-19 | 3 | -26/+45 |
* | talloc.[ch]: remove "type safety" hack that violates C types | Uoti Urpala | 2011-08-19 | 2 | -8/+4 |
* | vf_screenshot: better check for pixel format swscale support | harklu | 2011-08-17 | 1 | -40/+14 |
* | av_log: don't crash if called with NULL AVClass | Uoti Urpala | 2011-08-15 | 1 | -2/+6 |
* | options, subs: add --ass-vsfilter-aspect-compat | harklu | 2011-08-12 | 10 | -3/+58 |
* | vo_vpdau: fix preemption recovery broken in decec7f2a37e559d | Uoti Urpala | 2011-08-11 | 1 | -11/+22 |
* | ao_pcm: fix pointless message due to uninitialize variable | Uoti Urpala | 2011-08-11 | 1 | -1/+1 |
* | dvdnav: fix crash caused by missing line from 58834653c0 | Uoti Urpala | 2011-08-10 | 1 | -0/+1 |
* | demux_lavf: don't interpret MPEG codec tags as generic tags | Uoti Urpala | 2011-08-10 | 1 | -3/+8 |
* | core: allocate OSD text buffers dynamically | harklu | 2011-08-09 | 4 | -17/+25 |
* | options: remove old disabled options that just print an error | Uoti Urpala | 2011-08-09 | 1 | -60/+1 |
* | options: support --leak-report (double dash form) | Uoti Urpala | 2011-08-08 | 1 | -1/+2 |
* | core: minor audio-only+timeline fix for chapter handling | Uoti Urpala | 2011-08-08 | 1 | -2/+2 |
* | subs: libass: apply option changes to all track types | Uoti Urpala | 2011-08-08 | 4 | -10/+13 |
* | subs: libass: remove bad ass_set_margins() on settings reset | Uoti Urpala | 2011-08-08 | 1 | -1/+4 |
* | cleanup: move global ass_force_reload to struct osd_state | Uoti Urpala | 2011-08-08 | 6 | -27/+27 |
* | commands: property sub_scale: update old subs immediately | harklu | 2011-08-08 | 1 | -0/+2 |
* | cleanup: reformat command.c | Uoti Urpala | 2011-08-07 | 1 | -1022/+1014 |
* | cleanup: reformat mplayer.c | Uoti Urpala | 2011-08-07 | 1 | -2000/+2174 |
* | commands: osd_show_property_text: fix \xNN escapes | harklu | 2011-08-05 | 1 | -1/+1 |
* | commands: parsing: fix string argument quoting/escaping | Uoti Urpala | 2011-08-05 | 1 | -38/+26 |
* | core: fix detection of files with no chapters | Uoti Urpala | 2011-08-04 | 1 | -3/+3 |
* | demux_mkv: skip files faster in ordered chapter file search | Uoti Urpala | 2011-08-04 | 4 | -51/+95 |
* | options: commandline: don't print video filter list twice | Uoti Urpala | 2011-07-31 | 1 | -14/+14 |
* | options: fix failure to parse trailing ',' in string list | Uoti Urpala | 2011-07-31 | 2 | -4/+5 |
* | audio: export audio pts to AO drivers | Uoti Urpala | 2011-07-31 | 5 | -28/+40 |
* | options: commandline: don't set bogus playtree option params | Uoti Urpala | 2011-07-31 | 1 | -0/+2 |
* | core: audio: improve audio-only seeks and position reporting | Uoti Urpala | 2011-07-31 | 2 | -11/+32 |
* | core: audio: if audio pts is missing return MP_NOPTS_VALUE | Uoti Urpala | 2011-07-30 | 2 | -3/+8 |
* | build: fix --enable-debug, remove some "#ifdef MP_DEBUG" | Uoti Urpala | 2011-07-30 | 6 | -124/+1 |
* | stream_cdda: fix incorrectly allocated option field | Uoti Urpala | 2011-07-30 | 1 | -3/+5 |
* | vo: X key input: remove ambiguous KeySym remapping | Uoti Urpala | 2011-07-29 | 2 | -68/+63 |
* | options: commandline: print error type for parse failures | Uoti Urpala | 2011-07-29 | 3 | -2/+29 |
* | options: commandline: accept --foo=xyz style options | Uoti Urpala | 2011-07-29 | 7 | -132/+131 |
* | playtree: use talloc to allocate file parameters | Uoti Urpala | 2011-07-29 | 1 | -23/+12 |
* | options: commandline: allow "--" without filenames after it | Uoti Urpala | 2011-07-29 | 1 | -8/+2 |
* | core: improve --loop handling | Uoti Urpala | 2011-07-29 | 4 | -7/+9 |
* | options: change option parsing to use bstr | Uoti Urpala | 2011-07-29 | 17 | -690/+685 |
* | cosmetics: parser-cfg.c: reformat | Uoti Urpala | 2011-07-29 | 1 | -208/+208 |
* | options: indicate ambiguous option parameters explicitly | Uoti Urpala | 2011-07-29 | 11 | -85/+96 |
* | bstr: rename BSTR() -> bstr() | Uoti Urpala | 2011-07-27 | 9 | -30/+31 |
* | options: move command line preparse together with parse | Uoti Urpala | 2011-07-26 | 4 | -53/+55 |
* | asxparser: remove code confusing asx/player options | Uoti Urpala | 2011-07-26 | 1 | -25/+0 |
* | cleanup: reformat parser-mpcmd.c | Uoti Urpala | 2011-07-26 | 1 | -218/+200 |
* | subs: fix per-file --ass-force-style | Uoti Urpala | 2011-07-23 | 5 | -5/+5 |
* | cleanup: subs: remove global ass_library variable | Uoti Urpala | 2011-07-23 | 6 | -15/+18 |
* | input: fix input.conf parse errors | Uoti Urpala | 2011-07-20 | 3 | -115/+67 |
* | input: fix problem with key autorepeat | Uoti Urpala | 2011-07-18 | 1 | -4/+3 |
* | cleanup: do libav* initialization on startup | Uoti Urpala | 2011-07-18 | 20 | -79/+10 |
* | vf_qp: enable compilation depending on libavutil eval API | Uoti Urpala | 2011-07-18 | 3 | -11/+6 |
* | configure: make libavutil eval API check require newer version | Uoti Urpala | 2011-07-18 | 1 | -1/+1 |
* | vo_vdpau: skip resize code if not fully initialized | Uoti Urpala | 2011-07-17 | 1 | -0/+5 |
* | input: don't make fd 0 nonblocking | Uoti Urpala | 2011-07-17 | 2 | -10/+0 |
* | input: rework event reading and command queuing | Uoti Urpala | 2011-07-17 | 9 | -227/+224 |
* | cleanup: remove some unnecessary input.[ch] typedefs | Uoti Urpala | 2011-07-16 | 7 | -117/+85 |
* | cosmetics: reformat input.h, fix comments | Uoti Urpala | 2011-07-16 | 1 | -184/+181 |
* | 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 |