log

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