log

age author description
Sat, 26 Sep 2009 21:09:29 +0000 reimar Disable libavcodec zlib decoder when zlib is not available, fixes compilation
Sat, 26 Sep 2009 06:41:09 +0000 reimar Change libaf control ordering to make the controls unique again, (AF_CONTROL_PAN_BALANCE vs.
Fri, 25 Sep 2009 16:46:39 +0000 reimar Do not override host_arch in x86 vs. x86_64 detection if it was forced via --target.
Fri, 25 Sep 2009 09:44:41 +0000 reimar Change type to avoid void * arithmetic.
Fri, 25 Sep 2009 09:43:59 +0000 reimar Set codec_type and codec_id in codec context for lavc encoders.
Thu, 24 Sep 2009 10:09:14 +0000 diego Sync with current FFmpeg HEAD.
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