log

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