Thu, 24 Jun 2010 08:15:46 +0000 |
diego |
Fix catch() callback function declaration in two compile tests.
|
Thu, 24 Jun 2010 08:14:32 +0000 |
diego |
whitespace cosmetics
|
Thu, 24 Jun 2010 08:12:49 +0000 |
diego |
Remove unnecessary #includes from libnut test.
|
Thu, 24 Jun 2010 08:03:41 +0000 |
diego |
Replace manual header checks by header_check function.
|
Wed, 23 Jun 2010 23:56:10 +0000 |
diego |
Improve extrastereo audio filter description.
|
Wed, 23 Jun 2010 18:44:06 +0000 |
cehoyos |
Improve LATM recognition.
|
Wed, 23 Jun 2010 17:34:19 +0000 |
reimar |
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
|
Wed, 23 Jun 2010 16:57:04 +0000 |
reimar |
Change libvpx configure check to match FFmpeg's and also enable the encoder.
|
Wed, 23 Jun 2010 16:44:21 +0000 |
reimar |
Replace ever-growing-to-uglyness IS_* macros to by functions
|
Wed, 23 Jun 2010 16:39:16 +0000 |
diego |
Move rtsp_destination extern declaration to stream.h.
|
Wed, 23 Jun 2010 13:36:02 +0000 |
diego |
Get rid of xsltproc wrapper redirection; run commands directly from make.
|
Wed, 23 Jun 2010 13:24:53 +0000 |
diego |
Move xsltproc target file hack to the Makefile.
|
Wed, 23 Jun 2010 12:38:40 +0000 |
diego |
Drop support for the Saxon XSLT processor.
|
Wed, 23 Jun 2010 12:24:48 +0000 |
diego |
Drop configure support for Jade/OpenJade XSLT processors.
|
Wed, 23 Jun 2010 12:07:29 +0000 |
diego |
Get rid of xmllint wrapper redirection; run commands directly from make.
|
Wed, 23 Jun 2010 11:37:26 +0000 |
diego |
Fix iopl() function declaration, fixes the warning:
|
Wed, 23 Jun 2010 11:36:40 +0000 |
diego |
Remove pointless __linux__ preprocessor checks.
|
Wed, 23 Jun 2010 10:59:26 +0000 |
diego |
Remove duplicated MKTAG macro definition, #include libavutil/common.h instead.
|
Wed, 23 Jun 2010 10:50:55 +0000 |
diego |
Change timer_name type from char* to char[]; patch taken from Uoti's tree.
|
Wed, 23 Jun 2010 10:47:48 +0000 |
diego |
Add CONFIG_SHARED to config.h for FFmpeg.
|
Tue, 22 Jun 2010 13:15:34 +0000 |
diego |
Move the .SUFFIXES rule to the bottom of the Makefile and explain it.
|
Tue, 22 Jun 2010 07:41:12 +0000 |
diego |
Remove disabled and unused timer-linux test main routine.
|
Tue, 22 Jun 2010 07:02:18 +0000 |
diego |
Remove some unnecessary #includes from configure tests.
|
Mon, 21 Jun 2010 20:44:12 +0000 |
reynaldo |
Improves EDL to avoid jumping into a skipped out scene. It also
|
Mon, 21 Jun 2010 17:36:25 +0000 |
diego |
typo fixes; mention lowering of hardware MPEG decoder priority
|
Mon, 21 Jun 2010 17:10:07 +0000 |
diego |
Move video decoder option array extern declarations to vd.h.
|
Mon, 21 Jun 2010 17:09:14 +0000 |
diego |
Add header file for video encoder extern variable declarations.
|
Mon, 21 Jun 2010 16:58:42 +0000 |
reimar |
Place AUDIO_AAC_LATM definition next to AUDIO_AAC.
|
Mon, 21 Jun 2010 16:41:30 +0000 |
reimar |
Make demux_ts detect LATM AAC as a separate type.
|
Mon, 21 Jun 2010 14:46:09 +0000 |
diego |
Surround conditionally used orig_lines variable declaration by #ifdefs.
|
Mon, 21 Jun 2010 14:43:08 +0000 |
diego |
Move lavfopts_conf/mpegopts_conf/nuvopts_conf extern declarations to muxer.h.
|
Mon, 21 Jun 2010 14:40:28 +0000 |
diego |
Move dvbin_opts_conf extern variable declaration to stream.h.
|
Mon, 21 Jun 2010 14:39:24 +0000 |
diego |
Use angular brackets for system #includes.
|
Mon, 21 Jun 2010 12:55:43 +0000 |
diego |
Fix type of dvbin_opts_conf extern declaration.
|
Mon, 21 Jun 2010 11:03:03 +0000 |
diego |
Move cddb_data_t and cd_toc_t structs to the only place they are used.
|
Mon, 21 Jun 2010 10:58:02 +0000 |
diego |
Shut up strict prototype warnings from the gui subdirectory.
|
Mon, 21 Jun 2010 10:51:31 +0000 |
diego |
Adjust printf length modifier, fixes the warning:
|
Mon, 21 Jun 2010 10:40:30 +0000 |
diego |
cosmetics: Reorder functions to avoid forward declarations.
|
Mon, 21 Jun 2010 10:33:00 +0000 |
diego |
Remove unused static function cddb_freedb_sites_parse().
|
Mon, 21 Jun 2010 10:30:54 +0000 |
diego |
Move declarations for functions defined in stream_cddb.c to cdd.h.
|
Mon, 21 Jun 2010 10:26:45 +0000 |
diego |
Remove unused static function cddb_get_freedb_sites(), fixes the warning:
|
Mon, 21 Jun 2010 10:20:17 +0000 |
diego |
Reorder #includes and drop an unnecessary set of #ifdefs.
|
Mon, 21 Jun 2010 10:19:01 +0000 |
diego |
Move cdda_priv structure to the only place it is used.
|
Mon, 21 Jun 2010 09:55:59 +0000 |
diego |
Move demuxer-specific option array declarations to demuxer.h.
|
Mon, 21 Jun 2010 09:51:26 +0000 |
diego |
Move faac/lame/toolame/twolame option array declarations to appropriate headers.
|
Mon, 21 Jun 2010 09:42:28 +0000 |
diego |
Move mpae_twolame_ctx structure to ae_twolame.c.
|
Mon, 21 Jun 2010 09:42:01 +0000 |
diego |
Move mpae_toolame_ctx structure to ae_toolame.c.
|
Mon, 21 Jun 2010 08:58:49 +0000 |
diego |
Remove redundant dvd_device extern variable declaration.
|
Mon, 21 Jun 2010 08:58:09 +0000 |
diego |
Move dvd_device extern declaration from stream_dvd_common.h to stream.h.
|
Mon, 21 Jun 2010 08:38:23 +0000 |
diego |
Remove redundant cdrom_device extern variable declarations.
|
Sun, 20 Jun 2010 19:29:18 +0000 |
attila |
Prefere the use of inet_ntop over inet_ntoa, as the former is ipv6 safe.
|
Sun, 20 Jun 2010 19:26:57 +0000 |
cehoyos |
Fix compilation after r31490.
|
Sun, 20 Jun 2010 18:19:47 +0000 |
diego |
Move noconfig_opts extern variable declaration to mpcommon.h.
|
Sun, 20 Jun 2010 17:58:37 +0000 |
diego |
Move network_prefer_ipv4/reuse_socket extern declarations to tcp.h/udp.h.
|
Sun, 20 Jun 2010 17:54:46 +0000 |
diego |
Mark data parameter of my_write function as const.
|
Sun, 20 Jun 2010 16:01:17 +0000 |
diego |
Remove duplicate network_bandwidth extern declarations.
|
Sun, 20 Jun 2010 15:53:45 +0000 |
diego |
Add declarations for open.c externally used variables to stream.h.
|
Sun, 20 Jun 2010 15:43:45 +0000 |
diego |
Move af_cfg extern variable declaration to dec_audio.h.
|
Sun, 20 Jun 2010 15:38:38 +0000 |
diego |
Move extern declarations for vf.c variables to vf.h.
|
Sun, 20 Jun 2010 15:32:14 +0000 |
diego |
Add appropriate #include instead of duplicating mf_ extern var declarations.
|
Sun, 20 Jun 2010 15:30:02 +0000 |
diego |
Move rtsp_transport_ extern variable declarations to demuxer.h.
|
Sun, 20 Jun 2010 15:24:07 +0000 |
diego |
Move audio_stream_cache extern variable declaration to demuxer.h.
|
Sun, 20 Jun 2010 15:18:45 +0000 |
diego |
Move more sws_ extern variable declarations to vf_scale.h.
|
Sun, 20 Jun 2010 15:15:37 +0000 |
diego |
Move pvr_ extern variable declarations to stream/pvr.h.
|
Sun, 20 Jun 2010 15:04:12 +0000 |
diego |
Move hr_mp3_seek extern variable declaration to demux_audio.h.
|
Sun, 20 Jun 2010 15:00:11 +0000 |
diego |
Move cdda_opts extern declaration to stream/cdd.h.
|
Sun, 20 Jun 2010 14:40:42 +0000 |
diego |
Move sws_flags extern variable declaration to vf_scale.h.
|
Sun, 20 Jun 2010 14:38:54 +0000 |
diego |
Add appropriate #include instead of duplicating pp_help extern declaration.
|
Sun, 20 Jun 2010 14:30:46 +0000 |
diego |
Add header file for externally used variable ps_probe.
|
Sun, 20 Jun 2010 14:25:20 +0000 |
diego |
Add header file for VIVO extern variable declarations.
|
Sun, 20 Jun 2010 14:17:06 +0000 |
diego |
Remove duplicate dvd_device extern variable declaration.
|
Sun, 20 Jun 2010 14:11:56 +0000 |
diego |
Move demuxer-related extern variable declarations to demuxer.h.
|
Sun, 20 Jun 2010 14:01:43 +0000 |
diego |
Add correct #include instead of duplicating dvd_speed extern declaration.
|
Sat, 19 Jun 2010 18:44:43 +0000 |
reimar |
Remove unused parsehtml parameters.
|
Sat, 19 Jun 2010 18:37:06 +0000 |
reimar |
Add static to functions used only locally.
|
Sat, 19 Jun 2010 18:35:06 +0000 |
reimar |
Remove incorrect additional printf arguments.
|
Sat, 19 Jun 2010 18:31:35 +0000 |
reimar |
Auto-update CODEC_CFG_MIN value to release value in etc/codecs.conf.
|
Fri, 18 Jun 2010 17:28:17 +0000 |
diego |
Move audio_substream_id extern variable declaration to demux_ts.h.
|
Fri, 18 Jun 2010 17:27:24 +0000 |
reimar |
Remove examples of no longer supported gui commands.
|
Fri, 18 Jun 2010 17:20:42 +0000 |
diego |
Move ts_* extern variable declarations to demux_ts.h.
|
Fri, 18 Jun 2010 17:06:39 +0000 |
diego |
Move audio_output_channels/fakemono extern variable declarations to dec_audio.h.
|
Fri, 18 Jun 2010 17:03:13 +0000 |
diego |
Move field_dominance extern variable declaration to dec_video.h.
|
Fri, 18 Jun 2010 17:00:23 +0000 |
diego |
Move codecs_file extern variable declaration to codec-cfg.h.
|
Fri, 18 Jun 2010 16:36:39 +0000 |
reimar |
100l, never just ignore a backwards skip, even if the stream is not
|
Fri, 18 Jun 2010 16:32:54 +0000 |
reimar |
Error messages should not be hidden at -v level.
|
Fri, 18 Jun 2010 16:17:37 +0000 |
reimar |
Remove includes that break building if X11 is not available.
|
Fri, 18 Jun 2010 16:16:38 +0000 |
reimar |
Fix type: struct mp_image_s no longer exists, it is now
|
Fri, 18 Jun 2010 11:33:15 +0000 |
jrash |
sync with en/mplayer.1 rev. 31372
|
Fri, 18 Jun 2010 11:27:57 +0000 |
jrash |
Synced with help_mp-en.h rev. 31430
|
Fri, 18 Jun 2010 09:44:58 +0000 |
diego |
Move extern variable declarations for network.c to network.h.
|
Fri, 18 Jun 2010 09:41:53 +0000 |
diego |
Move mp_msg-related extern variable declarations to mp_msg.h.
|
Thu, 17 Jun 2010 10:42:45 +0000 |
diego |
Simplify fribidi check - console output is not necessary.
|
Thu, 17 Jun 2010 10:17:37 +0000 |
diego |
Rename loader/qt_comp.h --> loader/qt_comp_template.c.
|
Thu, 17 Jun 2010 10:10:00 +0000 |
diego |
Add header file for externally used dxr2_opts array.
|
Thu, 17 Jun 2010 09:59:31 +0000 |
diego |
Add appropriate header files for GUI variables.
|
Thu, 17 Jun 2010 09:58:51 +0000 |
diego |
Add extern declaration for guiWinID variable.
|
Thu, 17 Jun 2010 09:49:41 +0000 |
diego |
Add #include for unrar_exec.h instead of declaring unrar_executable extern.
|
Thu, 17 Jun 2010 09:46:44 +0000 |
diego |
Declare stop_xscreensaver extern in x11_common.h instead of all over the code.
|
Thu, 17 Jun 2010 09:40:18 +0000 |
diego |
Add #include for geometry.h instead of declaring vo_geometry variable extern.
|
Thu, 17 Jun 2010 09:22:24 +0000 |
diego |
Move vo_panscanrange extern declaration to aspect.h, where it belongs.
|
Thu, 17 Jun 2010 09:19:05 +0000 |
diego |
Move LIRC-related extern variable declarations to lirc.h.
|
Thu, 17 Jun 2010 09:17:13 +0000 |
diego |
Move extern variable declarations for mp_fifo.c to mp_fifo.h.
|
Thu, 17 Jun 2010 09:12:38 +0000 |
diego |
Move menu-related extern variable declarations to menu.h.
|
Thu, 17 Jun 2010 08:38:12 +0000 |
diego |
Add header file for externally used variables from vo_fbdev.c.
|
Thu, 17 Jun 2010 08:33:55 +0000 |
diego |
Move force_monitor_aspect and monitor_pixel_aspect declarations to aspect.h.
|
Thu, 17 Jun 2010 08:28:43 +0000 |
diego |
Add header file for the extern declarations from muxer_avi.c.
|
Thu, 17 Jun 2010 08:22:21 +0000 |
diego |
Lower priority of hardware MPEG decoder cards below software decoders.
|
Thu, 17 Jun 2010 08:17:06 +0000 |
diego |
Factorize monitor_aspect extern declaration into aspect.h.
|
Thu, 17 Jun 2010 08:14:57 +0000 |
diego |
Add vd.h #include instead of declaring movie_aspect extern.
|
Thu, 17 Jun 2010 08:07:37 +0000 |
diego |
Place vo_osd_list extern declaration in sub.h instead of all over the code.
|
Thu, 17 Jun 2010 08:04:12 +0000 |
diego |
Remove unused 'extern int vo_osd_changed_flag' declaration.
|
Wed, 16 Jun 2010 19:40:26 +0000 |
reimar |
Disable only G200 support when compiling against dynamic libswscale instead
|
Wed, 16 Jun 2010 19:09:06 +0000 |
diego |
Add header_check convenience function to check for header availability.
|
Wed, 16 Jun 2010 18:59:59 +0000 |
diego |
Remove unused extern fs_layer declaration.
|
Wed, 16 Jun 2010 18:59:10 +0000 |
diego |
Replace common options template by a common options array.
|
Wed, 16 Jun 2010 18:27:59 +0000 |
diego |
Use a struct timezone as second parameter for gettimeofday in the function test.
|
Wed, 16 Jun 2010 17:33:17 +0000 |
reimar |
SIGPIPE is not really a crash, try to exit cleanly in case we receive one.
|
Wed, 16 Jun 2010 15:02:52 +0000 |
diego |
Remove some unnecessary #includes from compilation tests.
|
Wed, 16 Jun 2010 13:55:09 +0000 |
diego |
Rename libvo/mga_common.c --> libvo/mga_template.c.
|
Wed, 16 Jun 2010 13:14:29 +0000 |
diego |
Remove commented-out forward declaration for removed function.
|