log

age author description
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.
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
Mon, 21 Dec 2009 01:34:45 +0000 ramiro Check if chroma horizontal scaler is needed in sws_init_swScale().
Mon, 21 Dec 2009 01:30:55 +0000 ramiro Remove unused fields from SwsContext.
Sun, 20 Dec 2009 21:11:39 +0000 diego Do not auto-generate the C code to handle PCI vendor and device names.
Sun, 20 Dec 2009 20:57:44 +0000 gpoirier sync w/r29731
Sun, 20 Dec 2009 19:56:18 +0000 diego Remove unused debugging output about total number of printed lines.
Sun, 20 Dec 2009 19:36:30 +0000 diego Employ slightly better variable names for output files.
Sun, 20 Dec 2009 19:32:25 +0000 diego Eliminate completely pointless print_includes function.
Sun, 20 Dec 2009 19:12:20 +0000 diego Use "mingw32" instead of "mingw32msvc" as system name for MinGW with --target.
Sun, 20 Dec 2009 17:49:07 +0000 diego Do not autogenerate vidix/pci_names.h.
Sun, 20 Dec 2009 17:42:35 +0000 ramiro Indentation.
Sun, 20 Dec 2009 17:15:01 +0000 ramiro Indent.
Sun, 20 Dec 2009 17:09:46 +0000 ramiro Set fast_bilinear functions in sws_init_swScale().
Sun, 20 Dec 2009 17:09:20 +0000 diego Remove pointless return statements from functions that return nothing.
Sun, 20 Dec 2009 17:01:47 +0000 diego Move code to write multiple inclusion guards to generated files into functions.
Sun, 20 Dec 2009 16:32:58 +0000 ramiro Set horizontal scaler's range conversion in context in sws_init_swScale().
Sun, 20 Dec 2009 16:21:25 +0000 ramiro Set horizontal scaler's src offsets in context in sws_init_swScale().
Sun, 20 Dec 2009 15:16:34 +0000 diego cosmetics: Use more consistent formatting style for generated files.
Sun, 20 Dec 2009 14:43:50 +0000 diego cosmetics: Use a consistent formattting style; tabs to spaces.
Sun, 20 Dec 2009 14:32:34 +0000 reimar Change %f to %e in generated fragment programs to avoid losing precision unnecessarily.
Sun, 20 Dec 2009 14:14:56 +0000 diego Run vidix/pci_db2c.awk directly instead of passing it to awk.
Sun, 20 Dec 2009 13:25:08 +0000 cehoyos VP6F has to be flipped for binary decoder.
Sat, 19 Dec 2009 21:08:14 +0000 reimar Slightly improve vo_gl suboption documentation.
Sat, 19 Dec 2009 21:07:42 +0000 reimar Define GL_GENERATE_MIPMAP ourselves if necessary.
Sat, 19 Dec 2009 20:59:58 +0000 reimar Fix compilation with internal ASS when no ass header is installed system-wide.
Sat, 19 Dec 2009 20:53:34 +0000 reimar Add support for auto-generating mipmaps in vo_gl, should ease
Sat, 19 Dec 2009 20:48:23 +0000 reimar Make -vo gl:customprog also work with RGB input (obviously those need to be
Sat, 19 Dec 2009 20:45:34 +0000 reimar Fix a broken indentation.
Sat, 19 Dec 2009 20:44:55 +0000 reimar Enable running fragment programs with YUV_CONVERSION_NONE
Sat, 19 Dec 2009 15:41:47 +0000 reimar Make ass_mp.h use the system-libass headers when the internal one is disabled.
Sat, 19 Dec 2009 15:32:17 +0000 reimar Never include ass.h and ass_types.h directly, use ass_mp.h instead.
Sat, 19 Dec 2009 15:18:22 +0000 reimar Experimental support for external libass.
Sat, 19 Dec 2009 13:49:44 +0000 reimar Rename GL_* defines to CONFIG_GL_*
Sat, 19 Dec 2009 13:46:34 +0000 reimar Add x11_common as dependency for OpenGL with X11 backend.
Sat, 19 Dec 2009 10:52:32 +0000 reimar Make the check for X11 and WIN32 backends for OpenGL separate.
Fri, 18 Dec 2009 20:27:35 +0000 reimar Add a missing const, fixes a compiler warning.
Fri, 18 Dec 2009 20:26:28 +0000 reimar Allow pulseaudio to restore the previous volume on init instead of forcing to
Fri, 18 Dec 2009 20:22:39 +0000 reimar Get rid of global volume variable, it is only used for temporary values.
Fri, 18 Dec 2009 19:29:33 +0000 reimar Use on-stack subtitle struct for temporary storage for passing subtitles on
Fri, 18 Dec 2009 15:57:52 +0000 ptt synced to r30044