platform/upstream/libav.git
2010-12-21 Justin RugglesChange FIX15() back to clipping to -32767..32767.
2010-12-21 Justin RugglesAdd emms_c() after exp_diff calculations.
2010-12-21 Justin RugglesPre-calculate crc_inv at codec init.
2010-12-21 Martin StorsjöFix make checkheaders
2010-12-21 Martin StorsjöFix more matroska/webm muxer dependencies
2010-12-21 Martin StorsjöAdd a missing dependency for the WebM muxer
2010-12-21 Martin Storsjög722: Move the low_inv_quant6 table up to the common...
2010-12-20 Vitor SessakIncrease STDDEV tolerance for the fate-amrwb-14k25...
2010-12-20 Vitor SessakAdd AMR-WB FATE tests
2010-12-20 Martin Storsjösdp: Add a framesize attribute to H.263 SDP descriptions
2010-12-20 David CzechFix crash if invalid bit-rate was read from file.
2010-12-19 Stefano SabatiniFix avfilter_draw_slice() copy code with alpha planes.
2010-12-19 Stefano SabatiniRevert commit r22596.
2010-12-19 Stefano SabatiniFix crash in gradfun:end_frame() when inpic == outpic...
2010-12-19 Anatoly NenashevFix -lowres with ffplay.
2010-12-19 Nicolas GeorgeAdd AVERROR_*_NOT_FOUND codes.
2010-12-18 Reimar DöffingerDiscard partial packet of last frame for fate-wmv8...
2010-12-18 Reimar DöffingerAdd test for ASF -cryptokey that tests only demuxing...
2010-12-18 Reimar DöffingerChange ASF demuxer to return incomplete last packets.
2010-12-18 Ramiro Pollabump lavcodec minor version for amr-wb decoder in r26051
2010-12-18 Ronald S. BultjeAMR-WB decoder, written as part of Google Summer of...
2010-12-17 Justin RugglesAdd some simple fallbacks for normal bit allocation...
2010-12-17 Justin RugglesCheck user-specified cutoff frequency in validate_optio...
2010-12-17 Justin Ruggles10l: fix encoding for LFE channel
2010-12-17 Zhentan FengIncrease buffer size because the header itself can...
2010-12-17 Justin RugglesAdd support for fixed-point MDCT sizes other than 512.
2010-12-17 Justin Rugglescosmetics: reindent after last commit
2010-12-17 Justin RugglesSimplify bit allocation search by using a loop for...
2010-12-17 Stefano SabatiniImprove layout and clarify / complete documentation...
2010-12-17 Justin RugglesDo not calculate psd and masking curve if exponents...
2010-12-16 Justin Rugglescosmetics: reindent after last commit
2010-12-16 Justin RugglesCopy bap from previous block when exponent strategy...
2010-12-16 Justin RugglesCount grouped mantissas for each block all at once...
2010-12-16 Justin RugglesCount bits for fixed parameters at start of encoding...
2010-12-16 Justin RugglesUse a LUT for number of exponent groups. This avoids...
2010-12-16 Justin RugglesSpeed up group minimum and group output calculations...
2010-12-16 Justin RugglesConvert a for() loop into a while() loop for the downwa...
2010-12-16 Justin RugglesRedesign encode_exponents_blk_ch() so that duplicate...
2010-12-16 Justin RugglesUse optimized function DSPContext.sad[0]() instead...
2010-12-16 Martin Storsjöconfigure: Avoid warnings if av_always_inline is disabled
2010-12-16 Justin Rugglescosmetics: pretty-printing after last commit
2010-12-16 Justin RugglesAdd a goto for init failure instead of duplicate calls...
2010-12-16 Justin RugglesUse pre-allocated temp buffers in mdct512().
2010-12-16 Justin RugglesWrite results of post-rotation complex multiply directl...
2010-12-16 Justin RugglesUse memcpy() instead of a for loop in mdct512().
2010-12-16 Justin RugglesAllocate all large per-channel arrays using av_malloc().
2010-12-16 Justin RugglesMake windowed_samples 16-byte aligned.
2010-12-16 Justin RugglesAllocate planar_samples using av_mallocz().
2010-12-15 Justin RugglesAllocate bap and bap1 buffers using av_malloc().
2010-12-15 Martin Storsjörtsp: Don't set the RTP time base from the sample rate...
2010-12-15 Justin RugglesRemove last_samples[] and copy directly from planar_sam...
2010-12-15 Justin RugglesRemove unneeded line. key_frame is already set to 1...
2010-12-15 Justin Rugglescosmetics: comment clean-up and misc cosmetics
2010-12-15 Justin RugglesSeparate most of the per-block arrays into a separate...
2010-12-15 Justin RugglesSplit bit allocation search into a separate function.
2010-12-15 Luca BarbatoReinstate default time_base for rtp streams
2010-12-15 Alexander StrangeSVQ3: Allow decoding if thread_count is > 1
2010-12-14 Thomas Guillemtcp: Check url_interrupt_cb if connect was interrupted...
2010-12-14 Justin Ruggles10l: fix typo in compute_exp_strategy()
2010-12-14 Justin RugglesMove large arrays to AC3EncodeContext rather than passi...
2010-12-14 Justin Rugglescosmetics: line wrap and spacing
2010-12-14 Justin RugglesUse a single value for SNR offset in the bit allocation...
2010-12-14 Justin RugglesChange bit_alloc() to return the mantissa bit count.
2010-12-14 Justin Rugglescosmetics: alignment and line wrap after last commit
2010-12-14 Justin RugglesMove bit counts to AC3EncodeContext.
2010-12-14 Stefano SabatiniSimplify texi files naming: ff*-doc.texi -> ff*.texi.
2010-12-14 Justin RugglesAdd missing dependency for matroska muxer.
2010-12-14 Justin RugglesUpdate the test references for lavf-rm and seek-ac3_rm.
2010-12-14 Justin RugglesSplit out setting of bit allocation parameters to a...
2010-12-14 Justin RugglesSplit out counting of frame bits into a separate function.
2010-12-14 Justin Rugglescosmetics: vertical alignment
2010-12-14 Justin RugglesOnly calculate num_exp_groups once.
2010-12-14 Justin RugglesCheck for bit allocation error in ac3_encode_frame().
2010-12-14 Justin RugglesSplit out grouping of exponents into a separate function.
2010-12-14 Justin RugglesSplit out mantissa quantization into separate functions.
2010-12-14 Justin Rugglescosmetics: rearrange some functions
2010-12-14 Justin RugglesReverse the exponent & exponent strategy array arrangem...
2010-12-14 Justin RugglesMove writing of frame to the output bitstream to a...
2010-12-14 Justin Rugglescosmetics: remove a comment and just spacing
2010-12-14 Justin RugglesSplit frame size adjustment into a separate function.
2010-12-14 Justin RugglesSplit exponent processing into separate functions.
2010-12-14 Justin RugglesSplit applying of MDCT into several separate functions.
2010-12-14 Justin RugglesSplit input sample deinterleaving into a separate function.
2010-12-14 Justin RugglesSeparate functionally different calculations in ac3_enc...
2010-12-14 Justin Rugglescosmetics: rename 2 variables
2010-12-14 Justin RugglesDeinterleave whole frame at once instead of per-block.
2010-12-14 Justin Rugglescosmetics: add & alter some comments
2010-12-14 Justin RugglesSplit setting of bandwidth into a separate function.
2010-12-14 Justin RugglesMove setting of bitstream_id and bitstream_mode to...
2010-12-14 Justin RugglesImprove ac3_encode_init() error reporting.
2010-12-14 Justin Rugglescosmetics: indent after last commit
2010-12-14 Justin RugglesDon't use nested loops to iterate valid sample rates.
2010-12-14 Justin RugglesRemove some duplicate local copies of avctx fields.
2010-12-14 Justin RugglesSplit validation of initial user options into a separat...
2010-12-14 Justin RugglesUse bytes instead of 16-bit words for frame size.
2010-12-14 Justin Rugglescosmetics: rename variable 'n' to 'pad_bytes'
2010-12-14 Justin RugglesChange output_frame_end() to return void. The frame...
2010-12-14 Justin Rugglescosmetics: pretty-printing
2010-12-14 Justin Rugglescosmetics: rename some iterator variables to match...
2010-12-14 Justin Rugglescosmetics: rename a variable for consistency
next