summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* jfdct: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun2011-05-122-18/+18
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-121-3/+0
* 10-bit H.264 x86 chroma v loopfilter asmJason Garrett-Glaser2011-05-113-42/+121
* Port SMPTE S302M audio decoder from FFmbc 0.3.Baptiste Coudurier2011-05-114-0/+144
* Fix crash of interlaced MPEG2 decodingAnatoly Nenashev2011-05-111-2/+7
* h264pred: fix one more aliasing violation.Ronald S. Bultje2011-05-111-2/+4
* flacenc: use proper initializers for AVOption default values.Anton Khirnov2011-05-111-16/+16
* lavc: deprecate named constants for deprecated antialias_algo.Anton Khirnov2011-05-111-1/+1
* aac: workaround for compilation on cygwinReinhard Tartler2011-05-111-1/+2
* swscale: extend YUV422p support to 10bits depthBaptiste Coudurier2011-05-111-0/+2
* tiff: add support for inverted FillOrder for uncompressed dataStefano Sabatini2011-05-111-1/+7
* h264pred: fix aliasing violations.Ronald S. Bultje2011-05-112-73/+93
* cosmetics: Fix crazy formatting in resample.Alex Converse2011-05-101-48/+51
* Allow resampling with no channel count change for up to 8 channels.Alex Converse2011-05-101-43/+41
* Don't allow unsupported resampling configurations.Alex Converse2011-05-101-0/+5
* Port x86 10-bit H.264 deblock asm from x264Jason Garrett-Glaser2011-05-106-65/+909
* Update x86 H.264 deblock asmJason Garrett-Glaser2011-05-103-193/+277
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-104-419/+419
* arm/h264pred: add missing argument type.Ronald S. Bultje2011-05-101-1/+1
* h264dsp_mmx: place bracket outside #if/#endif block.Ronald S. Bultje2011-05-101-1/+1
* h264: do not print "too many references" warning for intra-only.Ronald S. Bultje2011-05-101-3/+5
* Enable decoding of high bit depth h264.Oskar Arvidsson2011-05-101-0/+11
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-1034-365/+753
* Add support for higher QP values in h264.Oskar Arvidsson2011-05-105-32/+62
* Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-05-106-195/+335
* Make the h264 loop filter bit depth aware.Oskar Arvidsson2011-05-101-12/+18
* Template dsputil_template.c with respect to pixel size, etc.Oskar Arvidsson2011-05-101-306/+398
* Template h264idct_template.c with respect to pixel size, etc.Oskar Arvidsson2011-05-101-45/+64
* Preparatory patch for high bit depth h264 decoding support.Oskar Arvidsson2011-05-102-298/+406
* Move some functions in dsputil.c into a new file dsputil_template.c.Oskar Arvidsson2011-05-102-1226/+1259
* Move the functions in h264idct into a new file h264idct_template.c.Oskar Arvidsson2011-05-102-248/+279
* Move the functions in h264pred.c into a new file h264pred_template.c.Oskar Arvidsson2011-05-102-892/+917
* Preparatory patch for high bit depth h264 decoding support.Oskar Arvidsson2011-05-102-258/+286
* Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-05-101-0/+4
* Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson2011-05-105-25/+29
* h264: DSP'ize MBAFF loopfilter.Ronald S. Bultje2011-05-103-140/+64
* lavc: move some flac-specific options to its private context.Anton Khirnov2011-05-108-60/+135
* mpegaudiodec: group #includes more sanelyMans Rullgard2011-05-091-2/+1
* mpegaudio: remove #if 0 blocksMans Rullgard2011-05-091-55/+0
* mpegaudio: remove CONFIG_MPEGAUDIO_HP optionMans Rullgard2011-05-096-61/+6
* mpegaudio: remove CONFIG_AUDIO_NONSHORTMans Rullgard2011-05-091-8/+0
* psymodel: Remove wrapper functions.Nathan Caldwell2011-05-083-43/+25
* aacenc: Replace loop counters in aac_encode_frame() with more descriptive 'ch...Nathan Caldwell2011-05-081-26/+25
* wmavoice: Use proper size in memeset().Alex Converse2011-05-051-1/+1
* Fix standalone compilation of WTV demuxer.Diego Biurrun2011-05-041-0/+1
* Fix standalone compilation of MXPEG decoder.Diego Biurrun2011-05-041-1/+1
* flashsv: K&R cosmeticsDiego Biurrun2011-05-041-2/+2
* vc1: make overlap filter for I-frames bit-exact.Ronald S. Bultje2011-05-044-45/+296
* vc1dec: use s->start/end_mb_y instead of passing them as function args.Ronald S. Bultje2011-05-041-25/+26
* Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."Ronald S. Bultje2011-05-045-170/+39