Mercurial > mplayer.hg
graph
-
Reindent.2011-11-24, by reimar
-
caca: process all pending events instead of exactly one per check_events.2011-11-24, by reimar
-
caca: for ordinary keys, send key events on press instead of release.2011-11-23, by reimar
-
caca: support mouse events and more keys.2011-11-23, by reimar
-
Replace constant by define with same value.2011-11-23, by reimar
-
Change extended key handling so we will never call mplayer_put_key twice2011-11-22, by reimar
-
Make vf expand more picky:2011-11-22, by reimar
-
Set chroma_x_shift for 1-plane YUV formats.2011-11-22, by reimar
-
vo direct3d: fix crash in osd drawing code2011-11-19, by al
-
ao_null: mark global variables only used within the file as static2011-11-16, by diego
-
configure: add HAVE_OS2THREADS to config.h for libavformat2011-11-16, by diego
-
doc: our Bugzilla is no longer brand-new; closes Bugzilla #20132011-11-16, by diego
-
OSD fractions: do not round up decimals2011-11-15, by cigaes
-
Some spelling/grammar fixes.2011-11-14, by reimar
-
Remove pointless casts.2011-11-14, by reimar
-
ao_alsa: drop check for sys/asoundlib.h and ALSA version2011-11-14, by diego
-
ai_alsa: set appropriate #defines to work with ALSA 0.9.x headers2011-11-14, by diego
-
Update regression test results to current FFmpeg.2011-11-13, by cehoyos
-
Synced with help_mp-en.h rev. 343352011-11-13, by jrash
-
Make WAV format detection more restrictive so it does not incorrectly2011-11-11, by reimar
-
Sanitize channel count for libaf to avoid crashes since it is used unchecked.2011-11-11, by reimar
-
Fix .qcp (raw QCELP) playback.2011-11-10, by cehoyos
-
Add lmlm4 regression test.2011-11-10, by cehoyos
-
Fix fffrwu decoding.2011-11-10, by cehoyos
-
vo_caca: Port to libcaca 1.x API, which is widespread enough nowadays.2011-11-09, by diego
-
vo_caca: reformat and prettyprint as K&R, shorten some lines2011-11-09, by diego
-
vd_ffmpeg: Conditionally declare lavc_param_wait_keyframe to fix warning.2011-11-09, by diego
-
Remove obsolete ALSA 0.5 audio output and ALSA 0.9 audio input.2011-11-09, by diego
-
Fix "m1v " playback.2011-11-09, by cehoyos
-
Support BMV decoding (bug 2009).2011-11-08, by cehoyos
-
Add support for decoding EA CMV files.2011-11-08, by reimar
-
Avoid running video-only test on audio-only files.2011-11-08, by reimar
-
Remove unused variable.2011-11-08, by reimar
-
Add beginnings of a test framework.2011-11-08, by reimar
-
Detect codecs requiring too many references for DR also when they2011-11-08, by reimar
-
libvo: Move x86_cpu.h #include to aclib_template, where it is actually used.2011-11-07, by diego
-
configure: add CONFIG_GNUTLS/CONFIG_OPENSSL to config.h for libavformat2011-11-07, by diego
-
doc: Remove outdated FAQ entry about Mac OS X 10.3.2011-11-07, by diego
-
Remove outdated entries from the Spanish FAQ translation.2011-11-07, by diego
-
build: merge DOCS/xml/Makefile into top-level Makefile2011-11-07, by diego
-
build: drop releaseclean target2011-11-07, by diego
-
build: Remove dangling reference to removed DOCS/xml/configure.2011-11-07, by diego
-
doc: Move XML translation notes to translations.txt.2011-11-07, by diego
-
doc: cosmetics: reindent German documentation.xml2011-11-07, by diego
-
doc: drop outdated FIXME comment2011-11-07, by diego
-
Prefer converting GBR24P to other 8 bit per component RGB formats.2011-11-07, by reimar
-
Split Spanish mencoder.xml like it was done for the English translation.2011-11-07, by diego
-
Fix compilation with --disable-mencoder.2011-11-06, by reimar
-
doc: Move all XML entities to main.xml.2011-11-06, by diego
-
vo md5sum: support printing to stdout.2011-11-06, by reimar
-
Print a proper result also when xsltproc is not installed.2011-11-06, by reimar
-
Fix result output of yasm test.2011-11-06, by reimar
-
Fix FFmpeg compilation.2011-11-06, by reimar
-
Do not create a 0-sized palette side data from extradata.2011-11-06, by reimar
-
RoQ decoder seems to work fine with DR.2011-11-05, by reimar
-
Restore NUV1 internal fourcc.2011-11-05, by reimar
-
Improve support for reget_buffer, this fixes DR1 with C93 FFmpeg decoder.2011-11-05, by reimar
-
Support Chronomaster DFA decoding (bug 2006).2011-11-05, by cehoyos
-
Fixes for palette allocation handling.2011-11-05, by reimar
-
build: Merge DOCS/xml/xml.mak into config.mak.2011-11-05, by diego
-
Define HAVE_YASM etc. not only for x86.2011-11-05, by cehoyos
-
fmt_conversion: surround PIX_FMT_GBR24P by #ifdefs to ensure availability2011-11-04, by diego
-
configure: Remove unused alsa9 and alsa1x config.h #defines.2011-11-04, by diego
-
configure: remove erroneous extra set of braces from vsscanf test2011-11-04, by diego
-
vf_zrmjpeg: fix compilation after introduction of av_strcasecmp2011-11-04, by diego
-
configure: Add CONFIG_LIBMODPLUG to config.h for FFmpeg.2011-11-04, by diego
-
libdvdcss: sync some whitespace changes from upstream2011-11-04, by diego
-
Support Mobotix MxPEG decoding (bug 2004).2011-11-04, by cehoyos
-
Use init_avformat() instead of av_register_all().2011-11-03, by cehoyos
-
Cosmetics: Remove empty statement.2011-11-03, by cehoyos
-
Use new API avformat_new_stream() instead of the deprecated2011-11-03, by cehoyos
-
Call av_register_all() before initialising the SPDIF muxer.2011-11-03, by cehoyos
-
configure: add braces to initializer in vsscanf test to shut up a gcc warning2011-11-03, by diego
-
configure: merge DOCS/xml/configure into top-level configure2011-11-03, by diego
-
Fix a bunch of Doxygen syntax errors that caused warnings.2011-11-03, by diego
-
loader: remove duplicate cpudetect.h #include2011-11-03, by diego
-
cpudetect: clean up libavutil #includes2011-11-03, by diego
-
configure: Clarify a comment that explains the purpose of the glob_win variable.2011-11-02, by diego
-
Map 8svx fourcc to 8raw instead of relying on non-existing CODEC_ID.2011-10-31, by diego
-
build: fix compilation on Solaris due to missing alloca.h #include2011-10-31, by diego
-
Support FFmpeg Dirac decoder.2011-10-31, by cehoyos
-
Whitespace cosmetics: Align some IMGFMT-lists.2011-10-30, by cehoyos
-
Fix compilation on Solaris/OpenIndiana where 'uname -m' outputs "i86pc".2011-10-30, by cehoyos
-
Support YUV 4:4:4 9-bit output.2011-10-29, by cehoyos
-
Fix compilation for broken libopenjpeg.2011-10-29, by cehoyos
-
sync with en/mplayer.1 rev. 342492011-10-28, by jrash
-
Synced with help_mp-en.h rev. 342532011-10-28, by jrash
-
Fix wrong runtime and average bitrate for VBR (variable bitrate) MP3.2011-10-27, by ib
-
Ensure that demuxer->movi_end will be set.2011-10-27, by ib
-
build: Only compile Windows-specific local glob() replacement on MinGW.2011-10-27, by diego
-
add m1v isom to mpeg1 codecs2011-10-27, by compn
-
Use CONF_TYPE_FUNC_PARAM for option gui-include.2011-10-26, by ib
-
Clarify that too old binutils is only an issue with x86_64 compilation.2011-10-26, by reimar
-
libdvdcss: Drop #define of snprintf() to _snprintf() if the former is undefined.2011-10-26, by diego
-
libdvdcss: consistently use snprintf() instead of _snprintf()2011-10-26, by diego
-
Optimize TranslateFilename().2011-10-26, by ib
-
Cosmetic: Rename TranslateFilename()'s parameter names.2011-10-26, by ib
-
Move TranslateFilename() to util/string.c.2011-10-26, by ib
-
Add missing mp_msg.h #includes, remove some unnecessary ones.2011-10-26, by diego
-
demux_rtp: Replace extern declarations by proper header #includes.2011-10-26, by diego
-
Sanitize include option behaviour.2011-10-25, by reimar
-
Pass on errors from CONF_TYPE_FUNC_PARAM_IMMEDIATE function.2011-10-25, by reimar
-
Fix parse_call_func return value.2011-10-25, by reimar
-
Sanitize include behaviour.2011-10-25, by reimar
-
Make include recursion depth actually have some effect.2011-10-25, by reimar
-
Remove completely pointless/nonsensical code.2011-10-25, by reimar
-
Remove unused code from the Win32 GUI.2011-10-25, by ib
-
Change MSGTR_MENU_Exit definition.2011-10-25, by ib
-
Resize the Win32 GUI preference window and reposition items.2011-10-25, by ib
-
Internationalize and localize the Win32 GUI.2011-10-25, by ib
-
Change Win32 GUI window captions.2011-10-25, by ib
-
Add a vd_ffmpeg option to make the decoder discard frames until the first2011-10-24, by reimar
-
Remove unused code.2011-10-24, by reimar
-
Mark pointer arguments as const where possible.2011-10-24, by reimar
-
Stop h264_parse_sps and mp_vc1_decode_sequence_header from corrupting the2011-10-24, by reimar
-
Support planar GBR24 decoding.2011-10-23, by cehoyos
-
Consistently use "struct AVCodecTag" and not sometimes just "AVCodecTag".2011-10-23, by reimar
-
Change codec tag/id conversion to not use ff_codec_bmp_tags/ff_codec_wav_tags.2011-10-23, by reimar
-
Reindent.2011-10-23, by reimar
-
Fix possible crash since RenderCallbackSPDIF might call read_buffer with NULL data.2011-10-23, by reimar
-
Add HAVE_CBRTF define.2011-10-23, by reimar
-
Use uncrustify on glob-win.c to fix the indentation mess in it.2011-10-23, by reimar
-
Support some H.264 444P samples.2011-10-23, by cehoyos
-
Improve option type CONF_TYPE_PRINT.2011-10-22, by ib
-
Always define HAVE_PTHREADS and HAVE_W32THREADS.2011-10-22, by cehoyos
-
x264 version 118 is required for successful compilation.2011-10-21, by cehoyos
-
add forgotten ec-3 tag to parsers list in demuxers.c2011-10-21, by compn
-
add ec-3 isom to eac3 decoder, fixes:2011-10-21, by compn
-
Employ correct off_t printf conversion specifiers; this time without typos.2011-10-21, by diego
-
configure: add -D__STDC_FORMAT_MACROS to CXXFLAGS2011-10-21, by diego
-
configure: cosmetics: fix indentation2011-10-21, by diego
-
configure: Add CONFIG_AVSERVER/HAVE_STRPTIME config.h #defines for libavformat.2011-10-21, by diego
-
Fix compilation: Partly revert r34227.2011-10-21, by cehoyos
-
Fix off_t printf conversion specifiers and related warnings.2011-10-20, by diego
-
Support H264 4:2:2.2011-10-20, by cehoyos
-
Support Kostya's native Ut Video decoder.2011-10-20, by cehoyos
-
Replace 'q' printf length modifier by 'll'.2011-10-20, by diego
-
Add TranslateFilename() to the Win32 GUI.2011-10-20, by ib
-
Remove unused code.2011-10-20, by ib
-
Support transparency in decorated windows in the Win32 GUI.2011-10-20, by ib
-
Add comment to bpRenderMask().2011-10-20, by ib
-
Cosmetic: Adjust indent.2011-10-20, by ib
-
Fix bug in bpRenderMask().2011-10-20, by ib
-
Prevent adding a base path wrongly.2011-10-20, by ib
-
Prevent adding a base path wrongly.2011-10-20, by ib
-
Revise comment on filename conversion in the Wine port.2011-10-20, by ib
-
Fix bug with option sub_window in the Win32 GUI.2011-10-18, by ib
-
add utvideo binary codec2011-10-18, by compn
-
Fix bug in wsResizeWindow().2011-10-17, by ib
-
Cosmetic: Change comment.2011-10-17, by ib
-
Revise documentation.2011-10-17, by ib
-
Fix include condition.2011-10-17, by ib
-
Support ASP by QNAP Systems.2011-10-16, by cehoyos
-
Add comment.2011-10-16, by ib
-
Change comment.2011-10-16, by ib
-
Change and add comment.2011-10-16, by ib
-
Support H264 from QNAP Systems.2011-10-15, by cehoyos
-
Port to Wine.2011-10-15, by ib
-
Ensure that filename related config will always be loaded.2011-10-15, by ib
-
Allow GUI to use filename related config.2011-10-15, by ib
-
Improve comments for FFmpeg SPDIF hardware audio decoders.2011-10-15, by cehoyos
-
Do not compile FFmpeg's avfilters if they are not needed.2011-10-14, by cehoyos
-
sync with en/mplayer.1 rev. 341902011-10-14, by jrash
-
Add PVA to lavf preferred formats list, its demuxer seems to work well2011-10-13, by reimar
-
Remove unused variable (caused by mistake in patch removing PVA_NEW_PREBYTES_CODE).2011-10-13, by reimar
-
Do not use long type, it makes the code more platform dependent for no2011-10-13, by reimar
-
Remove some ifdefs that existed only for testing and had no use since2011-10-13, by reimar
-
The GPL'd ProRes decoder from FFmpeg has been LGPL'd and renamed to 'prores'.2011-10-12, by cehoyos
-
While 'untested' is probably true for spdifmpa, it is not the right status.2011-10-12, by cehoyos
-
S/PDIF passthrough decoder2011-10-12, by diego
-
libmpcodec: add vf_lavfi.2011-10-12, by cigaes
-
build: enable libavfilter.2011-10-12, by cigaes
-
The LGPL ProRes decoder is faster now than the GPL decoder.2011-10-12, by cehoyos
-
Move non-existing ProRes decoder to the end.2011-10-11, by cehoyos
-
Cosmetics: Fix comment.2011-10-10, by cehoyos
-
Support MP3 in TS with -demuxer lavf.2011-10-07, by cehoyos
-
Support decoding 8SVX in IFF.2011-10-07, by cehoyos
-
Support G2M4 with cytrix codec pack.2011-10-07, by cehoyos
-
Cosmetic: Adjust indent.2011-10-06, by ib
-
Simplify building filename by using strcpy().2011-10-06, by ib
-
Don't use the Windows style path separator character in Win32 GUI.2011-10-06, by ib
-
Fix DirectX compilation error.2011-10-06, by ib
-
add binary sheercodec for isom Shr0, samples on ffmpeg trac2011-10-04, by compn
-
Revise message text of the Win32 GUI sub_window option.2011-10-03, by ib
-
Revise OSD preference related message texts in the Win32 GUI.2011-10-03, by ib
-
Add idle option to Win32 GUI preferences dialog.2011-10-03, by ib
-
map format 0x38 to amrnb2011-10-02, by compn
-
Make idle mode default in Win32 GUI.2011-10-01, by ib
-
Enable option "enqueue" for Win32 GUI.2011-10-01, by ib
-
Simplify wsAutohideCursor().2011-10-01, by ib
-
Cosmetic: Adjust indent.2011-10-01, by ib
-
Fix cursor autohide functionality of the GUI.2011-10-01, by ib
-
add some aac/dts fourccs2011-10-01, by compn
-
Support G.723.1 decoding via FFmpeg.2011-09-30, by cehoyos
-
Fix cpp_condition_check to work for empty header.2011-09-30, by reimar
-
Cosmetic: Order STREAMTYPE related code.2011-09-30, by ib
-
Remove needless code.2011-09-30, by ib
-
Restrict use of STREAMTYPE_STREAM in Win32 GUI.2011-09-30, by ib
-
Set all buttons related to seek operations according to stream type.2011-09-30, by ib
-
Remove check for STREAMTYPE_PLAYLIST.2011-09-30, by ib
-
sync vlc fourcc list with codecs.conf2011-09-29, by compn
-
add LJ2K fourcc2011-09-29, by compn
-
Revise part of the comment on guiPlaylistInitialize().2011-09-29, by ib
-
Change handling for option "enqueue" in guiPlaylistInitialize().2011-09-29, by ib
-
Don't needlessly set filename in GUI_PREPARE.2011-09-29, by ib
-
Set an URL guiInfo.Filename by using uiSetFileName().2011-09-29, by ib
-
Cosmetic: Adjust indent.2011-09-29, by ib
-
Change guiInfo.Filename by using uiSetFileName() only.2011-09-29, by ib
-
Set MPlayer filename in uiSetFileName().2011-09-29, by ib
-
Support FFmpeg JPEG 2000 decoder.2011-09-29, by cehoyos
-
decoder: add ffmpeg ansi decoder2011-09-29, by compn
-
Remove usage of glColor3f, there is not really a point in it.2011-09-28, by reimar
-
Add () around macro definitions where necessary to avoid bad surprises.2011-09-28, by reimar
-
ao_coreaudio: Fix spdif output for OS X 10.7.2011-09-28, by diego
-
Remove pointless assignment.2011-09-28, by ib
-
Fix Win32 GUI filename problems.2011-09-28, by ib
-
build: Simplify handling of local OS feature fallbacks.2011-09-28, by diego
-
Change silly matrixview code to not needlessly change state on every frame2011-09-27, by reimar
-
debian packaging: remove unnecessary rules 'get-orig-source'2011-09-27, by siretart
-
Remove gui() instruction GUI_SET_FILE.2011-09-27, by ib
-
configure: add missing C program body to cpp_condition_check()2011-09-26, by diego