log

age author description
Thu, 24 Sep 2009 09:47:36 +0000 diego sync with FFmpeg build: BUILD_STATIC --> CONFIG_STATIC
Wed, 23 Sep 2009 21:48:48 +0000 reimar Add support for displaying subtitles on the command-line when playing
Wed, 23 Sep 2009 21:27:36 +0000 reimar Make function argument name in header match name in .c file.
Wed, 23 Sep 2009 21:21:58 +0000 reimar Make update_subtitles work without sh_video for text subtitles.
Wed, 23 Sep 2009 19:21:38 +0000 reimar Make sure avctx->codec_type and codec_id are set, since libavcodec
Wed, 23 Sep 2009 19:04:24 +0000 reimar Include mpcommon.h in mpcommon.c, ensures that the declarations in the header
Wed, 23 Sep 2009 19:01:33 +0000 reimar Factor out sh_video->pts into a refpts variable. This simplifies a future patch
Wed, 23 Sep 2009 18:28:20 +0000 reimar Rename ambiguous "pts" variable to subpts.
Wed, 23 Sep 2009 12:26:44 +0000 reimar Use x264_encoder_delayed_frames instead of the current hack to flush delayed
Wed, 23 Sep 2009 12:01:04 +0000 lorenm sync to x264-r1260 (which changed api)
Wed, 23 Sep 2009 09:12:19 +0000 diego Add 0x85 ad ID for DTS audio.
Tue, 22 Sep 2009 22:06:51 +0000 cehoyos Fix teletext font autoscaling.
Tue, 22 Sep 2009 14:38:49 +0000 diego Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro.
Tue, 22 Sep 2009 00:02:05 +0000 cehoyos Allow playback of dnxhd files, as produced by FFmpeg regression test.
Sun, 20 Sep 2009 19:07:57 +0000 adrian Fix vo_corevideo with shared buffer after r29606: Only do GUI dependent display config if shared buffer is not enabled.
Sun, 20 Sep 2009 14:41:35 +0000 compn sync faad / ffaac supported fourccs as spotted by reimar
Sun, 20 Sep 2009 12:41:21 +0000 compn add another aac tag
Sun, 20 Sep 2009 12:31:36 +0000 compn add newer microsoft screen binary codec
Sun, 20 Sep 2009 12:13:36 +0000 compn add coreavc entry, works on windows only.
Sat, 19 Sep 2009 13:58:38 +0000 reimar Add autodetection for ARM NEON SIMD.
Sat, 19 Sep 2009 13:36:58 +0000 reimar Use a compilation check to distinguish between x86 and x86_64, uname and
Sat, 19 Sep 2009 13:18:48 +0000 reimar Add a check for availability of ebx register, needed for
Sat, 19 Sep 2009 12:56:19 +0000 reimar Treat Haiku as BeOS (only changes the displayed name actually)
Fri, 18 Sep 2009 18:46:12 +0000 reimar Re-add some ifdefs, partially reverting r29688, since mDisplay and
Fri, 18 Sep 2009 18:25:17 +0000 reimar Use vo_w32_window directly instead of via the vo_window macro in Windows-only code.
Fri, 18 Sep 2009 16:51:19 +0000 reimar Get rid of several (probably) pointless ifdefs
Thu, 17 Sep 2009 19:03:31 +0000 reimar Use ecx instead of ebx to avoid unnecessary issues with PIC.
Wed, 16 Sep 2009 22:34:48 +0000 ramiro Cleanup buffer debugs in swScale().
Wed, 16 Sep 2009 22:31:43 +0000 ramiro Use correct buffers in vertical scaler in unscaled YV12 case.
Wed, 16 Sep 2009 18:09:48 +0000 reimar Merge two Windows-specific #if sections to simplify the condition.