summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* Port pred8x8l_down_right_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-29
* Port pred8x8l_down_left_sse2/ssse3 (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-29
* Port pred8x8l_vertical_mmxext/ssse3 (H.264 intra prediction) from x264 toDaniel Kang2010-12-29
* Port pred8x8l_horizontal_mmxext/ssse3 (H.264 intra prediction) from x264 toDaniel Kang2010-12-29
* Port pred8x8l_dc_mmx/ssse3 (H.264 intra prediction) from x264 to FFmpeg.Daniel Kang2010-12-29
* Port pred8x8l_top_dc_mmxext/ssse3 (H.264 intra prediction) from x264 to FFmpeg.Daniel Kang2010-12-29
* Move PRED4x4_LOWPASS up so it can be used in 8x8l predict functions whileRonald S. Bultje2010-12-29
* Port pred8x8_dc_mmxext (H.264 intra prediction) from x264 to FFmpeg. OriginalRonald S. Bultje2010-12-29
* Add missing authors to copyright headers.Ronald S. Bultje2010-12-29
* Port pred8x8_top_dc_mmxext (H.264 intra prediction) from x264 to FFmpeg.Daniel Kang2010-12-29
* Mark recently added pred4x4_down_left_mmxext as CONFIG_GPL. Although HolgerRonald S. Bultje2010-12-29
* add SubRip decoderAurelien Jacobs2010-12-28
* Bump micro for VP8 emu-edge support.Ronald S. Bultje2010-12-28
* Support CODEC_FLAG_EMU_EDGE in VP8 decoder.Ronald S. Bultje2010-12-28
* Metadata demuxer.Anton Khirnov2010-12-27
* Fix typo.Ronald S. Bultje2010-12-26
* Simplify tff setting code in MPV_frame_start().Michael Niedermayer2010-12-25
* Fix size of monoblack_pal array, code uses 16 values unconditionally.Daniel Verkamp2010-12-25
* Port pred4x4_down_left_mmxext (H.264 intra prediction) from x264 to FFmpeg.Daniel Kang2010-12-24
* For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading 8 bytesRonald S. Bultje2010-12-24
* cosmetics: line wrap and vertical alignmentJustin Ruggles2010-12-23
* Make sure that the 2nd CRC value does not match the AC-3 sync word.Justin Ruggles2010-12-23
* Store CRC context locally to reduce number of calls to av_crc_get_table().Justin Ruggles2010-12-23
* Remove unneeded local variable, frame_size, in output_frame_end().Justin Ruggles2010-12-23
* Makefile: Fix dependencies of componentsMartin Storsjö2010-12-22
* cosmetics: fix comment after change in clipping rangeJustin Ruggles2010-12-22
* Change FIX15() back to clipping to -32767..32767.Justin Ruggles2010-12-21
* Add emms_c() after exp_diff calculations.Justin Ruggles2010-12-21
* Pre-calculate crc_inv at codec init.Justin Ruggles2010-12-21
* Fix make checkheadersMartin Storsjö2010-12-21
* Fix more matroska/webm muxer dependenciesMartin Storsjö2010-12-21
* g722: Move the low_inv_quant6 table up to the common tablesMartin Storsjö2010-12-21
* Fix -lowres with ffplay.Anatoly Nenashev2010-12-19
* bump lavcodec minor version for amr-wb decoder in r26051Ramiro Polla2010-12-18
* AMR-WB decoder, written as part of Google Summer of Code 2010 by MarceloRonald S. Bultje2010-12-18
* Add some simple fallbacks for normal bit allocation failure.Justin Ruggles2010-12-17
* Check user-specified cutoff frequency in validate_options().Justin Ruggles2010-12-17
* 10l: fix encoding for LFE channelJustin Ruggles2010-12-17
* Add support for fixed-point MDCT sizes other than 512.Justin Ruggles2010-12-17
* cosmetics: reindent after last commitJustin Ruggles2010-12-17
* Simplify bit allocation search by using a loop for the SNR offset increment.Justin Ruggles2010-12-17
* Do not calculate psd and masking curve if exponents are being reused.Justin Ruggles2010-12-17
* cosmetics: reindent after last commitJustin Ruggles2010-12-16
* Copy bap from previous block when exponent strategy is EXP_REUSE.Justin Ruggles2010-12-16
* Count grouped mantissas for each block all at once at the end of bitJustin Ruggles2010-12-16
* Count bits for fixed parameters at start of encoding rather than in everyJustin Ruggles2010-12-16
* Use a LUT for number of exponent groups. This avoids recalculating it forJustin Ruggles2010-12-16
* Speed up group minimum and group output calculations for EXP_D25 and EXP_D45Justin Ruggles2010-12-16
* Convert a for() loop into a while() loop for the downward part of the exponentJustin Ruggles2010-12-16
* Redesign encode_exponents_blk_ch() so that duplicate exponent sets are noJustin Ruggles2010-12-16