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