log

age author description
2009-02-04 diego Remove documentation of non-existing function parameters. libavcodec
2009-02-04 diego Remove unused CONFIG_H264_ENCODER #define. libavcodec
2009-02-04 diego Remove pointless '#if CONFIG_ENCODERS' around forward declarations. libavcodec
2009-02-04 romansh No need to compute stype libavcodec
2009-02-03 alexc Add av_cold attributes to *_init and *_end functions. libavcodec
2009-02-03 alexc VP3: Prevent stack corruption from an unset custom coding method. libavcodec
2009-02-03 cehoyos Add fields to H264Context and SPS for upcoming VA API support. libavcodec
2009-02-03 stefang check validity of pointer srcC libavcodec
2009-02-03 michael Fix unknown header 10001000 / http://samples.mplayerhq.hu/real/VC-RV10/thankyou.rm / issue809 libavcodec
2009-02-02 reimar Add av_ prefix to LZO stuff and thus make it officially part of the public API. libavcodec
2009-02-02 banan Allocate trellis tables on heap only when needed. libavcodec
2009-02-02 superdump Doxygen defgroups throw a warning if they don't have a title as well as a name libavcodec
2009-02-02 diego cosmetics: Place all subtitle entries together. libavcodec
2009-02-02 jbr flacdec: set default sample_fmt before parsing extradata libavcodec
2009-02-02 diego Add av_unused to conditionally used variable, fixes the warning: libavcodec
2009-02-01 kostya Silence compiler warnings for XL decoder libavcodec
2009-02-01 kostya Make WNV1 decoder use temporary buffer for bit-reversed input libavcodec
2009-02-01 diego cosmetics: Remove period after copyright statement non-sentence. libavcodec
2009-02-01 kostya Make TM2 decoder byteswap input into separate buffer instead of doing it in-place. libavcodec
2009-02-01 kostya Factorize stream reading in TM2 decoder libavcodec
2009-02-01 kostya Silence two pointer assignment compiler warnings in rv34.c libavcodec
2009-02-01 kostya Silence useless compiler warning when passing AVFrame* instead of AVPicture* libavcodec
2009-02-01 diego Remove H.264 encoder initialization. libavcodec
2009-02-01 diego Use full internal pathname in doxygen @file directives. libavcodec
2009-02-01 diego Fix filenames in doxygen comments. libavcodec
2009-01-31 bcoudurier remove some warnings due to avctx->execute libavcodec
2009-01-31 mru shorten: trivial simplification of signature check libavcodec
2009-01-31 bcoudurier assume widescreen when ratio also > 17, patch by Ben Hutchings, ben at decadent dot org dot uk libavcodec
2009-01-31 bcoudurier fix decoding 720p50 audio samples libavcodec
2009-01-31 jbr cosmetics: change comment type and vertical alignment libavcodec
2009-01-31 jbr cosmetics: add some documentation to FLACContext libavcodec
2009-01-31 romansh Cosmetics: fixing indentation libavcodec
2009-01-31 romansh unrolling encoding loops libavcodec
2009-01-31 romansh Cosmetics: simplifying static initialization libavcodec
2009-01-31 romansh simplifying DIF encoding process libavcodec
2009-01-31 romansh Cosmetics: fixing the indentation libavcodec
2009-01-31 romansh factoring code into dv_init_enc_block libavcodec
2009-01-31 romansh Cosmetics: replacing 0 with NULL for pointer assignment libavcodec
2009-01-31 romansh Cosmetics: moving the function definition around libavcodec
2009-01-31 romansh Replacing the constant with a macro libavcodec
2009-01-31 jbr flacdec: add support for SAMPLE_FMT_32 libavcodec
2009-01-31 michael Fix documentation of the return value of avcodec_encode_video(). libavcodec
2009-01-30 diego Use '#if defined()' for OS-specific preprocessor checks. libavcodec
2009-01-30 mru ARM: NEON optimised vector_fmul_window libavcodec
2009-01-30 mru ARM: NEON optimised vector_fmul libavcodec
2009-01-30 stefang remove duplicate tables libavcodec
2009-01-30 alexc Use the new RDFT code in the QDM2 decoder. libavcodec
2009-01-30 alexc Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil. libavcodec
2009-01-30 diego Add missing void keyword to parameterless function declarations. libavcodec
2009-01-30 kostya Record B-fraction index from frame header and two fields from entry point structure libavcodec
2009-01-30 benoit Make ff_h263_resync() return the bit position of the resync_marker or libavcodec
2009-01-30 benoit Use a constant instead of a magic number. libavcodec
2009-01-30 stefang avoid indeterminate order of accessing src libavcodec
2009-01-29 diego cosmetics: Add empty line for consistent formatting. libavcodec
2009-01-29 alexc Mark ff_fft_end av_cold. libavcodec
2009-01-28 lorenm fix an overflow in vc1 intra overlap filter libavcodec