Mercurial > mplayer.hg
graph
-
Add support for Nios-II architecture.2013-12-06, by reimar
-
demux_avs: fixed pointer signedness mismatch2013-12-06, by reimar
-
demux_avs: calloc instead of malloc + memset2013-12-06, by reimar
-
Update track information at GUI_SET_STREAM for CDDA and VCD.2013-12-02, by ib
-
Add stream control command STREAM_CTRL_GET_CURRENT_TITLE for VCD.2013-12-02, by ib
-
Silence a format warning with cdparanoia.2013-12-02, by ib
-
Add new stream control command STREAM_CTRL_GET_CURRENT_TITLE for CDDA.2013-12-02, by ib
-
Revise and fix stream control for VCD.2013-12-02, by ib
-
Synced with help_mp-en.h rev. 365252013-12-01, by jrash
-
sync with en/mplayer.1 rev. 365252013-12-01, by jrash
-
Don't discard current DVD track information without cause.2013-11-29, by ib
-
Add support for TV/DVB to the GUI.2013-11-29, by ib
-
Add new stream control command STREAM_CTRL_GET_CURRENT_CHANNEL.2013-11-29, by ib
-
Revise German translation of some help messages.2013-11-29, by ib
-
Revise German translation of some help messages.2013-11-29, by ib
-
Remove unused definitions.2013-11-24, by ib
-
codecs.conf: add DYM4 to mpeg42013-11-19, by compn
-
Avoid resetting fields when we will never have set them in the first place.2013-11-19, by reimar
-
Revise German translation of some help messages.2013-11-19, by ib
-
Fix pts handling with -framedrop.2013-11-18, by reimar
-
Improve handling of internal vs. external dvdread/dvdnav2013-11-16, by reimar
-
Chose cheaper alpha blend equation.2013-11-16, by reimar
-
Code changes to avoid additional unnecessary re-inits.2013-11-16, by reimar
-
Display messages that can be confusing only with -v.2013-11-16, by reimar
-
Avoid message spam by not trying formats that will not work.2013-11-16, by reimar
-
Fix hardware acceleration notification for VDPAU.2013-11-16, by reimar
-
Try enabling DR for FFmpeg VP8 decoder.2013-11-16, by reimar
-
Add support for VP9 decoding via FFmpeg.2013-11-16, by reimar
-
Make PES detection less sensitive.2013-11-15, by reimar
-
Use DEMUXER_TYPE_UNKNOWN define.2013-11-15, by reimar
-
codecs.conf: add vp9, patch by james zern2013-11-15, by compn
-
Move cast to right place to avoid warning.2013-11-09, by reimar
-
Prefer -title if given for audio output name.2013-11-09, by reimar
-
font_load_ft: small simplifications.2013-11-09, by reimar
-
mplayer: Fix a crash seeking with -chapter and -ass2013-11-08, by al
-
configure: add CONFIG_H263DSP to preempt build problems2013-11-08, by michael
-
vo_corevideo: Add include to fix compilation on OSX 10.92013-10-30, by reimar
-
af_volume: add NEON optimization for common float case.2013-10-30, by reimar
-
af_volume: optimize for common case where all channels2013-10-29, by reimar
-
af_volume: Avoid pointlessly calculating the maximum volume.2013-10-29, by reimar
-
Synced with help_mp-en.h rev. 364702013-10-27, by jrash
-
Fall back to uname -p if uname -m does not give anything useful.2013-10-26, by reimar
-
Fix configure for cases when libm is not available.2013-10-26, by reimar
-
Remove unused per-channel enable.2013-10-26, by reimar
-
Remove unused code that costs a good bit of performance.2013-10-26, by reimar
-
Remove some macros and switch to libavutil equivalents.2013-10-26, by reimar
-
Remove pointless cast.2013-10-26, by reimar
-
ARM NEON optimization for float->int conversion.2013-10-26, by reimar
-
Add ARM NEON optimization of common channel interleave cases.2013-10-26, by reimar
-
Add some "const" to input-only pointers.2013-10-25, by reimar
-
vd_ffmpeg: disable DR also for HEVC.2013-10-25, by reimar
-
Use sizeof(*var) instead of sizeof(type), prefer calloc.2013-10-25, by reimar
-
Remove pointless casts.2013-10-25, by reimar
-
Add some missing "const".2013-10-25, by reimar
-
Define STRIP for FFmpeg.2013-10-24, by ib
-
demux_lavf: Ignore failure to find stream info.2013-10-20, by reimar
-
Use correct types for constants.2013-10-20, by reimar
-
Support little endian G.726 as found in Sun au files.2013-10-18, by cehoyos
-
Support 4k AVC-Intra in mov.2013-10-18, by cehoyos
-
Add some comments for internal PCM FourCC's.2013-10-18, by cehoyos
-
Support playback of f32le in mov.2013-10-18, by cehoyos
-
Support HEVC in native mpeg-ts demuxer.2013-10-17, by cehoyos
-
Preliminary support for FFmpeg HEVC decoder.2013-10-17, by cehoyos
-
Fix hang if uninit is called while the window is still hidden.2013-10-17, by reimar
-
Translate MSGTR_VO_OutputDirectory.2013-10-16, by ib
-
vo pnm: Always print output directory2013-10-16, by al
-
vo jpeg, png, pnm: Make output directory message less confusing2013-10-16, by al
-
vd_ffmpeg: catch invalid aspect from FFmpeg.2013-10-16, by reimar
-
ad_ffmpeg: fix commit fixing sample rate changes to actually work.2013-10-16, by reimar
-
vo_vdpau: Initialize variables before, not after setup code.2013-10-15, by reimar
-
Set skip_alpha, we currently have no use for alpha values.2013-10-15, by reimar
-
Handle files with sample rate changes correctly.2013-10-15, by reimar
-
Support H.264 fourcc UMSV.2013-10-14, by cehoyos
-
add binary geovision avc codec2013-10-11, by compn
-
Add H.264 fourcc GAVC for GeoVision cameras.2013-10-11, by cehoyos
-
mpeg123: Support in-stream format changes.2013-10-04, by reimar
-
add screenpressor SCPR binary decoder2013-10-04, by compn
-
Update libass to latest git version.2013-09-24, by reimar
-
Pass playing filename to audio outputs.2013-09-22, by reimar
-
Fix a few memleaks.2013-09-22, by reimar
-
Ensure AVDictionary pointer is initialized.2013-09-22, by reimar
-
Move rtsp_transport_* variables to demuxer.c2013-09-21, by reimar
-
Autodetect if pthread_cancel is available.2013-09-21, by reimar
-
Add support for -rtsp-stream-over-tcp and -rtsp-stream-over-http for FFmpeg.2013-09-21, by reimar
-
Add support for ffmpeg's demuxer-specific options.2013-09-21, by reimar
-
Do not try to build FFmpeg protocols depending on external libraries.2013-09-21, by cehoyos
-
Fix possible crash when mpi is NULL.2013-09-19, by reimar
-
Add hack/workaround for FFmpeg offering pixfmts not valid2013-09-16, by reimar
-
codecs.conf: ffg7231 decodes vivo 7231 in asf and viv2013-09-16, by compn
-
Fix compilation when VDPAU is disabled.2013-09-15, by reimar
-
Restore VDPAU codecs using non-hwaccel interface with "old" suffix.2013-09-15, by reimar
-
Restore support for old-style VDPAU.2013-09-15, by reimar
-
Do not suppress FFmpeg deprecated warnings with pragma.2013-09-14, by cehoyos
-
Disable UNIX protocol when not supported.2013-09-09, by reimar
-
Support ffmpeg://dummy:// in muxer_lavf.2013-09-03, by reimar
-
Quick hack to allow using ffmpeg's image2 demuxer.2013-09-03, by reimar