log

age author description
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.
Tue, 16 Feb 2010 14:52:59 +0000 diego Add header for init_global_rawdv_decoder() instead of forward declaring it.
Tue, 16 Feb 2010 13:16:17 +0000 diego Add header file for mplayer_audio_read() instead of forward declaring it.
Tue, 16 Feb 2010 13:10:24 +0000 diego Add header file for sis_init_video_bridge() instead of forward declaring it.
Tue, 16 Feb 2010 13:07:00 +0000 diego VIDIX: #include drivers.h in drivers.c.
Tue, 16 Feb 2010 13:04:00 +0000 diego VIDIX: Mark some functions not used outside their files as static.
Tue, 16 Feb 2010 11:31:29 +0000 diego Remove pointless header #includes; #include only required header stdint.h.
Sun, 14 Feb 2010 18:50:32 +0000 reimar Remove unused variable.
Sun, 14 Feb 2010 18:38:02 +0000 reimar Use memset to initialize huge arrays.
Sun, 14 Feb 2010 18:32:31 +0000 reimar Remove pointless explicit member initialization to 0 when the struct
Sun, 14 Feb 2010 18:30:32 +0000 reimar Use calloc instead of malloc+memset
Sun, 14 Feb 2010 15:39:52 +0000 reimar Add support for decoding 4:2:2 and 4:4:4 Theora files.
Sun, 14 Feb 2010 15:17:24 +0000 reimar Make len unsigned. More correct anyway and avoids sign extension to 64 bit
Sun, 14 Feb 2010 15:09:21 +0000 reimar Simplify and slightly speed up avi_stream_id function.