log

age author description
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
2008-07-30 michael Simplify intra PCM MB handling. libavcodec
2008-07-29 vitor Do not declare a counter as unsigned when it is not needed libavcodec
2008-07-29 vitor Cosmetics: rename loop counter vars to i,j libavcodec
2008-07-29 vitor Cosmetics: rename loop counter vars to i,j libavcodec
2008-07-29 lorenm r14205 broke vorbis float_to_int on ppc libavcodec
2008-07-29 darkshikari Use #define instead of a constant. Patch by Paul Kendall. libavcodec
2008-07-28 darkshikari Small h264 decoding speed optimization: while->do/while libavcodec
2008-07-28 vitor Cosmetics: new line libavcodec
2008-07-28 vitor Remove the now useless phase variable from context libavcodec
2008-07-28 pross increment minor version for commit r14412 (add sample_fmts infrastructure) libavcodec
2008-07-28 vitor Cosmetics: make comment match var name libavcodec
2008-07-28 vitor Cosmetics: align comments libavcodec
2008-07-28 vitor Rename two context vars: s/sb/sp_block/, s/lhist/gain_block/ libavcodec
2008-07-28 vitor Declare temporary buffers to be only of the necessary size libavcodec
2008-07-28 vitor Remove redundant comments libavcodec
2008-07-28 vitor Cosmetics: do not align with now removed next instruction libavcodec
2008-07-28 vitor Cosmetics: remove braces and useless newline libavcodec
2008-07-28 vitor Change the way the input is passed to do_hybrid_filter(). Before, in[0] was libavcodec
2008-07-28 vitor Remove RA288Context.output buffer. This buffer is just RA288Context.sb libavcodec
2008-07-27 vitor Add a few comments pointing to the G.728 specification libavcodec
2008-07-27 vitor Remove the history buffer from the context. It can easily be evaluated libavcodec
2008-07-27 diego Remove unused variable. libavcodec
2008-07-27 vitor Rename two context buffers: pr{1,2} -> {sp,gain}_lpc. Also add a few doxy libavcodec
2008-07-27 stefano Complete documentation for av_set_string(). libavcodec
2008-07-27 vitor Remove st1 and st2 temporary buffers in backward_filter() and use instead libavcodec
2008-07-27 vitor Change slightly the meaning of RA288Context.phase. This libavcodec
2008-07-27 heydowns Initialize outputed_poc to INT_MIN at decoder initialization. libavcodec
2008-07-27 michael left_block intialisation optimisation. libavcodec
2008-07-27 superdump AAC tables and data that have been OKed by Michael libavcodec
2008-07-26 heydowns And.... Fix another spec reference to be more specific and correct. libavcodec
2008-07-26 heydowns Fix reference to spec to be more specific and correct. libavcodec
2008-07-26 vitor Remove st1 and st2 variables from context, since they could be just local vars libavcodec
2008-07-26 vitor Rename st{1,2}{a,b} context variables to more meaningful names: {sp,gain}_{rec,hist} libavcodec
2008-07-26 darkshikari Simple refactoring to resolve a FIXME. Patch by Paul Kendall. libavcodec
2008-07-26 vitor Cosmetics: remove useless parenthesis libavcodec
2008-07-26 vitor Move colmult() function to the beginning of file to group DSP-related functions. libavcodec
2008-07-26 vitor Remove an useless comment describing colmult() libavcodec
2008-07-26 vitor Remove an useless comment describing prodsum() libavcodec
2008-07-26 vitor Give the context variables of ra288 a better name: s/glob/ractx/ libavcodec
2008-07-26 vitor Give the context structure of ra288 a better name: s/Real288_internal/RA288Context/ libavcodec
2008-07-26 pross add sample_fmts infrastructure: AVCodec->sample_fmts and SAMPLE_FMT_NB enum. libavcodec
2008-07-26 pross add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder) libavcodec
2008-07-26 michael indent libavcodec
2008-07-26 michael chroma_format_idc=0 aka grayscale support. libavcodec
2008-07-26 astrange Add a new -debug option for tracing calls to the default get/release_buffer functions. libavcodec
2008-07-25 michael Revert r14404 libavcodec
2008-07-25 michael Remove another 2 incorrect checks. libavcodec
2008-07-25 michael Print an error if a reference picture is missing. libavcodec
2008-07-25 michael Remove mysterious ref->data[0] check. libavcodec
2008-07-25 michael 10l typo, fix compilation libavcodec
2008-07-25 michael Remove another stupidity, long_ref==0 check 4 lines after assert(long_ref==0). libavcodec
2008-07-25 michael indent libavcodec
2008-07-25 michael Rewrite fill_default_ref_list(), the old code was obfuscated beyond libavcodec
2008-07-25 michael Do not scare the user with error messages when everything is ok. libavcodec
2008-07-25 michael Make remove_short() match remove_long() in that it calls unreference_pic(). libavcodec
2008-07-25 michael Removing yet another weird field pic special case, libavcodec
2008-07-25 michael Make remove_long() call unreference_pic() internally. libavcodec
2008-07-25 michael Merge oddly duplicated remove_long/remove_long_at_index() function. libavcodec
2008-07-25 michael Remove strange long_ref=0. libavcodec
2008-07-25 michael indent libavcodec
2008-07-25 michael 10000l, forgotton } libavcodec
2008-07-25 michael Remove another of these obfuscated special cases for field pictures libavcodec
2008-07-25 michael Simplify mmco setup code used in IDR pictures. libavcodec
2008-07-25 michael Remove redundant h->mmco_index= 0. libavcodec
2008-07-25 michael Assert that long_ref has been cleared for released pics. libavcodec
2008-07-25 michael Clear long_ref when a frame is no longer a long_ref. libavcodec
2008-07-25 michael Make sure mmco index is 0 (instead of uninitialized) in all error returns. libavcodec
2008-07-25 michael Simplify strange obfuscated code in MMCO_LONG handling. libavcodec
2008-07-24 michael Set field_poc (it was half uninitialized before) and use it libavcodec
2008-07-24 michael Minor simplification of code in init_poc(). libavcodec
2008-07-24 michael cosmetics (indent and 2 empty lines) libavcodec
2008-07-24 michael init_poc() vs. idr() cleanup libavcodec
2008-07-24 michael Fix loop filter with CAVLC 8x8dct. libavcodec
2008-07-24 diego cosmetics: Fix two common typos: wont --> will not, lets --> let us. libavcodec
2008-07-24 diego cosmetics: Fix indentation after last commit. libavcodec
2008-07-24 vitor Cosmetics: grammar nits libavcodec
2008-07-24 diego misc spelling/grammar fixes libavcodec
2008-07-24 diego Remove AltiVec vector declaration compiler compatibility macros. libavcodec
2008-07-24 vitor Rename update() function to backward_filter() and add a doxy comment libavcodec
2008-07-24 vitor Rename and comment bandwidth broadening tables libavcodec
2008-07-24 vitor Follow FFmpeg convention of returning negative values on error in eval_lpc_coeffs() libavcodec
2008-07-24 vitor Rename pred() to eval_lpc_coeffs() and add a doxy comment libavcodec
2008-07-24 vitor Give windowing tables a more descriptive name libavcodec
2008-07-24 vitor Add comments to do_hybrid_window() libavcodec
2008-07-24 vitor Give parameters of do_hybrid_window() more meaningful names libavcodec
2008-07-24 vitor Rename co() function to the much more descriptive name of libavcodec
2008-07-24 vitor Simplify co(): write constant in a more readable way libavcodec
2008-07-24 vitor Simplify co(), use memcpy/memmove and colmult() when useful. libavcodec
2008-07-24 michael Reset prev_frame_num for idr frames as required by the spec. libavcodec
2008-07-23 michael Better explanation for buf_size==0 code. libavcodec
2008-07-23 michael 100l cross_idr simplification had a typo libavcodec
2008-07-23 michael Remove truncated support, use an AVParser if you used that, it is the same. libavcodec
2008-07-23 michael Simplify cross_idr calculation. libavcodec
2008-07-23 banan Reduce the loglevel on a log message in the Nellymoser decoder. Related to Roundup 447. libavcodec
2008-07-23 michael Remove redundant keyframe checks. libavcodec
2008-07-23 kostya In-loop deblocking filter for VC-1 decoder libavcodec
2008-07-23 vitor My commit at r14340 was not the right solution. For a monochromatic libavcodec
2008-07-23 vitor Do declaration and initialization separately in elbg.c libavcodec
2008-07-23 vitor When picking a "high utility centroid" do not pick one libavcodec
2008-07-23 vitor The codebook generator algorithm involves picking three libavcodec
2008-07-23 michael Support gaps in the frame num. libavcodec
2008-07-22 michael Reset frame_num for MMCO 5. libavcodec
2008-07-22 michael 3rd try to get the loop filter ref/mv check working correctly. libavcodec
2008-07-22 michael qscale has a range of 0..51 we thus do not need a 256 entry table and neither need libavcodec
2008-07-22 michael Setting chroma_qp to 0 for PCM blocks is really an interesting minor libavcodec
2008-07-22 michael Deobfusate chroma_qp_table[1] init code. libavcodec
2008-07-21 cehoyos Revert r13542: Spatial direct mode probably also works with PAFF. libavcodec
2008-07-21 michael Loop filtering with multiple slice types fix. libavcodec
2008-07-21 diego Correct b_quant offset comment in avcodec.h, it is the description for libavcodec
2008-07-21 michael Use slice_type_nos instead of slice_type where it makes no difference. libavcodec
2008-07-21 michael SI/SP slice support. (not bitexact) libavcodec
2008-07-21 michael Remove superfluous (). libavcodec
2008-07-21 michael Simplify slice type checks. libavcodec
2008-07-21 michael More correct ref comparison in the loop filter. libavcodec
2008-07-21 michael Simplify spatial direct ref selection with FFMIN3() libavcodec
2008-07-20 diego cosmetics: Make libavcodec/ppc/dsputil_altivec.c conform to style guidelines. libavcodec
2008-07-20 diego cosmetics: Reindent two misplaced braces. libavcodec
2008-07-20 diego cosmetics: Reformat PPC code in libavcodec according to style guidelines. libavcodec
2008-07-20 michael Fix used references indexes in the loop filter. libavcodec
2008-07-20 michael Add skip* AVOptions, which seem to have been missed. libavcodec
2008-07-20 andoma Decrease severity of 'invalid new backstep' log message to warning libavcodec
2008-07-20 andoma Supply context argument to av_log() in mpeg audio decoder. libavcodec
2008-07-19 jbr read 'coupling in use' parameter from bitstream into decoder context first, libavcodec
2008-07-19 michael Fix h264_loop_filter_strength_mmx2() so it works with PAFF. libavcodec
2008-07-19 banan Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID 112 run 2 libavcodec
2008-07-19 michael Take the brain amputated spec literally if the user asks for it (-strict 1). libavcodec
2008-07-19 michael Make strict_std_compliance available to decoders. libavcodec
2008-07-19 banan Fix for possible null pointer dereferencing, closes Coverity report 68 run 2. libavcodec
2008-07-19 vitor Cosmetics: alignment libavcodec
2008-07-19 vitor Simplify co(): do not abuse pointer aritmetics libavcodec
2008-07-19 michael Make the automatic has_b_frames increasing code increase it up to the libavcodec
2008-07-19 vitor Simplify co(): remove variables that are only used once libavcodec
2008-07-19 michael Try to fix my latest 100l fate SVQ3 breakage. libavcodec
2008-07-19 michael Remove apparently unneeded out!=NULL check. libavcodec
2008-07-19 michael Simplify picture output code. libavcodec
2008-07-19 michael Remove useless #if 0 code. libavcodec
2008-07-19 michael Do not forget marking disposed delayed pics as unused. libavcodec
2008-07-19 michael indent libavcodec
2008-07-19 michael simplify libavcodec
2008-07-19 jbr cosmetic: use hex value instead of decimal to show relation to 0x7FFFFF libavcodec
2008-07-19 michael Remove delayed_output_pic, I do not understand what this variable was good for. libavcodec
2008-07-19 michael Drop out of order pics even if bitstream_restriction_flag is set. libavcodec
2008-07-19 vitor Set avctx->coded_frame in RoQ encoder. At some point in libavcodec
2008-07-19 michael Make the ugly hack which uses an unused entry in the internal buffer libavcodec
2008-07-18 michael minor simplification of qdm2_decode_fft_packets() libavcodec
2008-07-18 michael Make frames non reference by default, so they are disposed of automatically libavcodec
2008-07-18 michael Support reading large metadata. libavcodec
2008-07-18 michael Make bitstream_* fields unsigned. libavcodec
2008-07-18 michael Only realloc() bitstream buffer when the needed size increased, libavcodec
2008-07-18 michael If metadata has been parsed goto end instead of trying to libavcodec
2008-07-18 benoit Fix a mem leak in vc1_decode_frame(). libavcodec
2008-07-17 vitor Simplify: do not overuse pointer aritmetic libavcodec
2008-07-17 vitor Declare parameters of pred() that could be const as such libavcodec
2008-07-17 vitor Another simplification libavcodec
2008-07-17 vitor Simplify libavcodec
2008-07-17 vitor Simplify libavcodec
2008-07-17 vitor Declare function parameters as const libavcodec
2008-07-17 michael 100l, someone used FLT_MIN where -FLT_MAX was meant at a few places in the libavcodec
2008-07-16 stefano Free in avcodec_close() avctx->rc_eq. Fix a memory leak. libavcodec
2008-07-16 michael 10000l, revert libavcodec
2008-07-16 michael indent libavcodec
2008-07-16 michael SVQ3 uses the JPEG variant of YUV 4:2:0. libavcodec
2008-07-16 michael The funny memcpyin svq3 generally has src & dst overlapping, so it libavcodec
2008-07-16 michael Print slice num as well. libavcodec
2008-07-16 lorenm float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous. libavcodec
2008-07-15 lorenm vorbis: reduce memory by reusing buffers libavcodec
2008-07-15 lorenm unroll another common case in vorbis_residue_decode libavcodec
2008-07-15 astrange Move the size of the H264Context delayed_pic array into a #define. libavcodec
2008-07-15 mru ARM: optimised MAC64 and MLS64 libavcodec
2008-07-15 mru ARM: optimised MUL64 libavcodec
2008-07-15 mru ARM: ARMv6 optimised MULH libavcodec
2008-07-15 mru Remove dead code in bitstream.h libavcodec
2008-07-15 lorenm 10l, float_to_int16_interleave_sse/3dnow wrote the wrong samples libavcodec
2008-07-14 mru H264: fix index range assert() in remove_short_at_index() libavcodec
2008-07-14 michael Fix infinite loop at EOF. libavcodec
2008-07-14 vitor Revert r14218. FFMAX is a macro, so libavcodec
2008-07-13 michael Fix decoding of 320x240.ogg. libavcodec
2008-07-13 michael Make our flac decoder decode all the data at EOF. libavcodec
2008-07-13 stefano strdup() the default value for rc_eq in AVCodec when setting it in libavcodec
2008-07-13 stefano Fix the logic to access the location of a string to free when setting libavcodec
2008-07-13 vitor Simplify libavcodec
2008-07-13 vitor Another av_clipf() usage libavcodec
2008-07-13 vitor Do not declare as double a var that only stores a float libavcodec
2008-07-13 vitor Simplify: use FFMAX libavcodec
2008-07-13 reimar check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not enough and libavcodec
2008-07-13 vitor Add av_clipf() function to common.h and use it in ra288.c libavcodec
2008-07-13 mru dvdsubdec: allow compilation with -DDEBUG libavcodec
2008-07-13 lorenm exploit mdct symmetry libavcodec
2008-07-13 ramiro mlpdec: Check for bits left before each read of End-of-Stream indicator and libavcodec
2008-07-13 lorenm simplify vorbis windowing libavcodec
2008-07-13 ramiro bitstream: move put_sbits() from flacenc.c to bitstream.h and use it libavcodec
2008-07-13 reimar clip MS ADPCM predictor range to correct [0..6] range, not [0..7] libavcodec
2008-07-13 reimar Use bytestream and AV_RL* functions in ADPCM code where possible libavcodec
2008-07-13 reimar Fix MS ADPCM de- and encoding: first and second sample are swapped. libavcodec
2008-07-13 mru mpegaudio: use MAC/MLS macros in ff_mpa_synth_filter libavcodec
2008-07-13 mru mathops: add MAC64, MLS64, and MLS16 libavcodec
2008-07-13 mru Bitstream: use AV_RB16() in LIBMPEG2_BITSTREAM_READER libavcodec
2008-07-12 diego Fix pts handling when encoding with libschroedinger, closes issue 453. libavcodec
2008-07-12 diego Fix pts handling when encoding with libdirac. libavcodec
2008-07-12 michael New codec probing system try #1. libavcodec
2008-07-12 reimar Use new style static VLC tables for IMC decoder. libavcodec
2008-07-12 superdump Typo and grammar fix libavcodec
2008-07-12 superdump Correct a couple of typos libavcodec
2008-07-12 reimar 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/surge-2-16-L-ms02.mov libavcodec
2008-07-12 reimar 10l, forgot to replace a / 256 for r14173. libavcodec
2008-07-11 reimar Change MS ADPCM table so they fit into int8_t and change array type. libavcodec
2008-07-11 michael indent libavcodec
2008-07-11 michael Fix not coded channels / silence decoding. libavcodec
2008-07-11 michael Check that we have enough output space available. libavcodec
2008-07-11 andoma Deprecate avcodec_build(), it returns the same value as libavcodec
2008-07-11 diego Move #ifdef CONFIG_DVVIDEO_ENCODER up to cover all functions used for encoding. libavcodec
2008-07-11 diego Make preprocessor condition more specific and useful by changing libavcodec
2008-07-11 kostya SSE2 optimizations for Monkey's Audio decoder vector functions libavcodec
2008-07-11 astrange H264: Fix decoding with CABAC/delta_qp/PCM macroblocks. libavcodec
2008-07-10 benoit Remove useless casts. libavcodec
2008-07-10 benoit Remove useless casts. libavcodec
2008-07-10 benoit Parse frames to feed the decoder with individual parse units. libavcodec
2008-07-10 benoit Add a parameter for queue size. libavcodec
2008-07-10 kostya Monkey's Audio decoder vector functions work on input with length libavcodec
2008-07-10 ramiro Motion Pixels Video Decoder. libavcodec
2008-07-09 michael Remove ancient code that hasnt worked in many years. libavcodec
2008-07-09 michael New full search ME libavcodec
2008-07-09 astrange Make the function prototype visible to comply with C99 inline. libavcodec
2008-07-09 pross increment minor version for commit r14110 (Electronic Arts CMV decoder) libavcodec
2008-07-09 michael float_to_int16_sse2() libavcodec
2008-07-09 michael fix IPCM_decode_error.h264 libavcodec
2008-07-08 michael Fix the av_set_string() free / alloc issue. libavcodec
2008-07-08 diego Remove wrong casts from vector declarations, this would cause errors when libavcodec
2008-07-08 pross Electronic Arts CMV decoder libavcodec
2008-07-08 pross Remove AVPaletteControl from ALG MM demuxer/decoder libavcodec
2008-07-08 benoit Make LOAD4/STORE4 macros more generic. libavcodec
2008-07-07 michael 1 c-asm loop less and 1x unroll of float_to_int16_sse() libavcodec
2008-07-07 michael Fix x86-64 libavcodec
2008-07-07 michael dont use C-asm loops and unroll once float_to_int16_3dnow() libavcodec
2008-07-07 banan redundant assignment found by Clang libavcodec
2008-07-06 vitor Simplify: glob->phase is always == 3 libavcodec
2008-07-06 vitor Cosmetics: reindent tables libavcodec
2008-07-06 vitor Remove phasep context var, it is just phase*5 libavcodec
2008-07-06 vitor Slighly faster operation libavcodec
2008-07-06 vitor Typo in a comment: s/two avoid/to avoid/ libavcodec
2008-07-06 vitor Cosmetics: remove braces libavcodec
2008-07-06 vitor Another use of scalar_product_float() libavcodec
2008-07-06 vitor Do not reimplement memmove() libavcodec
2008-07-06 diego Remove context fields which can be used as simple local variables. libavcodec
2008-07-06 diego Remove av_cold attribute on decode_frame and add it to decode_end libavcodec
2008-07-06 stefano Document av_find_opt(). libavcodec
2008-07-06 kostya Altivec implementation of APE vector functions libavcodec
2008-07-06 kostya Add several vector functions used by Monkey's Audio decoder to dsputil libavcodec
2008-07-05 vitor Cosmetics: remove braces libavcodec
2008-07-05 vitor Create a function for float dot product instead of duplicating all over the file libavcodec
2008-07-05 diego Add correct header #include to fix 'make checkheaders'. libavcodec
2008-07-05 diego Add required stdint.h header #include. libavcodec
2008-07-05 diego spelling cosmetics libavcodec
2008-07-05 diego Add a note to remind people that new PCM/ADPCM formats need to be added to libavcodec
2008-07-05 diego Remove unused variable, fixes the warning: libavcodec
2008-07-04 vitor Write for loops in a more standard way. In my opinion, they are much more readable now. libavcodec
2008-07-04 ramiro MLP/TrueHD decoder. libavcodec
2008-07-04 vitor Move vars declaration to inner loop when possible libavcodec
2008-07-04 vitor Simplify libavcodec
2008-07-03 vitor Remove unneeded var libavcodec
2008-07-03 vitor Use a matrix instead of a vector libavcodec
2008-07-03 vitor Reindent table libavcodec
2008-07-03 michael We do not only calculate it but we also return it. libavcodec
2008-07-03 michael More correct comment. libavcodec
2008-07-03 michael make sum_of_squares() more generic libavcodec
2008-07-02 astrange Cosmetics: split a long line. libavcodec
2008-07-02 astrange Use get_cabac_bypass_sign instead of an if/else. libavcodec
2008-07-02 astrange Reorder the if/else for residual cats to match gcc's branch prediction. libavcodec
2008-07-02 astrange Simplify loop condition for readability. libavcodec
2008-07-02 astrange Reindent. libavcodec
2008-07-02 astrange Clone decode_cabac_residual() for DC residuals, to get rid of a bunch of branches in the main loop. libavcodec
2008-07-02 astrange Don't generate two copies of hl_decode_mb() under ENABLE_SMALL. libavcodec
2008-07-02 astrange Don't test for H264 encoding unless an encoder exists. libavcodec
2008-07-02 ramiro Clarify comment about parity nibble. libavcodec
2008-07-01 ramiro Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers. libavcodec
2008-06-30 stefano Clarify/simplify documentation for the default_val field in AVOption. libavcodec
2008-06-30 vitor Remove useless wrapper around ra288_decode_frame() libavcodec
2008-06-30 vitor Remove unpack() function, read the bitstream as needed libavcodec
2008-06-30 vitor Clean up error message libavcodec
2008-06-30 vitor Rewrite unpack() using the bitstream reader libavcodec
2008-06-30 voroshil gain code, gain pitch and pitch delay decoding for ACELP based codecs libavcodec
2008-06-30 vitor Move function to avoid forward declaration libavcodec
2008-06-30 vitor Remove useless initialization libavcodec
2008-06-30 vitor Reindent the whole file libavcodec
2008-06-30 benoit Simplify mm_support() for ARM (by Måns). libavcodec
2008-06-30 benoit Define mm_support() for ARM. libavcodec
2008-06-29 vitor Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter coefficients and not the pointer minus one libavcodec
2008-06-29 vitor Update copyright libavcodec
2008-06-29 vitor Use ff_acelp_lp_synthesis_filter() instead of duplicating it libavcodec
2008-06-29 vitor Add a rounding parameter to ff_acelp_lp_synthesis_filter() libavcodec
2008-06-29 diego Add command line support for '-idct simplearmv6'. libavcodec
2008-06-29 vitor Doxy comment libavcodec
2008-06-28 bcoudurier set frame_size in libfaad decoder libavcodec
2008-06-28 astrange Realign newlines. libavcodec
2008-06-28 astrange Use MANGLE() instead of memory operands to read globals. libavcodec
2008-06-28 michael Make code independent/less dependent on dsputil. libavcodec
2008-06-27 ramiro Seek the file forwards instead of backwards when sync is lost. libavcodec
2008-06-27 astrange Remove pointless AVFrame* casting. libavcodec
2008-06-27 astrange Remove duplicate emms. libavcodec
2008-06-27 astrange Remove commented-out code. libavcodec
2008-06-27 astrange Export qscale so that postprocessing works. libavcodec
2008-06-27 astrange Remove unused PutBitContext. libavcodec
2008-06-26 mru Revert "add libmpeg2 permutation to dct-test" libavcodec
2008-06-26 aurel VP3 parser can also handle VP6 without any changes. libavcodec
2008-06-26 stefang move ff_log2_run to bitstream.c and reuse in ffv1.c libavcodec
2008-06-26 michael VP3 & Theora parser to extract keyframe flags. libavcodec
2008-06-26 mru add libmpeg2 permutation to dct-test libavcodec
2008-06-25 michael Support >=4096 dimensions, fixes issue499. libavcodec
2008-06-25 michael Set frame_size to the gcd of what the decoder can output. libavcodec
2008-06-25 astrange Don't set mm_flags in fft-test, since it doesn't do anything anyway. libavcodec
2008-06-25 astrange Use a local variable instead of mm_flags in dct-test. libavcodec
2008-06-25 stefang make ModeAlphabet read-only and use a custom mode alphabet libavcodec
2008-06-25 benoit Close parse context. libavcodec
2008-06-25 ramiro Make it a little easier to spot that the code is not dealing only with libavcodec
2008-06-25 stefang remove duplicate tables libavcodec
2008-06-24 astrange Define mm_flags/support to be 0 on architectures where they don't exist. libavcodec
2008-06-24 vitor Simplify interp() libavcodec
2008-06-24 vitor More cosmetics libavcodec
2008-06-24 vitor Cosmetics libavcodec
2008-06-24 stefang revert accidental const slipping in libavcodec
2008-06-24 diego Replace redundant MAX macro declaration by proper use of FFMAX. libavcodec
2008-06-24 stefang mark read-only data as const libavcodec
2008-06-24 vitor Use lpc_coef[2] instead of lpc_coef and lpc_coef_old libavcodec
2008-06-24 vitor Remove unused entries from lpc_refl_cb* libavcodec
2008-06-24 vitor Remove unused entries from energy_tab libavcodec
2008-06-24 diego Mark constant structure member as const to avoid some warnings. libavcodec
2008-06-24 diego Remove redundant mm_flags declaration, fixes the warning: libavcodec
2008-06-23 vitor Remove unused values from gain_{val,exp}_tab libavcodec
2008-06-23 vitor Now these tables fit in 16 bits. libavcodec
2008-06-23 vitor Merge the >> 4 calculation of cb1_base in the table libavcodec
2008-06-23 vitor Consistency: make the output buffer the first argument of functions libavcodec
2008-06-23 vitor Use sizeof() intead of hardcoding the values libavcodec
2008-06-23 vitor Simplify libavcodec
2008-06-23 vitor Simplify libavcodec
2008-06-23 vitor It makes more sense to return 1 here in case of overflow. libavcodec
2008-06-23 vitor Cosmetics: indent libavcodec
2008-06-23 vitor Remove unneeded check libavcodec
2008-06-23 vitor rescale_rms() should use unsigned ints libavcodec
2008-06-23 vitor Move factor multiplication out of irms() libavcodec
2008-06-23 vitor This should be signed libavcodec
2008-06-23 vitor More comments removal/fixes libavcodec
2008-06-23 vitor Remove useless comment libavcodec
2008-06-23 vitor More comments improvement libavcodec
2008-06-23 vitor Document defines better libavcodec
2008-06-23 vitor Remove useless define libavcodec
2008-06-23 vitor Rename rotate_buffer() to copy_and_dup() and doxy it libavcodec
2008-06-23 vitor Simplify t_sqrt() libavcodec
2008-06-23 vitor Add doxy comment libavcodec
2008-06-23 vitor Rename var libavcodec
2008-06-23 vitor Move code unrelated to lpc filtering out of lpc_filter() libavcodec