Mercurial > mplayer.hg
graph
-
Default to -correct-pts off if -fps was given, since -fps has no effect2010-06-04, by reimar
-
Force window placement also if -xineramascreen was set >= 0,2010-06-04, by reimar
-
Try always enabling correct pts again for lavf demuxer, since the know2010-06-03, by reimar
-
Limit buffered PTS only when we actually got a frame from the decoder.2010-06-03, by reimar
-
If an invalid pts value is detected, try to to make up some if it seems2010-06-03, by reimar
-
vo_yuv4mpeg: disable RGB support when compiling against a shared libswscale2010-06-03, by siretart
-
Simplify libass version check.2010-06-03, by cehoyos
-
Raise LIBASS_VERSION, forgotten in r31293.2010-06-03, by cehoyos
-
Add the -march fallback for amdfam10 also to the x86_64 case.2010-06-02, by reimar
-
libavcodec/libx264.c requires x264 0.98 since r23430.2010-06-02, by cehoyos
-
Fix compilation with external libass.2010-06-02, by cehoyos
-
ass_set_aspect_ratio() takes three arguments since 0x00907010.2010-06-02, by cehoyos
-
avoid using swscale internals by copying in palette8torbg16 and its bgr variant2010-06-01, by siretart
-
Extend geometry parsing to reject all invalid strings.2010-06-01, by reimar
-
Move internal scale context fields initialization from2010-06-01, by stefano
-
Fix compilation after FFmpeg r23402.2010-06-01, by cehoyos
-
remove palette8torgb15 and palette8tobgr152010-06-01, by siretart
-
Factor out some common code and ensure we will not try to draw OSD2010-05-31, by reimar
-
Reindent.2010-05-31, by reimar
-
Fix subtitle display for http://samples.mplayerhq.hu/sub/largeres_vobsub.mkv2010-05-31, by reimar
-
Switch mkv demuxing to lavf by default.2010-05-31, by aurel
-
backport ass_flush_events() from upstream libass and make use of it2010-05-31, by aurel
-
Extend the range of the -a52drc range up to two, as a experimental feature2010-05-31, by reimar
-
Move TS_MAX_PROBE_SIZE #define to demux_ts.h instead of duplicating it.2010-05-30, by diego
-
synced with r312892010-05-30, by Gabrov
-
Change code to let Window Manager chose window location by default.2010-05-30, by reimar
-
Add a referrer option to set the HTTP Referer field.2010-05-30, by reimar
-
Forgotten part of previous commit (extern declaration of drc_level).2010-05-30, by reimar
-
Use the -a52drc option also for the libavcodec decoder.2010-05-30, by reimar
-
Fix compilation without librtmp.2010-05-30, by cehoyos
-
Treat a NULL renderer string as indication for software renderer.2010-05-30, by reimar
-
Prefer -vo sdl over "probably software" OpenGL.2010-05-30, by reimar
-
Change compiler argument order for compile_check to avoid incorrect linking2010-05-30, by reimar
-
Make 3dnow and MMX code compile for 64 bit (just stupid search-and-replace).2010-05-30, by reimar
-
Add codec-cfg.h to the dependency list of codec-cfg.2010-05-30, by diego
-
Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone.2010-05-30, by diego
-
Remove GPL-licensed YUV to RGB MMX routines.2010-05-30, by diego
-
Add librtmp support2010-05-30, by hyc
-
Cast void* pointer to appropriate type before using it in an addition; fixes2010-05-29, by diego
-
Update 1.0rc3 release name and date.2010-05-29, by diego
-
minor spelling fixes2010-05-29, by siretart
-
add myself to the AUTHORS file2010-05-29, by siretart
-
Use edi instead of ebx to avoid issues with PIC.2010-05-29, by reimar
-
Remove obsolete may_alias-related defines, lavu handles this now2010-05-29, by reimar
-
Actually run a detection whether external libass exists, instead2010-05-29, by reimar
-
Fix compilation if the compiler does not support -march=amdfam102010-05-29, by reimar
-
cosmetics: Drop leading '_' from noinputmodules variable.2010-05-29, by diego
-
misc cosmetics: K&R style nits, #include placement, indentation2010-05-29, by diego
-
Mark key_type structure as const.2010-05-29, by diego
-
getch2-os2.c: Add #include for the header that declares the public functions.2010-05-29, by diego
-
cosmetics: Remove some commented-out #includes, fix a comment grammar error.2010-05-29, by diego
-
Directly mark jpeg_buf_src() as void instead of using some indirection marcro.2010-05-29, by diego
-
add "lpcJ" fourcc for the RealAudio 1.0 codec.2010-05-28, by compn
-
Fix typo in message.2010-05-28, by reimar
-
stream_check_interrupt should sleep even if no callback is set.2010-05-28, by reimar
-
100l, stream_check_for_interrupt argument is not in usec,2010-05-28, by reimar
-
Document time scale for stream_check_interrupt argument.2010-05-28, by reimar
-
Document thatg time argument is in milliseconds.2010-05-28, by reimar
-
Improve handling of cache process/thread hanging/being killed.2010-05-28, by reimar
-
Fix cache process accidentally being killed by SIGUSR1.2010-05-28, by reimar
-
Use MSGT_DECVIDEO in a video decoder.2010-05-28, by cehoyos
-
Remove commented-out declaration of nonexisting function uGetTimer().2010-05-28, by diego