| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix standalone compilation of WTV demuxer. | Diego Biurrun | 2011-05-04 | 1 | -0/+1 |
* | Fix standalone compilation of MXPEG decoder. | Diego Biurrun | 2011-05-04 | 1 | -1/+1 |
* | flashsv: K&R cosmetics | Diego Biurrun | 2011-05-04 | 1 | -2/+2 |
* | vc1: make overlap filter for I-frames bit-exact. | Ronald S. Bultje | 2011-05-04 | 4 | -45/+296 |
* | vc1dec: use s->start/end_mb_y instead of passing them as function args. | Ronald S. Bultje | 2011-05-04 | 1 | -25/+26 |
* | Revert "VC1: merge idct8x8, coeff adjustments and put_pixels." | Ronald S. Bultje | 2011-05-04 | 5 | -170/+39 |
* | Replace strncpy() with av_strlcpy(). | Alex Converse | 2011-05-03 | 2 | -23/+24 |
* | indeo3: Eliminate use of long. | Alex Converse | 2011-05-03 | 1 | -11/+11 |
* | get_bits: make cache unsigned to eliminate undefined signed overflow. | Alex Converse | 2011-05-03 | 1 | -1/+1 |
* | mpegvideo: reindent. | Ronald S. Bultje | 2011-05-03 | 1 | -116/+111 |
* | mpegvideo: don't av_malloc(0). | Ronald S. Bultje | 2011-05-03 | 1 | -0/+12 |
* | vp8: frame-multithreading. | Ronald S. Bultje | 2011-05-02 | 2 | -59/+131 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 134 | -631/+631 |
* | Replace deprecated av_get_pict_type_char() with av_get_picture_type_char(). | Stefano Sabatini | 2011-05-02 | 6 | -6/+6 |
* | dpx: Do not use DPX encoder for decoding. | Kostya Shishkov | 2011-05-02 | 1 | -1/+1 |
* | ALPHA: Replace sized int_fast integer types with plain int/unsigned. | Diego Biurrun | 2011-05-01 | 1 | -3/+3 |
* | DPX image encoder | Peter Ross | 2011-05-01 | 4 | -3/+182 |
* | DPX decoder: read sample aspect ratio | Peter Ross | 2011-05-01 | 1 | -1/+5 |
* | DPX decoder: add buffer size checks. | Reimar Döffinger | 2011-05-01 | 1 | -5/+14 |
* | ac3enc: clip large coefficient values and negative exponents rather than using | Justin Ruggles | 2011-05-01 | 1 | -1/+3 |
* | ac3enc: do not store a bandwidth code for each channel. | Justin Ruggles | 2011-05-01 | 1 | -7/+6 |
* | ac3enc: remove bandwidth reduction as fallback for bit allocation failure. | Justin Ruggles | 2011-05-01 | 1 | -30/+0 |
* | ac3enc: merge compute_exp_strategy_ch() into compute_exp_strategy() | Justin Ruggles | 2011-05-01 | 1 | -42/+33 |
* | ac3enc: return error if frame+exponent bits are too large instead of using | Justin Ruggles | 2011-05-01 | 1 | -1/+2 |
* | ac3enc: differentiate between current block and reference block in bit_alloc() | Justin Ruggles | 2011-05-01 | 1 | -7/+11 |
* | ac3enc: simplify exponent_init() by calculating exponent_group_tab[] based | Justin Ruggles | 2011-05-01 | 1 | -5/+7 |
* | ac3enc: simplify stereo rematrixing decision options | Justin Ruggles | 2011-05-01 | 1 | -35/+13 |
* | AMV: disable DR1 and don't override EMU_EDGE | Michael Niedermayer | 2011-04-29 | 1 | -2/+1 |
* | vorbis: Replace sized int_fast integer types with plain int/unsigned. | Diego Biurrun | 2011-04-29 | 3 | -125/+113 |
* | Remove disabled non-optimized code variants. | Diego Biurrun | 2011-04-29 | 2 | -162/+0 |
* | Remove some disabled printf debug cruft. | Diego Biurrun | 2011-04-29 | 15 | -190/+0 |
* | Replace more disabled printf() calls by av_dlog(). | Diego Biurrun | 2011-04-29 | 2 | -8/+5 |
* | Replace some commented-out debug printf() / av_log() messages with av_dlog(). | Diego Biurrun | 2011-04-29 | 3 | -21/+12 |
* | vorbisdec: Replace some sizeof(type) by sizeof(*variable). | Diego Biurrun | 2011-04-29 | 1 | -17/+24 |
* | mpeg12: terminate mpeg2_video_profiles arrays | Stefano Sabatini | 2011-04-28 | 1 | -0/+1 |
* | rawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE | Peter Ross | 2011-04-28 | 1 | -0/+2 |
* | vorbisdec: Rename silly "class_" variable to plain "class". | Diego Biurrun | 2011-04-27 | 1 | -7/+7 |
* | simple_idct_alpha: Drop some useless casts. | Diego Biurrun | 2011-04-27 | 1 | -7/+7 |
* | Simplify av_log_missing_feature(). | Diego Biurrun | 2011-04-27 | 1 | -3/+1 |
* | ac3enc: remove check for mismatching channels and channel_layout | Justin Ruggles | 2011-04-27 | 1 | -2/+0 |
* | If AVCodecContext.channels is 0 and AVCodecContext.channel_layout is | Justin Ruggles | 2011-04-27 | 1 | -0/+2 |
* | If AVCodecContext.channel_layout and AVCodecContext.channels are both | Justin Ruggles | 2011-04-27 | 1 | -0/+7 |
* | cosmetics: indentation | Justin Ruggles | 2011-04-27 | 1 | -8/+8 |
* | Check AVCodec.supported_samplerates and AVCodec.channel_layouts in | Justin Ruggles | 2011-04-27 | 1 | -1/+27 |
* | aacdec: remove sf_scale and sf_offset. | Alex Converse | 2011-04-27 | 2 | -20/+8 |
* | aacdec: use a scale of 2 in the LTP MDCT rather than doubling the coefficient | Justin Ruggles | 2011-04-27 | 2 | -4/+4 |
* | Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets instead | Alex Converse | 2011-04-27 | 4 | -8/+10 |
* | Large intensity stereo and PNS indices are legal. Clip them instead of | Alex Converse | 2011-04-27 | 1 | -11/+16 |
* | qpeg: use reget_buffer() in decode_frame() | Stefano Sabatini | 2011-04-27 | 1 | -6/+3 |
* | ultimotion: use reget_buffer() in ulti_decode_frame() | Stefano Sabatini | 2011-04-27 | 1 | -5/+2 |