log

age author description
2010-06-08 cehoyos Fix compilation with nemesi and live555.
2010-06-08 cehoyos Support RTSP/RTP over HTTP via LIVE555.
2010-06-07 reimar Extract duplicated code into a separate function.
2010-06-07 reimar Ensure the SAMI subtitle reader does not read more lines than we support.
2010-06-07 reimar Print media start time with -identify.
2010-06-07 reimar Move code printing -identify output for a file to a separate function.
2010-06-07 cehoyos M701: Matrox MPEG-2 intra-only.
2010-06-06 hyc Fix typo in comment
2010-06-06 reimar Remove nonsense commented-out function header.
2010-06-06 reimar Update common.mak and subdir.mak to latest FFmpeg versions.
2010-06-06 reimar Fix ds_get_next_pts to also work for the first packet of a stream.
2010-06-06 reimar Fix the ds->first documentation to actually match reality.
2010-06-06 reimar Minor code simplification.
2010-06-06 reimar Disable index reading in real demuxer if stream is not seekable.
2010-06-06 reimar Some more Changelog updates.
2010-06-06 reimar yuv4mpeg interlaced changes.
2010-06-05 reimar Update codecs.conf version again, we had quite a few additions to it.
2010-06-05 reimar Extend -vf format to allow substituting the format for a compatible one
2010-06-05 reimar Fix -vf format and -vf noformat to work with slices.
2010-06-05 reimar Add webm/VP8 support to native matroska demuxer.
2010-06-05 reimar If we have no FPS value, try enabling -correct-pts mode, it does
2010-06-05 reimar Add partial support for dirac to TS demuxer.
2010-06-05 reimar Also print current stream position in mp_read debug output.
2010-06-05 reimar Remove explicit eof check for mp_read code, stream code handles this case
2010-06-05 reimar Di not do a stream_reset on seeking backwards, the seek itself should
2010-06-05 reimar Do not make seek fail explicitly simply because eof was hit somewhen,
2010-06-05 cehoyos Fix compilation after FFmpeg r23485.
2010-06-05 jrash sync with en/mplayer.1 rev. 31292
2010-06-05 reimar Remove colorspace conversion code from -vo yuv4mpeg, -vf scale should
2010-06-05 reimar Sync libdvdcss with their latest SVN.
2010-06-05 reimar Add support for -geometry x syntax since the documentation claims
2010-06-04 reimar Do not use libass functions if it is disabled.
2010-06-04 reimar Default to -correct-pts off if -fps was given, since -fps has no effect
2010-06-04 reimar Force window placement also if -xineramascreen was set >= 0,
2010-06-03 siretart apply missing bits from http://repo.or.cz/w/mplayer.git/commitdiff/cd4e8dc1fa2863dcce62a44dd9ea105f9f9288f4
2010-06-03 reimar Try always enabling correct pts again for lavf demuxer, since the know
2010-06-03 reimar Limit buffered PTS only when we actually got a frame from the decoder.
2010-06-03 reimar If an invalid pts value is detected, try to to make up some if it seems
2010-06-03 siretart vo_yuv4mpeg: disable RGB support when compiling against a shared libswscale
2010-06-03 cehoyos Simplify libass version check.
2010-06-03 cehoyos Raise LIBASS_VERSION, forgotten in r31293.
2010-06-02 reimar Add the -march fallback for amdfam10 also to the x86_64 case.
2010-06-02 cehoyos libavcodec/libx264.c requires x264 0.98 since r23430.
2010-06-02 cehoyos Fix compilation with external libass.
2010-06-02 cehoyos ass_set_aspect_ratio() takes three arguments since 0x00907010.
2010-06-01 siretart avoid using swscale internals by copying in palette8torbg16 and its bgr variant
2010-06-01 reimar Extend geometry parsing to reject all invalid strings.
2010-06-01 siretart deprecate palette8topacked32 in favor of public API functions sws_convertPalette8ToPacked32 and -24
2010-06-01 stefano Move internal scale context fields initialization from
2010-06-01 cehoyos Fix compilation after FFmpeg r23402.
2010-06-01 siretart remove palette8torgb15 and palette8tobgr15
2010-05-31 reimar Factor out some common code and ensure we will not try to draw OSD
2010-05-31 reimar Reindent.
2010-05-31 reimar Fix subtitle display for http://samples.mplayerhq.hu/sub/largeres_vobsub.mkv
2010-05-31 aurel Switch mkv demuxing to lavf by default.
2010-05-31 aurel backport ass_flush_events() from upstream libass and make use of it
2010-05-31 reimar Extend the range of the -a52drc range up to two, as a experimental feature
2010-05-30 diego Move TS_MAX_PROBE_SIZE #define to demux_ts.h instead of duplicating it.
2010-05-30 Gabrov synced with r31289
2010-05-30 reimar Change code to let Window Manager chose window location by default.
2010-05-30 reimar Add a referrer option to set the HTTP Referer field.
2010-05-30 reimar Forgotten part of previous commit (extern declaration of drc_level).
2010-05-30 reimar Use the -a52drc option also for the libavcodec decoder.
2010-05-30 cehoyos Fix compilation without librtmp.
2010-05-30 reimar Treat a NULL renderer string as indication for software renderer.
2010-05-30 reimar Prefer -vo sdl over "probably software" OpenGL.
2010-05-30 reimar Change compiler argument order for compile_check to avoid incorrect linking
2010-05-30 reimar Make 3dnow and MMX code compile for 64 bit (just stupid search-and-replace).
2010-05-30 diego Add codec-cfg.h to the dependency list of codec-cfg.
2010-05-30 diego Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone.
2010-05-30 diego Remove GPL-licensed YUV to RGB MMX routines.
2010-05-30 hyc Add librtmp support
2010-05-29 diego Cast void* pointer to appropriate type before using it in an addition; fixes
2010-05-29 diego Update 1.0rc3 release name and date.
2010-05-29 siretart minor spelling fixes
2010-05-29 siretart add myself to the AUTHORS file
2010-05-29 reimar Use edi instead of ebx to avoid issues with PIC.
2010-05-29 reimar Remove obsolete may_alias-related defines, lavu handles this now
2010-05-29 reimar Actually run a detection whether external libass exists, instead
2010-05-29 reimar Fix compilation if the compiler does not support -march=amdfam10
2010-05-29 diego cosmetics: Drop leading '_' from noinputmodules variable.
2010-05-29 diego misc cosmetics: K&R style nits, #include placement, indentation
2010-05-29 diego Mark key_type structure as const.
2010-05-29 diego getch2-os2.c: Add #include for the header that declares the public functions.
2010-05-29 diego cosmetics: Remove some commented-out #includes, fix a comment grammar error.
2010-05-29 diego Directly mark jpeg_buf_src() as void instead of using some indirection marcro.
2010-05-28 compn add "lpcJ" fourcc for the RealAudio 1.0 codec.
2010-05-28 reimar Fix typo in message.
2010-05-28 reimar stream_check_interrupt should sleep even if no callback is set.
2010-05-28 reimar 100l, stream_check_for_interrupt argument is not in usec,
2010-05-28 reimar Document time scale for stream_check_interrupt argument.
2010-05-28 reimar Document thatg time argument is in milliseconds.
2010-05-28 reimar Improve handling of cache process/thread hanging/being killed.
2010-05-28 reimar Fix cache process accidentally being killed by SIGUSR1.
2010-05-28 cehoyos Use MSGT_DECVIDEO in a video decoder.
2010-05-28 diego Remove commented-out declaration of nonexisting function uGetTimer().
2010-05-28 diego Drop pointless _t suffix from 'struct lavf_priv'.
2010-05-27 diego Drop pointles _st suffix from struct mp_cmd_filter and mp_cmd_bind_section.
2010-05-27 diego cosmetics: vertical alignment in msg module help output.
2010-05-27 diego vf_yuy2 was removed after the 1.0rc3 branch was cut.
2010-05-27 diego small cosmetics for the 1.0rc3 changelog
2010-05-27 diego Fix a bunch of typos in the stream cache code.
2010-05-27 diego Drop pointless _s suffix from 'struct af_stream'.
2010-05-27 diego Drop pointless _st suffix from 'struct stream'.
2010-05-27 diego Drop pointless _s suffix from struct ao_data.
2010-05-27 diego cosmetics: Reformat in K&R coding style.
2010-05-27 diego Remove two pointless void* casts.
2010-05-27 diego Remove unnecessary demux_mkv_seek() forward declaration.
2010-05-27 diego cosmetics: Drop pointless _s suffix from 'struct ad_functions'.
2010-05-27 diego cosmetics: Drop pointless _s suffix from 'struct mp_image'.
2010-05-27 diego cosmetics: Drop _s suffix from 'struct vd_functions'.
2010-05-27 diego cosmetics: K&R coding style