log

age author description
2008-12-15 diego whitespace cosmetics libavcodec
2008-12-15 mru ARM: NEON optimised h264_idct_dc_add libavcodec
2008-12-15 mru ARM: NEON optimised h264_idct_add libavcodec
2008-12-15 mru ARM: NEON optimised H.264 8x8 and 16x16 qpel MC libavcodec
2008-12-15 mru ARM: NEON optimised H.264 loop filter libavcodec
2008-12-15 mru ARM: NEON optimised {put,avg}_h264_chroma_mc[48] libavcodec
2008-12-15 mru ARM: NEON optimised simple_idct libavcodec
2008-12-15 mru ARM: NEON optimised put_pixels functions libavcodec
2008-12-15 diego Avoid invasion of POSIX-reserved _t namespace. libavcodec
2008-12-15 kostya Fix one peculiar case in Smacker decoding. libavcodec
2008-12-15 diego Avoid POSIX-reserved _t in identifier names. libavcodec
2008-12-15 michael Enable filter_mb_fast if CODEC_FLAG2_FAST is set. libavcodec
2008-12-15 aurel vp56: don't reset dimensions to 0 in codec init libavcodec
2008-12-14 stefano Move documentation of avcodec_register_all() from allcodecs.c to libavcodec
2008-12-14 stefano Remove set_all_opt() and its use in av_set_string2(). Make libavcodec
2008-12-14 stefano Document register_avcodec(). libavcodec
2008-12-14 stefano Make register_avcodec() call avcodec_init(). libavcodec
2008-12-14 stefano Use a more explicit "codec" rather than "format" as the parameter of libavcodec
2008-12-14 aurel indeo3: replace sizeof(struct ...) by sizeof(*var) libavcodec
2008-12-14 diego cosmetics: typo/grammar/wording/whitespace fixes libavcodec
2008-12-14 diego Prevent shift overflow, patch by Anders Grönberg, galileo.m2 gmail com. libavcodec
2008-12-14 diego Add a few const qualifiers in appropriate places. libavcodec
2008-12-14 melanson undoing revision 16118 for truemotion1.c; commit was premature libavcodec
2008-12-14 melanson The POSIX namespace shall be held sacrosanct. To that end, libavcodec
2008-12-14 aurel avoid POSIX reserved _t suffix libavcodec
2008-12-14 aurel Get rid of mmx_t. libavcodec
2008-12-13 diego Do not invade _t POSIX namespace. libavcodec
2008-12-13 diego Replace 'typedef struct ustr_t' by 'struct ustr', _t is POSIX namespace. libavcodec
2008-12-13 diego Add img_convert() to imgconvert.h and #include it from imgresample.c. libavcodec
2008-12-13 lu_zero Let imgresample altivec code build libavcodec
2008-12-13 lu_zero Cleanup types libavcodec
2008-12-13 lu_zero Unbreak imgresample altivec libavcodec
2008-12-12 stefano s/#AVClass/AVClass/, consistent with the rest of the doxy. libavcodec
2008-12-12 michael More POSIX _t namespace cleanup. libavcodec
2008-12-12 gpoirier add Altivec implementation of clear_block libavcodec
2008-12-12 ods15 Rename all vorbis encoder related typedefs to not use _t for POSIX compatibility libavcodec
2008-12-12 bcoudurier fix mjpega bitfilter when dht, dqt, sof0 are not ordered as expected, patch by Jay Freeman, saurik at saurik com libavcodec
2008-12-12 aurel rename Vp56Model to VP56Model for consistency libavcodec
2008-12-12 bcoudurier dnxhd get_pixels_8x4_sym sse2 libavcodec
2008-12-12 bcoudurier Move get_pixels_8x4 before init func to avoid useless forward declaration. libavcodec
2008-12-12 bcoudurier rename 4x8 to 8x4 to match widthxheight consistently libavcodec
2008-12-11 aurel cosmetics: vertical alignment libavcodec
2008-12-11 aurel avoid POSIX reserved _t suffix libavcodec
2008-12-11 aurel avoid POSIX reserved _t suffix libavcodec
2008-12-11 michael s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reserved libavcodec
2008-12-11 vitor Avoid POSIX reserved _t suffix. libavcodec
2008-12-11 vitor Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix. libavcodec
2008-12-11 bcoudurier move structure definitions in their own header libavcodec
2008-12-11 bcoudurier cosmetics libavcodec
2008-12-11 bcoudurier use dsp clear_block libavcodec
2008-12-11 bcoudurier use dsp clear_block libavcodec
2008-12-11 conrad Fix compilation with only Theora decoder enabled libavcodec
2008-12-11 reynaldo Avoid the 'Claimed bitrate and buffer size mismatch' warning storm. libavcodec
2008-12-10 lorenm clear_block mmx libavcodec
2008-12-10 lorenm fix progressive jpeg: libavcodec
2008-12-10 mru AAC: move scratch array to context to ensure 16-byte alignment libavcodec
2008-12-09 diego Remove useless inline qualifier, fixes linking with gcc 4.3. libavcodec
2008-12-09 superdump AAC: Use a sign LUT rather than 1-2*get_bits1() libavcodec
2008-12-09 superdump AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain. libavcodec
2008-12-09 superdump AAC: Remove unnecessary fabsf() libavcodec
2008-12-08 stefano Make av_log_missing_feature an internal function, and change its name libavcodec
2008-12-08 jbr cosmetics: alignment after last commit libavcodec
2008-12-08 jbr ac3: detect dba errors and prevent writing past end of array libavcodec
2008-12-07 kostya Do not attempt to decode RV30/40 B-frames without anchors. libavcodec
2008-12-07 ramiro mlp: cosmetics: remove {}s over one-lined if. libavcodec
2008-12-07 ramiro mlp: support bit-depths greater than 16 by default. libavcodec
2008-12-06 jbr ac3dec: simplify exponent bounds checking libavcodec
2008-12-06 ramiro mlp: Fix compilation under CONFIG_AUDIO_NONSHORT. libavcodec
2008-12-06 jbr ac3dec: add missing feature log message for block start info libavcodec
2008-12-06 jbr ac3dec: use skip_bits_long() for block start bits libavcodec
2008-12-06 jbr ac3dec: unroll inner loop in exponent decoding. 46% faster decode_exponents(). libavcodec
2008-12-06 jbr cosmetics: vertical alignment libavcodec
2008-12-06 jbr cosmetics: reindent after last commit libavcodec
2008-12-06 jbr ac3dec: detect out-of-range exponents libavcodec
2008-12-06 mru ARM: remove some useless comments libavcodec
2008-12-06 kostya Make decoding run of pixels in MS RLE saner. libavcodec
2008-12-06 kostya Print out some errors found during MS RLE decoding libavcodec
2008-12-06 kostya AASC can contain raw data in addition to MS-RLE libavcodec
2008-12-05 michael Check that cpb_count is within the allowed range. libavcodec
2008-12-05 michael Fix FF_OPT_TYPE_INT64 support of defaults. libavcodec
2008-12-05 benoit Fix an overflow in the predictor. libavcodec
2008-12-04 reynaldo Silence some ICC warnings. Patch by Vitor Sessak. libavcodec
2008-12-04 reynaldo Add expected const qualifier on 'buf' to match AVCodec.decode's declaration. libavcodec
2008-12-04 reynaldo COSMETICS, add missing remarks crediting Ben and Kenan libavcodec
2008-12-04 kostya Fraps version 3 seems to be the same as Fraps v5 libavcodec
2008-12-04 bcoudurier partial WRAW fourcc support, might need image flipping libavcodec
2008-12-04 jbr silence gcc warning: ‘n_bands’ may be used uninitialized libavcodec
2008-12-04 jbr ac3dec: use uint8_t for band sizes libavcodec
2008-12-04 reynaldo Removes misleading const qualifier, gets rid of two compiler warnings libavcodec
2008-12-03 mru ARM: convert VFP code to UAL syntax libavcodec
2008-12-03 michael Implement complexity estimation parsing and try to detect an incorrectly set libavcodec
2008-12-03 diego Delete unnecessary 'extern' keywords. libavcodec
2008-12-03 jbr ac3dec: skip decoding and use error concealment for remaining blocks in libavcodec
2008-12-03 ramiro mlp: initialize all CRC tables in a common function. libavcodec
2008-12-02 reynaldo Trivial rephrasing, avoids too long line libavcodec
2008-12-02 reynaldo Trivial, Cosmetics, mostly brace placement changes libavcodec
2008-12-02 kostya Fix reading out of buffer during RV30/40 deblock mask calculation libavcodec
2008-12-02 kostya 34l: forgot to change one case of chroma MC for RV40 libavcodec
2008-12-02 kostya Check RV30/40 slice offsets to be inside buffer. libavcodec
2008-12-02 kostya Update ff_rv34_decode_frame() arguments definition libavcodec
2008-12-02 kostya Remove unused RV40 spatial intra prediction function libavcodec
2008-12-02 vitor Commit last ok'ed parts of QCELP decoder and enable it. libavcodec
2008-12-02 michael Fix regression test failure with pthreads on multiprocessor systems. libavcodec
2008-12-01 vitor More OKed parts of the QCELP decoder libavcodec
2008-12-01 vitor Remove hack added to make "make checkheaders" pass, it is unneeded now libavcodec
2008-12-01 vitor More OKed parts of the QCELP decoder libavcodec
2008-12-01 michael Get rid of now unneeded pps/sps correctness code as pps/sps will not libavcodec
2008-12-01 michael Allocate parameter sets sanely instead of using alloc_parameter_set(). libavcodec
2008-12-01 kostya enable RV40 decoder libavcodec
2008-12-01 kostya RV40 MC functions libavcodec
2008-11-30 michael Fix segfault due to deallocated entries in delayed_pic after size change. libavcodec
2008-11-30 vitor More OKed parts of the QCELP decoder libavcodec
2008-11-30 diego Handle AltiVec objects in a more elegant fashion, similar to MMX. libavcodec
2008-11-30 diego Remove ineffectual hack that attempts to build ppc/check_altivec.o without libavcodec
2008-11-29 stefano Implement the fields rc_max_available_vbv_use and libavcodec
2008-11-29 kostya Add support for parsing and decoding DCA-HD streams. libavcodec
2008-11-29 kostya RV40 loop filter libavcodec
2008-11-29 kostya Invoke future RV30/40 loop filter for already decoded rows instead of libavcodec
2008-11-28 diego Do not duplicate AAN DCT tables in dct-test.c. libavcodec
2008-11-28 diego Add missing '-test' in name of imgresample test. libavcodec
2008-11-27 kostya Fix RV40 chroma MC libavcodec
2008-11-26 diego Only build the imgresample test if the old scaler was enabled. libavcodec
2008-11-26 diego Automatically check the dependencies for the AAN DCT tables. libavcodec
2008-11-26 diego Move aanscales tables to their own file; fixes compilation without encoders. libavcodec
2008-11-26 diego cosmetics: Rename aanscales to ff_aanscales, it will soon be externally visible. libavcodec
2008-11-26 diego Move encoder-specific quantize_c and related tables to the H.264 encoder. libavcodec
2008-11-25 reimar Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq (x86_64), libavcodec
2008-11-25 mru snow: move scratch buffer from stack to malloced buffer in context libavcodec
2008-11-24 diego Disable unused code for now to allow 'make checkheaders' to pass. libavcodec
2008-11-24 diego Add missing headers to get 'make checkheaders' closer to passing. libavcodec
2008-11-24 mru svq1enc: move scratch buffer from stack to context to ensure alignment libavcodec
2008-11-24 mru flashsv: use skip_bits_long() where required libavcodec
2008-11-24 bcoudurier move decoder initialization in separate function, earlier failure detection libavcodec
2008-11-24 diego Make non-void replacement functions actually return a value. libavcodec
2008-11-24 diego Move #defines that are mostly used in h264.c out of h264data.h and into h264.h. libavcodec
2008-11-24 diego Use golomb_to_pict_type instead of its duplicate, slice_type_map. libavcodec
2008-11-24 diego cosmetics: Align table for better readability. libavcodec
2008-11-24 kostya Some BMP files have file size declared in the header equal to headers size libavcodec
2008-11-24 kostya Give more meaningful message on BMP header parsing error libavcodec
2008-11-24 kostya Add known BMP header sizes. libavcodec
2008-11-24 mru Add shift argument to MULL() macro libavcodec
2008-11-24 superdump AAC: Cosmetics after last commit libavcodec
2008-11-24 superdump AAC: Frequency domain prediction and hence Main profile support libavcodec
2008-11-23 kostya Strong filtering function for future RV40 loop filter libavcodec
2008-11-23 mru ARM: move dct_unquantize_h263_*_armv5te asm to separate file libavcodec
2008-11-22 diego cosmetics: indentation, prettyprinting libavcodec
2008-11-22 diego cosmetics: consistent function declarations libavcodec
2008-11-22 diego cosmetics: Put statements after 'if' on their own line. libavcodec
2008-11-22 reynaldo Trivial, Cosmetics libavcodec
2008-11-22 reynaldo Trivial, Cosmetics libavcodec
2008-11-21 vitor More OKed parts of the QCELP decoder libavcodec
2008-11-21 vitor Cosmetic: Fix typo libavcodec
2008-11-21 diego Move H.264 tables that are only useful for encoding to h264enc.c. libavcodec
2008-11-20 diego Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are gathered libavcodec
2008-11-20 mru SH4: fix IDCT libavcodec
2008-11-20 diego cosmetics: Consistently place HEADERS before OBJS in all Makefiles. libavcodec
2008-11-20 diego Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block. libavcodec
2008-11-20 diego cosmetics: indentation libavcodec
2008-11-20 diego Use standard OBJS-$(HAVE_MMX) trick for MMX objects instead libavcodec
2008-11-20 vitor Fix typo in table value. libavcodec
2008-11-20 kostya 33l Fix applying residue condition in RV30/40 decoder libavcodec
2008-11-20 kostya Eliminate direct use of s->current_picture in RV30/40 decoder libavcodec
2008-11-20 kostya Use wider margins for edge emulation in RV30/40 libavcodec
2008-11-20 mru SH4: fix memzero_align8() libavcodec
2008-11-20 mru SH4: add macros for setting and restoring FPSCR.PR bit libavcodec
2008-11-20 mru SH4: remove some commented out blocks of code libavcodec
2008-11-20 romansh Making idct factor tables dynamically allocated libavcodec
2008-11-19 kostya Add channel layout to several audio decoders I maintain libavcodec
2008-11-19 romansh Change of indentation libavcodec
2008-11-19 mru SH4: fix IDCT libavcodec
2008-11-19 mru SH4: do not mix code and declarations libavcodec
2008-11-19 mru SH4: fix compilation of memzero_align8() libavcodec
2008-11-19 mru SH4: remove unused functions libavcodec
2008-11-19 mru SH4: replace missed rnd_avg2 -> rnd_avg32 libavcodec
2008-11-19 mru SH4: rename functions with conflicting names libavcodec
2008-11-18 diego cosmetics: Add a few more explanatory comments to the object sections. libavcodec
2008-11-18 diego cosmetics: Sort processor-specific object lines into alphabetical order. libavcodec
2008-11-18 romansh Getting rid of huge static DV tables libavcodec
2008-11-18 romansh Getting rid of unneeded extra wrapper functions libavcodec
2008-11-17 diego Add a Makefile variable for the old scaler that gets enabled when the new libavcodec
2008-11-17 diego Revert previous commit: the libavcodec/i386/fft_*.o objects depend on libavcodec
2008-11-17 diego Only the yasm-dependent objects should be enabled by a yasm conditional. libavcodec
2008-11-17 diego cosmetics: Group ppc-specific objects together. libavcodec
2008-11-17 diego cosmetics: Group ARM objects sections together. libavcodec
2008-11-17 diego cosmetics: Reorder processor-specific entries alphabetically. libavcodec
2008-11-17 benoit Change email address to a valid one. libavcodec
2008-11-17 cehoyos One const is enough. libavcodec
2008-11-16 banan Silence warning in imc decoder libavcodec
2008-11-16 banan Set channel_layout libavcodec
2008-11-16 kostya 421l: postproc flag may be present in any VC-1 AP frame type libavcodec
2008-11-16 reynaldo Credit Kenan Gillet for his contributions towards merging the SoC QCELP decoder. libavcodec
2008-11-16 reynaldo Cosmetics libavcodec
2008-11-16 reynaldo Change to file description suggested by Michael libavcodec
2008-11-15 banan Proper channel output reordering for the dca decoder. libavcodec
2008-11-15 reynaldo Please keep original copyright heading and attribution lines... libavcodec
2008-11-15 kostya Weak deblock filter function for future RV40 loop filter libavcodec
2008-11-14 vitor More OKed parts of the QCELP decoder libavcodec
2008-11-14 bcoudurier remove useless mmx.h include libavcodec
2008-11-14 bcoudurier convert fdct_mmx to plain asm libavcodec
2008-11-13 jbr revert r15812 (E-AC-3 Spectral Extension) pending further review libavcodec
2008-11-13 bcoudurier add sse2 fdct libavcodec
2008-11-13 cehoyos Fix H.264 decoding. libavcodec
2008-11-13 jbr cosmetics: vertical alignment libavcodec
2008-11-13 jbr silence a gcc warning about using an uninitialized variable libavcodec
2008-11-13 jbr cosmetics: indentation libavcodec
2008-11-13 jbr add support for spectral extension libavcodec
2008-11-13 jbr add a generic function to decode banding structure for coupling, spectral libavcodec
2008-11-13 jbr add a line break in error message text libavcodec
2008-11-13 jbr simplify decoding of coupling frequency range libavcodec
2008-11-13 jbr cosmetics: rename two variables libavcodec
2008-11-12 romansh Taking advantage of the new ->execute API libavcodec
2008-11-12 mru ARM: fix j_rev_dct_ARM libavcodec
2008-11-12 romansh Making it easier to send arbitrary structures as work orders to MT workers libavcodec
2008-11-12 diego Remove unused variable. libavcodec
2008-11-11 vitor More OKed parts of the QCELP decoder libavcodec
2008-11-11 banan Comment typo libavcodec
2008-11-11 banan Remove channel layout table that only should be used by encoders. libavcodec
2008-11-10 andoma Fix memory leak in libgsm wrapper. libavcodec
2008-11-09 vitor More OKed parts of the QCELP decoder libavcodec
2008-11-08 kostya Split RV3/4 deblock pattern into horizontal and vertical parts libavcodec
2008-11-08 kostya Drop redundant check in RV3/4 deblock coefficients calculation libavcodec
2008-11-08 pross Electronic Arts TGQ/TQI/MAD IDCT algorithm libavcodec
2008-11-08 pross Electronic Arts TGQ video decoder libavcodec
2008-11-08 romansh implementing more efficient (and direct) allocation of work for DV codec workers libavcodec
2008-11-08 pross Promote inv_aanscales array to global scope (ff_inv_aanscales) libavcodec
2008-11-07 kostya Calculating an additional MV-based deblocking pattern is the same libavcodec
2008-11-06 mru ARM: change MUL16() macro to inline function libavcodec
2008-11-06 mru ARM: prettify MAC16() macro libavcodec
2008-11-06 mru ARM: change MULH() macro to inline function libavcodec
2008-11-06 mru ARM: change MULL() macro to inline function libavcodec
2008-11-06 mru ARM: mathops.h whitespace cosmetics libavcodec
2008-11-05 diego Add missing #include "libavutil/avstring.h", fixes libavcodec
2008-11-05 superdump Fix perceptual noise shaping scaling including an oversight of the offset for libavcodec
2008-11-05 diego Fix test program build: ff_eval was replaced by ff_eval2. libavcodec
2008-11-04 andoma h264: Implement decoding of picture timing SEI message. libavcodec
2008-11-04 andoma Only warn about "Invalid and inefficient vfw-avi packed B frames" once. libavcodec
2008-11-03 diego Fix illegal identifier, __ are reserved for the system. libavcodec
2008-11-03 rathann Remove duplicated MM_* macros for CPU capabilities from dsputil.h. libavcodec
2008-11-02 banan Change the dca channel layout, S -> SIDE not BACK. libavcodec
2008-11-02 andoma Change multichannel API define prefix from "CHANNEL_" to "CH_". libavcodec
2008-11-01 banan Guess channel layout based on the number of channels if a custom layout is specified in amode. libavcodec
2008-11-01 banan Add channel layouts for dca. libavcodec
2008-11-01 kostya Introduce RV3-specific motion vector prediction. libavcodec
2008-11-01 pross Add audio channel layout API to libavcodec. libavcodec
2008-10-31 mmu_man Fix build. libavcodec
2008-10-30 vitor OKed parts of the QCELP decoder libavcodec
2008-10-30 diego Fix numbers in Doxygen comments, patch by Kenan Gillet, kenan.gillet gmail com. libavcodec
2008-10-30 vitor Use ff_dot_productf() in ra288.c libavcodec
2008-10-30 diego Remove nonsense @return Doxygen comment for void function. libavcodec
2008-10-30 diego cosmetics: small spelling fixes libavcodec
2008-10-30 vitor Add a LPC filter libavcodec
2008-10-30 vitor Add ff_dot_productf() to celp_math.{c,h} libavcodec
2008-10-30 vitor More OKed parts of QCELP data tables libavcodec
2008-10-30 romansh renaming macro in order to conform with the rest of libavcodec libavcodec
2008-10-30 diego Remove unused variable, patch by Art Clarke, aclarke vlideshow com. libavcodec
2008-10-30 kostya Correct motion vector scaling in B-frames for RV3/4 libavcodec
2008-10-29 diego asm() --> __asm__() in #warning comment libavcodec
2008-10-29 diego Add missing headers to pass 'make checkheaders'. libavcodec
2008-10-29 diego Fix av_picture_copy missing pixels on packed planar AVPictures with odd size. libavcodec
2008-10-29 michael Reset state after some frame header is found. libavcodec
2008-10-29 diego OKed parts of QCELP data tables libavcodec
2008-10-28 diego Add the function declaration of ff_svq1_packet_checksum to svq1.h and include libavcodec
2008-10-28 michael Replace literally hardcoded max slice number by named constant. libavcodec
2008-10-28 banan Fix compilation, remove stray ; libavcodec
2008-10-28 banan Fix selection of quant step table libavcodec
2008-10-28 banan Fix huffman coded dca samples. libavcodec
2008-10-28 kostya Detect split RV30 slices libavcodec
2008-10-27 kostya Fix chroma motion compensation for RV30 libavcodec
2008-10-27 flameeyes Rename template included sources from .h to _template.c. libavcodec
2008-10-27 mru ARM: move add_pixels_clamped_ARM() to dsputil_arm_s.S libavcodec
2008-10-27 mru ARM: move VFP DSP functions to dsputils_vfp.S libavcodec
2008-10-27 mru ARM: move prefetch_arm to dsputil_arm_s.S libavcodec
2008-10-27 mru ARM: use new macros for assembler function labels libavcodec
2008-10-27 mru ARM: add some assembler convenience macros libavcodec
2008-10-26 bcoudurier svq3 watermark code now needs zlib libavcodec
2008-10-26 bcoudurier svq3 watermark decoding support, based on reverse engineering work by chrono libavcodec
2008-10-26 mru cosmetic: align backslashes in makefiles libavcodec
2008-10-26 mru Merge OBJS-$(FOO) lists with same FOO libavcodec
2008-10-26 banan Disable codec downmix when not using simd instead of silently produce silence libavcodec
2008-10-26 banan Fix dca decoder with non simd float2int16 conversion libavcodec
2008-10-26 banan Fix compilation with TRACE libavcodec
2008-10-25 aurel remove useless ifdeffery, tscc won't do anything useful without zlib libavcodec
2008-10-25 aurel svq3: remove unused include libavcodec
2008-10-25 mru Use OBJS variable for all object files libavcodec
2008-10-25 mru Add CONFIG_GOLOMB and auto-select when needed libavcodec
2008-10-25 mru Auto-enable CONFIG_MDCT when needed libavcodec
2008-10-25 diego cosmetics: Change the order of mlp parser objects to be consistent. libavcodec
2008-10-25 diego Move declaration of mlp decoder dependency on mlp parser to the Makefile libavcodec
2008-10-24 mru Build MMX/SSE FFT only if CONFIG_FFT is set libavcodec
2008-10-24 mru Auto-enable CONFIG_FFT for codecs that need it libavcodec
2008-10-24 diego prettyprinting cosmetics libavcodec
2008-10-24 diego spelling cosmetics libavcodec
2008-10-24 diego Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder. libavcodec
2008-10-24 diego Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge. libavcodec
2008-10-24 conrad Speex decoding via libspeex libavcodec
2008-10-24 kostya Choose RV3/4 DC quantizer correctly libavcodec
2008-10-24 bcoudurier dnxhd parser libavcodec
2008-10-23 bcoudurier add state64 field to ParseContext storing last 8 bytes, to be able to check for longer startcodes libavcodec
2008-10-23 benoit Revert r15653. libavcodec
2008-10-21 aurel uses FF_ARRAY_ELEMS() where appropriate libavcodec
2008-10-20 reimar Use x86_reg type instead of long in float_to_int16 MMX/SSE functions. libavcodec
2008-10-20 michael Use av_freep() in ff_parse_close(). libavcodec
2008-10-20 benoit Copy pts for each raw encoded frame. libavcodec
2008-10-20 kostya 34l: free RV3/4 context variables at the end libavcodec
2008-10-20 kostya RV3 and RV4 decoders set some deblocking coefs for each macroblock, libavcodec
2008-10-20 kostya Mark some of RV3/4 block types as having separate DC subblock libavcodec
2008-10-19 conrad Cosmetics: reindent libavcodec
2008-10-19 conrad Combine non-bitexact sections libavcodec
2008-10-19 conrad VP3 loop filter is mmx2 not mmx libavcodec
2008-10-17 conrad MMX VP3 Loop Filter libavcodec
2008-10-16 flameeyes Convert asm keyword into __asm__. libavcodec
2008-10-15 benoit Use of new bitstream in vorbis_enc.c. libavcodec
2008-10-15 benoit Cosmetics: fix indentation after previous commit. libavcodec
2008-10-15 benoit Add a flag to avoid calling vorbis_analysis_wrote twice with an empty buffer. libavcodec
2008-10-14 michael Include zlib.h as it is needed for watermark support, libavcodec
2008-10-14 michael Export svq1_packet_checksum() that is needed for svq3 watermarks, libavcodec
2008-10-14 michael Add variable to hold the svq3 watermarking key, libavcodec
2008-10-13 benoit Fix mem leak. libavcodec
2008-10-13 cehoyos Fix some icc warnings by using enum PixelFormat instead of int where appropriate. libavcodec
2008-10-13 aurel vp6dec: ensure we don't try to use a buffer with negative size libavcodec
2008-10-12 cehoyos Use PIX_FMT_NONE instead of -1 in AVCodec.pix_fmts. libavcodec
2008-10-12 conrad Remove unused variables libavcodec
2008-10-11 ramiro nellymoserenc: flush PutBitContext after use. libavcodec
2008-10-11 mru aac_parser: fix strict aliasing violation libavcodec
2008-10-09 bcoudurier get_pixels_sse2, ~+12% performance compared to mmx libavcodec
2008-10-08 aurel allows calling avcodec_find_(en|de)coder_by_name with NULL parameter libavcodec
2008-10-07 diego Add a bunch of const qualifiers to function arguments. libavcodec
2008-10-07 romansh replacing frame_rate and frame_rate_base with an AVRational time_base libavcodec
2008-10-07 romansh cosmetic updates as per Michael's suggestion libavcodec
2008-10-07 romansh vertically aligning as per Michael's suggestion libavcodec
2008-10-07 romansh unrolling the loops as per Michael's suggestion libavcodec
2008-10-07 romansh fixing a bug that prevented proper unweighting table to be selected libavcodec
2008-10-07 romansh Doxygenizing the comments libavcodec
2008-10-07 romansh simplifying the code as per Michael's suggestion libavcodec
2008-10-07 diego Sync cosmetics from upstream. libavcodec
2008-10-06 superdump Rename variables to clarify the channel coupling element and corresponding libavcodec
2008-10-06 superdump Correct documentation of ch_select array. libavcodec
2008-10-06 superdump Corrections to channel coupling code to attain conformance for appropriate libavcodec
2008-10-06 diego Remove obsolete liba52 wrapper code. libavcodec
2008-10-05 vitor Cosmetics: rename mace3_decode_frame() to mace_decode_frame() libavcodec
2008-10-05 vitor Avoid code duplication between mace3_decode_frame() and mace6_decode_frame() libavcodec
2008-10-05 vitor Use a for() instead of triplicating code. libavcodec
2008-10-05 kostya Register RV-[34] block specific feature for long future loop filter libavcodec
2008-10-05 vitor Factorize duplicate table reading code. libavcodec
2008-10-04 gpoirier Declare ff_pw_53 and ff_pw_18 as assembler constants. libavcodec
2008-10-04 diego Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail com. libavcodec
2008-10-04 conrad Move VP3 loop filter to DSPContext libavcodec
2008-10-04 lu_zero Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego Pettenò libavcodec
2008-10-04 lu_zero Mark ff_div6 and ff_rem6 static in h264.c. Patch by Diego Pettenò libavcodec
2008-10-04 lu_zero Mark list heads static. Patch by Diego Pettenò libavcodec
2008-10-04 michael 100l forgot return type. libavcodec
2008-10-04 michael Fix indention of NAL type enum. libavcodec
2008-10-03 michael ff_parse_close() is not the correct function for H264Context. libavcodec
2008-10-03 michael Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h. libavcodec
2008-10-02 aurel atrac3dec: cosmetics: indentation libavcodec
2008-10-02 gpoirier fix warning reported by Intel C compiler: libavcodec
2008-10-02 gpoirier Intel C compiler warns on this assignment in this if(), probably libavcodec
2008-10-02 gpoirier Remove duplicate "const" qualifier for *matrix. libavcodec
2008-10-02 gpoirier x264 has removed the b-rdo and bime options, and instead integrated libavcodec
2008-10-02 reimar Use M_PI from libavutil/mathematics.h instead of defining PI ourselves libavcodec
2008-10-02 reimar Make 8svx codec context table pointer const to match the type of the libavcodec
2008-10-02 diego spelling cosmetics libavcodec
2008-10-02 reimar Remove useless cyuv_decode_end function libavcodec
2008-10-02 reimar Add (additional) const to many global tables. libavcodec
2008-10-02 reimar Use "static const" instead of "const static" libavcodec
2008-10-02 diego cosmetics: Change comment style for consistency. libavcodec
2008-10-02 benoit Rename some variables and add some comments to try to be a bit more clear. libavcodec
2008-10-02 cehoyos Rename copy_picture to ff_copy_picture. libavcodec
2008-10-01 cehoyos Fix memleak for currupt input. libavcodec
2008-10-01 conrad Cosmetics: reindent libavcodec
2008-10-01 conrad Unneeded else libavcodec
2008-10-01 conrad Unneeded braces libavcodec
2008-10-01 conrad Return if unpacking motion vectors for a keyframe libavcodec
2008-10-01 conrad Cosmetics: indentation libavcodec
2008-10-01 conrad Visible width/height fields were added in Theora 3.2 libavcodec
2008-10-01 conrad filter_limit_values only needs 7 bits, make its tables smaller libavcodec
2008-10-01 benoit Fix indentation. libavcodec
2008-10-01 benoit Remove useless context variable. libavcodec
2008-10-01 benoit Merge declaration and assignment. libavcodec
2008-10-01 benoit Interleaved forward/backward channels processing in order to increase chances libavcodec
2008-09-30 conrad Cosmetics: indentation libavcodec
2008-09-30 conrad Merge (vp3|theora)_calculate_pixel_addresses libavcodec
2008-09-30 conrad Missed hunks of last commit libavcodec
2008-09-30 conrad Remove unused vp3 debugging info libavcodec
2008-09-30 benoit Move iv_decode_frame function to remove a forward declaration. libavcodec
2008-09-30 benoit Remove useless lines. libavcodec
2008-09-30 benoit Reindent whole file. libavcodec
2008-09-30 benoit Indent. libavcodec
2008-09-30 benoit Simplify iv_free_func(). libavcodec
2008-09-30 benoit Move allocated buffer out of YUV buffer structure. libavcodec
2008-09-30 benoit Remove useless initializations. libavcodec
2008-09-30 benoit Check allocations on init. libavcodec
2008-09-30 benoit Remove useless test. libavcodec
2008-09-30 benoit Cosmetics libavcodec
2008-09-30 benoit use uint8_t instead of unsigned char libavcodec
2008-09-30 benoit Corrector type fits in 8 bits. libavcodec
2008-09-30 benoit Remove useless casts and use variable instead of its type in sizeof. libavcodec
2008-09-30 benoit Change table types to uint8_t libavcodec
2008-09-30 conrad Downgrade severity of leftover bits in header packets, and don't check for the comment header libavcodec
2008-09-30 michael Allocate 1 line more in the chroma plane for H.264, this avoids some libavcodec
2008-09-30 michael Replace second (and wrong) call to avcodec_align_dimensions() by adjusting libavcodec
2008-09-30 michael Do not attempt to perform error concealment in lowres mode as this is libavcodec
2008-09-29 aurel atrac3: ensure input frame is not overwritten (it is const) libavcodec
2008-09-29 conrad Use skip_frame for keyframe-only decoding rather than #ifdef libavcodec
2008-09-29 cehoyos Fix a warning about an undefined function when compiling h264.c libavcodec
2008-09-29 diego Uniformly define _XOPEN_SOURCE to 600. libavcodec
2008-09-28 michael Guess picture type from picture coding extension when the main header is damaged. libavcodec
2008-09-28 stefano Document the directpred auto value. libavcodec
2008-09-28 superdump Use DECLARE_ALIGNED_16() on vorbis windows as they are used in dsputils libavcodec
2008-09-27 michael Replace apparently always true condition by assert(). libavcodec
2008-09-27 michael Simplify pix_fmt_id instead of listing a subset of non-simplified ones. libavcodec
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