log

age author description
Mon, 08 Nov 2010 07:16:50 +0000 diego Prefer FFmpeg AAC decoder over libfaad2.
Mon, 08 Nov 2010 00:28:28 +0000 compn document how to add ffmpeg codecs in codecs.conf.txt
Sun, 07 Nov 2010 21:48:12 +0000 cboesch Replace hardcoded str size with sizeof
Sun, 07 Nov 2010 21:42:26 +0000 cboesch Use MSGTR_MemAllocFailed instead of hardcoded string
Sun, 07 Nov 2010 21:26:07 +0000 diego Remove outdated reference to 80kB patch size limit; the limit no longer exists.
Sun, 07 Nov 2010 18:27:24 +0000 reimar Use calloc instead of malloc+memset.
Sun, 07 Nov 2010 18:13:22 +0000 reimar Avoid unnecessary ().
Sun, 07 Nov 2010 12:47:40 +0000 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
Sun, 07 Nov 2010 11:03:47 +0000 cehoyos Add a comment to codecs that require their fourcc's added to demuxer.c.
Sun, 07 Nov 2010 11:00:00 +0000 cehoyos Add missing fourcc's that require libavcodec parsing.
Sun, 07 Nov 2010 10:55:01 +0000 cehoyos Fix typo: There is no fourcc 'MPE '.
Sat, 06 Nov 2010 21:49:49 +0000 reimar Use IMGFMT to compare instead of PIX_FMT to avoid issues
Sat, 06 Nov 2010 21:41:12 +0000 reimar For FFmpeg codecs YV12 should always be in the supported format
Sat, 06 Nov 2010 19:37:13 +0000 reimar Fix dvd:// fill_buffer function to actually write into the specified
Sat, 06 Nov 2010 19:35:34 +0000 reimar Fix spelling.
Sat, 06 Nov 2010 19:34:57 +0000 reimar 100l, add missing return.
Sat, 06 Nov 2010 19:33:30 +0000 reimar Change code to something understandable (but equivalent).
Sat, 06 Nov 2010 19:30:48 +0000 reimar Remove a pointless and stupid condition.
Sat, 06 Nov 2010 16:38:00 +0000 reimar Fix subtitle sync issues by ensuring we enqueue all subtitle packets
Sat, 06 Nov 2010 16:05:00 +0000 reimar Fix -ac faad with -demuxer lavf.
Sat, 06 Nov 2010 15:51:33 +0000 reimar fflatm seems to be working, wheras internal faad does not work with
Sat, 06 Nov 2010 15:49:50 +0000 reimar Use only one fourcc for LATM.
Sat, 06 Nov 2010 15:48:21 +0000 reimar Handle EAGAIN in ad_ffmpeg, this is necessary for LATM to work properly with
Sat, 06 Nov 2010 15:41:44 +0000 reimar Add support for LATM parsing.
Sat, 06 Nov 2010 15:11:21 +0000 reimar Fix bd:// with -cache, the bd_read function does not work when
Sat, 06 Nov 2010 14:57:44 +0000 reimar Fix program switching with -demuxer lavf.
Sat, 06 Nov 2010 14:41:23 +0000 reimar Print PROGRAM_ID -identify output similar to demux_ts
Sat, 06 Nov 2010 14:31:34 +0000 reimar Set st->discard in the same way for audio and video, fixes -aid no
Wed, 03 Nov 2010 16:44:13 +0000 reimar Support NV12/NV21/HM12 in ve_raw.
Wed, 03 Nov 2010 16:42:24 +0000 reimar Make scale filter accept all non-hardware-acceleration input formats we know a
Wed, 03 Nov 2010 16:39:52 +0000 reimar Add and use a IMGFMT_IS_HWACCEL define.
Wed, 03 Nov 2010 08:15:19 +0000 diego Add video/3gpp and application/x-flash-video mime types.
Wed, 03 Nov 2010 08:12:22 +0000 diego Do not enable rpath on NetBSD.
Wed, 03 Nov 2010 08:09:31 +0000 diego Enable joystick support on FreeBSD.
Tue, 02 Nov 2010 14:17:05 +0000 cehoyos Support FFmpeg LATM decoding.
Tue, 02 Nov 2010 13:59:13 +0000 komh Restore all the attributes after changing aspect ratio.
Tue, 02 Nov 2010 13:51:52 +0000 komh Prevent a parent window from painting over our window on slave mode
Sat, 30 Oct 2010 15:29:20 +0000 reimar Fix possible out-of-bounds access.
Sat, 30 Oct 2010 10:15:13 +0000 jrash sync with en/mplayer.1 rev. 32566
Fri, 29 Oct 2010 13:54:42 +0000 cigaes Support for -force-key-frames for ve_xvid4.
Fri, 29 Oct 2010 13:53:16 +0000 cigaes Support for -force-key-frames for ve_x264.
Fri, 29 Oct 2010 13:52:26 +0000 cigaes Support for -force-key-frames for ve_lavc.
Fri, 29 Oct 2010 13:50:05 +0000 cigaes Add the -force-key-frames option.
Fri, 29 Oct 2010 13:48:12 +0000 mstorsjo Store src/dstFormat after calling handle_jpeg
Thu, 28 Oct 2010 08:12:26 +0000 siretart make indentation consistent (no content changes)
Thu, 28 Oct 2010 07:29:02 +0000 diego Update release instructions to be more in line with current practice.
Wed, 27 Oct 2010 19:04:04 +0000 reimar Add internal read and seek function to avoid a useless memcpy when using
Wed, 27 Oct 2010 18:38:39 +0000 cigaes vo_corevideo.m: change path for sub.h.
Wed, 27 Oct 2010 17:55:45 +0000 cigaes Move spuenc.[ch] from libvo to sub.
Wed, 27 Oct 2010 17:53:24 +0000 cigaes Move osd.[ch] and osd_template.c from libvo to sub.
Wed, 27 Oct 2010 17:52:45 +0000 reimar Remove som irrelevant commented-out code.
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Wed, 27 Oct 2010 17:37:29 +0000 cigaes Move font_load.[ch], font_load_ft.c and osd_font.h from libvo to sub.
Wed, 27 Oct 2010 17:36:46 +0000 cigaes Ignore .d and .ho files in sub.
Wed, 27 Oct 2010 17:21:43 +0000 reimar Do not use a path for including files in the same directory.
Wed, 27 Oct 2010 17:13:54 +0000 cigaes Makefile: add the sub directory to DIRS.
Wed, 27 Oct 2010 17:12:30 +0000 cigaes Move subassconvert.[ch] to the sub directory.
Wed, 27 Oct 2010 17:08:36 +0000 cigaes Move ass_mp.[ch] to the sub directory.
Wed, 27 Oct 2010 17:03:26 +0000 cigaes Move eosd.[ch] to the sub directory.
Wed, 27 Oct 2010 16:58:23 +0000 cigaes Move vobsub.[ch] and unrar_exec.[ch] to the sub directory.