log

age author description
Thu, 31 Dec 2009 23:39:21 +0000 reimar Also pass the 4th plane for planar formats on to libavcodec.
Thu, 31 Dec 2009 23:25:21 +0000 reimar Try to put the list of output formats for vf_scale in a more sensible
Thu, 31 Dec 2009 23:09:35 +0000 reimar Deduplicate the mp_image planes allocation code.
Thu, 31 Dec 2009 22:53:51 +0000 reimar Add support for FFmpeg's ffv210 codec.
Thu, 31 Dec 2009 22:53:25 +0000 reimar Add support for 16-bit per component YUV formats.
Thu, 31 Dec 2009 19:59:58 +0000 reimar First steps to supporting different YUV->RGB conversion definitions.
Thu, 31 Dec 2009 18:25:35 +0000 reimar Extract functions to generate yuv->rgb matrices and lookup tables into a
Thu, 31 Dec 2009 18:07:37 +0000 reimar Put the colourspace-related variables into a separate struct to ease
Thu, 31 Dec 2009 16:47:53 +0000 reimar Make code slightly more readable.
Thu, 31 Dec 2009 16:46:44 +0000 reimar Fix crash if http reply contains neither "Accept-Ranges" nor "Server" fields.
Thu, 31 Dec 2009 11:29:21 +0000 reimar More readable fourcc for ffflac
Wed, 30 Dec 2009 20:50:03 +0000 reimar Add a hack for broken youtube servers not returning Accept-Ranges.
Wed, 30 Dec 2009 19:37:19 +0000 compn add tm2x / tm2a binary decoder
Wed, 30 Dec 2009 19:30:06 +0000 reimar Make the ffmpeg decoders for DTS and AC3 the default.
Wed, 30 Dec 2009 12:06:09 +0000 reimar Support 440P in scale filter.
Wed, 30 Dec 2009 12:03:53 +0000 reimar FFmpeg JPEG codecs can output 440p format.
Wed, 30 Dec 2009 12:03:17 +0000 reimar Add support for 440p colorspace.
Wed, 30 Dec 2009 11:32:24 +0000 reimar Support all planar YUV formats in OpenGL vos.
Wed, 30 Dec 2009 11:08:44 +0000 reimar Add a helper function to get the chroma scale shift and use to simplify mpi setup.
Tue, 29 Dec 2009 22:16:28 +0000 gpoirier sync w/r30135 (up to date at last!)
Tue, 29 Dec 2009 18:09:07 +0000 diego cosmetics: tabs to spaces, K&R function declarations, cuddle else clauses
Tue, 29 Dec 2009 13:43:03 +0000 compn change bandwidth value to bandwidth bytes
Mon, 28 Dec 2009 13:49:08 +0000 cehoyos Do not use correct-pts for mpeg-ts and matroska: It breaks PAFF samples.
Mon, 28 Dec 2009 13:39:26 +0000 cehoyos Revert r30100: It breaks some mov and asf samples.
Mon, 28 Dec 2009 12:05:20 +0000 diego Remove unused variable, fixes the warning:
Sun, 27 Dec 2009 20:57:03 +0000 compn add lavc yuv rawcodecs to codecs.conf
Sun, 27 Dec 2009 15:28:01 +0000 reimar Add support for parsing audio streams (though should be easy to extend to video)
Sun, 27 Dec 2009 14:42:37 +0000 reimar Remove currently unneeded members accidentally added in the last revision.
Sun, 27 Dec 2009 14:40:56 +0000 reimar Introduce a sh_common struct that contains the parts in common by the audio, video
Sun, 27 Dec 2009 14:35:09 +0000 reimar Remove one more incorrect direct ass.h include.
Sun, 27 Dec 2009 14:31:13 +0000 reimar Move do_render_osd function to avoid a forward declaration.
Sun, 27 Dec 2009 14:19:48 +0000 reimar vo_x11_classhint name argument should be const, since we pass string constants there.
Sun, 27 Dec 2009 14:13:06 +0000 reimar Return the actually playing audio/video id for get_property, not the one
Sun, 27 Dec 2009 14:09:38 +0000 kostya lavc Interplay Video decoder now supports 16-bit mode too
Sun, 27 Dec 2009 14:07:29 +0000 reimar Subtitle are now also available without video, so remove that
Sun, 27 Dec 2009 14:06:47 +0000 reimar Use the same condition to decide if the audio/video id property is
Sun, 27 Dec 2009 14:02:20 +0000 reimar When setting audio or video track make sure we will not try to
Sun, 27 Dec 2009 13:56:51 +0000 reimar Print a ANS_ERROR reply if one of the *_property slave command fails.
Sat, 26 Dec 2009 12:07:14 +0000 reimar Set some freed pointers to NULL.
Sat, 26 Dec 2009 12:04:48 +0000 reimar Free playtree_iter upon exiting MPlayer
Sat, 26 Dec 2009 11:51:19 +0000 reimar Support mp_image with allocated palette.
Sat, 26 Dec 2009 11:33:45 +0000 reimar Remove only use if MP_IMGFLAG_RGB_PALETTE to allow giving the flag a slightly
Sat, 26 Dec 2009 11:11:41 +0000 reimar Restore the old value of planes[1] in vf_palette at the end to ensure
Sat, 26 Dec 2009 02:35:36 +0000 jrash sync with en/mplayer.1 r30075
Fri, 25 Dec 2009 09:03:02 +0000 reimar Fix grammar/missing verb in description.
Fri, 25 Dec 2009 08:55:36 +0000 reimar Remove unnecessary entries from extension_table, these formats are already
Fri, 25 Dec 2009 08:48:57 +0000 reimar Add a (unfortunately rather long) explanation on how and when to use it
Thu, 24 Dec 2009 18:20:03 +0000 compn force cdg to lavf demuxer in extensions.c, misdetected as mpeg otherwise
Thu, 24 Dec 2009 10:56:25 +0000 reimar Revert renaming of process_force_style to restore compilation against
Thu, 24 Dec 2009 10:51:24 +0000 reimar Some ugly hacks to make compiling against a newer external version of libass work.
Thu, 24 Dec 2009 10:45:05 +0000 reimar rename process_force_style to ass_process_force_style to match the API
Thu, 24 Dec 2009 10:26:29 +0000 reimar Remove more direct includes of libass/ass.h
Thu, 24 Dec 2009 04:36:04 +0000 compn create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf
Wed, 23 Dec 2009 16:11:48 +0000 kostya Register lavc Aura 2 decoder
Wed, 23 Dec 2009 13:44:23 +0000 kostya Register lavc Aura decoder
Wed, 23 Dec 2009 10:21:53 +0000 diego Allow passing variants of "mingw32" as system name to --target. This ensures
Tue, 22 Dec 2009 20:56:59 +0000 cehoyos Do not use correct-pts by default for demuxer lavf, it breaks all PAFF files.
Mon, 21 Dec 2009 01:59:34 +0000 ramiro Remove parameters no longer used in h[yc]scale().
Mon, 21 Dec 2009 01:54:59 +0000 ramiro Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.
Mon, 21 Dec 2009 01:41:29 +0000 ramiro Rename function pointers used to convert from the input pixel format to the