]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Allocate trellis tables on heap only when needed.
[frescor/ffmpeg.git] / libavcodec /
2009-02-02 bananAllocate trellis tables on heap only when needed.
2009-02-02 superdumpDoxygen defgroups throw a warning if they don't have...
2009-02-02 diegocosmetics: Place all subtitle entries together.
2009-02-02 jbrflacdec: set default sample_fmt before parsing extradata
2009-02-02 diegoAdd av_unused to conditionally used variable, fixes...
2009-02-01 kostyaSilence compiler warnings for XL decoder
2009-02-01 kostyaMake WNV1 decoder use temporary buffer for bit-reversed...
2009-02-01 diegocosmetics: Remove period after copyright statement...
2009-02-01 kostyaMake TM2 decoder byteswap input into separate buffer...
2009-02-01 kostyaFactorize stream reading in TM2 decoder
2009-02-01 kostyaSilence two pointer assignment compiler warnings in...
2009-02-01 kostyaSilence useless compiler warning when passing AVFrame...
2009-02-01 diegoRemove H.264 encoder initialization.
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-02-01 diegoFix filenames in doxygen comments.
2009-01-31 bcoudurierremove some warnings due to avctx->execute
2009-01-31 mrushorten: trivial simplification of signature check
2009-01-31 bcoudurierassume widescreen when ratio also > 17, patch by Ben...
2009-01-31 bcoudurierfix decoding 720p50 audio samples
2009-01-31 jbrcosmetics: change comment type and vertical alignment
2009-01-31 jbrcosmetics: add some documentation to FLACContext
2009-01-31 romanshCosmetics: fixing indentation
2009-01-31 romanshunrolling encoding loops
2009-01-31 romanshCosmetics: simplifying static initialization
2009-01-31 romanshsimplifying DIF encoding process
2009-01-31 romanshCosmetics: fixing the indentation
2009-01-31 romanshfactoring code into dv_init_enc_block
2009-01-31 romanshCosmetics: replacing 0 with NULL for pointer assignment
2009-01-31 romanshCosmetics: moving the function definition around
2009-01-31 romanshReplacing the constant with a macro
2009-01-31 jbrflacdec: add support for SAMPLE_FMT_32
2009-01-31 michaelFix documentation of the return value of avcodec_encode...
2009-01-30 diegoUse '#if defined()' for OS-specific preprocessor checks.
2009-01-30 mruARM: NEON optimised vector_fmul_window
2009-01-30 mruARM: NEON optimised vector_fmul
2009-01-30 stefangremove duplicate tables
2009-01-30 alexcUse the new RDFT code in the QDM2 decoder.
2009-01-30 alexcAdd the rdft family of transforms (fft/ifft of an all...
2009-01-30 diegoAdd missing void keyword to parameterless function...
2009-01-30 kostyaRecord B-fraction index from frame header and two field...
2009-01-30 benoitMake ff_h263_resync() return the bit position of the...
2009-01-30 benoitUse a constant instead of a magic number.
2009-01-30 stefangavoid indeterminate order of accessing src
2009-01-29 diegocosmetics: Add empty line for consistent formatting.
2009-01-29 alexcMark ff_fft_end av_cold.
2009-01-28 lorenmfix an overflow in vc1 intra overlap filter
2009-01-28 kostyaFix documenting comments for VC1 decoder
2009-01-28 kostyaFix documenting comments for RV3/4 decoder
2009-01-28 kostyaFix documenting comments for APE decoder
2009-01-27 mruARM: remove some unused macro arguments
2009-01-27 mruARM: reorder some instructions in put_pixels*_arm
2009-01-27 mruARM: replace jump tables with conditional branches
2009-01-27 mruARM: replace explicit literal loads with ldr Rd, =lit
2009-01-27 mruARM: change alignment of loops in put_pixels*_arm to 32
2009-01-27 mruARM: optimised mid_pred()
2009-01-27 mruARM: allow register operands for shifts in MULL()
2009-01-27 stefangfix doxygen file reference
2009-01-27 aurelvp5: don't try decoding a P frame before any I frame...
2009-01-26 diegoFix filenames in Doxygen comments.
2009-01-26 stefanoChange "H.263 Intel" long name to "Intel H.263".
2009-01-26 kostyaFix AAC data smuggling:
2009-01-26 benoitRemove unneeded check.
2009-01-26 benoitFix an exploit in indeo by checking we are not writing...
2009-01-26 conradWorkaround for gcc 3.4 to align sh properly
2009-01-25 diegoDirectly #include some required headers.
2009-01-25 reimarUse AV_WL32/AV_WB32 in bitstream.h
2009-01-25 stefanoMake more descriptive the long names for the various...
2009-01-25 mruARM: NEON optimised H.264 weighted prediction
2009-01-25 mruARM: NEON optimised H.264 biweighted prediction
2009-01-25 diegoAdd required headers to fix warnings during 'make check...
2009-01-25 jbrflacdec: get total number of samples from STREAMINFO
2009-01-25 jbrmove FLAC_STREAMINFO_SIZE to flac.h
2009-01-25 jbrdefine FLAC metadata types in flac.h
2009-01-24 jbrflacdec: cosmetics: some line wrapping at 80 chars
2009-01-24 jbrflacdec: cosmetics: indentation
2009-01-24 jbrflacdec: cosmetics: use consistent coding style (K&R)
2009-01-24 diegoAdd a check for ppc4xx instructions; rename preprocesso...
2009-01-24 diegoRemove pointless #if HAVE_ALTIVEC around internal heade...
2009-01-24 jbrcosmetics: indentation
2009-01-24 jbrflacdec: change several AV_LOG_DEBUG to AV_LOG_ERROR
2009-01-24 jbrflacdec: remove another unneeded debugging statement
2009-01-24 jbrflacdec: remove unneeded debugging statements
2009-01-24 jbrflacdec: remove some unused code
2009-01-24 diegoAdd required headers to fix 'make checkheaders'.
2009-01-24 stefangremove alloc_table_0 and alloc_table_2, the same
2009-01-24 stefangremove zigzag_scan8x8, it is the same as ff_zigzag_direct
2009-01-24 stefangavoid duplication of size_table and offset_table
2009-01-24 stefangavoid duplication of dquant_code
2009-01-24 vitorDo not allocate RoqTempData on the stack
2009-01-23 jbrrename flac.c to flacdec.c
2009-01-23 andomaAvoid allocating MPADecodeContext on stack.
2009-01-23 kostyaRemove the block with always false condition from vc1_p...
2009-01-23 kostyaVC-1 postproc field is 2 bits wide while decoder read...
2009-01-22 jbrflacdec: add support for 3 additional sample rate codes
2009-01-22 alexcMark ff_fft_init with av_cold.
2009-01-22 alexcClean up FFT related comments.
2009-01-22 bcoudurierAdd const, remove warning:
2009-01-21 kostyaVMD first chunk of audio is not coded as many separate...
2009-01-20 cehoyosSort VdpPictureInfo alphabetically.
2009-01-20 cehoyosCosmetics: Fix indentation after last commit.
next