log

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