summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Support Digital Voodoo SD 8 Bit in mov (ticket 195).Carl Eugen Hoyos2011-05-13
* Set channel_layout for S302M.Carl Eugen Hoyos2011-05-13
* Map mlp surround channels to FFmpeg rear channels.Carl Eugen Hoyos2011-05-13
* Support native DTS channel order when requested.Alexandre Colucci2011-05-13
* ffv1: Add PIX_FMT_YUV420P9 support.Michael Niedermayer2011-05-12
* ffv1dec: output PIX_FMT_YUV422P10 and PIX_FMT_YUV420P10 when possible.Michael Niedermayer2011-05-12
* Add support for QT BMP 1bpp color modeami_stuff2011-05-12
* Merge remote branch 'qatar/master'Michael Niedermayer2011-05-12
|\
| * 10-bit H.264 x86 chroma v loopfilter asmJason Garrett-Glaser2011-05-11
| * Port SMPTE S302M audio decoder from FFmbc 0.3.Baptiste Coudurier2011-05-11
| * Fix crash of interlaced MPEG2 decodingAnatoly Nenashev2011-05-11
| * h264pred: fix one more aliasing violation.Ronald S. Bultje2011-05-11
| * flacenc: use proper initializers for AVOption default values.Anton Khirnov2011-05-11
| * lavc: deprecate named constants for deprecated antialias_algo.Anton Khirnov2011-05-11
| * aac: workaround for compilation on cygwinReinhard Tartler2011-05-11
| * swscale: extend YUV422p support to 10bits depthBaptiste Coudurier2011-05-11
| * tiff: add support for inverted FillOrder for uncompressed dataStefano Sabatini2011-05-11
| * h264pred: fix aliasing violations.Ronald S. Bultje2011-05-11
| * cosmetics: Fix crazy formatting in resample.Alex Converse2011-05-10
| * Allow resampling with no channel count change for up to 8 channels.Alex Converse2011-05-10
| * Don't allow unsupported resampling configurations.Alex Converse2011-05-10
| * Port x86 10-bit H.264 deblock asm from x264Jason Garrett-Glaser2011-05-10
| * Update x86 H.264 deblock asmJason Garrett-Glaser2011-05-10
* | error concealment: check last pictures motion_val before using it.Michael Niedermayer2011-05-12
* | Added PIX_FMT_GRAY8 to the formats supported by the QuickTime RLE encoderJohn Horigan2011-05-12
* | Fix crash of interlaced MPEG2 decodinganatoly2011-05-11
* | h264pred: fix one more aliasing violation.Ronald S. Bultje2011-05-11
* | h264idct_template: fix include pathMichael Niedermayer2011-05-11
* | h264: merge _internal & template files.Michael Niedermayer2011-05-11
* | Check syntax even if DEBUG is not defined.Reimar Döffinger2011-05-11
* | fix fate failures for 10bit H264 on some systemsRonald S. Bultje2011-05-11
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-11
|\|
| * AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-10
| * arm/h264pred: add missing argument type.Ronald S. Bultje2011-05-10
| * h264dsp_mmx: place bracket outside #if/#endif block.Ronald S. Bultje2011-05-10
| * h264: do not print "too many references" warning for intra-only.Ronald S. Bultje2011-05-10
| * Enable decoding of high bit depth h264.Oskar Arvidsson2011-05-10
| * Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-10
| * Add support for higher QP values in h264.Oskar Arvidsson2011-05-10
| * Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-05-10
| * Make the h264 loop filter bit depth aware.Oskar Arvidsson2011-05-10
| * Template dsputil_template.c with respect to pixel size, etc.Oskar Arvidsson2011-05-10
| * Template h264idct_template.c with respect to pixel size, etc.Oskar Arvidsson2011-05-10
| * Preparatory patch for high bit depth h264 decoding support.Oskar Arvidsson2011-05-10
| * Move some functions in dsputil.c into a new file dsputil_template.c.Oskar Arvidsson2011-05-10
| * Move the functions in h264idct into a new file h264idct_template.c.Oskar Arvidsson2011-05-10
| * Move the functions in h264pred.c into a new file h264pred_template.c.Oskar Arvidsson2011-05-10
| * Preparatory patch for high bit depth h264 decoding support.Oskar Arvidsson2011-05-10
| * Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-05-10
| * Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson2011-05-10