log

age author description
2010-07-11 reimar Call spudec_draw for the unscaled case instead of duplicating code.
2010-07-11 reimar Remove useless casts
2010-07-11 reimar Fix calc_bbox to always return sensible values.
2010-07-11 cehoyos Fix compilation if CONFIG_QTX_CODECS is defined (on OS X).
2010-07-11 reimar Reindent.
2010-07-11 reimar Avoid calling av_resample_init again when the values are the same as before.
2010-07-11 reimar Try to get subtitle scaling somewhat right with libavcodec decoded
2010-07-11 reimar 10l, also assign the original width in spudec_new_scaled.
2010-07-11 reimar Fix indentation.
2010-07-11 reimar Add support for DVB and XSUB subtitles, not yet working properly.
2010-07-11 cehoyos Fix compilation with liblive555 after r31675.
2010-07-11 reimar Remove dvdsub_id checks that should not be necessary.
2010-07-11 reimar Avoid status line being mangled together with error messages and other
2010-07-11 reimar Fix memory leak for subtitles decoded by libavcodec.
2010-07-10 reimar Fix some remaining bswap-related compilation issues.
2010-07-10 reimar Add AV_HAVE_FAST_UNALIGNED define.
2010-07-10 reimar bswap compatibility defines.
2010-07-10 reimar Remove disabled and pointless code.
2010-07-10 reimar Remove some pointless uses of be2me/le2me.
2010-07-10 reimar Use AV_WB* where possible and be2me -> be2ne compilation fix.
2010-07-10 reimar 100l compialtion fix and use AV_RB32.
2010-07-10 reimar Remove completely nonsensical le2me usages, the only effect
2010-07-10 reimar Remove obfuscating use of le2me_32.
2010-07-10 reimar Use AV_RL* macros instead of typecasts where appropriate.
2010-07-10 mru Add av_ prefix to bswap macros
2010-07-10 reimar Change global subtitle numbering scheme so that demuxers can "asynchronously"
2010-07-10 reimar Fix compilation of tv support.
2010-07-10 reimar Revert and accidentally committed hunk from last commit.
2010-07-10 reimar Make the stream language an argument to the stream creation function
2010-07-10 reimar Automatically allocate a vo_spudec if there is none.
2010-07-10 reimar Get rid of useless INITIALIZED_SPUDEC flag.
2010-07-10 reimar 100l, only set VO_EVENT_RESIZE on an actual resize, not just for movement.
2010-07-10 reimar Add packet->len checks to avoid out-of-bounds reads and negative
2010-07-10 diego Add back LIBXVID to $libavencoders once more.
2010-07-10 reimar Check packet size before memmove to avoid crashes e.g. if we recognized the
2010-07-10 reimar Remove unused extern variable declarations.
2010-07-10 diego Move EBX availability #define within config.h; it is not FFmpeg-specific.
2010-07-10 reimar Mention PGS support.
2010-07-10 reimar Add support for PGS subtitle decoding via libavcodec.
2010-07-10 reimar We no longer have a libgsm copy in SVN.
2010-07-10 reimar Make subdelay handling work the same way for all subtitle types and also allow
2010-07-10 diego Remove useless LIBXVID entry from libavencoders list.
2010-07-10 reimar Reuse spudec_visible to avoid code duplication.
2010-07-10 reimar Handle and print a warning about invalid values in the function
2010-07-10 reimar Extract spudec image allocation code to a separate function.
2010-07-10 reimar Fix compilation broken due to GET_UTF8 being undefined.
2010-07-10 reimar Remove copy of old and ugly libgsm code and wrapper.
2010-07-10 reimar Add/fix GSM audio decoding through FFmpeg.
2010-07-10 reimar Make it possible to set all options for lavc audio encoder.
2010-07-10 michael 1 memcpy less in lavf demuxing.
2010-07-09 jrash Synced with help_mp-en.h rev. 31631
2010-07-09 jrash sync with en/mplayer.1 rev. 31648
2010-07-09 cehoyos Fix compilation with --disable-mencoder.
2010-07-09 cehoyos Fix 'Xvid in libavcodec', broken in r31649.
2010-07-09 cehoyos Fix compilation after FFmpeg r24137.
2010-07-08 cehoyos Quadbuffered stereo does work on selected hardware.
2010-07-08 cehoyos Independent tests indicate that GLX_STEREO is working fine on supported hardware.
2010-07-08 reynaldo Implement edl-backward-delay to avoid jumping right over an
2010-07-07 diego cosmetics: Drop leading underscore from FFmpeg component variables.
2010-07-07 diego Remove duplicated FFmpeg external codec library variables from config.mak.
2010-07-07 diego Enable libvorbis encoder in FFmpeg if libvorbis is available.
2010-07-06 aurel stricter check for convergence_duration validity, avoid using meaningless values
2010-07-05 diego Move libgsm #define to the FFmpeg section of config.h.
2010-07-05 ben Implement slave mode compatible stream controls for Blu-ray.
2010-07-05 reimar Some small whitespace and {} cosmetics.
2010-07-05 reimar Try to get a quadbuffered visual if the corresponding 3D mode was selected.
2010-07-05 reimar Use a more sensible variable name.
2010-07-05 reimar Move declaration to where it is actually used.
2010-07-05 reimar Mention stereo support in Changelog.
2010-07-05 reimar Fix outdated -vo gl usage example.
2010-07-05 reimar Add initial stereo support to -vo gl.
2010-07-05 diego Fix Bulgarian vs. Hungarian typo in Czech manual page.
2010-07-05 ben Support for unencrypted Blu-ray playback through libbluray.
2010-07-04 reimar Add a manifest file to disable file and registry
2010-07-03 reimar Support decoding and encoding via libgsm via libavcodec.
2010-07-03 cehoyos Fix 'assignment from incompatible pointer type' warning.
2010-07-03 jrash Synced with help_mp-en.h rev. 31579
2010-07-02 reimar Avoid out-of-bounds read if mp_msg prints an empty string.
2010-07-02 reimar Factor out a large conditional, hopefully making it easier to
2010-07-02 reimar Move the subtitle pts handling code to demuxer.c
2010-07-02 reimar Get window dimensions also for -wid 0.
2010-07-02 reimar Re-enable keyboard input for GUI video window.
2010-07-02 reimar Remove useless ()
2010-07-02 reimar Remove some commented-out code that has no purpose and is only confusing.
2010-07-02 cehoyos Hopefully fix librtmp detection.
2010-07-02 diego Use cflag_check utility function in cross-compilation check.
2010-07-02 diego Add return statement to function_check test program.
2010-07-01 diego Replace some more manual compiler flag checks with cflag_check function.
2010-07-01 diego Declare FARPROC/PROC/FARPROC16/PROC16 parameter lists as 'void'.
2010-07-01 diego Separate automatic dependency generation flags from general CFLAGS.
2010-07-01 diego Add convenience function to check for compiler flags directly and use it.
2010-07-01 diego cosmetics: Rename _warn_CFLAGS variable to warn_cflags.
2010-07-01 reimar Give functions proper prototypes.
2010-07-01 reimar Use AV_RL32 also in x86, it is well enough optimized nowadays.
2010-07-01 reimar Fix function prototypes to match the required type.
2010-07-01 reimar Avoid void *-arithmentic warnings.
2010-07-01 reimar Fix ffmpeg logging: mp_msg_test must be called after the proper target
2010-07-01 reimar Add some const, the ad_functions structs are in rodata.
2010-07-01 reimar Always request expose events, we have to handle them, the application
2010-07-01 reimar Fix resizing with -wid after previous commit.
2010-07-01 attila * fix compilation using external libfaad
2010-07-01 reimar Some indentation fixes.
2010-07-01 reimar Do not try to grab input from -wid windows, it will most likely break
2010-07-01 reimar Fix -geometry with -wid behaviour (y position was flipped).
2010-07-01 reimar skinName is already declared in interface.h, so remove
2010-07-01 reimar Fix win32 gui compilation.
2010-07-01 reimar Avoid some deprecated functions.
2010-07-01 attila config.log belongs into mplayer's root directory, not into the tmp directory
2010-07-01 reimar Add disabling input to hints.
2010-07-01 diego Fix variable name for tmpdir selection iterator.
2010-07-01 diego Add convenience function to check for the availability of system functions.
2010-07-01 diego Place temporary files in a subdirectory of their own.
2010-06-30 diego Move dvd_speed extern variable declaration from stream_dvd_common.h to stream.h.
2010-06-30 diego MP3 decoding through libmpg123
2010-06-30 astrange configure: Fix detection of SDL backend for vo_gl on OS X
2010-06-29 reimar Add config.h include needed for other included files
2010-06-29 reimar Avoid a crash if stream->url is not set, but print a warning since this
2010-06-29 diego Replace HAVE_BIGENDIAN #ifdef around swap_palette() by av_unused attribute.
2010-06-29 cehoyos Update ffvp8 comment.
2010-06-28 diego Place swap_palette declaration under the same #ifdef as its usage; fixes:
2010-06-28 diego Remove help target that prints available targets.
2010-06-28 diego Remove some commented-out cruft.
2010-06-28 diego Clean up #include handling in mplayer.c and mencoder.c.
2010-06-28 diego cosmetics: Move volstep global var to the top where all other global vars live.
2010-06-28 diego Remove unnecessary HELP_MP_DEFINE_STATIC #define and corresponding #ifdefs.
2010-06-28 siretart Revert the previous two commits to configure and clarify the res_comment.
2010-06-28 diego Factorize MPlayer/MEncoder version string handling.
2010-06-27 cehoyos ffvp8 decodes all reference vectors fine.
2010-06-27 cehoyos fflibvpx is significantly faster than ffvp8 for nearly all users.
2010-06-27 siretart reindent after last commit
2010-06-27 siretart libvpx does not require static libavcodec
2010-06-27 reimar Fix indentation.
2010-06-27 reimar Simplify clang version extraction.
2010-06-27 reimar clang also does not support -march=native.
2010-06-27 reimar Experimental support for clang compiler.
2010-06-27 reimar Include internal.h last to avoid a conflict between its dprintf()
2010-06-27 reimar 100l, actually enable libvpx encoder if libvpx is detected.
2010-06-27 reimar Use MSG_NOSIGNAL flag if available for send().
2010-06-27 reimar Remove (or for now actually only disable) support for external libfaad.
2010-06-27 reimar Update VP8 support information.
2010-06-27 reimar Fix arpa/inet.h configure check.
2010-06-27 reimar Add missing include for usec_sleep.
2010-06-27 reimar Fix missing iopl declaration on x86_64 systems.
2010-06-26 reimar Allow the FFmpeg VP8 decoder to work by disabling dr for it (thus we do not
2010-06-25 reimar Ensure that e.g. -af-pre will not cause the filter list to be
2010-06-25 reimar ladspa: ensure that activate is called on each filter instance, even
2010-06-25 jrash Synced with help_mp-en.h rev. 31512
2010-06-25 jrash sync with en/mplayer.1 rev. 31552
2010-06-24 diego Clean up sub-related extern declarations.
2010-06-24 diego Add libvo/sub.h #include instead of declaring sub_visibility extern.
2010-06-24 diego Add #include for libvo/sub.h instead of duplicating sub_pos extern declaration.
2010-06-24 attila make clear that -frames 0 surpresses all _video_ output and not the
2010-06-24 diego Add prototypes for exported FilterGraph_ functions.
2010-06-24 diego Remove redundant mp_msg_levels[] extern declaration.
2010-06-24 diego Move rtsp_port extern declaration to demuxer.h.
2010-06-24 diego Fix catch() callback function declaration in two compile tests.
2010-06-24 diego whitespace cosmetics
2010-06-24 diego Remove unnecessary #includes from libnut test.
2010-06-24 diego Replace manual header checks by header_check function.
2010-06-23 diego Improve extrastereo audio filter description.
2010-06-23 cehoyos Improve LATM recognition.
2010-06-23 reimar Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
2010-06-23 reimar Change libvpx configure check to match FFmpeg's and also enable the encoder.
2010-06-23 reimar Replace ever-growing-to-uglyness IS_* macros to by functions
2010-06-23 diego Move rtsp_destination extern declaration to stream.h.
2010-06-23 diego Get rid of xsltproc wrapper redirection; run commands directly from make.
2010-06-23 diego Move xsltproc target file hack to the Makefile.
2010-06-23 diego Drop support for the Saxon XSLT processor.
2010-06-23 diego Drop configure support for Jade/OpenJade XSLT processors.
2010-06-23 diego Get rid of xmllint wrapper redirection; run commands directly from make.
2010-06-23 diego Fix iopl() function declaration, fixes the warning:
2010-06-23 diego Remove pointless __linux__ preprocessor checks.
2010-06-23 diego Remove duplicated MKTAG macro definition, #include libavutil/common.h instead.
2010-06-23 diego Change timer_name type from char* to char[]; patch taken from Uoti's tree.
2010-06-23 diego Add CONFIG_SHARED to config.h for FFmpeg.
2010-06-22 diego Move the .SUFFIXES rule to the bottom of the Makefile and explain it.
2010-06-22 diego Remove disabled and unused timer-linux test main routine.
2010-06-22 diego Remove some unnecessary #includes from configure tests.
2010-06-21 reynaldo Improves EDL to avoid jumping into a skipped out scene. It also
2010-06-21 diego typo fixes; mention lowering of hardware MPEG decoder priority
2010-06-21 diego Move video decoder option array extern declarations to vd.h.
2010-06-21 diego Add header file for video encoder extern variable declarations.
2010-06-21 reimar Place AUDIO_AAC_LATM definition next to AUDIO_AAC.
2010-06-21 reimar Make demux_ts detect LATM AAC as a separate type.
2010-06-21 diego Surround conditionally used orig_lines variable declaration by #ifdefs.
2010-06-21 diego Move lavfopts_conf/mpegopts_conf/nuvopts_conf extern declarations to muxer.h.
2010-06-21 diego Move dvbin_opts_conf extern variable declaration to stream.h.
2010-06-21 diego Use angular brackets for system #includes.
2010-06-21 diego Fix type of dvbin_opts_conf extern declaration.
2010-06-21 diego Move cddb_data_t and cd_toc_t structs to the only place they are used.
2010-06-21 diego Shut up strict prototype warnings from the gui subdirectory.
2010-06-21 diego Adjust printf length modifier, fixes the warning:
2010-06-21 diego cosmetics: Reorder functions to avoid forward declarations.
2010-06-21 diego Remove unused static function cddb_freedb_sites_parse().
2010-06-21 diego Move declarations for functions defined in stream_cddb.c to cdd.h.
2010-06-21 diego Remove unused static function cddb_get_freedb_sites(), fixes the warning:
2010-06-21 diego Reorder #includes and drop an unnecessary set of #ifdefs.
2010-06-21 diego Move cdda_priv structure to the only place it is used.
2010-06-21 diego Move demuxer-specific option array declarations to demuxer.h.
2010-06-21 diego Move faac/lame/toolame/twolame option array declarations to appropriate headers.
2010-06-21 diego Move mpae_twolame_ctx structure to ae_twolame.c.
2010-06-21 diego Move mpae_toolame_ctx structure to ae_toolame.c.
2010-06-21 diego Remove redundant dvd_device extern variable declaration.
2010-06-21 diego Move dvd_device extern declaration from stream_dvd_common.h to stream.h.
2010-06-21 diego Remove redundant cdrom_device extern variable declarations.
2010-06-20 attila Prefere the use of inet_ntop over inet_ntoa, as the former is ipv6 safe.
2010-06-20 cehoyos Fix compilation after r31490.
2010-06-20 diego Move noconfig_opts extern variable declaration to mpcommon.h.
2010-06-20 diego Move network_prefer_ipv4/reuse_socket extern declarations to tcp.h/udp.h.
2010-06-20 diego Mark data parameter of my_write function as const.
2010-06-20 diego Remove duplicate network_bandwidth extern declarations.
2010-06-20 diego Add declarations for open.c externally used variables to stream.h.
2010-06-20 diego Move af_cfg extern variable declaration to dec_audio.h.
2010-06-20 diego Move extern declarations for vf.c variables to vf.h.
2010-06-20 diego Add appropriate #include instead of duplicating mf_ extern var declarations.
2010-06-20 diego Move rtsp_transport_ extern variable declarations to demuxer.h.
2010-06-20 diego Move audio_stream_cache extern variable declaration to demuxer.h.
2010-06-20 diego Move more sws_ extern variable declarations to vf_scale.h.
2010-06-20 diego Move pvr_ extern variable declarations to stream/pvr.h.
2010-06-20 diego Move hr_mp3_seek extern variable declaration to demux_audio.h.
2010-06-20 diego Move cdda_opts extern declaration to stream/cdd.h.
2010-06-20 diego Move sws_flags extern variable declaration to vf_scale.h.
2010-06-20 diego Add appropriate #include instead of duplicating pp_help extern declaration.
2010-06-20 diego Add header file for externally used variable ps_probe.
2010-06-20 diego Add header file for VIVO extern variable declarations.
2010-06-20 diego Remove duplicate dvd_device extern variable declaration.
2010-06-20 diego Move demuxer-related extern variable declarations to demuxer.h.
2010-06-20 diego Add correct #include instead of duplicating dvd_speed extern declaration.
2010-06-19 reimar Remove unused parsehtml parameters.
2010-06-19 reimar Add static to functions used only locally.
2010-06-19 reimar Remove incorrect additional printf arguments.
2010-06-19 reimar Auto-update CODEC_CFG_MIN value to release value in etc/codecs.conf.
2010-06-18 diego Move audio_substream_id extern variable declaration to demux_ts.h.
2010-06-18 reimar Remove examples of no longer supported gui commands.
2010-06-18 diego Move ts_* extern variable declarations to demux_ts.h.
2010-06-18 diego Move audio_output_channels/fakemono extern variable declarations to dec_audio.h.
2010-06-18 diego Move field_dominance extern variable declaration to dec_video.h.
2010-06-18 diego Move codecs_file extern variable declaration to codec-cfg.h.
2010-06-18 reimar 100l, never just ignore a backwards skip, even if the stream is not
2010-06-18 reimar Error messages should not be hidden at -v level.
2010-06-18 reimar Remove includes that break building if X11 is not available.
2010-06-18 reimar Fix type: struct mp_image_s no longer exists, it is now
2010-06-18 jrash sync with en/mplayer.1 rev. 31372
2010-06-18 jrash Synced with help_mp-en.h rev. 31430
2010-06-18 diego Move extern variable declarations for network.c to network.h.
2010-06-18 diego Move mp_msg-related extern variable declarations to mp_msg.h.
2010-06-17 diego Simplify fribidi check - console output is not necessary.
2010-06-17 diego Rename loader/qt_comp.h --> loader/qt_comp_template.c.
2010-06-17 diego Add header file for externally used dxr2_opts array.
2010-06-17 diego Add appropriate header files for GUI variables.
2010-06-17 diego Add extern declaration for guiWinID variable.
2010-06-17 diego Add #include for unrar_exec.h instead of declaring unrar_executable extern.
2010-06-17 diego Declare stop_xscreensaver extern in x11_common.h instead of all over the code.
2010-06-17 diego Add #include for geometry.h instead of declaring vo_geometry variable extern.
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.