log

age author description
2008-09-27 michael Check the 4th plane too when selecting the pixfmt. libavcodec
2008-09-26 vitor Simplify: avoid duplication backward_filter() libavcodec
2008-09-26 diego Remove unused variable. libavcodec
2008-09-26 banan Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work libavcodec
2008-09-25 michael Avoid out of picture accesses when CODEC_FLAG_EMU_EDGE is set. libavcodec
2008-09-25 vitor Do instead of divising a float by a constant, multiply by its inverse libavcodec
2008-09-25 michael Ensure that no non-existing frame is used. libavcodec
2008-09-25 michael Do not free sps & pps on width/height changes. libavcodec
2008-09-25 michael Do not use the generic "alloc missing references" code for h.264 as it does libavcodec
2008-09-25 michael Initialize next/last_picture* as the generic code does not always libavcodec
2008-09-25 michael Print which slices are IDR not just the slice type. libavcodec
2008-09-25 michael Fix CAVLC+8x8+MBAFF loop filter. libavcodec
2008-09-24 michael Field -> MBAFF direct mode can use data from fields that are not libavcodec
2008-09-24 vitor Move constant multiplication out of the loop libavcodec
2008-09-24 vitor Cosmetics: move convolve() together with the other DSP functions libavcodec
2008-09-24 vitor Simplify: move division by constant off the loop libavcodec
2008-09-24 kostya Correct wrong lower limit and condition used in APE decoder libavcodec
2008-09-23 michael Merge the 2 lpc loops. libavcodec
2008-09-23 michael Factorize lpc code slightly. libavcodec
2008-09-23 kostya Cosmetics: reindent after last commit libavcodec
2008-09-23 kostya Add RLE4 and RLE8 decoding support for BMP libavcodec
2008-09-23 kostya Add support for 1-bit, 4-bit, 8-bit and some 16-bit raw BMP libavcodec
2008-09-23 kostya Calculate line size correctly for bit depths < 8 libavcodec
2008-09-22 michael A few empty lines for readability. libavcodec
2008-09-22 michael Another try to fix temporal direct mode references. libavcodec
2008-09-22 diego spelling cosmetics libavcodec
2008-09-22 diego AltiVec detection support for OpenBSD, patch by Brad, brad comstyle com. libavcodec
2008-09-22 michael Fix all the recent problems Justin had run into with the AC3 parser, libavcodec
2008-09-22 michael Fix ref_shift so that it is correct for more/all? MBAFF/PAFF mixes. libavcodec
2008-09-21 michael indent libavcodec
2008-09-21 michael Correct comment in the direct mode code. libavcodec
2008-09-21 michael Simplify initialization of a few direct mode related variables. libavcodec
2008-09-21 michael Make MBAFF temporal direct mode closer to the spec. libavcodec
2008-09-21 michael Move direct_dist_scale_factor() and direct_ref_list_init() after fill_mbaff_ref_list() libavcodec
2008-09-21 michael Set poc for field references in MBAFF. libavcodec
2008-09-20 stefano Log an error message in case of invalid number of channels. libavcodec
2008-09-19 michael Remove fixme that is based on the assumption of !direct_8x8_inference && MBAFF. libavcodec
2008-09-19 michael Remove check and error message for "MBAFF + !direct_8x8_inference is not implemented" libavcodec
2008-09-18 michael Make pps/sps scaling_matrix initialization closer to the spec. libavcodec
2008-09-18 superdump Zero 'idx' for each iteration of the coupling gain loop and as it is only used libavcodec
2008-09-18 superdump Cosmetics: missing brackets libavcodec
2008-09-18 superdump Cast the return value of get_bits() to signed integer such that the subtraction libavcodec
2008-09-18 michael Ensure that extradata is not parsed twice. libavcodec
2008-09-18 kostya add newline at the end of message libavcodec
2008-09-18 kostya ZMBV encoder forgot to fill coded frame pointer libavcodec
2008-09-18 kostya Factorize out code used for MS RLE format decoding in different decoders. libavcodec
2008-09-18 conrad Remove duplication of TRANSPOSE8 macro, also removing some redundant load/stores libavcodec
2008-09-18 conrad Make a separate macro for writing an entire block from registers to memory libavcodec
2008-09-18 conrad Factorize SSE2_(Row|Column)_IDCT into one macro libavcodec
2008-09-17 conrad Cosmetics: remove excessive blank lines libavcodec
2008-09-17 conrad Ensure MMX/SSE2 VP3 IDCT selection isn't disabled when only Theora is enabled libavcodec
2008-09-17 conrad Cosmetics: reindent libavcodec
2008-09-17 conrad Rewrite SSE2 VP3 IDCT in inline asm libavcodec
2008-09-17 conrad Rewrite MMX VP3 IDCT in inline asm libavcodec
2008-09-17 conrad MMX/SSE2 VP3 IDCT are bitexact now that the dequantization matrices are permutated correctly libavcodec
2008-09-17 conrad Take idct permutation into account when initializing dequantization matrices libavcodec
2008-09-17 vitor Use SAMPLE_FMT_FLT instead of doing the float->int conversion in the libavcodec
2008-09-17 voroshil Second-stage gain and Moving Average Predictor codebooks. libavcodec
2008-09-17 voroshil Another set of approved changes for G.729: includes, formats structure, libavcodec
2008-09-16 superdump Validate pulse position and error out if an invalid position is encountered. libavcodec
2008-09-16 michael Only print "invalid new backstep" when it is really invalid. libavcodec
2008-09-16 michael Fix regression test failure caused by golomb limit not being considered libavcodec
2008-09-16 bcoudurier sync to latest x264 git, field was renamed libavcodec
2008-09-16 michael Make decoder more robust by default against broken encoders. libavcodec
2008-09-15 michael Correct the threshold of get_ur_golomb_jpegls() at which the optimized libavcodec
2008-09-14 jbr cosmetics: fix indentation after r15321 libavcodec
2008-09-14 jbr write actual min and max frame size to FLAC header. update regression test checksum. libavcodec
2008-09-14 diego cosmetics: Fix indentation. libavcodec
2008-09-14 diego Remove useless #ifdef around #include. libavcodec
2008-09-14 jbr write MD5 checksum to FLAC header. update regression tests. libavcodec
2008-09-14 jbr write number of samples in FLAC extradata. libavcodec
2008-09-14 jbr Return error when trying to decode non-grayscale 16-bit PNM images. libavcodec
2008-09-13 superdump Reindent after last commit libavcodec
2008-09-13 superdump Apply pulses to unscaled coefficients rather than scaled. libavcodec
2008-09-13 superdump Operands of '+' are not necessarily evaluated in order so r15311 was pointless. libavcodec
2008-09-13 superdump Correct order of parsing for pulse scalefactor band and offset to match the libavcodec
2008-09-13 vitor Cosmetics: line breaks libavcodec
2008-09-13 vitor Simplify: use a single history buffer for gain and a single one for libavcodec
2008-09-13 diego Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE hides the u_char & libavcodec
2008-09-12 superdump Reindent after last commit libavcodec
2008-09-12 superdump Only read some of TNS bitstream data in the case that the TNS filter order is libavcodec
2008-09-11 vitor Cosmetics: align spec references libavcodec
2008-09-11 vitor Rename function: s/colmult/apply_window/ libavcodec
2008-09-11 diego misc spelling/wording/grammar fixes libavcodec
2008-09-11 kostya Make it possible to disable loop filter in VC-1. libavcodec
2008-09-11 superdump Correct pulse amplitude application - a negative or 0 coefficient implies the libavcodec
2008-09-11 darkshikari Fix incorrect printing of brainfart cropping error in some cases in progressive mode. libavcodec
2008-09-10 vitor Convert table to integer. libavcodec
2008-09-09 vitor Convert two tables to signed decimal libavcodec
2008-09-09 vitor Cosmetics: remove useless parentheses libavcodec
2008-09-09 vitor Remove ChannelData.lev var and use ChannelData.level instead libavcodec
2008-09-09 diego Add support for creating Simple Profile (I-frame only, no arithmetic coding) libavcodec
2008-09-09 jai_menon vorbis_enc : set coded_frame->pts value to running sample count. libavcodec
2008-09-08 aurel remove one more stuff under #if LIBAVCODEC_VERSION_INT libavcodec
2008-09-08 jai_menon alac : fix case where bits_per_sample is not set. libavcodec
2008-09-08 vitor Remove useless comment libavcodec
2008-09-08 vitor Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just an libavcodec
2008-09-08 michael Remove deprecated avcodec_decode_audio() this one was not under #ifdef. libavcodec
2008-09-08 michael avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_fmts. libavcodec
2008-09-08 michael Rename error_resilience to error_recognition. libavcodec
2008-09-08 vitor Pass directly variable 'a' to interp instead of evaluating it from num_blocks libavcodec
2008-09-08 vitor Simplify if() in copy_and_dup() libavcodec
2008-09-08 vitor Add av_cold attribute to decode_init() libavcodec
2008-09-08 vitor Cosmetics: Make the two additional units in size more clear libavcodec
2008-09-08 michael Remove DEFAULT_FRAME_RATE_BASE. libavcodec
2008-09-08 michael Drop deprecated SAMPLE_FMT_S24. libavcodec
2008-09-08 michael Remove stuff under #if LIBAVCODEC_VERSION_INT. libavcodec
2008-09-08 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavcodec
2008-09-08 michael Try to fix wma regression. libavcodec
2008-09-08 diego Relicense as ISC with the authors' permission. libavcodec
2008-09-07 diego Relicense from LGPL 2.1 to LGPL 2.1 or later with the authors' permission. libavcodec
2008-09-07 vitor Check output buffer size before decoding. libavcodec
2008-09-07 vitor Cosmetics: rename vars s/ctx/chd/ libavcodec
2008-09-07 vitor Exploit symmetry to reduce size of tables by half. libavcodec
2008-09-07 vitor Cosmetics: s/short/int16_t/ libavcodec
2008-09-07 vitor Remove cast, now tables are signed. libavcodec
2008-09-07 vitor Convert tables to signed and decimal. libavcodec
2008-09-07 vitor Remove unused table entries. libavcodec
2008-09-07 vitor Remove commented out code. libavcodec
2008-09-07 vitor Use FFMIN() instead of rewriting it. libavcodec
2008-09-07 vitor Factorize broken clipping in its own function and document it. libavcodec
2008-09-07 vitor Cosmetics: whitespace/linebreaks libavcodec
2008-09-07 vitor Use the same 8 bit -> 16 bit conversion as QuickTime. libavcodec
2008-09-07 vitor Do not share context variables between channels and do not zero them at libavcodec
2008-09-07 vitor Remove output pointer from context libavcodec
2008-09-07 stefang add 1bpp decoding function and extend 4bpp function to libavcodec
2008-09-06 diego license header consistency cosmetics. libavcodec
2008-09-06 diego license header consistency cosmetics libavcodec
2008-09-06 voroshil Remove not approved parts. libavcodec
2008-09-06 vitor Test a var for overflow just after it is set libavcodec
2008-09-06 vitor Remove useless parentheses. libavcodec
2008-09-05 reimar Fix nuv decoder to use reget_buffer for non-keyframes and correctly libavcodec
2008-09-05 vitor Cosmetics: indent after last commit and remove useless braces libavcodec
2008-09-05 vitor Simplify: use a for instead of unrolling by hand libavcodec
2008-09-04 vitor Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). This commit libavcodec
2008-09-04 vitor Simplify: use two distinct functions to decode MACE3 and MACE6, since the libavcodec
2008-09-04 vitor Simplify mace_decode_frame() libavcodec
2008-09-04 vitor Remove useless comments libavcodec
2008-09-04 vitor Reindent mace.c, its indentation was completly inconsistent with the coding rules. libavcodec
2008-09-04 vitor Cosmetics: s/LPC_type/LPC_TYPE/ libavcodec
2008-09-04 vitor Multiply table by -1. This avoid doing this calculation (that was introduced libavcodec
2008-09-04 michael Fix artifacts of MPEG4-720I-DN-SV8K.trp caused by lack of IDR pictures and libavcodec
2008-09-04 vitor Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC decoders. libavcodec
2008-09-03 michael Ignore the spec, and calculate aspect ratio on width/height. libavcodec
2008-09-03 michael Clarify sample_aspect_ratio. libavcodec
2008-09-03 jai_menon fix issue 616 on roundup : decoding of short flac files libavcodec
2008-09-03 diego Disable encoders by undefining CONFIG_FOO_ENCODER once instead of littering libavcodec
2008-09-03 diego Surround some encoding-specific functions with the appropriate libavcodec
2008-09-03 diego Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific libavcodec
2008-09-03 voroshil gain codebook (first stage), 8k mode for G.729 libavcodec
2008-09-03 voroshil Another set of approved G.729 chunks (from decoder core) libavcodec
2008-09-03 aurel theoradec: cosmetics: indentation libavcodec
2008-09-03 aurel theoradec: skip decoding of uncoded MV in 4MV code libavcodec
2008-09-03 aurel theoradec: small 4MV code reorganization to ease future improvements libavcodec
2008-09-02 diego Replace generic CONFIG_DECODERS preprocessor conditionals by more specific libavcodec
2008-09-02 diego Silence a couple of 'defined but not used' warnings by adding an av_unused libavcodec
2008-09-02 diego Prevent a division by 0 in the g726 decoder when the configured samplerate is 0. libavcodec
2008-09-02 voroshil Parity bit calculation routine for G.729 libavcodec
2008-09-02 michael Try to support invalid h264 that does not mark IDR with POC=0. libavcodec
2008-09-02 jbr add a separate line in Makefile for E-AC-3 decoder and only compile it when libavcodec
2008-09-01 bcoudurier make pcm encoder setting bits_per_sample field libavcodec
2008-09-01 jbr create a separate codec_id for E-AC-3 libavcodec
2008-09-01 bwolowiec Remaining parts of Nellymoser encoder libavcodec
2008-09-01 michael Check ff_init_me()s return value. libavcodec
2008-09-01 michael 1000l Fix snow regression test that i broke in r15135. libavcodec
2008-08-31 michael Warn the user about me_method values that are not supported. libavcodec
2008-08-31 michael Optimize vorbis_residue_decode() so that vr->type is a constant. libavcodec
2008-08-31 michael Remove debuging junk that probably hasnt been used by anyone since years. libavcodec
2008-08-31 bwolowiec Okayed parts of nellymoserenc.c libavcodec
2008-08-31 stefang reduce code duplication by moving common header parsing libavcodec
2008-08-31 stefano Globally rename the header inclusion guard names. libavcodec
2008-08-31 conrad Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating it libavcodec
2008-08-31 conrad Declare ff_vp3_idct_data to be uint16_t libavcodec
2008-08-31 conrad Don't declare SSE vp3 idct data static, so it can be used in the mmx version libavcodec
2008-08-31 jbr turn on E-AC-3 decoding support and update the Changelog libavcodec
2008-08-31 jbr simplify code and comment regarding determination whether or not AHT is used. libavcodec
2008-08-31 jbr use correct table name libavcodec
2008-08-31 vitor Misc cosmetics in compute_lpc_coefs(): braces removal and empty lines libavcodec
2008-08-31 jbr skip converter exponent strategy for all channels at once libavcodec
2008-08-31 vitor Remove useless var in compute_lpc_coefs() libavcodec
2008-08-31 jbr merge declaration and init. variable is not used outside the loop. libavcodec
2008-08-31 jbr cosmetics: indentation libavcodec
2008-08-31 vitor Merge declaration and initialization of a few vars in compute_lpc_coefs() libavcodec
2008-08-31 jbr commit more OKed parts of the E-AC-3 decoder libavcodec
2008-08-30 jbr commit more OKed parts of the E-AC-3 decoder libavcodec
2008-08-30 jbr commit more OKed parts of the E-AC-3 decoder libavcodec
2008-08-30 michael Fix lossless jpeg encoder to comply to spec and store full redundant libavcodec
2008-08-30 conrad Remove unused dequantization code from SSE VP3 IDCT libavcodec
2008-08-30 conrad Use ff_pw_8 in MMX/SSE VP3 IDCT libavcodec
2008-08-30 conrad Let ff_pw_8 be used as an SSE constant libavcodec
2008-08-30 jbr cosmetics: update comment about dithering libavcodec
2008-08-30 michael Remove the cos_mod table that has become unused after replacing the imdct libavcodec
2008-08-30 michael Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half(). libavcodec
2008-08-30 michael Get rid of the 512 sample memmove(). libavcodec
2008-08-30 pross Remove 'currently unused' warning about SAMPLE_FMT_xxx. libavcodec
2008-08-29 bwolowiec Okayed parts of nellymoserenc.c libavcodec
2008-08-29 vitor Remove useless zeroing of a buffer libavcodec
2008-08-29 superdump Fix typo in element type libavcodec
2008-08-29 superdump Remove unnecessary portion of a condition. This fixes issue607 and avoids libavcodec
2008-08-29 stefano Fix typo. libavcodec
2008-08-29 michael Half the size of subband_fir_noidea and get rid of memmove & memset of it. libavcodec
2008-08-29 stefano Make X264_init() no longer assign avctx->rc_eq to libx264's context. libavcodec
2008-08-29 michael Move t1 and t2 declaration from the QMF code closer to where they are used. libavcodec
2008-08-29 michael Simplify (drop useless intermediate sum and diff arrays). libavcodec
2008-08-29 andoma 5,1l: samples_chanptr[] should be (const float *) libavcodec
2008-08-29 andoma dca: Set data_size outside block loop. libavcodec
2008-08-29 andoma dca: Do float -> int16 interleaving in-place using s->dsp.float_to_int16_interleave() libavcodec
2008-08-29 kostya While APE changed container format in 3.98, frequency tables for range coding libavcodec
2008-08-29 pross Bump libavcodec minor version number for r15017. libavcodec
2008-08-29 pross Add AVCodecContext.bits_per_raw_sample field. libavcodec
2008-08-29 pross Change AVCodecContext.bits_per_sample to bits_per_coded_sample. libavcodec
2008-08-29 jbr cosmetics: change another "get" to "decode" libavcodec
2008-08-29 jbr cosmetics: change "get" to "decode" libavcodec
2008-08-28 jbr cosmetics: indentation libavcodec
2008-08-28 jbr remove unneeded variable, dither_all libavcodec
2008-08-28 romansh Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as libavcodec
2008-08-28 romansh Introducing video_stype for holding the value of VAUX source pack libavcodec
2008-08-28 kostya Add generic IIR filter interface with Butterworth lowpass filter implementation libavcodec
2008-08-28 michael Fix mid/side stereo buggy output zeroing, fixes issue264 part 2. libavcodec
2008-08-27 jbr cosmetics: rename a table libavcodec
2008-08-27 jbr cosmetics: indent after last commit libavcodec
2008-08-27 jbr do not read exponent strategies from each block for E-AC-3 since they are in the header libavcodec
2008-08-27 romansh Cosmetic change aimed at making it easier to see how bits are consumed libavcodec
2008-08-27 romansh Factoring out chan_slice / 27 into seq variable libavcodec
2008-08-27 romansh Simplification of how dct_mode affects decoding. libavcodec
2008-08-27 michael Cosmetics (format ff_nelly_dequantization_table nicer) libavcodec
2008-08-27 jbr add definitions and documentation for shared functions for E-AC-3 decoding libavcodec
2008-08-27 jbr copy default coupling band structure from table to decoding context (used for E-AC-3) libavcodec
2008-08-27 jbr add more OKed parts of the E-AC-3 decoder: structural changes to support AHT mode mantissa decoding libavcodec
2008-08-27 jbr cosmetics: rename some functions from *get_* to *decode_* libavcodec
2008-08-26 bcoudurier simplify mpeg12 avctx->pix_fmt set libavcodec
2008-08-26 aurel Add a temp variable to ff_sine_window_init() to match the way wma.c computed libavcodec
2008-08-26 voroshil Add explicit (int) cast to i386 optimized MUL* macros. libavcodec
2008-08-26 voroshil (cosmetics) Remove incorrect comment. libavcodec
2008-08-26 voroshil (cosmetics) Describe for which tests clipping is required. libavcodec
2008-08-26 voroshil (cosmetics) Remove wrong comments. libavcodec
2008-08-26 voroshil (cosmetics) Align comments consistently. libavcodec
2008-08-26 voroshil Another set of definitions for G.729 libavcodec
2008-08-25 michael Replace cliping in ff_acelp_interpolate() by a check&av_log, this should be the libavcodec
2008-08-25 lu_zero Missing static in float_to_int16_altivec declaration libavcodec
2008-08-25 bwolowiec Little-endian bitstream writer libavcodec
2008-08-25 kostya fir_32bands_perfect[] contents were mixed, restore original order libavcodec
2008-08-25 mru ARM: add prefetch function using ARMv5 PLD instruction libavcodec
2008-08-25 mru ARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for NEON libavcodec
2008-08-25 jbr right shift the values by 8 in GAQ remap "B" table. data now fits in int8_t. libavcodec
2008-08-24 jbr 1000l to me. committed to wrong repo. revert last commit. libavcodec
2008-08-24 jbr cosmetics: rename some functions from *get_* to *decode_* libavcodec
2008-08-24 gpoirier stricter constraints of asm() blocks libavcodec
2008-08-24 superdump Fix index to ff_sine_windows[]. Previously the index was usually in reverse libavcodec
2008-08-24 kostya okayed chunks of AAC encoder libavcodec
2008-08-24 kostya Correct scaling factor in DCA decoder synthesis. libavcodec
2008-08-24 jbr change eac3dec.c license to LGPL libavcodec
2008-08-24 lorenm document some dsp alignments libavcodec
2008-08-23 pross Upgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32. Patch supplied by lars dot taeuber at gmx dot net. libavcodec
2008-08-23 lu_zero Remove unused variables libavcodec
2008-08-23 lu_zero Introduce float_to_int16_interleave_altivec, tested with vorbis libavcodec
2008-08-23 lu_zero Introduce float_to_int16_one_altivec libavcodec
2008-08-23 kostya Simple lowpass filter implementation. libavcodec
2008-08-23 kostya Do not pass unnecessary arguments to AAC encoder functions libavcodec
2008-08-23 michael Remove redundant FFMIN(). libavcodec
2008-08-23 michael Increase buffer size to 16384 patch by Alexander E. Patrakov" patrakov gmail libavcodec
2008-08-23 voroshil Remove unnecessary header inclusion from g729.h libavcodec
2008-08-23 voroshil Move from g729.h all definitions which are used only in g729dec.c libavcodec
2008-08-23 jbr fix decoding of coupling leak info for normal AC-3 libavcodec
2008-08-23 jbr add more OKed parts of the E-AC-3 decoder libavcodec
2008-08-23 jbr cosmetics: indentation libavcodec
2008-08-23 jbr add some approved parts of the E-AC-3 decoder libavcodec
2008-08-22 superdump Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. Reduce libavcodec
2008-08-22 superdump Whitespace cosmetics after the last commit libavcodec
2008-08-22 superdump Separate code in imdct_and_windowing() into distinct IMDCT, windowing and libavcodec
2008-08-22 jai_menon alac : check readsamplesize to ensure get_bits() doesn't libavcodec
2008-08-22 jai_menon alacenc : perform decorrelation only for stereo samples libavcodec
2008-08-21 michael Make equation in doxy of ff_acelp_weighted_vector_sum() more readable by libavcodec
2008-08-21 michael doxygen consistency libavcodec
2008-08-21 michael Make comments doxygen compatible. libavcodec
2008-08-21 michael Doxygen syntax consistency. libavcodec
2008-08-21 michael Mention cut-off freq of ff_acelp_high_pass_filter() instead of some libavcodec
2008-08-21 michael Remove mathops.h dependancy. libavcodec
2008-08-21 michael vertical align libavcodec
2008-08-21 michael Remove ff_acelp_weighted_filter() which is just a function wrapping a 1 libavcodec
2008-08-21 michael Rename subframe_size to a name that is not specific to some specific use libavcodec
2008-08-21 michael rename pitch_delay_frac in ff_acelp_interpolate() libavcodec
2008-08-21 michael Try to improve parameter doxy of ff_acelp_interpolate(). libavcodec
2008-08-21 michael Clarify how generic ff_acelp_interpolate() is. libavcodec
2008-08-21 michael Correct incorrect length parameter doxy for ff_acelp_interpolate(). libavcodec
2008-08-21 michael Right half is clearer than positive half for specifying which part of libavcodec
2008-08-21 michael Mention the fixed-point scale of the FIR filter coefficients. libavcodec
2008-08-21 michael Cleanup comment for ff_acelp_interp_filter. libavcodec
2008-08-21 michael Make doxygen comments consistent with the rest of FFmpeg. libavcodec
2008-08-21 michael Document code, do not document difference to a irrelevant reference implementation. libavcodec
2008-08-21 michael Remove some irrelevant comments. libavcodec
2008-08-21 voroshil first and second stage LSP codebooks for G.729 libavcodec
2008-08-21 superdump Reindent after last commit libavcodec
2008-08-21 superdump Work around GCC variable may be used uninitialised warning libavcodec
2008-08-21 superdump Remove unused variable libavcodec
2008-08-21 diego cosmetics: Fix incorrect indentation. libavcodec
2008-08-21 superdump Reindent libavcodec
2008-08-21 andoma The comment about channel order for AAC 5.1 audio was not correct, fix it. libavcodec
2008-08-21 superdump Last hunk of the AAC decoder code to be OKed and build system and documentation libavcodec
2008-08-20 michael Provide a simpler way for the user to reorder her timestamps. libavcodec
2008-08-20 diego Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs. libavcodec
2008-08-20 diego cosmetics: comment spelling/grammar fixes libavcodec
2008-08-20 pross Fix PCM DVD divide by zero bug introduced in r14659. Patch supplied by lars dot taeuber at gmx dot net. libavcodec
2008-08-20 jbr cosmetics: indentation libavcodec
2008-08-20 jbr commit the OKed parts of the E-AC-3 decoder libavcodec
2008-08-20 jbr get data size based on the actual data array instead of coding-in the calculation libavcodec
2008-08-20 jbr rename AC3_MAX_FRAME_SIZE to AC3_FRAME_BUFFER_SIZE and increase the size libavcodec
2008-08-19 diego Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately. libavcodec
2008-08-19 diego cosmetics: s/const static/static const/g libavcodec
2008-08-19 jai_menon Update changelog and general.texi to reflect libavcodec
2008-08-19 jai_menon alacenc: compare against ALAC_MAX_LPC_ORDER instead of MAX_LPC_ORDER libavcodec
2008-08-19 jai_menon alacenc: last few hunks approved by michael libavcodec
2008-08-19 ramiro alacenc: Use user-specified min and max prediction order. libavcodec
2008-08-19 ramiro Import more OKed parts of ALAC encoder from GSoC repo. libavcodec
2008-08-19 romansh Making block size in bits variable and dependent on the DV spec libavcodec
2008-08-19 romansh Making the number of blocks per macroblock dependent on the DV stream libavcodec
2008-08-19 romansh Introducing DV_MAX_BPM macro instead of a hardcoded value for the libavcodec
2008-08-19 pross Add F64BE, F64LE and F64BE PCM codecs. libavcodec
2008-08-19 pross Add SAMPLE_FMT_DBL. libavcodec
2008-08-19 pross Fix PCM_S16LE_PLANAR channel-address calculation bug introduced in r14659. libavcodec
2008-08-19 diego Mark init_vlcs function as av_cold. libavcodec
2008-08-18 superdump More OKed AAC decoder code hunks libavcodec
2008-08-18 superdump More OKed AAC decoder code hunks libavcodec
2008-08-18 pross Mark SAMPLE_FMT_S24 as deprecated. libavcodec
2008-08-18 kostya Add okayed chunks of AAC encoder psychoacoustic model libavcodec
2008-08-18 kostya Add okayed parts for AAC encoder libavcodec
2008-08-17 ramiro Import more ok'd parts of ALAC encoder from GSoC repo. libavcodec
2008-08-17 jbr remove some unneeded header includes libavcodec
2008-08-17 diego Add missing header includes to fix 'make checkheaders'. libavcodec
2008-08-17 jbr use LFG instead of Mersenne Twister for AC-3 PRNG libavcodec
2008-08-17 diego Mark adx_decode_init() as type int instead of void, the function returns libavcodec
2008-08-17 jbr fix and simplify frame size check and reencoding in verbatim mode libavcodec
2008-08-17 ramiro alacenc: NULL_IF_CONFIG_SMALL long_name. libavcodec
2008-08-17 voroshil G.729 decoder main code libavcodec
2008-08-17 kostya More okayed chunks of AAC encoder libavcodec
2008-08-17 ramiro Import ok'd parts of ALAC encoder from GSoC repo. libavcodec
2008-08-16 jbr update my email address to one which does not depend on my service provider libavcodec
2008-08-16 jbr use range of lpc orders in ORDER_METHOD_EST libavcodec
2008-08-16 jbr cosmetics: adjust line breaks and vertical alignment libavcodec
2008-08-16 jbr use limited range of lpc orders when quantizing coefficients libavcodec
2008-08-16 ramiro lpc: cosmetics: vertically align declarations and definitions. libavcodec
2008-08-16 ramiro flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files. libavcodec
2008-08-16 ramiro flacenc: Allow more flexible shift calculation in LPC. libavcodec
2008-08-16 michael Fix rc_eq mem leak. libavcodec
2008-08-16 michael Revert r14260 libavcodec
2008-08-16 kostya Synchronize AAC encoder with renamings in aac.h libavcodec
2008-08-16 kostya Add approved chunks to AAC encoder libavcodec
2008-08-16 pross Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine byte-order. libavcodec
2008-08-15 superdump Don't try to free shared ff_sine_* tables pointed to by s->windows[] libavcodec
2008-08-15 superdump More OKed AAC decoder hunks libavcodec
2008-08-15 superdump Synchronise AAC decoder code with that from SoC libavcodec
2008-08-15 lorenm document some dsp alignments libavcodec
2008-08-15 superdump More OKed sections of AAC decoder code libavcodec
2008-08-14 superdump The ff_sine_#[] should be aligned as they will commonly be used in dsputil libavcodec
2008-08-14 aurel ensure we get explicit definition of various _XOPEN_SOURCE functions we use libavcodec
2008-08-14 ramiro mlp: Define End-of-Stream code in common header file and use it in decoder. libavcodec
2008-08-14 kostya Remove not OKed parts from AAC encoder libavcodec
2008-08-14 superdump Add declarations for the sine tables used in wma.c (half window sizes: 128, libavcodec
2008-08-14 superdump Change wma.c to use the ff_sine_window_init() from mdct.c libavcodec
2008-08-14 kostya Okayed parts of AAC encoder libavcodec
2008-08-14 lorenm file which should have been added in r14749 libavcodec
2008-08-14 lorenm missing prototype libavcodec
2008-08-14 lorenm gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm libavcodec
2008-08-14 lorenm gcc chokes on xmm constraints, so pessimize int32_to_float_fmul_scalar_sse a little libavcodec
2008-08-14 ramiro mlp: split simple inline function that xors 4 bytes into one. libavcodec
2008-08-13 lorenm special case 6 channel version of float_to_int16_interleave libavcodec
2008-08-13 lorenm simd int->float libavcodec
2008-08-13 lorenm simd downmix libavcodec
2008-08-13 lorenm don't mark the delayed samples for upmixing if they haven't been downmixed libavcodec
2008-08-13 lorenm oops, non-normalized downmix to mono contaminated add_bias for non-simd float-to-int. libavcodec
2008-08-13 ramiro mlp: Cosmetics: Close comments in an extra line and libavcodec
2008-08-13 ramiro mlp: Split common code from parser and decoder to be used by encoder. libavcodec
2008-08-13 diego Remove unused variable. libavcodec
2008-08-13 ramiro mlp_parser: Initialize crc data in its own function. libavcodec
2008-08-13 ramiro mlpdec: Put some doxy comments to the right of vars instead of interleaved. libavcodec
2008-08-13 ramiro mlpdec: Split channel parameters from context into their own struct. libavcodec
2008-08-12 lorenm optimize ac3_downmix. libavcodec
2008-08-12 ramiro mlpdec: whitespace and line-breaking cosmetics. libavcodec
2008-08-12 ramiro mlpdec: Split filter parameters from context into their own struct. libavcodec
2008-08-12 pross Fix CODEC_ID_PCM_U8 decoder output size calculation to support odd-number of samples. libavcodec
2008-08-12 lorenm use float_to_int16_interleave in ac3 libavcodec
2008-08-12 lorenm use imdct_half in ac3 libavcodec
2008-08-12 lorenm cosmetics in dsp init libavcodec
2008-08-12 lorenm mdct wrapper function to match fft libavcodec
2008-08-12 lorenm remove mdct tmp buffer libavcodec
2008-08-12 lorenm remove a float->double->float conversion. libavcodec
2008-08-12 lorenm optimize imdct_half: libavcodec
2008-08-12 lorenm indent libavcodec
2008-08-12 lorenm split-radix FFT libavcodec
2008-08-11 lorenm import yasm macros from x264 libavcodec
2008-08-11 superdump Synchronise code with AAC decoder in SoC libavcodec
2008-08-11 superdump More OKed hunks of the AAC decoder from SoC libavcodec
2008-08-11 romansh Fixing the units in DV50 tables (both coordinates are libavcodec
2008-08-11 pross Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs. libavcodec
2008-08-11 romansh Coalescing the un-weighting and de-quantization steps for faster libavcodec
2008-08-11 kostya Simplify colour conversion in Fraps as suggested by Michael libavcodec
2008-08-11 michael The deblock filter does not need all the intra availability stuff so do libavcodec
2008-08-11 michael Simplify constrained_intra_pred code in fill_caches(). libavcodec
2008-08-11 michael Support MBAFF + constrained intra prediction. libavcodec
2008-08-10 superdump Bump minor version as av_log_missing_feature() was added to public API in libavcodec
2008-08-10 superdump Add a generic function to lavc to log messages about missing features. libavcodec
2008-08-10 kostya R and B components are stored as a differences to G component in Fraps v5. libavcodec
2008-08-10 michael Mask bits of reference indexes properly to avoid negative numbers entangling libavcodec
2008-08-10 michael Remove a few more lines of unneeded code in fill_caches() for MBAFF. libavcodec
2008-08-10 michael Use the correct reference tables for interlaced MBAFF MBs in the loop filter. libavcodec
2008-08-10 michael Do not execute the part of fill_caches() for the loopfilter that overwrites libavcodec
2008-08-09 michael Remove more code that has become useless after the pairless MBAFF loop libavcodec
2008-08-09 superdump Sync already committed code with that in SoC and commit more OKed hunks of code libavcodec
2008-08-09 michael Remove odd pairwise deblock filtering applied to MBAFF MBs. libavcodec
2008-08-08 stefano Doxygenate avcodec_version(). libavcodec
2008-08-08 bcoudurier fix 4:2:2 psnr libavcodec
2008-08-07 pross Add simpler/cleaner/faster F32BE encoding/decoding. libavcodec
2008-08-07 pross Simplify PCM codec; change 'n' in pcm_decode_frame() to equal "total number of samples". libavcodec
2008-08-07 pross Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] array bounds when input sample values are < 0. libavcodec
2008-08-06 vitor Cosmetics: rename loop counters in eval_refl() libavcodec
2008-08-06 vitor Simplify eval_refl(): do not store a buffer value in a var when the buffer could be used directly libavcodec
2008-08-06 vitor Simplify eval_refl(): s/b == 0/!b/ libavcodec
2008-08-06 vitor Simplify range checking in eval_refl(). Before the libavcodec
2008-08-06 vitor Cosmetics: reindent libavcodec
2008-08-06 vitor Simplify do_output_subblock(): Remove a unneeded memcpy libavcodec
2008-08-06 pross Electronic Arts TGV decoder libavcodec
2008-08-06 vitor Simplify eval_refl(): return directly when needed instead of storing the return value in a variable libavcodec
2008-08-06 vitor Simplify rms(): merge a few operations in the same statement libavcodec
2008-08-06 vitor Cosmetical simplification in t_sqrt() libavcodec
2008-08-06 vitor Check available size before writing in decode_frame() libavcodec
2008-08-06 vitor Check *data_size in decode_frame() libavcodec
2008-08-06 vitor Cosmetics: alignment libavcodec
2008-08-06 vitor Flip (by making buf[i] -> buf[size-i-1]) two buffers: {sp,gain}_block. This libavcodec
2008-08-05 michael Prevent low delay from being used with mpeg1. libavcodec
2008-08-05 superdump OKed sections of code from the SoC AAC decoder libavcodec
2008-08-05 superdump Move shared tables to aactab.c and add declarations to aactab.h. Also sync with libavcodec
2008-08-05 superdump AAC definitions and structures that have been OKed from the SoC AAC decoder libavcodec
2008-08-05 michael Use local variabes for *stride, where local variables exist. libavcodec
2008-08-05 michael indent libavcodec
2008-08-05 michael Simplify l1mv/l1ref calculation. libavcodec
2008-08-05 michael simplify y_shift/ref_shift code libavcodec
2008-08-05 michael indent libavcodec
2008-08-05 michael Factorize some code between temporal and spatial direct mode. libavcodec
2008-08-05 vitor Rename prodsum() function to convolve() libavcodec
2008-08-05 jbr cosmetics: use a better function name than uncouple_channels() libavcodec
2008-08-05 jbr cosmetics: change function name and comments to refer to block decoding libavcodec
2008-08-05 jbr remove unneeded local variable libavcodec
2008-08-05 michael Port b4/b8_stride code from spatial direct mode to temporal. libavcodec
2008-08-05 michael Use frame_num and reference instead of poc for matching frames for direct libavcodec
2008-08-04 michael *2 /2 is wrong for PAFF references, so do not do it. libavcodec
2008-08-04 michael Port col_parity code from spatial mode to temporal mode, libavcodec
2008-08-04 michael The code under FRAME_MBAFF for temporal direct mode MBs is needed for PAFF as well. libavcodec
2008-08-04 michael Remove redundant code. libavcodec
2008-08-04 michael Fill ref_count/ref_poc for both fields of frames. libavcodec
2008-08-04 cehoyos Fix static leaks in h264.c. libavcodec
2008-08-04 michael Use ref_poc and ref_count from the correct field. libavcodec
2008-08-04 michael Fix dist_scale_factor for long term reference pictures. libavcodec
2008-08-04 benoit Return an error when ff_jpegls_decode_picture fails. libavcodec
2008-08-04 pross Simplify PCM codec; replace switch() statements with av_get_bits_per_sample(). libavcodec
2008-08-04 pross Simplify PCM codec; use sample_fmts field to set the avctx->sample_fmt field. libavcodec
2008-08-04 pross Make avcodec_string() and av_get_bits_per_sample() report the sample size for CODEC_ID_PCM_ZORK libavcodec
2008-08-04 michael Use the correct collocated field in pred_direct_motion() when it differs in parity. libavcodec
2008-08-03 jbr Read bitstream parameters for E-AC-3 streams before returning an error. libavcodec
2008-08-03 jbr Hardcode the table for ungrouping 3 values in 5 bits. It will be reused by libavcodec
2008-08-03 jbr use the same table for ungrouping exponents and bap=2 mantissas libavcodec
2008-08-03 jbr cosmetics: make all references to AC-3 capitalized and hyphenated libavcodec
2008-08-03 michael Remove useless mb_field_decoding_flag setting code that was at the wrong spot. libavcodec
2008-08-03 michael mb_field_decoding_flag was not initialized libavcodec
2008-08-03 kostya Wrong constant used in default threshold value calculation for libavcodec
2008-08-03 jbr cosmetics: vertical alignment libavcodec
2008-08-03 jbr use MAX_BLOCKS for array size instead of 6 libavcodec
2008-08-03 jbr rearrange dimensions of pre_mantissa array libavcodec
2008-08-03 pross Add graceful error handling to avcodec_get_pix_fmt_name() and avcodec_get_pix_fmt(). libavcodec
2008-08-02 michael Picture.ref_count/ref_poc have to be stored per field (actually also per libavcodec
2008-08-02 bcoudurier do not fail on qscale==0 if error resilience is high, fix broken quicktime h261, lotr.mov libavcodec
2008-08-02 diego Mark add_png_paeth_prediction_* functions which are only used within this file libavcodec
2008-08-01 pross Modify av_audio_convert() to use AVAudioConvert context struct; add av_audio_convert_alloc() and av_audio_convert_free() support functions. libavcodec
2008-08-01 pross Revert r14484 hunk that deleted the 'include avcodec.h' statement. libavcodec
2008-08-01 benoit Use compression level to set mp3lame quality option. libavcodec
2008-07-31 bcoudurier fix mpeg 4:2:2 vis_qp and vis_mb_type debug, fix issue #471 libavcodec
2008-07-31 benoit Fix a potential out of array writing. libavcodec
2008-07-31 pross Write sample format description within avcodec_string() libavcodec
2008-07-31 pross Add sample format support functions: avcodec_get_sample_fmt_name(), avcodec_get_sample_fmt(), avcodec_sample_fmt_string() libavcodec
2008-07-31 benoit Use static vlc structure to decode layer 3 huffman tables. libavcodec
2008-07-31 pross Modify all codecs to report their supported input and output sample format(s). libavcodec