log

age author description
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.