log

age author description
2010-06-17 diego Move vo_panscanrange extern declaration to aspect.h, where it belongs.
2010-06-17 diego Move LIRC-related extern variable declarations to lirc.h.
2010-06-17 diego Move extern variable declarations for mp_fifo.c to mp_fifo.h.
2010-06-17 diego Move menu-related extern variable declarations to menu.h.
2010-06-17 diego Add header file for externally used variables from vo_fbdev.c.
2010-06-17 diego Move force_monitor_aspect and monitor_pixel_aspect declarations to aspect.h.
2010-06-17 diego Add header file for the extern declarations from muxer_avi.c.
2010-06-17 diego Lower priority of hardware MPEG decoder cards below software decoders.
2010-06-17 diego Factorize monitor_aspect extern declaration into aspect.h.
2010-06-17 diego Add vd.h #include instead of declaring movie_aspect extern.
2010-06-17 diego Place vo_osd_list extern declaration in sub.h instead of all over the code.
2010-06-17 diego Remove unused 'extern int vo_osd_changed_flag' declaration.
2010-06-16 reimar Disable only G200 support when compiling against dynamic libswscale instead
2010-06-16 diego Add header_check convenience function to check for header availability.
2010-06-16 diego Remove unused extern fs_layer declaration.
2010-06-16 diego Replace common options template by a common options array.
2010-06-16 diego Use a struct timezone as second parameter for gettimeofday in the function test.
2010-06-16 reimar SIGPIPE is not really a crash, try to exit cleanly in case we receive one.
2010-06-16 diego Remove some unnecessary #includes from compilation tests.
2010-06-16 diego Rename libvo/mga_common.c --> libvo/mga_template.c.
2010-06-16 diego Remove commented-out forward declaration for removed function.
2010-06-15 reimar More sensible behaviour for -geometry with -wid and -vo gl.
2010-06-15 reimar Add symver defines for FFmpeg. Since we don't care about
2010-06-15 reimar Make sure we always have exactly one CONFIG_LIBRTMP define.
2010-06-15 diego Remove an unused extern declaration.
2010-06-15 diego Remove some unused extern declarations.
2010-06-14 reimar Cleanup some demux_ty code and at the same time possibly fix vstream support (untested).
2010-06-14 reimar Consistently use "None" instead of "NULL" for X resources.
2010-06-14 diego Rename cfg-common-opts.h --> cfg-common_template.c.
2010-06-14 diego Fix embarassing OCNFIG vs. CONFIG typo.
2010-06-14 diego Add header for ivtv_write() instead of forward declaring it.
2010-06-14 diego Mark first parameter of ivtv_write as const; it is never changed.
2010-06-14 diego cosmetics: Reindent after last commit.
2010-06-14 diego Drop linux-devfs configure option.
2010-06-14 diego Rename configure.log file to the more standard name config.log.
2010-06-14 diego Replace forward declarations by proper loader/wine/winbase.h #include.
2010-06-14 diego Ignore generated .d files below loader/qtx/.
2010-06-14 diego Adjust comment after the removal of the pt_iter_add_gui_file macro.
2010-06-14 diego Remove unnecessary and unused #defines.
2010-06-14 diego Replace forward declarations by loader/wine/winbase.h #include.
2010-06-14 diego Remove unnecessary get_path() declaration.
2010-06-14 diego Remove unnecessary get_path() declaration.
2010-06-14 diego Add path.o to the dependency list of the loader test programs.
2010-06-14 diego Remove unused function ComponentDummy().
2010-06-14 diego Add ad_mp3lib.h #include for the mplayer_audio_read prototype.
2010-06-14 diego Revert marking mplayer_audio_read() as static; it is used from linked .o files.
2010-06-14 diego Mark exit_sig() function as static; it is only used within the file.
2010-06-14 diego Add a command to the binary build rule.
2010-06-14 diego typo: Add missing '$' to EXESUF variable in binary build rule.
2010-06-14 diego Revert linking vd_zrmjpeg.c and vf_zrmjpeg.c to MPlayer only.
2010-06-14 diego Ignore .d files with dependency information.
2010-06-14 diego get_path.c was renamed to path.c.
2010-06-14 diego Remove redundant monitor_aspect extern declaration, fixes the warning:
2010-06-14 diego Mark mplayer_audio_read() function as static; it is not used outside the file.
2010-06-14 lu_zero Reinstate libmpeg2 hook to export quantization
2010-06-13 reimar Remove more gui-related code from libvo.
2010-06-13 reimar Remove some unused win32 GUI code.
2010-06-13 reimar Fix sub_window default.
2010-06-13 reimar Move wsSearch function and make it static.
2010-06-13 reimar Drop inline attribute, it does not really make sense and without
2010-06-13 reimar Install error handler as early as possible to avoid crashing.
2010-06-13 reimar Fix function pointer types in tvi_functions struct
2010-06-13 diego Add CONFIG_LIBRTMP and HAVE_ISATTY #defines to config.h for FFmpeg.
2010-06-13 diego Remove unused function pt_add_gui_file().
2010-06-13 reimar Remove unused mp_input_init parameter.
2010-06-13 reimar 100l, add missing 0-termination of keymap file.
2010-06-13 reimar Add missing font_load.h include (previously hidden by gui include).
2010-06-13 reimar Remove unused includes.
2010-06-13 reimar For vos that support the new libvo API (provide UPDATE_SCREENINFO),
2010-06-13 reimar Gui: Do not just exit on X error, just ignoring problems is already
2010-06-13 reimar Indentation fix.
2010-06-13 reimar Remove Gui-specific slave commands and associated key-bindings and other code.
2010-06-13 reimar Remove mp_msg related GUI hacks.
2010-06-13 reimar Allow LGPL for csputils as well, they were previously part of gl_common
2010-06-13 reimar Dual-license gl_common and vo_gl under the LGPL v2.1 or later as
2010-06-13 reimar Extend libvpx configure check to reject too old versions.
2010-06-13 reimar Add QuantizeBuffer function call to gif test to actually test linking.
2010-06-12 tack Add quotes around tune names, otherwise "(psy tuning)" does not get
2010-06-12 reimar Respect -cache-seek-min also for on-disk files to reduce issues with mov.
2010-06-11 diego mga_vid depends on static libswscale.
2010-06-11 jrash sync with en/mplayer.1 rev. 31364
2010-06-11 jrash Synced with help_mp-en.h rev. 31353
2010-06-11 diego Drop hunk that was forgotten in the quantizer_scale removal.
2010-06-11 siretart move the mga video check below the libswscale check
2010-06-10 tack Cosmetics: properly indent block after introducing if statement in r31363.
2010-06-10 tack -x264encopts: document preset, tune, and profile options; remove
2010-06-10 tack ve_x264: rewrite option parsing and add support for x264's presets,
2010-06-10 cehoyos yuv422 is not supported by current VDPAU hardware.
2010-06-10 diego Only enable vd_zrmjpeg.c/vf_zrmjpeg.c for MPlayer.
2010-06-10 diego Add support for compiling against external libmpeg2.
2010-06-10 diego libmpeg2: Remove local quantizer scale changes related to postprocessing.
2010-06-09 tack ao_jack: increase maximum allowed channels from 6 to 8.
2010-06-09 reimar We use unmodified r231 of libdvdcss, no point in mentioning older revisions.
2010-06-09 diego libmpeg2: Move pending_buffer stuff to local decoder context.
2010-06-09 diego cosmetics: Remove commented-out cruft.
2010-06-09 diego Remove stale leftovers from MPlayer-specific buffer handling in libmpeg2.
2010-06-09 diego Reduce verbosity about suboption parsing in vo drivers.
2010-06-09 diego Split internal and external libmpeg2 support in the build system.
2010-06-09 diego cosmetics: Drop leading underscore from configuration variable.
2010-06-09 siretart remove libmpcodecs/vf_rgb2bgr.c
2010-06-08 cehoyos Make -mc 1 the default.
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
2010-05-27 diego cosmetics: K&R coding style
2010-05-26 reimar Retry reading even if we hit eof before.
2010-05-26 reimar Switch ogg demuxing to lavf by default.
2010-05-26 reimar Re-enable wakeup-on-signal for cache process.
2010-05-26 reimar Disable waking the cache process up via a signal, it
2010-05-26 cehoyos Both XVID and VDPAU decode our SIPP sample better than current libavcodec.
2010-05-26 diego Add missing RGB12 version of the fast OSD table.
2010-05-25 diego Add support for decoding VP8 through libvpx wrapper in FFmpeg.
2010-05-25 diego Remove obsolete new policy proposal draft from Michael.
2010-05-25 hyc Add support for STREAM_CTRL_SEEK_TO_TIME in ffmpeg streams
2010-05-25 diego whitespace cosmetics
2010-05-25 diego whitespace cosmetics: fix indentation
2010-05-25 diego cosmetics: vertical alignment in msg module help output
2010-05-25 diego Remove some commented-out duplicate option entries.
2010-05-25 diego K&R cosmetics: Fix '*' placement.
2010-05-25 diego Remove unused forward declarations.
2010-05-25 cehoyos Samsung uses SIPP as FourCC for MPEG-4 ASP.
2010-05-24 siretart support linking to fribidi without pkg-config
2010-05-24 siretart make configure use pkg-config for fribidi checks
2010-05-24 reimar Change -vo md5sum to not interleave U and V lines when calculating
2010-05-24 reimar Fix OpenGL autodetection to not leave values at -1.
2010-05-23 reimar Avoid decoding of 0-size packets. This also fixes that the main loop believes
2010-05-23 reimar Use MP_NOPTS_VALUE as "default" pts for delayed frames instead of some
2010-05-23 reimar Slightly reduce number of #ifs
2010-05-23 reimar Use an extra define to simplify ifdefs
2010-05-23 reimar Try reducing the #ifdef mess for the different cache variants.
2010-05-23 reimar Extract the cache main loop into a separate function.
2010-05-23 diego Remove ambiguous language about indenting if-blocks.
2010-05-23 reimar Optimize cache behaviour for the many-consecutive-seeks case.
2010-05-23 reimar Add code to wake up cache process when e.g. a seek is needed.
2010-05-23 sesse Add ChangeLog entry about CineForm support.
2010-05-23 sesse Add final missing bits of CineForm HD support on Linux (via the Windows
2010-05-23 diego Remove unused function MODULE_DecRefCount(), fixes the warning:
2010-05-23 diego K&R coding style should be applied to new code.
2010-05-23 diego cosmetics: reformat ad_pcm.c in K&R style
2010-05-23 stefano Add empty newline to separate function declarations, for better
2010-05-22 cehoyos Ignore (but print out) offset with libtheora decoder.
2010-05-22 cehoyos Do not use correct-pts for mpeg-ps: It breaks PAFF samples.
2010-05-21 reimar Change WAV header updating in ao_pcm to allow to up to almost 4GB size.
2010-05-21 jrash sync with en/mplayer.1 rev. 31173
2010-05-20 iive Fix compilation broken by FFmpeg-r23201 that changed the api of error logging.
2010-05-19 stefano Cosmetics: make more compact the code for handle_jpeg(), this also allows
2010-05-19 stefano Remove PI definition and use M_PI instead.