log

age author description
Wed, 17 Feb 2010 23:27:47 +0000 diego Mark demux_ogg_sub_id() as static; it is not used outside of the file.
Wed, 17 Feb 2010 23:25:02 +0000 diego Move up demux_ogg_sub_id, demux_ogg_sub_reverse_id; avoids forward declarations.
Wed, 17 Feb 2010 23:10:56 +0000 diego Add read_avi_header() to aviheader.h; avoids forward declarations.
Wed, 17 Feb 2010 23:02:13 +0000 diego Add header file for store_ughvlc(); avoids forward declarations.
Wed, 17 Feb 2010 22:58:03 +0000 diego Add mp_getbits() to mpeg_hdr.h to avoid a forward declaration.
Wed, 17 Feb 2010 22:52:31 +0000 diego libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions.
Wed, 17 Feb 2010 22:48:32 +0000 diego Add header for ty_ClearOSD(), ty_processuserdata(); avoids forward declarations.
Wed, 17 Feb 2010 22:40:50 +0000 diego Add separate header for mp_a52_framesize(); avoids forward declarations.
Wed, 17 Feb 2010 22:33:21 +0000 diego Add config.h header #include; it is required for the HAVE_BIGENDIAN check.
Wed, 17 Feb 2010 22:28:24 +0000 diego Add separate header for aac_parse_frame(); avoids forward declarations.
Wed, 17 Feb 2010 22:22:51 +0000 diego Add separate header for real_fix_timestamp(); avoids forward declarations.
Wed, 17 Feb 2010 22:14:04 +0000 diego Mark mp_mp3_get_lsf() as static; it is not used outside of the file.
Wed, 17 Feb 2010 22:11:05 +0000 diego Mark mov_build_index() as static; it is not used outside of the file.
Wed, 17 Feb 2010 22:01:35 +0000 diego libmpdemux: Mark functions not used outside of their files as static.
Wed, 17 Feb 2010 21:49:17 +0000 corey Document several new x264 parameters.
Wed, 17 Feb 2010 21:45:53 +0000 corey Update x264 defaults listed in the man page.
Wed, 17 Feb 2010 21:38:09 +0000 diego Ignore .ho files in loader/wine/.
Wed, 17 Feb 2010 21:36:00 +0000 diego libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.
Wed, 17 Feb 2010 21:29:05 +0000 diego Revert marking seemingly unused XAnim-binary-related functions as static.
Wed, 17 Feb 2010 19:21:28 +0000 diego Revert marking seemingly unused RealAudio/RealVideo-related functions as static.
Wed, 17 Feb 2010 07:06:12 +0000 reimar Mark ALS fourcc as internal only.
Tue, 16 Feb 2010 21:54:50 +0000 reimar Support FFmpeg's ALS decoder.
Tue, 16 Feb 2010 19:39:30 +0000 reimar Move struct typedef pixbuf into the only .c file where it is used.
Tue, 16 Feb 2010 19:36:36 +0000 reimar Remove useless malloc casts.
Tue, 16 Feb 2010 19:34:41 +0000 reimar Remove unused XPM-loading function pixbuf_load_xpm() from spuenc.c.
Tue, 16 Feb 2010 19:07:06 +0000 reimar Fix win32 gui compilation.
Tue, 16 Feb 2010 16:32:38 +0000 diego stream: Mark functions not used outside of their files as static.
Tue, 16 Feb 2010 16:22:17 +0000 diego libvo: Mark functions not used outside of their files as static.
Tue, 16 Feb 2010 16:16:42 +0000 diego libmpcodecs: Mark functions not used outside of their files as static.
Tue, 16 Feb 2010 15:03:03 +0000 diego #include corresponding .h files in .c files.