Mercurial > mplayer.hg
graph
-
Only set "seekable", not "is_streamed" for compatibility with2012-01-28, by reimar
-
Use avformat_new_stream.2012-01-28, by reimar
-
Set muxrate and preload via AVDictionary.2012-01-28, by reimar
-
Remove pointless casts.2012-01-28, by reimar
-
Remove pointless cast.2012-01-28, by reimar
-
Use "seekable" instead of is_streamed.2012-01-28, by reimar
-
Do not set stream_copy, it has not been used in FFmpeg since a long time.2012-01-28, by reimar
-
Remove ifdefs that have been unnecessary since a long time2012-01-28, by reimar
-
Set UMV flag via AVDictionary.2012-01-28, by reimar
-
Get rid of nonsense usage of CODEC_FLAG_PART.2012-01-28, by reimar
-
Use AVDictionary to set data_partitioning.2012-01-28, by reimar
-
Fix avcodec_open2 options argument.2012-01-28, by reimar
-
Use AV_PICTURE_TYPE_I.2012-01-28, by reimar
-
Reuse init_avcodec function.2012-01-28, by reimar
-
Replace deprecated/removed av_close_input_stream.2012-01-28, by reimar
-
Replace deprecated av_set_int.2012-01-28, by reimar
-
Replace deprecated/removed AV_METADATA_IGNORE_SUFFIX.2012-01-28, by reimar
-
Remove some nonsensical uses of CODEC_FLAG_PART.2012-01-28, by reimar
-
Use AVDictionary to set some special options.2012-01-28, by reimar
-
palctrl exists no longer and has been unused a long time,2012-01-28, by reimar
-
Switch to using AV_PICTURE_TYPE.2012-01-28, by reimar
-
Remove unused AVFrame "age" handling code.2012-01-28, by reimar
-
Fix "ouput" typo in vf framestep.2012-01-28, by cboesch
-
Fix bug with selected file in file selector.2012-01-27, by ib
-
Cosmetic: Rename variables.2012-01-27, by ib
-
Synced with help_mp-en.h rev. 345692012-01-27, by jrash
-
Fix skin PNG read errors.2012-01-27, by ib
-
Fix compilation with --disable-networking.2012-01-26, by cehoyos
-
Add missing image formats to the ffv1 decoder.2012-01-25, by cehoyos
-
Support 32-bit sunrast playback via FFmpeg.2012-01-24, by cehoyos
-
Support 32-bit sgi playback via FFmpeg.2012-01-24, by cehoyos
-
Remove unused image formats from fftga output format list.2012-01-24, by cehoyos
-
Fix 32-bit targa playback with current FFmpeg on big-endian.2012-01-24, by cehoyos
-
Replace incorrect output format list with the only format supported by2012-01-24, by cehoyos
-
Fix 32-bit png playback with current FFmpeg.2012-01-24, by cehoyos
-
Remove unused image formats from ffpng output format list.2012-01-24, by cehoyos
-
Remove unused image formats from ffpcx output format list.2012-01-24, by cehoyos
-
Remove unused image formats from ffgif output format list: Only pal8 is supported.2012-01-24, by cehoyos
-
Fix 32-bit dpx playback on big-endian.2012-01-24, by cehoyos
-
Remove unused image formats from fftiff output format list.2012-01-24, by cehoyos
-
Fix 32-bit tiff playback on big-endian.2012-01-24, by cehoyos
-
Allow motionpixels playback on little endian.2012-01-23, by cehoyos
-
demux_mf: add j2c and jpc as jpeg2k, add tiff extension as tif image.2012-01-22, by compn
-
Support Sorenson 263 fourcc, see FFmpeg ticket #923.2012-01-21, by cehoyos
-
Remove S263 from h263 fourcc list, we do not have such a sample.2012-01-21, by cehoyos
-
vd theora: cosmetics: K&R style, alignment2012-01-21, by al
-
Support decoding of Avid SUDS.2012-01-21, by cehoyos
-
Fix per-file ASS options like -ass-force-style.2012-01-19, by reimar
-
vd_theora: Skip th_decode_ycbcr_out() for packets representing dropped frames.2012-01-19, by diego
-
Move static keyword to the beginning of function declarations.2012-01-19, by diego
-
configure: Only test for Win32 threads on Windows.2012-01-19, by diego
-
configure: Enable os2threads support on OS/2.2012-01-16, by diego
-
Fix seeking beyond EOF in stream_cdda to work with cache.2012-01-15, by reimar
-
Print an error when streams behave in a way that the cache cannot handle.2012-01-15, by reimar
-
Fix seeking with e.g. flv files.2012-01-15, by reimar
-
Eliminate duplicate subtitle lines which will most likely2012-01-15, by reimar
-
SSA reader: do not strip commas in commands.2012-01-15, by reimar
-
reimar says comments are C strings and so i move all urls to ;comments instead.2012-01-14, by compn
-
Support BW10 decoding via FFmpeg.2012-01-14, by cehoyos
-
Add size to ICONERROR warning message.2012-01-14, by ib
-
Add differently sized, new icons for the GUI.2012-01-14, by ib
-
Use check items for audio, video and subtitle tracks.2012-01-14, by ib
-
Fix vo_gl unsharp filter for chroma.2012-01-14, by reimar
-
Don't needlessly set variables.2012-01-14, by ib
-
Fix -ass-styles with SRT subs and more.2012-01-14, by reimar
-
Extract setting up default ASS style to a separate function.2012-01-14, by reimar
-
Support RGB48 tiff decoding via FFmpeg.2012-01-14, by cehoyos
-
Cosmetic: Revise comment.2012-01-13, by ib
-
Remove unused parameter from uiMenuMouseHandle().2012-01-13, by ib
-
Remove unused parameter from uiPlaybarShow().2012-01-13, by ib
-
Remove unused parameter from wsXDNDProcessClientMessage().2012-01-13, by ib
-
Fix bug with switching audio and video tracks.2012-01-13, by ib
-
Replace deprecated avcodec functions by new ones.2012-01-13, by ib
-
Remove unused parameter from create_MessageBox().2012-01-13, by ib
-
Properly handle the lack of XShm.2012-01-12, by ib
-
Remove unnecessary #ifdef.2012-01-12, by ib
-
Cosmetic: Remove blank lines.2012-01-12, by ib
-
Simplify XShape handling and setting of wsUseXShape.2012-01-12, by ib
-
Cosmetic: Remove braces.2012-01-12, by ib
-
Always inform / warn about missing shared memory / shape extension2012-01-12, by ib
-
Remove unnecessary #ifdef and #include.2012-01-12, by ib
-
Add user event evMenu.2012-01-12, by ib
-
Fix bug with VCD stream calling DVD code.2012-01-12, by ib
-
Replace goto label by an internal event case expression.2012-01-12, by ib
-
Remove all unnecessary #ifdefs from GUI code.2012-01-12, by ib
-
Define (extern) sub_cp unconditionally.2012-01-12, by ib
-
Reduce number and avoid conditional definition of searchpath variables.2012-01-10, by ib
-
Retrieve DVD's titles, chapters and angles by stream control commands.2012-01-10, by ib
-
Remove all #ifdef MP_DEBUG from Win32 GUI code.2012-01-10, by ib
-
Force "simple" IDCT to avoid different results on different PCs.2012-01-08, by reimar
-
Fix directory creation in refupdate script.2012-01-08, by reimar
-
Remove another md5sums reference file that missed the .md5 extension.2012-01-08, by reimar
-
Remove file that was checked in accidentally (it was missing the .md5 part).2012-01-08, by reimar
-
Fix testing of H.264 conformance tests.2012-01-08, by reimar
-
Add a script to help update the references.2012-01-08, by reimar
-
Add references for new fate samples.2012-01-08, by reimar
-
Remove unused reference files.2012-01-08, by reimar
-
Print a hint if FATE_SAMPLES was not set and fatetest is run.2012-01-08, by reimar
-
Clean up faterun.sh.2012-01-08, by reimar
-
Put test-related code in Makefile under ifdef FATE_SAMPLES.2012-01-08, by reimar
-
Support cyuv uyvy422 rawvideo with -vc -ffcyuv,2012-01-06, by cehoyos
-
Add support for additional libopenjpeg output formats.2012-01-05, by reimar
-
Add support for 422P9.2012-01-05, by reimar
-
Support for Avid Meridian Uncompressed via FFmpeg.2012-01-05, by cehoyos
-
Add reference result for vble test file.2012-01-05, by reimar
-
Disable wmv8_drm test.2012-01-05, by reimar
-
QCP files are audio-only, do not run them through video test.2012-01-05, by reimar
-
Change a few more pts-related float to double.2012-01-05, by reimar
-
Use double also to calculate ogg subtitle pts.2012-01-05, by reimar
-
Remove pointless cast.2012-01-05, by reimar
-
Calculate Ogg timestamps as double instead of float.2012-01-05, by reimar
-
Check for correct function (th_info_init, not theora_info_init) in libtheora test.2012-01-05, by reimar
-
Add more fate test reference results.2012-01-05, by reimar
-
Remove #ifdef MP_DEBUG.2012-01-05, by ib
-
Explicitly enumerate all stream types.2012-01-05, by ib
-
Remove pointless menu entry.2012-01-05, by ib