log

age author description
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