log

age author description
Mon, 22 Feb 2010 17:06:24 +0000 tack Update my (Jason Tackaberry) email address and contributions in AUTHORS
Mon, 22 Feb 2010 16:32:03 +0000 diego Mark vcd_get_track_end () and vcd_read_toc() as static.
Mon, 22 Feb 2010 15:35:53 +0000 diego Conditionally declare mp_input_slave_cmd_func().
Mon, 22 Feb 2010 15:34:56 +0000 diego Properly declare get_term_charset() instead of forward declaring it.
Mon, 22 Feb 2010 14:27:32 +0000 tack Get the proper codec id when a WAVE_FORMAT_EXTENSIBLE extension exists in a
Mon, 22 Feb 2010 14:24:53 +0000 tack Output WAVE_FORMAT_EXTENSIBLE extension in wave header when waveheader
Mon, 22 Feb 2010 14:11:33 +0000 diego Add required mplayer.h and access_mpcontext.h #includes.
Mon, 22 Feb 2010 14:05:30 +0000 diego Mark data argument of my_ao_write() function as const.
Mon, 22 Feb 2010 14:04:39 +0000 diego Mark member info of struct ad_functions_s as const.
Mon, 22 Feb 2010 14:03:46 +0000 diego Mark a bunch of video filter structures as const.
Mon, 22 Feb 2010 14:02:18 +0000 diego Remove commented-out cruft line.
Mon, 22 Feb 2010 13:59:32 +0000 diego Remove pointless '#if 1' preprocessor directive.
Mon, 22 Feb 2010 13:55:00 +0000 diego Add declaration for exp_EH_prolog_dummy().
Mon, 22 Feb 2010 13:52:59 +0000 diego Declare all public mp3lib functions in mpg123.h.
Mon, 22 Feb 2010 13:51:58 +0000 diego wording fixes
Mon, 22 Feb 2010 13:50:48 +0000 diego Declare functions from network.c in network.h.
Mon, 22 Feb 2010 13:27:58 +0000 diego Move struct streaming_control from network.h to stream.h, where it is used.
Mon, 22 Feb 2010 10:14:00 +0000 diego Remove commented-out declaration of non-existing function streaming_start.
Mon, 22 Feb 2010 09:51:44 +0000 diego Declare externally used variables from vd.c as extern in vd.h.
Sun, 21 Feb 2010 23:36:36 +0000 diego Declare public function print_vprp() in aviprint.h.
Sun, 21 Feb 2010 23:33:03 +0000 diego Add public function VideoForWindowsVersion() to the appropriate header file.
Sun, 21 Feb 2010 23:31:56 +0000 diego Add header for v4l2_write() instead of forward declaring it.
Sun, 21 Feb 2010 23:30:34 +0000 diego Declare stream_fill_buffer() and stream_seek_long() unconditionally.
Sun, 21 Feb 2010 23:26:16 +0000 diego Add header for asf_mmst_streaming_start() instead of forward declaring it.
Sun, 21 Feb 2010 22:14:11 +0000 diego Only #define WIN32_LOADER if it has not been #defined already, fixes warning:
Sun, 21 Feb 2010 21:00:08 +0000 diego Add header for exported DVB-related functions.
Sun, 21 Feb 2010 20:39:49 +0000 diego cosmetics: Move functions around to avoid forward declarations and #ifdefs.
Sun, 21 Feb 2010 20:03:49 +0000 diego Drop weird and unnecessary _s/_st suffixes from demuxer struct names.
Sun, 21 Feb 2010 20:02:50 +0000 diego Add names to anonymous structs sh_common, sh_audio, sh_video, sh_sub.
Sun, 21 Feb 2010 15:48:03 +0000 diego cosmetics: Rename struct vf_instance_s --> vf_instance.