13468 Commits (d9a69f730e180ab9b1cac8a4d53d07b1ec375a38)

Author SHA1 Message Date
Jason Garrett-Glaser 5705b02079 10-bit H.264 x86 chroma v loopfilter asm 14 years ago
Baptiste Coudurier 9aa91043f3 Port SMPTE S302M audio decoder from FFmbc 0.3. 14 years ago
Anatoly Nenashev b44c8ad280 Fix crash of interlaced MPEG2 decoding 14 years ago
Ronald S. Bultje d2bf42895a h264pred: fix one more aliasing violation. 14 years ago
Anton Khirnov 880fa21830 flacenc: use proper initializers for AVOption default values. 14 years ago
Anton Khirnov c9e81d0783 lavc: deprecate named constants for deprecated antialias_algo. 14 years ago
Reinhard Tartler 083e715f33 aac: workaround for compilation on cygwin 14 years ago
Baptiste Coudurier 5c511ad4ce swscale: extend YUV422p support to 10bits depth 14 years ago
Stefano Sabatini b437f5b055 tiff: add support for inverted FillOrder for uncompressed data 14 years ago
Ronald S. Bultje 2caf19e90f h264pred: fix aliasing violations. 14 years ago
Alex Converse ffc437c026 cosmetics: Fix crazy formatting in resample. 14 years ago
Alex Converse 3e00ababc4 Allow resampling with no channel count change for up to 8 channels. 14 years ago
Alex Converse 918a540953 Don't allow unsupported resampling configurations. 14 years ago
Jason Garrett-Glaser 9f3d6ca4f1 Port x86 10-bit H.264 deblock asm from x264 14 years ago
Jason Garrett-Glaser 8ad77b65b5 Update x86 H.264 deblock asm 14 years ago
Anton Khirnov b66752790a AVOptions: make default_val a union, as proposed in AVOption2. 14 years ago
Ronald S. Bultje b27b54de31 arm/h264pred: add missing argument type. 14 years ago
Ronald S. Bultje 86b29553f8 h264dsp_mmx: place bracket outside #if/#endif block. 14 years ago
Ronald S. Bultje e86fbe1751 h264: do not print "too many references" warning for intra-only. 14 years ago
Oskar Arvidsson d545cf804c Enable decoding of high bit depth h264. 14 years ago
Oskar Arvidsson 19a0729b4c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 14 years ago
Oskar Arvidsson fcc0224e4f Add support for higher QP values in h264. 14 years ago
Oskar Arvidsson 6e3ef511d7 Add the notion of pixel size in h264 related functions. 14 years ago
Oskar Arvidsson 44ca80df34 Make the h264 loop filter bit depth aware. 14 years ago
Oskar Arvidsson 87ce8b495f Template dsputil_template.c with respect to pixel size, etc. 14 years ago
Oskar Arvidsson 5d4bd9cc89 Template h264idct_template.c with respect to pixel size, etc. 14 years ago
Oskar Arvidsson de3e760720 Preparatory patch for high bit depth h264 decoding support. 14 years ago
Oskar Arvidsson 325eefa2ca Move some functions in dsputil.c into a new file dsputil_template.c. 14 years ago
Oskar Arvidsson 15fb393be6 Move the functions in h264idct into a new file h264idct_template.c. 14 years ago
Oskar Arvidsson 5ada25245d Move the functions in h264pred.c into a new file h264pred_template.c. 14 years ago
Oskar Arvidsson 563c72dabb Preparatory patch for high bit depth h264 decoding support. 14 years ago
Oskar Arvidsson 42239ced65 Add pixel formats for 9- and 10-bit yuv420p. 14 years ago
Oskar Arvidsson e39e3abad4 Choose h264 chroma dc dequant function dynamically. 14 years ago
Ronald S. Bultje dd561441b1 h264: DSP'ize MBAFF loopfilter. 14 years ago
Anton Khirnov 188dea1dbf lavc: move some flac-specific options to its private context. 14 years ago
Mans Rullgard a88ef93b4a mpegaudiodec: group #includes more sanely 14 years ago
Mans Rullgard 0d849074a4 mpegaudio: remove #if 0 blocks 14 years ago
Mans Rullgard 6bb6fb05ba mpegaudio: remove CONFIG_MPEGAUDIO_HP option 14 years ago
Mans Rullgard 3a2e80ecbc mpegaudio: remove CONFIG_AUDIO_NONSHORT 14 years ago
Nathan Caldwell b58e298572 psymodel: Remove wrapper functions. 14 years ago
Nathan Caldwell 5b29af624f aacenc: Replace loop counters in aac_encode_frame() with more descriptive 'ch' and 'w'. 14 years ago
Alex Converse 869303bebd wmavoice: Use proper size in memeset(). 14 years ago
Diego Biurrun 61165a1bba Fix standalone compilation of WTV demuxer. 14 years ago
Diego Biurrun 091018e0dd Fix standalone compilation of MXPEG decoder. 14 years ago
Diego Biurrun 35e376b0d2 flashsv: K&R cosmetics 14 years ago
Ronald S. Bultje 7d2e03afc8 vc1: make overlap filter for I-frames bit-exact. 14 years ago
Ronald S. Bultje 5c9f147e05 vc1dec: use s->start/end_mb_y instead of passing them as function args. 14 years ago
Ronald S. Bultje 18b6a69ce9 Revert "VC1: merge idct8x8, coeff adjustments and put_pixels." 14 years ago
Alex Converse 1a5e4fd8c5 Replace strncpy() with av_strlcpy(). 14 years ago
Alex Converse aab6374bbe indeo3: Eliminate use of long. 14 years ago