log

age author description
2009-03-08 vitor Use FLG pseudo-random number generator in RoQ and ELBG libavcodec
2009-03-08 kostya Make Musepack decoders use LFG pseudorandom generator libavcodec
2009-03-07 vitor VQF demuxer libavcodec
2009-03-06 alexc Re-indent after last commit. libavcodec
2009-03-06 alexc If we get an error from ff_aac_parse_header() we should not trust the header info that it provides. libavcodec
2009-03-06 alexc Fix the channel allocation bug/assumption (issue 800). libavcodec
2009-03-06 cehoyos Fix H.264 bitstream field log2_max_pic_order_cnt_lsb_minus4 libavcodec
2009-03-06 jbr flacdec: Parse the metadata header in the raw FLAC demuxer. libavcodec
2009-03-06 jbr flacdec: Add a shared function for parsing a FLAC metadata block header. libavcodec
2009-03-06 jbr pnm: Add missing 'else'. Fixes decoding for 16-bit pgm. libavcodec
2009-03-05 diego Mark variables "j" and "structure" in execute_ref_pic_marking() as av_uninit libavcodec
2009-03-05 alexc AAC: hoist dependent gain lookup out of the loop libavcodec
2009-03-05 diego Remove duplicated MUL16 macro definition, fixes the warning: libavcodec
2009-03-05 mru ARM: disable inline asm for armcc libavcodec
2009-03-05 schreter Add handling of frame position in the parser. libavcodec
2009-03-05 jbr flacdec: cosmetics: Add a comment with the data of the smallest FLAC libavcodec
2009-03-05 jbr flacdec: There is an even smaller FLAC frame size possibility. libavcodec
2009-03-05 jbr flacdec: 10l to me. I miscalculated the smallest FLAC frame. It is 16 libavcodec
2009-03-05 jbr flacdec: cosmetics: move 2 statements to immediately after frame libavcodec
2009-03-05 jbr flacdec: Simplify frame sync by not using the bitstream reader. libavcodec
2009-03-05 jbr flacdec: Split the metadata_parse() function into 2 separate functions, libavcodec
2009-03-04 jbr flacdec: Add a check for small buffer size. This ensures reading as libavcodec
2009-03-04 jbr flacdec: cosmetics: Use a more descriptive variable name for the number libavcodec
2009-03-04 jbr flacdec: Handle 32 bps data when checking allocated size. libavcodec
2009-03-04 jbr flacdec: Check curr_bps after wasted bits are subtracted. libavcodec
2009-03-04 stefano Fix typo: "i" -> "in". libavcodec
2009-03-04 schreter Add support for ct_type to correctly detect interlaced flag libavcodec
2009-03-04 reimar 100l, interplayvideo uses 8x8 blocks, so call the 8x8 put_pixels_tab function libavcodec
2009-03-04 reimar Set AVFrame.reference correctly for nuv decoder. libavcodec
2009-03-04 vitor Add more correct bound checking in filter_mb(). libavcodec
2009-03-04 gb Add frame buffer allocators. aka simplify calls to libavcodec
2009-03-04 reynaldo Part 2 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpc libavcodec
2009-03-04 reynaldo Part 1 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpc libavcodec
2009-03-04 jbr flacdec: When there is not enough data to read the next header block, libavcodec
2009-03-04 jbr cosmetics: indentation after last commit libavcodec
2009-03-04 jbr flacdec: Check for an inline header before calling metadata_parse(). libavcodec
2009-03-04 jbr flacdec: Allocate buffers right after STREAMINFO is parsed. libavcodec
2009-03-03 stefano Fix syntax for the libfaad_decoder definition. libavcodec
2009-03-03 jbr cosmetics: indentation after last commit libavcodec
2009-03-03 jbr flacdec: Avoid parsing the STREAMINFO multiple times. libavcodec
2009-03-03 michael Remove old scaler. libavcodec
2009-03-03 diego Do not use a macro to generate a single AVCodec declaration. libavcodec
2009-03-03 takis When a H.264 stream references a PPS or SPS id which doesn't exist, instead of libavcodec
2009-03-03 gb Set PixFmtInfo::{x, y}_chroma_shift for VDPAU and VAAPI formats. libavcodec
2009-03-03 benoit Use sign_extend(). libavcodec
2009-03-03 jbr flacdec: Warn about invalid max blocksize and limit the minimum value. libavcodec
2009-03-03 alexc H.264: Simplify decode_residual() libavcodec
2009-03-03 jbr cosmetics: remove a pointless comment libavcodec
2009-03-03 jbr flacdec: Remove unused variable, min_blocksize. libavcodec
2009-03-03 jbr flacdec: Return error when blocksize code of 0 is found. It is a libavcodec
2009-03-03 kostya Enable PB-frames decoding for H.263 libavcodec
2009-03-03 kostya Add PB-frame decoding support for H.263/i263 (and enable it for i263) libavcodec
2009-03-03 jbr alacdec: Simplify reading of uncompressed samples by using libavcodec
2009-03-03 jbr flacdec: Avoid trying to read 33 bits. This occurs when the source libavcodec
2009-03-03 jbr flacdec: ALT_BITSTREAM_READER is no longer required. libavcodec
2009-03-03 jbr flacdec: use get_sbits_long() where needed. libavcodec
2009-03-03 jbr Add a get_sbits_long() function. libavcodec
2009-03-03 mru ALAC: use sign_extend() from mathops.h libavcodec
2009-03-03 mru Add sign_extend() function to mathops.h libavcodec
2009-03-02 reimar Simplify show_bits_long and copy the GetBitsContext around only once instead of twice. libavcodec
2009-03-02 jbr flacdec: Use get/skip_bits_long() for more than 17-bits and libavcodec
2009-03-02 kostya Factor out block decoding in ff_h263_decode_mb() libavcodec
2009-03-02 michael Consider all packets in the parser, not just ones with timestamps, libavcodec
2009-03-02 michael Favor container packets that end after the first byte of the access libavcodec