log

age author description
Sun, 03 Jan 2010 16:26:30 +0000 reimar Change vo_png to use FFmpeg's png encoder instead of libpng.
Sun, 03 Jan 2010 15:56:33 +0000 reimar Add missing avcodec_close to vf_screenshot.
Sun, 03 Jan 2010 15:20:07 +0000 stefano Prefer enum PixelFormat over int for the type of the format parameter
Sun, 03 Jan 2010 14:55:15 +0000 reimar Basic -vo matrixview documentation.
Sun, 03 Jan 2010 14:54:51 +0000 reimar Finally add matrixview vo.
Sun, 03 Jan 2010 14:44:45 +0000 reimar Document -vo gl colorspace suboption.
Sun, 03 Jan 2010 14:35:20 +0000 stefano Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the
Sun, 03 Jan 2010 12:55:09 +0000 reimar Add pointers to a few more standard OpenGL functions to ease future extensions.
Sun, 03 Jan 2010 11:33:33 +0000 reimar Fixup SDL configure check:
Sun, 03 Jan 2010 09:20:01 +0000 reimar Do not assume that "long" is the size of a register.
Sun, 03 Jan 2010 09:11:20 +0000 reimar Also detect fontconfig when it requires -liconv
Sun, 03 Jan 2010 01:00:21 +0000 reimar Change fribidi check to also work without fribidi-config.
Sun, 03 Jan 2010 00:58:56 +0000 reimar Add support for JPEG2000 via FFmpeg/OpenJPEG
Sun, 03 Jan 2010 00:50:15 +0000 reimar Also support decoding of 8-bit-per-component dpx files.
Sun, 03 Jan 2010 00:22:49 +0000 stefano Simplify usePal() macro, make it use av_pix_fmt_descriptors.
Sun, 03 Jan 2010 00:09:24 +0000 stefano Simplify getSubSampleFactors(), make it use the values provided by
Sat, 02 Jan 2010 20:45:27 +0000 reimar Mark AC3 as 16-bit format, this simplifies alignment calculation and fixes
Sat, 02 Jan 2010 17:41:11 +0000 reimar Several hacks to fix compilation of tvi_dshow on MinGW64.
Sat, 02 Jan 2010 16:55:41 +0000 reimar Fix typo in code disabling VIDIX on mingw64
Sat, 02 Jan 2010 16:47:26 +0000 reimar Disable vidix on 64 bit MinGW compiles, it seems to fail compiling and
Fri, 01 Jan 2010 18:51:59 +0000 reimar Fix compilation if FreeType is not available, in particular do not try to build
Fri, 01 Jan 2010 13:23:16 +0000 reimar Simplify range-checking functions for subopt parsing.
Fri, 01 Jan 2010 13:18:49 +0000 reimar Fix function declarations to avoid casting function pointers.
Fri, 01 Jan 2010 12:54:09 +0000 reimar Slightly generalize code to generate YUV->RGB conversion table and add
Fri, 01 Jan 2010 12:53:28 +0000 jrash sync with en/mplayer.1 r30135
Fri, 01 Jan 2010 12:47:43 +0000 reimar Make YUV->RGB conversion coefficients selectable for -vo gl.
Fri, 01 Jan 2010 09:46:24 +0000 reimar Do not needlessly use the BP register in x86_64-specific code, there are
Fri, 01 Jan 2010 01:25:35 +0000 reimar One more fix for -vf scale with alpha.
Fri, 01 Jan 2010 01:06:34 +0000 reimar Also pass alpha plane to swscale, avoids crashes when converting between
Thu, 31 Dec 2009 23:45:07 +0000 reimar Add support for YUV format with alpha and fix the codecs.conf entry for vp6a
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.