log

age author description
Sat, 09 Oct 2010 01:31:52 +0000 reimar Add fallback values to aspect_save_screenres to avoid division by 0
Fri, 08 Oct 2010 09:00:50 +0000 diego cosmetics: Drop some {} from if statements to get rid of pointless #ifdefs.
Fri, 08 Oct 2010 08:56:20 +0000 diego AC-3 streams need to be byteswapped on little-endian machines.
Fri, 08 Oct 2010 01:17:54 +0000 diego Change libmp3lame check to test for lame_set_VBR_quality().
Thu, 07 Oct 2010 15:42:06 +0000 diego Make sure some x86 config.h entries are available on all architectures.
Thu, 07 Oct 2010 15:28:25 +0000 diego Add missing values for the chanlist suboption of -tv.
Thu, 07 Oct 2010 12:25:29 +0000 diego Add xmm clobbers test for FFmpeg.
Wed, 06 Oct 2010 17:37:50 +0000 cehoyos Fix switching audio track with the native MPEG-TS demuxer after an
Tue, 05 Oct 2010 20:51:05 +0000 diego Add necessary #includes to make headers compile standalone.
Tue, 05 Oct 2010 20:24:03 +0000 diego Ignore generated .ho files.
Tue, 05 Oct 2010 10:08:53 +0000 diego Require LAME 3.98.3 for MPlayer, same as is required for FFmpeg.
Tue, 05 Oct 2010 09:49:17 +0000 diego Ensure that CONFIG_NETWORK is always #defined to either 0 or 1.
Tue, 05 Oct 2010 01:01:14 +0000 compn add another xdcam mpeg2 fourcc/isom
Mon, 04 Oct 2010 18:12:36 +0000 reimar Handle libavformat adding additional streams during playback.
Mon, 04 Oct 2010 06:40:32 +0000 reimar 1000l, %lf is not valid format string for printf (only for scanf) and actually
Sun, 03 Oct 2010 20:49:50 +0000 cehoyos yadif: Explicit wordlength for compare. Fixes compile with clang.
Sun, 03 Oct 2010 15:42:03 +0000 diego Move pva_get_payload() around to avoid a forward declaration.
Sun, 03 Oct 2010 15:39:50 +0000 diego Mark pva_get_payload() as static, it is not used outside of the file.
Sun, 03 Oct 2010 15:39:03 +0000 diego Move AVI muxer functions around to avoid forward declarations.
Sun, 03 Oct 2010 15:37:17 +0000 diego Move mp_unescape03 function around to avoid forward declaration.
Sun, 03 Oct 2010 15:35:41 +0000 diego Remove unused hexdump() forward declaration.
Sun, 03 Oct 2010 15:32:53 +0000 diego Replace forward declarations of skip_audio_frame() by proper #include.
Sun, 03 Oct 2010 15:28:49 +0000 diego Replace forward declarations of resync_{audio|video}_stream by proper #includes.
Sun, 03 Oct 2010 14:49:30 +0000 diego Remove some unnecessary #includes from IVTV and V4L2 checks.
Sun, 03 Oct 2010 13:49:57 +0000 diego Simplify some X11 checks with the help of statement_check_broken().
Sun, 03 Oct 2010 13:45:29 +0000 diego Remove some dead and commented-out variable declarations and assignments.
Sun, 03 Oct 2010 12:14:21 +0000 diego cosmetics: alphabetical order for the DIRS list
Sun, 03 Oct 2010 12:13:14 +0000 diego Add missing "ffmpeg/" prefix to libpostproc entry in DIRS list.
Sun, 03 Oct 2010 07:53:40 +0000 reimar 100l, fix sws_getCachedContext. It did not set the colorspace details,
Sat, 02 Oct 2010 15:03:40 +0000 reimar Fix ds_get_packet_sub to actually respect the pts-based read-ahead limit.