log

age author description
2009-06-06 voroshil Internal routine should not use name of standard function. libavcodec
2009-06-05 voroshil Remove ff_g729_ and g729_ prefixes from static routines. libavcodec
2009-06-05 diego Add support for external OpenCORE libraries for AMR-NB/WB support. libavcodec
2009-06-05 bcoudurier vmware video decoder uses reget_buffer, set CODEC_CAP_DR1 libavcodec
2009-06-05 bcoudurier zmbv decoder uses get_buffer, set CODEC_CAP_DR1 libavcodec
2009-06-05 bcoudurier vc1 and wmv3 decoders use MPV_frame_start which uses get_buffer, set CODEC_CAP_DR1 libavcodec
2009-06-05 bcoudurier renderware txd image decoder uses get_buffer, set CODEC_CAP_DR1 libavcodec
2009-06-05 bcoudurier tmv decoder uses get_buffer, set CODEC_CAP_DR1 libavcodec
2009-06-05 bcoudurier tiff image decoder uses get_buffer, set CODEC_CAP_DR1 libavcodec
2009-06-05 bcoudurier vp3 and theora decoders use get_buffer, set CODEC_CAP_DR1 libavcodec
2009-06-05 bcoudurier targa image decoder uses get_buffer, set CODEC_CAP_DR1 libavcodec
2009-06-05 bcoudurier sun rasterfile image decoder uses get_buffer, set CODEC_CAP_DR1 libavcodec
2009-06-05 bcoudurier snow decoder uses get_buffer, set CODEC_CAP_DR1 libavcodec
2009-06-05 bcoudurier smacker video decoder uses reget_buffer, set CODEC_CAP_DR1 libavcodec
2009-06-05 bcoudurier kmvc decoder uses get_buffer, set CODEC_CAP_DR1 libavcodec
2009-06-05 bcoudurier ptx image decoder uses get_buffer, set CODEC_CAP_DR1 libavcodec
2009-06-05 bcoudurier libopenjpeg wrapper uses get_buffer, set CODEC_CAP_DR1 libavcodec
2009-06-05 bcoudurier png decoder use get_buffer, set CODEC_CAP_DR1 libavcodec
2009-06-05 bcoudurier pcx decoder use get_buffer, set CODEC_CAP_DR1 libavcodec
2009-06-05 bcoudurier pgm, pgmyuv, ppm, pbm and pam decoders use get_buffer, set CODEC_CAP_DR1 libavcodec
2009-06-05 bcoudurier dxa decoder uses get_buffer, set CODEC_CAP_DR1 libavcodec
2009-06-05 bcoudurier bfi decoder uses get_buffer, set CODEC_CAP_DR1 libavcodec
2009-06-05 bcoudurier bmp decoder uses get_buffer, set CODEC_CAP_DR1 libavcodec
2009-06-05 bcoudurier amv decoder uses get_buffer, set CODEC_CAP_DR1 libavcodec
2009-06-05 bcoudurier bethesda vid decoder uses reget_buffer, set CODEC_CAP_DR1 libavcodec
2009-06-05 bcoudurier 4xm decoder uses get_buffer, set CODEC_CAP_DR1 libavcodec
2009-06-05 bcoudurier indeo3 decoder uses get_buffer, set CODEC_CAP_DR1 libavcodec
2009-06-04 ramiro Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED. libavcodec
2009-06-04 diego cosmetics: K&R style reformatting libavcodec
2009-06-03 ramiro Use fewer macros in x86-optimized mlpdsp. libavcodec
2009-06-03 michael Fix sei_ct_type check so it does not mistreat ct_type= unknown. libavcodec
2009-06-03 michael Print ct_type and pic_struct. libavcodec
2009-06-03 alexc AAC ADTS to AudioSpecificConfig bitstream filter libavcodec
2009-06-03 reimar Set AV_PKT_FLAG_KEY in avcodec_decode_video. libavcodec
2009-06-03 reimar Add AV_PKT_FLAG_KEY and deprecate PKT_FLAG_KEY. libavcodec
2009-06-03 michael Clarify the input AVPacket for avcodec_decode*() libavcodec
2009-06-02 kostya Check combined depth and number of components in TIFF decoder, thus eliminating libavcodec
2009-05-31 reimar add #if CONFIG_ZLIB_DECODER around zlib_decomp function. libavcodec
2009-05-31 reimar mszh decompression: add a special case for an all-0 mask, i.e. 32 uncompressed libavcodec
2009-05-31 reimar lcldec: ensure that the offset for av_memcpy_backptr is valid. libavcodec
2009-05-31 reimar Fix memleak due to c->decomp_buf never being freed. libavcodec
2009-05-31 reimar Only call inflateEnd when we were actually using the zlib code. libavcodec
2009-05-31 reimar avctx->priv_data is initialized to 0, get rid of useless extra initialization. libavcodec
2009-05-31 reimar Merge variable declaration and initialization. libavcodec
2009-05-31 reimar Use int-size types instead of char where it makes no difference. libavcodec
2009-05-31 reimar Take advantage of available input padding to optimize mszh_decomp libavcodec
2009-05-31 reimar Change maskbit variable to contain (1 << maskbit) libavcodec
2009-05-31 reimar Remove check that thanks to padding is no longer necessary. libavcodec
2009-05-31 reimar 100l, the compression field in lcl extradata must be interpreted as libavcodec
2009-05-31 reimar One more use for FFMIN. libavcodec
2009-05-31 reimar Pad the decompression buffer and use av_memcpy_backptr for the mszh decompression. libavcodec
2009-05-31 reimar Mark srcptr as const in mszh_decomp libavcodec
2009-05-31 reimar Remove unnecessary put_bits/get_bits includes. libavcodec
2009-05-31 reimar Use bytestream_get_le16 to simplify offset/count calculation for mszh decompression. libavcodec
2009-05-31 reimar Remove useless & 0x1f libavcodec
2009-05-31 reimar Document padding requirements of mszh_decomp srcptr buffer libavcodec
2009-05-31 reimar Use srcptr_end variable to avoid having to update both srcptr and srclen. libavcodec
2009-05-31 reimar Change buffer size checks to avoid the undefined overflow case. libavcodec
2009-05-31 reimar Simply use memcpy instead of AV_RN32/AV_WN32 combination. libavcodec
2009-05-31 reimar Fix decoding of multithread-encoded lcl files on big-endian. libavcodec
2009-05-31 reimar Remove another useless () libavcodec
2009-05-31 reimar Correct calculation of compressed input length. libavcodec
2009-05-31 reimar Add sanity check for mthread_inlen, avoids crashes due to invalid reads. libavcodec
2009-05-31 reimar Use FFMIN libavcodec
2009-05-31 reimar Factor out zlib decompression code to avoid massive code duplication, libavcodec
2009-05-31 reimar Use FFALIGN libavcodec
2009-05-31 reimar Move variable into block where it is used, avoiding a unused variable libavcodec
2009-05-31 reimar Make lcldec less annoyingly verbose, move messages from AV_LOG_INFO to AV_LOG_DEBUG. libavcodec
2009-05-31 reimar Get rid of unreachable code: avctx->codec_id == CODEC_ID_ZLIB is not possible libavcodec
2009-05-31 reimar lcldec.c: change #if CONFIG_ZLIB to #if CONFIG_ZLIB_DECODER. libavcodec
2009-05-31 reimar Get rid of extradata casts, it already has the right uint8_t * type libavcodec
2009-05-31 reimar Make lcldec produce YUV output when the input file is coded like that, instead libavcodec
2009-05-31 reimar Remove now unused elements from LclEncContext libavcodec
2009-05-31 reimar Remove useless casts, extradata is already "uint8_t *" libavcodec
2009-05-31 reimar lclenc.c: compress directly into output buffer instead of using a pointless libavcodec
2009-05-31 reimar Remove superfluous () from lclenc.c libavcodec
2009-05-31 reimar Cosmetics: fix indentation in lclenc.c libavcodec
2009-05-31 reimar Remove "#if CONFIG_ZLIB" checks from lclenc.c, the file is never compiled libavcodec
2009-05-31 andoma Add a lock manager API to libavcodec. libavcodec
2009-05-31 bcoudurier remove cast and use put_sbits, fix assertion in put_bits libavcodec
2009-05-31 bcoudurier fix compilation with DEBUG defined libavcodec
2009-05-30 astrange H264: Fix out of bounds reads in SSSE3 MC libavcodec
2009-05-30 reimar Use memcpy instead of per-pixel copy loop for rgb lcl format libavcodec
2009-05-30 michael Make sure offsets of mjpeg b are within the buffer. libavcodec
2009-05-30 reimar Remove useless () from lcldec for more consistency with "normal" FFmpeg coding style. libavcodec
2009-05-30 reimar Add casts to v210x decoder to avoid warnings. libavcodec
2009-05-30 bcoudurier The GIF decoder uses get_buffer, so set DR1. libavcodec
2009-05-30 bcoudurier remove unused hack which set AVCodecContext frame_number to pic timestamp libavcodec
2009-05-30 bcoudurier set pict_type in VC-1 parser, fix some timestamps problems libavcodec
2009-05-29 conrad Support block-level quantization in Theora libavcodec
2009-05-29 reimar Use av_clip_uint8 instead of equivalent but unoptimzed code, libavcodec
2009-05-28 mru MIPS: add MIPS64 and Loongson asm for MAC64/MLS64 libavcodec
2009-05-28 mru blackfin: disable broken dsputil functions libavcodec
2009-05-28 mru blackfin: add missing const in function prototypes libavcodec
2009-05-28 mru blackfin: use optimised (I)DCT only when ctx->(i)dct_algo is auto libavcodec
2009-05-28 mru blackfin: use DCT function pointer in dct_quantize_bfin() libavcodec
2009-05-28 mru ARM: add some PLD in NEON IDCT libavcodec
2009-05-27 bcoudurier msrle uncompressed decoding, fix #1074 and many other samples under /RLE libavcodec
2009-05-27 bcoudurier remove apparently unused real_pict_num from AVCodecContext libavcodec
2009-05-27 bcoudurier Rename alloc_picture to ff_alloc_picture and move its definition libavcodec
2009-05-27 heydowns Use AV_R/WN32 instead of direct integer copying. libavcodec
2009-05-27 bcoudurier do not print false error if eof follows eol libavcodec
2009-05-27 bcoudurier Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg. libavcodec
2009-05-26 bcoudurier do not reference remainder packets in the parser, fix timestamps fetching libavcodec
2009-05-26 alexc In the event of a mismatch, do not follow the sample rate index in an AAC PCE. libavcodec
2009-05-26 jai_menon Add lowres support to the libopenjpeg wrapper. libavcodec
2009-05-26 jai_menon Use dimensions stored in AVCodecContext instead of local variables. libavcodec
2009-05-26 reimar Change HAVE_PPC64 to ARCH_PPC64. libavcodec
2009-05-26 michael Support YVU9 AVI 4cc. libavcodec
2009-05-25 conrad Altivec VP3 IDCT libavcodec
2009-05-25 diego The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86. libavcodec
2009-05-25 ramiro cosmetics: tabs->spaces libavcodec
2009-05-25 jbr eac3dec: get rid of unnecessary left shifts in 16-bit * 24-bit libavcodec
2009-05-25 reimar Move a DECLARE_ALIGNED_16 variable in the Nellymoser encoder from the stack libavcodec
2009-05-25 bcoudurier honor restart interval in mjpeg, fix #861, SpectralFan.mov still decodes correctly libavcodec
2009-05-25 ramiro mlp: Re-enable x86-optimized DSP functions. libavcodec
2009-05-25 ramiro mlp: Use LABEL_MANGLE() to export label symbols from inside asm block. libavcodec
2009-05-24 vitor Fix unaligned dsputil call. libavcodec
2009-05-24 reimar eatqi: move "block" variable into context to ensure sufficient alignment for libavcodec
2009-05-24 reimar Distinguish between non-coded blocks and decode errors in rtjpeg's get_block libavcodec
2009-05-24 reimar Add a few size checks when decoding rtjpeg blocks. libavcodec
2009-05-24 reimar Move "block" variable in rtjpeg decoder to context to ensure sufficient alignment libavcodec
2009-05-24 conrad H264: Don't deblock if alpha or beta is 0. libavcodec
2009-05-23 michael indent libavcodec
2009-05-23 michael Fix lowres with rv20. libavcodec
2009-05-23 heydowns Fix passing of unaligned addresses to dsputil diff_bytes() by libavcodec
2009-05-23 heydowns Add offset argument to encode_422_bitstream() to control where libavcodec
2009-05-23 conrad ARM: actually add VP3 loop filter libavcodec
2009-05-23 conrad ARM: NEON VP3 Loop Filter libavcodec
2009-05-23 bcoudurier fix qtrle encoding when previous frame linesize differs, fix #998 libavcodec
2009-05-23 bcoudurier Set progressive_sequence before MPV_common_init which cares about it when libavcodec
2009-05-23 ramiro Revert part of r18903: libavcodec
2009-05-23 ramiro MLP DSP functions x86-optimized. libavcodec
2009-05-22 conrad Fix libtheora encoding for non-mod16 sizes libavcodec
2009-05-22 conrad Move ALIGN macro to libavutil/common.h and use it in various places libavcodec
2009-05-22 reimar Move eatgq blocks array from the stack to the codec context and make sure libavcodec
2009-05-22 diego cosmetics: Fix some typos. libavcodec
2009-05-21 jbr 10l: typing mistake in r18888 libavcodec
2009-05-21 jbr eac3dec: fix bug in GAQ dequantization. large mantissas should only be libavcodec
2009-05-21 jbr eac3dec: make GAQ dequantization 24-bit libavcodec
2009-05-21 jbr eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQ libavcodec
2009-05-20 mru mathops: sort arch-specific #include lines libavcodec
2009-05-20 mru mathops: whitespace cosmetics libavcodec
2009-05-20 benoit Use IF1 frame sizes in AMR-WB. libavcodec
2009-05-20 serge Use iMDCT output scaling to simplify ffvorbis and make it slightly faster. libavcodec
2009-05-20 serge Fix for a problem with inverted sign of output data from ffvorbis decoder. libavcodec
2009-05-20 serge Support for testing (i)MDCT output scale factor in fft-test tool. libavcodec
2009-05-19 diego The AC-3 decoder is now LGPL. Exchange the license header and change references libavcodec
2009-05-19 darkshikari LGPL version of ac3_decode_transform_coeffs_ch, ~12.4% faster. libavcodec
2009-05-19 alexc Add missing libavformat dependencies on mpeg4audio.o libavcodec
2009-05-19 diego Move AMR-WB-specific code to the AMR-WB section of the file. libavcodec
2009-05-19 diego cosmetics: Move AMR-WB-specific code to the AMR-WB part of the file. libavcodec
2009-05-18 diego Remove useless casts of vec_ld() parameters. libavcodec
2009-05-17 banan Indent libavcodec
2009-05-17 banan Change from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3 libavcodec
2009-05-17 banan Indent libavcodec
2009-05-17 banan Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2. libavcodec
2009-05-17 vitor Make TMV decoder check packet sizes before reading from it. libavcodec
2009-05-17 reimar Add a forward declaration of mpeg1_decode_block_intra to fix compilation libavcodec
2009-05-17 jbr eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it is libavcodec
2009-05-17 mru mpeg12: fix non-standard use of "extern inline" libavcodec
2009-05-16 jbr ac3dec: fix coupling range check. the start subband must be less than libavcodec
2009-05-16 serge Support for getting (i)MDCT output multiplied by a constant scaling factor. libavcodec
2009-05-16 kostya Fix off-by-one error in MS RLE decoder which may result into writing past libavcodec
2009-05-15 diego cosmetics: K&R coding style, indent correctly, break overly long lines libavcodec
2009-05-15 diego Replace 'x == 0' if conditions with '!x'. libavcodec
2009-05-15 diego cosmetics: Remove pointless {}. libavcodec
2009-05-15 diego Surround AMR_WB encoding code by appropriate #ifdefs. libavcodec
2009-05-15 diego cosmetics: Move some more code around to avoid #ifdeffery. libavcodec
2009-05-15 diego cosmetics: Move functions around so that encoding and decoding functions are libavcodec
2009-05-15 diego Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right after libavcodec
2009-05-15 diego Add av_cold attribute to amr_nb decoding/encoding initialization functions. libavcodec
2009-05-15 banan Bugfix for bug introduced in the multichannel cook patchset. libavcodec
2009-05-15 ramiro mlp: Simplify adressing of state and coeffs arrays for both filters by making libavcodec
2009-05-15 ramiro mlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8. libavcodec
2009-05-15 conrad Ensure that we don't read from invalid memory with B-frame qpel libavcodec
2009-05-15 bcoudurier decode mpeg-2 closed gop first b frames, fix issue #824 libavcodec
2009-05-15 bcoudurier change pic type to Picture* and remove casts libavcodec
2009-05-14 stefano Document av_set_string3() returned error codes. libavcodec
2009-05-14 stefano Make av_set_string3() print a message in case of unknown option. libavcodec
2009-05-14 stefano Provide a context to av_log() calls in av_set_number2() and libavcodec
2009-05-14 serge Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine") libavcodec
2009-05-14 michael Fix VBV delay for mpeg1/2 CBR. libavcodec
2009-05-14 conrad Use skip_bits_long() for large skips libavcodec
2009-05-13 alexc Subroutine to copy an AAC Program Config Element (PCE) libavcodec
2009-05-13 alexc Cosmetics after last commit libavcodec
2009-05-13 alexc Allow parsing and decoding of ADTS AAC files with channel config = 0 libavcodec
2009-05-13 alexc Move the ADTS header size to the parser's header file. libavcodec
2009-05-13 alexc Add a quick description to the H.264 BSF libavcodec
2009-05-13 bcoudurier add casts to silence gcc warnings libavcodec
2009-05-13 bcoudurier add casts to silence gcc warnings libavcodec
2009-05-12 diego Fix bandwith vs. bandwiDth typo. libavcodec
2009-05-12 bcoudurier V210 Uncompressed 4:2:2 10-bit encoder and decoder libavcodec
2009-05-11 diego Support 16K samplerate in Nellymoser. libavcodec
2009-05-11 conrad Add a chroma_sample_location field to define positioning of chroma samples libavcodec
2009-05-11 mru PPC: 32-bit asm for MAC64 and MLS64 libavcodec
2009-05-10 bcoudurier sgi encoder does not support pal8 libavcodec
2009-05-10 bcoudurier reindent libavcodec
2009-05-10 bcoudurier check for palette presence, fix crash with QT-BMP.mov, issue #1074 libavcodec
2009-05-10 banan Remove dead nested assignment found by CSA libavcodec
2009-05-10 bcoudurier update comment for rgb 16 bit in .mov libavcodec
2009-05-09 diego Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition. libavcodec
2009-05-08 diego data parameter of dnxhd_encode_picture() should not be const. libavcodec
2009-05-08 michael Correct x/ymin to avoid segfault due to out of picture reads. libavcodec
2009-05-06 stefano Add 8088flex TMV video decoder. libavcodec
2009-05-06 stefano Add CGA and palette data for 8088flex TMV decoder. libavcodec
2009-05-06 ramiro mlpdec: Fix possible writing out of array bounds introduced by being libavcodec
2009-05-06 ramiro mlpdec: Split sync word error and MLP sync word check. libavcodec
2009-05-06 ramiro mlpdec: Fix indentation that got mangled from copy&paste. libavcodec
2009-05-06 kostya Add 32-bit RGB support to TIFF decoder and extend a bit 'unsupported format' message libavcodec
2009-05-06 kostya Add floating point audio decoding to WavPack decoder. libavcodec
2009-05-06 kostya Prepare WavPack decoder to support floating point output. libavcodec
2009-05-06 jbr cosmetics: line wrap and vertical alignment libavcodec
2009-05-06 jbr ac3dec: Remove unneeded context variable, num_cpl_subbands. It is also libavcodec
2009-05-05 jbr cosmetics: indentation after last commit libavcodec
2009-05-05 jbr ac3dec: move channel remapping to outside of block loop libavcodec
2009-05-05 michael Extract colorspace fields from MPEG1/2. libavcodec
2009-05-05 mru mpegaudio: enclose SUM8() macro args in parens when used libavcodec
2009-05-05 mru mpegaudio: avoid unnecessary copy in high-precision mode libavcodec
2009-05-05 mru mpegaudio: use av_clip() libavcodec
2009-05-05 michael Add colorspace fields to AVCodecContext. libavcodec
2009-05-05 cehoyos Cosmetics: Fix indentation after r18741. libavcodec
2009-05-05 michael Do not discard mp3 frames in the parser after a broken frame. libavcodec
2009-05-05 kostya Factorize out integer sample value decoding for WavPack. libavcodec
2009-05-04 mru PPC: implement MULH() in assembler libavcodec
2009-05-04 diego Do not scan for MP3 header after the given buffer and return skipped libavcodec
2009-05-04 reynaldo Properly handle SILENCE frame. Patch by Kenan Gillet. libavcodec
2009-05-03 banan Remove dead assignments found by CSA libavcodec
2009-05-03 kostya Check whether extra bits block has enough data. libavcodec
2009-05-02 banan Remove dead assignments found by CSA libavcodec
2009-05-02 banan Remove dead assignments found by CSA libavcodec
2009-05-02 kostya Decode extended bitstream for high-precision WavPack files. libavcodec
2009-05-01 michael Ignore first entry of intra matrixes if it is invalid. libavcodec
2009-05-01 michael Factorize quantization matrix loading code out. libavcodec
2009-04-30 ramiro Don't #if a function declaration and properly indent it. libavcodec
2009-04-30 ramiro mlpdec: Move MLP's filter_channel() to dsputils. libavcodec
2009-04-30 ramiro Export av_free_packet(). libavcodec
2009-04-30 diego Add missing return statement to out-of-memory condition. Fixes the warning: libavcodec
2009-04-29 diego Drop unused libamr-nb fixed-point glue code. libavcodec
2009-04-29 conrad ARM: Use fewer register in NEON put_pixels _y2 and _xy2 libavcodec
2009-04-29 conrad ARM: NEON put_pixels_clamped libavcodec
2009-04-27 stefano Implement av_get_bits_per_pixel(). libavcodec
2009-04-27 vitor Revert r18700, documentation of deprecated functions might be useful for libavcodec
2009-04-27 vitor Check if there is enough bytes before reading the buffer in the EA ADPCM libavcodec
2009-04-27 vitor Skip 0x0000 frame footer in EA ADPCM decoder. libavcodec
2009-04-27 michael Remove useless and outright wrong chatter from avcodec_encode_video(). libavcodec
2009-04-27 michael Remove redundant chatter from avcodec_encode_audio() libavcodec
2009-04-27 michael Negative is error not -1, corrected in the doxy for avcodec_decode_subtitle2(). libavcodec
2009-04-27 michael Add multiframe note to avcodec_decode_video() too. libavcodec
2009-04-27 michael Cleanup first paragraph of doxy of avcodec_decode_audio3(). libavcodec
2009-04-27 michael Remove documentation from deprecated fields, they should not be used, libavcodec
2009-04-27 michael Remove confusing and redundant engrish chatter from avcodec_decode_video2(). libavcodec
2009-04-27 kostya Revert changing VLC initialization type for RV3/4 decoder. libavcodec
2009-04-26 ramiro mlpdec: Simplify filtering code by using only one counter variable. libavcodec
2009-04-26 kostya Correctly update output sample format in wavpack decoder. libavcodec
2009-04-25 banan Proper subpacket size check for cook multichannel files. libavcodec
2009-04-25 banan Remove parentheses libavcodec
2009-04-25 banan Set the type of size in COOKSubpacket to unsigned libavcodec
2009-04-25 stefano Add pixdescs definitions for planar YUV pixfmts with 16 bits per libavcodec
2009-04-25 banan Make sure we only parse max amount of subpackets (5) in the cook decoder. libavcodec
2009-04-25 banan Indent libavcodec
2009-04-25 banan Remove redundant code libavcodec
2009-04-25 banan Support cook multichannel files. libavcodec
2009-04-25 banan Fix the COOKDEBUG code libavcodec
2009-04-25 banan Factor out COOKSubpacket, in preparation for multichannel support. libavcodec
2009-04-25 stefano Add missing pixel format descriptor definitions. libavcodec
2009-04-25 kostya Get rid of monstrous static table and initialize VLCs for RV3/4 dynamically. libavcodec
2009-04-24 kostya Remove useless assignment during initialization for some decoders libavcodec
2009-04-24 michael indent libavcodec
2009-04-24 kostya TrueMotion 2 uses its own YUV-like colourspace, so convert output to proper RGB. libavcodec
2009-04-24 kostya cosmetics: remove extra space indentation libavcodec
2009-04-24 kostya Merge decoding functions for all bitdepths in WavPack decoder libavcodec
2009-04-24 michael Support >8bit per component YUV in FFV1. libavcodec
2009-04-24 michael Force speed irrelevant calls to get/put_symbol() to be noinline. libavcodec
2009-04-24 michael Optimize sign handling in get_symbol(). libavcodec
2009-04-23 stefano Make avcodec_thread_init() set the thread count, even in the case when libavcodec
2009-04-23 kostya Handle WavPack INT32INFO chunks with nonzero post shift libavcodec
2009-04-23 kostya Add functions for decoding >16 bits WavPack files. libavcodec
2009-04-23 kostya Shift 9-15 bit samples to use full 16-bit range. libavcodec
2009-04-23 kostya Display dimensions should not affect the real size of coded frame, thus set libavcodec
2009-04-22 michael Remove 2 useless FFMIN(). libavcodec
2009-04-22 michael Remove apparently redundant code. libavcodec
2009-04-22 banan Remove redundant code, found by CSA libavcodec
2009-04-22 kostya Switch VLC tables in WMV3/VC-1 decoder to new static init method libavcodec
2009-04-22 michael Update safety check as the maximum pixel size is no longer 4. libavcodec
2009-04-22 michael Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT) libavcodec
2009-04-22 stefano Make read_line() do not depend on put_bits.h and speed up it. libavcodec
2009-04-21 ramiro mlpdec: Don't overallocate buffers. libavcodec
2009-04-21 ramiro mlpdec: Validate num_primitive_matrices. libavcodec
2009-04-21 ramiro mlpdec: Validate max_channel and max_matrix_channel. libavcodec
2009-04-21 ramiro mlpdec: Restart header sync must be 0x31ea for MLP. libavcodec
2009-04-21 stefano Add missing header inclusion guard. libavcodec
2009-04-21 stefano Implement a write_line() function. libavcodec
2009-04-21 jai_menon Read extended channel configuration when extended AOT is BSAC. libavcodec
2009-04-21 kostya Make VLC tables in DCA decoder use INIT_VLC_USE_NEW_STATIC libavcodec
2009-04-21 kostya 100l: VLC table array should not be const libavcodec
2009-04-21 superdump Remove redundant assignment. err is assigned in every switch case anyway. Issue libavcodec
2009-04-21 michael Fix a possibly exploitable buffer overflow. libavcodec
2009-04-21 kostya Set flag after VC-1 VLCs are initialized to avoid race condition libavcodec
2009-04-21 kostya Remove some useless assignments and variables found by Clang libavcodec
2009-04-21 kostya Make RV3/4 VLC tables use new static initialization method libavcodec
2009-04-21 michael Add 420,422 and 444 planar 16bit per component pix formats. libavcodec
2009-04-20 kostya Make rv40 decoder use new static VLC initialization method libavcodec
2009-04-20 kostya Compact and make constant two tables used by Musepack decoders libavcodec
2009-04-20 jbr ac3enc: log a warning message if the channel layout is not specified at libavcodec
2009-04-19 michael Indent libavcodec
2009-04-19 michael Do not discard truncated packets. libavcodec
2009-04-19 jbr Add channel layout support to the AC-3 encoder. libavcodec
2009-04-19 jbr Add channel layout support to the AC-3 decoder and AC-3 parser. libavcodec
2009-04-19 jbr Check that channel layout is compatible with number of channels for libavcodec
2009-04-19 superdump Remove unnecessary assignment, found by CSA. libavcodec
2009-04-18 reynaldo Add LP zero synthesis filter. Patch by Kenan Gillet. libavcodec
2009-04-18 ramiro mlpdec: Read context variable to local variable to make code cleaner. libavcodec
2009-04-18 ramiro mlpdec: {}- and whitespace-related cosmetics. libavcodec
2009-04-18 ramiro mlpdec: Use some context arrays with local variables in rematrix_channels(). libavcodec
2009-04-18 ramiro truehd: Simplify rematrix_channels() as per Michael's original review. libavcodec
2009-04-18 ramiro mlpdec: Make read_matrix_params() take unsigned int substr for consistency. libavcodec
2009-04-18 ramiro mlpdec: Check for {matrix,filter}_changed as soon as they are incremented. libavcodec
2009-04-18 jbr Add 3 channel layout convenience macros. libavcodec
2009-04-18 reimar Avoid code duplication in xan_unpack for the final memcpy. libavcodec
2009-04-17 reimar Use sign_extend function instead of reimplementing it. libavcodec
2009-04-17 reimar Remove a useless "& 0xF" libavcodec
2009-04-17 reimar Use / and % operators instead of reimplementing them with a loop. libavcodec
2009-04-17 reimar Change buffer check to avoid an unlikely pointer arithmetic overflow. libavcodec
2009-04-17 reimar Simplify xan_huffman_decode by using get_bits libavcodec
2009-04-17 michael Fix indention, patch by Lars Täuber. libavcodec
2009-04-17 reimar Simplify ipvideo_decode_opcodes by using get_bits, this might be slower libavcodec
2009-04-17 reimar Remove unused code_counts array from interplavideo.c. libavcodec
2009-04-17 jai_menon Introduce codec id for MPEG-4 ALS and associate it with corresponding libavcodec
2009-04-17 reimar Cosmetics to improve xan_unpack readability libavcodec
2009-04-17 reimar Fix buffer size check for xan_unpack which was broken by r18586 libavcodec
2009-04-17 reimar Some more simplifications of xan_unpack libavcodec
2009-04-17 reimar Reindent xan_unpack code libavcodec
2009-04-17 reimar Avoid some code duplication in xan_unpack libavcodec
2009-04-17 michael Remove useless assignments, at least one found by CSA. libavcodec
2009-04-17 reimar Increase buffer padding to avoid most space checks in xan_unpack libavcodec
2009-04-17 michael Remove useless init from ff_mpeg4_set_direct_mv() found by CSA. libavcodec
2009-04-17 michael Remove a useless assignment in img_get_alpha_info() found by CSA. libavcodec
2009-04-17 michael Remove redundant assignment in av_picture_copy() found by CSA. libavcodec
2009-04-17 michael Remove several useless writes to variables, found by CSA. libavcodec
2009-04-17 michael Remove useless += from ff_imdct_half_c() found by CSA. libavcodec
2009-04-17 reimar Change buffer size checks to avoid the very unlikely overflow case. libavcodec
2009-04-17 michael Remove unused variable from h261_encode_block() found by CSA. libavcodec
2009-04-17 reimar Remove a pointless right-shift in xan decoder. libavcodec
2009-04-17 michael Remove 2 useless assignments from ff_rate_control_init() found by CSA. libavcodec
2009-04-17 reimar Replace bytecopy with the equivalent but faster av_memcpy_backptr. libavcodec
2009-04-17 michael Remove unused variable from slice_buffer_release() found by CSA. libavcodec
2009-04-17 reimar Use memcpy instead of the very inefficient bytecopy where both are correct libavcodec
2009-04-17 michael Remove unused variable from wma_decode_block() found by CSA. libavcodec
2009-04-17 michael Remove redundant assignment from avcodec_get_pix_fmt_loss() found by CSA. libavcodec
2009-04-17 michael Remove unused variable in modify_qscale() found by CSA. libavcodec
2009-04-17 michael Remove unused variables from slice_buffer_load_line() found by CSA. libavcodec
2009-04-17 michael Remove 2 unneeded variables from common_init() found by CSA. libavcodec
2009-04-17 michael Remove 2 unused variables from MPV_decode_mb_internal() found by CSA. libavcodec
2009-04-17 michael Remove unused assignment from j_rev_dct() found by CSA. libavcodec
2009-04-17 michael Remove unused variable in init_mv_penalty_and_fcode() found by CSA. libavcodec
2009-04-17 kostya cosmetics: reindent after last commit libavcodec
2009-04-17 kostya Use new static VLC scheme in Indeo2, Musepack and WNV1 decoders libavcodec
2009-04-17 michael Remvoe useless assignment found by CSA. libavcodec
2009-04-17 michael Remove unused variable from decode_init() found by CSA. libavcodec
2009-04-17 vitor Remove useless assignment in generate_codebook(). Found by Clang static analyser. libavcodec
2009-04-17 michael Remove unused variables from ff_mjpeg_decode_sos() found by CSA. libavcodec
2009-04-17 michael Remove useless assignment from h263_pred_dc() found by the clang static analyzer. libavcodec
2009-04-17 michael Move declarations in mpeg1_encode_motion() closer to where they are needed. libavcodec
2009-04-17 michael Useless assignment found by the clang static analyzer. libavcodec
2009-04-17 michael Get rid of an unused variable, found by the clang static analyzer. libavcodec
2009-04-17 jbr ac3dec: reorder output channels to SMPTE channel order libavcodec
2009-04-17 reimar Change tgq_decode_mb function arguments from using int8_t to uint8_t, this does libavcodec
2009-04-17 jbr ac3enc: reorder input channels to AC-3 channel order libavcodec
2009-04-16 conrad Add guaranteed alignment for loading dest pixels in avg_pixels16_neon libavcodec
2009-04-16 conrad VC1 loop filter uses the frame quantizer not the mb quantizer libavcodec
2009-04-16 michael Support broken avc nal encapsulation. libavcodec
2009-04-16 jbr flacenc: write initial blocksize to STREAMINFO header instead of current libavcodec
2009-04-15 reynaldo [COSMETIC] Correct a minor nit. Should be clearer now. libavcodec
2009-04-15 reynaldo Fix possibly harmful outbound addressing. Patch by Kenan Gillet. libavcodec
2009-04-15 conrad avg_ pixel functions need to use (dst+pix+1)>>1 to average with existing libavcodec
2009-04-15 conrad Altivec version of avg_no_rnd_vc1_chroma_mc8 libavcodec
2009-04-15 conrad Split VC1 loop filter into separate functions for h/v and size libavcodec
2009-04-15 conrad Move VC1 loop filter to DSPContext libavcodec
2009-04-15 conrad VC1: extend MMX qpel MC to include MMX2 avg qpel libavcodec
2009-04-14 conrad VC1: add and use avg_no_rnd chroma MC functions libavcodec
2009-04-14 conrad Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only libavcodec
2009-04-14 vitor For every line, copy 3*width bytes instead of linesize[0] to avoid libavcodec
2009-04-14 conrad VC1: Do qpel when needed for both MVs in a B frame libavcodec
2009-04-14 alexc Mark src constant in copy_block*(). libavcodec
2009-04-14 bcoudurier fix indentation libavcodec
2009-04-14 bcoudurier avoid strcmp NULL, fix segv on mingw libavcodec
2009-04-13 stefano Fix skip_put_bits() buf_ptr increment. libavcodec
2009-04-13 koorogi Skip loop iterations which are no-ops due to data1[-lag..-1] being zero. libavcodec
2009-04-13 stefano Rename pbBufPtr() to put_bits_ptr(). libavcodec
2009-04-13 stefano Do not use full include path for get_bits.h, since the header is in libavcodec
2009-04-13 jai_menon flacenc : do not #include libavutil/lls.h since lpc code is now libavcodec
2009-04-13 stefano Rename bitstream.h to get_bits.h. libavcodec
2009-04-13 jai_menon alacenc : cosmetics : remove misleading comment libavcodec
2009-04-13 bcoudurier fix indentation libavcodec
2009-04-13 bcoudurier fix indentation and remove whitespace after return libavcodec
2009-04-13 bcoudurier Init state to -1 in h264 parser. libavcodec
2009-04-12 diego Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it. libavcodec
2009-04-12 reynaldo Fix wrong size computation for buffer. Patch is part of libavcodec
2009-04-12 diego Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions. libavcodec
2009-04-12 diego Remove AltiVec optimizations for Snow. They are hindering the development libavcodec
2009-04-12 michael Fix 2 access units in a packet mp4s. libavcodec
2009-04-12 michael Get rid of the non sensical idea of using the current picture for missing libavcodec
2009-04-12 michael Factorize field_end() out. libavcodec
2009-04-12 michael Assert that the first list1 entry is a reference frame. libavcodec
2009-04-12 reimar Add a av_fast_malloc function and replace several uses of av_fast_realloc, libavcodec
2009-04-12 reimar Use void * instead of uint8_t * for the destination buffer for dsp.bswap_buf libavcodec
2009-04-12 reimar Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decoders libavcodec
2009-04-12 stefano Document pbBufPtr(). libavcodec
2009-04-12 stefano Split bitstream.h, put the bitstream writer stuff in the new file libavcodec
2009-04-12 jbr Add names for 5.0 and 5.1 back speaker channel layouts. libavcodec
2009-04-11 stefano Fix documentation for avcodec_encode_audio(), in the case of PCM audio libavcodec
2009-04-11 stefano Document the 'size' parameter of set_put_bits_buffer_size(). libavcodec
2009-04-11 stefano Document ff_put_string(). libavcodec
2009-04-11 stefano Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2. libavcodec
2009-04-11 stefano Rename the 'put_zero' parameter of ff_put_string() to libavcodec
2009-04-11 stefano Add documentation for skip_put_bytes(). libavcodec
2009-04-11 stefano Doxygenate ff_copy_bits(). libavcodec
2009-04-11 stefano Factorize declaration for the two variants of put_bits(). libavcodec
2009-04-11 michael Two INIT_VLC_USE_STATIC cases Carl missed. libavcodec
2009-04-11 michael get rid of INIT_VLC_USE_STATIC in h261. libavcodec
2009-04-11 michael Get rid of INIT_VLC_USE_STATIC in rv10/rv20. libavcodec
2009-04-11 michael Get rid of INIT_VLC_USE_STATIC in 4xm. libavcodec
2009-04-11 michael Get rid of INIT_VLC_USE_STATIC in asv1. libavcodec
2009-04-11 michael Get rid of INIT_VLC_USE_STATIC in msmpeg4 libavcodec
2009-04-11 stefano Clarify documentation for put_bits_count(). libavcodec
2009-04-11 reimar Get rid of av_destruct_packet_nofree and use NULL instead. libavcodec
2009-04-11 cehoyos Use INIT_VLC_USE_STATIC and not its value "1". libavcodec
2009-04-10 stefano Document align_put_bits(). libavcodec
2009-04-10 stefano Doxygenate flush_put_bits() documentation. libavcodec
2009-04-10 stefano Doxygenate put_bits_count() documentation. libavcodec
2009-04-10 stefano Doxygenate init_put_bits(). libavcodec
2009-04-10 diego cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). libavcodec
2009-04-10 stefano Add support to CorePNG P-frames. libavcodec
2009-04-10 reimar Loop up to MAX_THREADS instead of h->s.avctx->thread_count to free the thread libavcodec
2009-04-10 diego Remove unused variables along with the related warnings. libavcodec
2009-04-10 reimar Add forgotten void return type to ff_h264_free_context libavcodec
2009-04-10 diego Fix sigill on non-MMX2 CPUs. libavcodec
2009-04-10 stefano Use the new avcodec_decode_* API. libavcodec
2009-04-10 reimar Make sure error resilience does not try to use unavailable reference frames. libavcodec
2009-04-10 reimar Add a ff_h264_free_context function and call it from the H.264 parser. libavcodec
2009-04-10 michael Make sure mpeg2 has its height rounded up to 32 as that is needed libavcodec
2009-04-09 michael Do not use SSE2 SAD for snow as it requires more alignment than can be libavcodec
2009-04-09 lucabe Fix documentation for the "-ps" option libavcodec
2009-04-09 michael Make sure the next used frame is released so get_buffer() wont fail. libavcodec
2009-04-09 michael Move release_buffer() up so it is prior to a future call to it. libavcodec
2009-04-09 michael Factorize release_buffer() libavcodec
2009-04-09 michael Make sure spatial_decomposition_count is not too large for picture size. libavcodec
2009-04-09 michael Skip non intra frames that have no reference frames. libavcodec
2009-04-09 michael Make sure spatial_decomposition_count is >0. libavcodec
2009-04-09 michael Make sure the block array is of the correct size. libavcodec
2009-04-09 michael Check spatial_decomposition_count too, fixes another crash. libavcodec
2009-04-09 michael 10l, forgot to remove old code, which broke snow. libavcodec
2009-04-09 michael Factorize check of read symbols. libavcodec
2009-04-09 michael Fix spatial_decomposition_type validity check. libavcodec
2009-04-09 michael Fix crash when max_ref_frames was out of range. libavcodec
2009-04-09 diego Remove unnecessary gcc_fixes.h #include. libavcodec
2009-04-09 diego cosmetics: Reformat comment paragraph and fix a few typos in it. libavcodec
2009-04-08 michael Fix mb_height for interlaced mpeg2. libavcodec
2009-04-08 ramiro configure: Add --enable-runtime-cpudetect libavcodec
2009-04-08 reimar Add av_shrink_packet function for use in av_get_packet that reduces pkt->size libavcodec
2009-04-08 superdump Clarify which time_base the relevant members of AVPacket use libavcodec
2009-04-07 superdump Fix second amr_nb_decode_frame() to also use the new AVPacket argument libavcodec
2009-04-07 rbultje Move av_packet_*() functions from libavformat/ to libavcodec/, where the libavcodec
2009-04-07 aurel fix vp5/vp6 decoding by using new prototype for decode function libavcodec
2009-04-07 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
2009-04-07 rbultje Move AVPacket up a bit, so that structs/functions that include AVPacket can libavcodec
2009-04-07 reynaldo Move scale factor computation to its own function. Patch by Kenan libavcodec
2009-04-06 michael Try to honor even completely invalid motion vectors as far as is libavcodec
2009-04-06 jbr Add convenience macros for 5.0/5.1 back speaker configurations. libavcodec
2009-04-06 ramiro mlpdec: Filters and matrices may change only once per substream per access unit. libavcodec
2009-04-05 ramiro mlpdec: There must be no extraword for MLP. libavcodec
2009-04-05 ramiro mlpdec: Validate non-restart bit from the substream header. libavcodec
2009-04-05 ramiro mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and not max_channel. libavcodec
2009-04-05 michael Make sure the last bits of huffyuv frames are zeroed. libavcodec
2009-04-04 conrad ARM: NEON optimized put_signed_pixels_clamped libavcodec
2009-04-04 mru ARM: NEON optimised add_pixels_clamped libavcodec
2009-04-04 reynaldo Add missing static qualifier from function declaration. Patch by Kenan libavcodec
2009-04-04 stefano Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency libavcodec
2009-04-03 reimar Mark line_skip3 asm argument as output-only instead of using av_uninit. libavcodec