| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 | 2011-05-02 | 1 | -0/+1 |
| * | vo_fbdev: clip x/y offsets to avoid bad video placement | reimar | 2011-05-02 | 2 | -3/+8 |
| * | vo_fbdev: Add -geometry support reusing common code | reimar | 2011-05-02 | 1 | -13/+10 |
| * | codecs.conf: add Deluxe Paint Animation decoder from libavcodec | reimar | 2011-05-02 | 1 | -0/+8 |
| * | vo_fbdev: add RGB framebuffer support | reimar | 2011-05-02 | 1 | -7/+13 |
| * | mp_taglists.c: add CODEC_ID_ANM and CODEC_ID_AVS | reimar | 2011-05-02 | 1 | -0/+2 |
| * | vd_ffmpeg: Make DR work with reget_buffer without buffer_hints | reimar | 2011-05-02 | 1 | -0/+3 |
| * | vd_ffmpeg: handle reget_buffer in DRI failure fallback code | reimar | 2011-05-02 | 1 | -0/+6 |
| * | demux_ts: Hint at -tsprobe option when no audio stream is found | diego | 2011-05-02 | 1 | -1/+1 |
| * | ad_qtaudio: don't run win32 loader code when it's not used | reimar | 2011-05-02 | 1 | -2/+2 |
| * | codecs.conf: add Kega Video (kgv1) from libavcodec | cehoyos | 2011-05-02 | 1 | -0/+8 |
| * | sub/spudec: fix artefacts at right border of subtitles | reimar | 2011-05-02 | 1 | -0/+4 |
| * | options: Add dummy -shuffle option to show it in -list-options | reimar | 2011-05-02 | 1 | -1/+3 |
| * | codecs.conf, mp_taglists: add FFmpeg Bitmap Brothers JV decoder | cehoyos | 2011-05-02 | 2 | -0/+11 |
| * | cache: call stream read with at least sector size space | reimar | 2011-05-01 | 1 | -2/+18 |
| * | codecs.conf: cleanup/unify hdv* fourccs, except vdpau | compn | 2011-05-01 | 1 | -22/+14 |
| * | vd_ffmpeg: require aligned stride in get_buffer() | zuxy | 2011-04-13 | 1 | -1/+1 |
| * | codecs.conf: only list 4:2:0 colorspace fourccs for VDPAU | cehoyos | 2011-04-13 | 1 | -3/+0 |
| * | codecs.conf, stheader.h: support CrystalHD decoding (libavcodec) | cehoyos | 2011-04-13 | 2 | -2/+120 |
| * | codecs.conf: add xd55 isom for mpeg2 video from fcp | compn | 2011-04-13 | 1 | -5/+5 |
| * | stream: http: Allow setting custom http header | cehoyos | 2011-04-13 | 4 | -0/+39 |
| * | stream_dvdnav: output ID_DVD_VOLUME_ID also for dvdnav:// | cehoyos | 2011-04-13 | 1 | -1/+1 |
| * | codecs.conf: Use fourcc instead of format where appropriate | cehoyos | 2011-04-13 | 1 | -60/+60 |
| * | ad_pcm, codecs.conf: support 'lpcm' in mov and float in aiff | cehoyos | 2011-04-13 | 2 | -0/+4 |
| * | options: add -gamma (was only accessible from slave mode before) | cehoyos | 2011-04-13 | 2 | -0/+6 |
| * | codecs.conf: Add FourCC ai12 for AVC Intra 100 / 1080. | cehoyos | 2011-04-13 | 1 | -0/+1 |
| * | ad_liba52: Fix -ac a52 with tags other than 0x2000 or dnet | reimar | 2011-04-13 | 2 | -4/+7 |
| * | audio: do not run the AC-3 parser on byte-swapped AC-3 | reimar | 2011-04-13 | 1 | -1/+4 |
| * | configure: print correct result variable for armv6t2 test | reimar | 2011-04-13 | 1 | -1/+1 |
| * | codecs.conf, mp_taglists.c: add LXF PCM and dvvideo | cehoyos | 2011-04-12 | 2 | -0/+11 |
| * | stream_dvdnav: identify: show more title information | cehoyos | 2011-04-12 | 1 | -0/+3 |
| * | stream: try to reset stream once if read fails | reimar | 2011-04-12 | 1 | -1/+21 |
| * | codecs.conf: add ai5q and ai1q fourccs for h264 decoders | compn | 2011-04-12 | 1 | -0/+3 |
| * | stream_dvdnav: don't skip last title for dvdnav:// -identify | cehoyos | 2011-04-12 | 1 | -1/+1 |
| * | vo_gl: fix "gamma" equalizer setting | reimar | 2011-04-12 | 1 | -0/+2 |
| * | codecs.conf: clarify XAN DPCM comment | cehoyos | 2011-04-12 | 1 | -1/+1 |
| * | codecs.conf: Support 0x594A as format value for XAN DPCM audio | cehoyos | 2011-04-12 | 1 | -0/+1 |
| * | stream: Make stream_write_buffer() check for short writes | ranma | 2011-04-12 | 4 | -4/+23 |
| * | OSD: support displaying fractional part of current position | Uoti Urpala | 2011-04-12 | 5 | -5/+70 |
* | | input: rewrite -key-fifo-size limiting logic | Uoti Urpala | 2011-05-02 | 4 | -25/+71 |
* | | input: modify interpretation of doubleclick events | Uoti Urpala | 2011-05-02 | 3 | -16/+19 |
* | | command.c: fix sub_remove crash | Uoti Urpala | 2011-05-02 | 1 | -1/+8 |
* | | cleanup: input.c: simplify some string handling code | Uoti Urpala | 2011-05-02 | 1 | -17/+11 |
* | | cleanup: reformat input.c | Uoti Urpala | 2011-05-02 | 1 | -921/+957 |
* | | input: move all key code lists to input/keycodes.h | Uoti Urpala | 2011-05-02 | 32 | -242/+225 |
* | | input: don't interrupt processing at unbound events | Uoti Urpala | 2011-05-01 | 1 | -6/+7 |
* | | input: make stdin non-blocking for terminal input | Uoti Urpala | 2011-04-28 | 1 | -1/+7 |
* | | find_subfiles: fix unintended modification of global filename | Uoti Urpala | 2011-04-28 | 1 | -1/+1 |
* | | vf_*: fix pts values passed to the next filter | Rudolf Polzer | 2011-04-24 | 16 | -56/+269 |
* | | bstr.h: change BSTR() from macro to inline function | Uoti Urpala | 2011-04-24 | 1 | -2/+6 |
* | | demux_ogg: fix slang selection | Clément Bœsch | 2011-04-23 | 1 | -10/+4 |
* | | input: sleep in event loop even if there are no input fds | Uoti Urpala | 2011-04-22 | 1 | -19/+14 |
* | | audio: fill small AO buffers more often in audio-only case | Uoti Urpala | 2011-04-22 | 1 | -7/+16 |
* | | configure: abort if certain libraries can't be found | Uoti Urpala | 2011-04-20 | 1 | -2/+10 |
* | | configure: fix --enable-3dfx override without dga | Uoti Urpala | 2011-04-20 | 1 | -0/+1 |
* | | Update libav API uses | Uoti Urpala | 2011-04-20 | 7 | -24/+25 |
* | | manpage |