summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* 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
* h264: DSP'ize MBAFF loopfilter.Ronald S. Bultje2011-05-10
* lavc: move some flac-specific options to its private context.Anton Khirnov2011-05-10
* mpegaudiodec: group #includes more sanelyMans Rullgard2011-05-09
* mpegaudio: remove #if 0 blocksMans Rullgard2011-05-09
* mpegaudio: remove CONFIG_MPEGAUDIO_HP optionMans Rullgard2011-05-09
* mpegaudio: remove CONFIG_AUDIO_NONSHORTMans Rullgard2011-05-09
* psymodel: Remove wrapper functions.Nathan Caldwell2011-05-08
* aacenc: Replace loop counters in aac_encode_frame() with more descriptive 'ch...Nathan Caldwell2011-05-08
* wmavoice: Use proper size in memeset().Alex Converse2011-05-05
* Fix standalone compilation of WTV demuxer.Diego Biurrun2011-05-04
* Fix standalone compilation of MXPEG decoder.Diego Biurrun2011-05-04
* flashsv: K&R cosmeticsDiego Biurrun2011-05-04
* vc1: make overlap filter for I-frames bit-exact.Ronald S. Bultje2011-05-04
* vc1dec: use s->start/end_mb_y instead of passing them as function args.Ronald S. Bultje2011-05-04
* Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."Ronald S. Bultje2011-05-04
* Replace strncpy() with av_strlcpy().Alex Converse2011-05-03
* indeo3: Eliminate use of long.Alex Converse2011-05-03
* get_bits: make cache unsigned to eliminate undefined signed overflow.Alex Converse2011-05-03
* mpegvideo: reindent.Ronald S. Bultje2011-05-03
* mpegvideo: don't av_malloc(0).Ronald S. Bultje2011-05-03
* vp8: frame-multithreading.Ronald S. Bultje2011-05-02
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini2011-05-02
* dpx: Do not use DPX encoder for decoding.Kostya Shishkov2011-05-02
* ALPHA: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun2011-05-01
* DPX image encoderPeter Ross2011-05-01
* DPX decoder: read sample aspect ratioPeter Ross2011-05-01
* DPX decoder: add buffer size checks.Reimar Döffinger2011-05-01
* ac3enc: clip large coefficient values and negative exponents rather than usingJustin Ruggles2011-05-01
* ac3enc: do not store a bandwidth code for each channel.Justin Ruggles2011-05-01
* ac3enc: remove bandwidth reduction as fallback for bit allocation failure.Justin Ruggles2011-05-01
* ac3enc: merge compute_exp_strategy_ch() into compute_exp_strategy()Justin Ruggles2011-05-01
* ac3enc: return error if frame+exponent bits are too large instead of usingJustin Ruggles2011-05-01
* ac3enc: differentiate between current block and reference block in bit_alloc()Justin Ruggles2011-05-01
* ac3enc: simplify exponent_init() by calculating exponent_group_tab[] basedJustin Ruggles2011-05-01
* ac3enc: simplify stereo rematrixing decision optionsJustin Ruggles2011-05-01
* AMV: disable DR1 and don't override EMU_EDGEMichael Niedermayer2011-04-29
* vorbis: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun2011-04-29
* Remove disabled non-optimized code variants.Diego Biurrun2011-04-29
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-29
* Replace more disabled printf() calls by av_dlog().Diego Biurrun2011-04-29
* Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-29