Mercurial > libavcodec.hg
graph
-
Make equation in doxy of ff_acelp_weighted_vector_sum() more readable by libavcodec2008-08-21, by michael
-
Mention cut-off freq of ff_acelp_high_pass_filter() instead of some libavcodec2008-08-21, by michael
-
Remove ff_acelp_weighted_filter() which is just a function wrapping a 1 libavcodec2008-08-21, by michael
-
Rename subframe_size to a name that is not specific to some specific use libavcodec2008-08-21, by michael
-
Correct incorrect length parameter doxy for ff_acelp_interpolate(). libavcodec2008-08-21, by michael
-
Right half is clearer than positive half for specifying which part of libavcodec2008-08-21, by michael
-
Document code, do not document difference to a irrelevant reference implementation. libavcodec2008-08-21, by michael
-
The comment about channel order for AAC 5.1 audio was not correct, fix it. libavcodec2008-08-21, by andoma
-
Last hunk of the AAC decoder code to be OKed and build system and documentation libavcodec2008-08-21, by superdump
-
Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs. libavcodec2008-08-20, by diego
-
Fix PCM DVD divide by zero bug introduced in r14659. Patch supplied by lars dot taeuber at gmx dot net. libavcodec2008-08-20, by pross
-
get data size based on the actual data array instead of coding-in the calculation libavcodec2008-08-20, by jbr
-
rename AC3_MAX_FRAME_SIZE to AC3_FRAME_BUFFER_SIZE and increase the size libavcodec2008-08-20, by jbr
-
Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately. libavcodec2008-08-19, by diego
-
alacenc: compare against ALAC_MAX_LPC_ORDER instead of MAX_LPC_ORDER libavcodec2008-08-19, by jai_menon
-
Making the number of blocks per macroblock dependent on the DV stream libavcodec2008-08-19, by romansh
-
Fix PCM_S16LE_PLANAR channel-address calculation bug introduced in r14659. libavcodec2008-08-19, by pross
-
Mark adx_decode_init() as type int instead of void, the function returns libavcodec2008-08-17, by diego
-
update my email address to one which does not depend on my service provider libavcodec2008-08-16, by jbr
-
Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine byte-order. libavcodec2008-08-16, by pross
-
Don't try to free shared ff_sine_* tables pointed to by s->windows[] libavcodec2008-08-15, by superdump
-
The ff_sine_#[] should be aligned as they will commonly be used in dsputil libavcodec2008-08-14, by superdump
-
ensure we get explicit definition of various _XOPEN_SOURCE functions we use libavcodec2008-08-14, by aurel
-
mlp: Define End-of-Stream code in common header file and use it in decoder. libavcodec2008-08-14, by ramiro
-
Add declarations for the sine tables used in wma.c (half window sizes: 128, libavcodec2008-08-14, by superdump
-
gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm libavcodec2008-08-14, by lorenm
-
gcc chokes on xmm constraints, so pessimize int32_to_float_fmul_scalar_sse a little libavcodec2008-08-14, by lorenm
-
don't mark the delayed samples for upmixing if they haven't been downmixed libavcodec2008-08-13, by lorenm
-
oops, non-normalized downmix to mono contaminated add_bias for non-simd float-to-int. libavcodec2008-08-13, by lorenm
-
mlp: Split common code from parser and decoder to be used by encoder. libavcodec2008-08-13, by ramiro
-
mlpdec: Put some doxy comments to the right of vars instead of interleaved. libavcodec2008-08-13, by ramiro
-
mlpdec: Split channel parameters from context into their own struct. libavcodec2008-08-13, by ramiro
-
mlpdec: Split filter parameters from context into their own struct. libavcodec2008-08-12, by ramiro
-
Fix CODEC_ID_PCM_U8 decoder output size calculation to support odd-number of samples. libavcodec2008-08-12, by pross
-
Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs. libavcodec2008-08-11, by pross
-
The deblock filter does not need all the intra availability stuff so do libavcodec2008-08-11, by michael
-
Bump minor version as av_log_missing_feature() was added to public API in libavcodec2008-08-10, by superdump
-
Add a generic function to lavc to log messages about missing features. libavcodec2008-08-10, by superdump
-
R and B components are stored as a differences to G component in Fraps v5. libavcodec2008-08-10, by kostya
-
Mask bits of reference indexes properly to avoid negative numbers entangling libavcodec2008-08-10, by michael
-
Remove a few more lines of unneeded code in fill_caches() for MBAFF. libavcodec2008-08-10, by michael
-
Use the correct reference tables for interlaced MBAFF MBs in the loop filter. libavcodec2008-08-10, by michael
-
Do not execute the part of fill_caches() for the loopfilter that overwrites libavcodec2008-08-10, by michael
-
Remove more code that has become useless after the pairless MBAFF loop libavcodec2008-08-09, by michael
-
Sync already committed code with that in SoC and commit more OKed hunks of code libavcodec2008-08-09, by superdump
-
Simplify PCM codec; change 'n' in pcm_decode_frame() to equal "total number of samples". libavcodec2008-08-07, by pross
-
Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] array bounds when input sample values are < 0. libavcodec2008-08-07, by pross
-
Simplify eval_refl(): do not store a buffer value in a var when the buffer could be used directly libavcodec2008-08-06, by vitor
-
Simplify eval_refl(): return directly when needed instead of storing the return value in a variable libavcodec2008-08-06, by vitor
-
Flip (by making buf[i] -> buf[size-i-1]) two buffers: {sp,gain}_block. This libavcodec2008-08-06, by vitor
-
Move shared tables to aactab.c and add declarations to aactab.h. Also sync with libavcodec2008-08-05, by superdump
-
AAC definitions and structures that have been OKed from the SoC AAC decoder libavcodec2008-08-05, by superdump
-
cosmetics: change function name and comments to refer to block decoding libavcodec2008-08-05, by jbr
-
Use frame_num and reference instead of poc for matching frames for direct libavcodec2008-08-05, by michael
-
The code under FRAME_MBAFF for temporal direct mode MBs is needed for PAFF as well. libavcodec2008-08-04, by michael
-
Simplify PCM codec; replace switch() statements with av_get_bits_per_sample(). libavcodec2008-08-04, by pross
-
Simplify PCM codec; use sample_fmts field to set the avctx->sample_fmt field. libavcodec2008-08-04, by pross
-
Make avcodec_string() and av_get_bits_per_sample() report the sample size for CODEC_ID_PCM_ZORK libavcodec2008-08-04, by pross
-
Use the correct collocated field in pred_direct_motion() when it differs in parity. libavcodec2008-08-04, by michael
-
Read bitstream parameters for E-AC-3 streams before returning an error. libavcodec2008-08-03, by jbr
-
Hardcode the table for ungrouping 3 values in 5 bits. It will be reused by libavcodec2008-08-03, by jbr
-
Remove useless mb_field_decoding_flag setting code that was at the wrong spot. libavcodec2008-08-03, by michael