aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fixup SDL configure check:Gravatar reimar2010-01-03
* Do not assume that "long" is the size of a register.Gravatar reimar2010-01-03
* Also detect fontconfig when it requires -liconvGravatar reimar2010-01-03
* Change fribidi check to also work without fribidi-config.Gravatar reimar2010-01-03
* Add support for JPEG2000 via FFmpeg/OpenJPEGGravatar reimar2010-01-03
* Also support decoding of 8-bit-per-component dpx files.Gravatar reimar2010-01-03
* Simplify usePal() macro, make it use av_pix_fmt_descriptors.Gravatar stefano2010-01-03
* Simplify getSubSampleFactors(), make it use the values provided byGravatar stefano2010-01-03
* Mark AC3 as 16-bit format, this simplifies alignment calculation and fixesGravatar reimar2010-01-02
* Several hacks to fix compilation of tvi_dshow on MinGW64.Gravatar reimar2010-01-02
* Fix typo in code disabling VIDIX on mingw64Gravatar reimar2010-01-02
* Disable vidix on 64 bit MinGW compiles, it seems to fail compiling andGravatar reimar2010-01-02
* Fix compilation if FreeType is not available, in particular do not try to buildGravatar reimar2010-01-01
* Simplify range-checking functions for subopt parsing.Gravatar reimar2010-01-01
* Fix function declarations to avoid casting function pointers.Gravatar reimar2010-01-01
* Slightly generalize code to generate YUV->RGB conversion table and addGravatar reimar2010-01-01
* sync with en/mplayer.1 r30135Gravatar jrash2010-01-01
* Make YUV->RGB conversion coefficients selectable for -vo gl.Gravatar reimar2010-01-01
* Do not needlessly use the BP register in x86_64-specific code, there areGravatar reimar2010-01-01
* One more fix for -vf scale with alpha.Gravatar reimar2010-01-01
* Also pass alpha plane to swscale, avoids crashes when converting betweenGravatar reimar2010-01-01
* Add support for YUV format with alpha and fix the codecs.conf entry for vp6aGravatar reimar2009-12-31
* Also pass the 4th plane for planar formats on to libavcodec.Gravatar reimar2009-12-31
* Try to put the list of output formats for vf_scale in a more sensibleGravatar reimar2009-12-31
* Deduplicate the mp_image planes allocation code.Gravatar reimar2009-12-31
* Add support for FFmpeg's ffv210 codec.Gravatar reimar2009-12-31
* Add support for 16-bit per component YUV formats.Gravatar reimar2009-12-31
* First steps to supporting different YUV->RGB conversion definitions.Gravatar reimar2009-12-31
* Extract functions to generate yuv->rgb matrices and lookup tables into aGravatar reimar2009-12-31
* Put the colourspace-related variables into a separate struct to easeGravatar reimar2009-12-31
* Make code slightly more readable.Gravatar reimar2009-12-31
* Fix crash if http reply contains neither "Accept-Ranges" nor "Server" fields.Gravatar reimar2009-12-31
* More readable fourcc for ffflacGravatar reimar2009-12-31
* Add a hack for broken youtube servers not returning Accept-Ranges.Gravatar reimar2009-12-30
* add tm2x / tm2a binary decoderGravatar compn2009-12-30
* Make the ffmpeg decoders for DTS and AC3 the default.Gravatar reimar2009-12-30
* Support 440P in scale filter.Gravatar reimar2009-12-30
* FFmpeg JPEG codecs can output 440p format.Gravatar reimar2009-12-30
* Add support for 440p colorspace.Gravatar reimar2009-12-30
* Support all planar YUV formats in OpenGL vos.Gravatar reimar2009-12-30
* Add a helper function to get the chroma scale shift and use to simplify mpi s...Gravatar reimar2009-12-30
* sync w/r30135 (up to date at last!)Gravatar gpoirier2009-12-29
* cosmetics: tabs to spaces, K&R function declarations, cuddle else clausesGravatar diego2009-12-29
* change bandwidth value to bandwidth bytesGravatar compn2009-12-29
* Do not use correct-pts for mpeg-ts and matroska: It breaks PAFF samples.Gravatar cehoyos2009-12-28
* Revert r30100: It breaks some mov and asf samples.Gravatar cehoyos2009-12-28
* Remove unused variable, fixes the warning:Gravatar diego2009-12-28
* add lavc yuv rawcodecs to codecs.confGravatar compn2009-12-27
* Add support for parsing audio streams (though should be easy to extend to video)Gravatar reimar2009-12-27
* Remove currently unneeded members accidentally added in the last revision.Gravatar reimar2009-12-27