]> git.sesse.net Git - ffmpeg/history - libavcodec
cosmetics: whitespaces, empty lines
[ffmpeg] / libavcodec /
2009-02-02 Reimar DöffingerAdd av_ prefix to LZO stuff and thus make it officially...
2009-02-02 Benjamin LarssonAllocate trellis tables on heap only when needed.
2009-02-02 Robert SwainDoxygen defgroups throw a warning if they don't have...
2009-02-02 Diego Biurruncosmetics: Place all subtitle entries together.
2009-02-02 Justin Rugglesflacdec: set default sample_fmt before parsing extradata
2009-02-02 Diego BiurrunAdd av_unused to conditionally used variable, fixes...
2009-02-01 Kostya ShishkovSilence compiler warnings for XL decoder
2009-02-01 Kostya ShishkovMake WNV1 decoder use temporary buffer for bit-reversed...
2009-02-01 Diego Biurruncosmetics: Remove period after copyright statement...
2009-02-01 Kostya ShishkovMake TM2 decoder byteswap input into separate buffer...
2009-02-01 Kostya ShishkovFactorize stream reading in TM2 decoder
2009-02-01 Kostya ShishkovSilence two pointer assignment compiler warnings in...
2009-02-01 Kostya ShishkovSilence useless compiler warning when passing AVFrame...
2009-02-01 Diego BiurrunRemove H.264 encoder initialization.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-02-01 Diego BiurrunFix filenames in doxygen comments.
2009-01-31 Baptiste Coudurierremove some warnings due to avctx->execute
2009-01-31 Måns Rullgårdshorten: trivial simplification of signature check
2009-01-31 Ben Hutchingsassume widescreen when ratio also > 17, patch by Ben...
2009-01-31 Baptiste Coudurierfix decoding 720p50 audio samples
2009-01-31 Justin Rugglescosmetics: change comment type and vertical alignment
2009-01-31 Justin Rugglescosmetics: add some documentation to FLACContext
2009-01-31 Roman ShaposhnikCosmetics: fixing indentation
2009-01-31 Roman Shaposhnikunrolling encoding loops
2009-01-31 Roman ShaposhnikCosmetics: simplifying static initialization
2009-01-31 Roman Shaposhniksimplifying DIF encoding process
2009-01-31 Roman ShaposhnikCosmetics: fixing the indentation
2009-01-31 Roman Shaposhnikfactoring code into dv_init_enc_block
2009-01-31 Roman ShaposhnikCosmetics: replacing 0 with NULL for pointer assignment
2009-01-31 Roman ShaposhnikCosmetics: moving the function definition around
2009-01-31 Roman ShaposhnikReplacing the constant with a macro
2009-01-31 Justin Rugglesflacdec: add support for SAMPLE_FMT_32
2009-01-31 Bitbreaker/METALVO... Fix documentation of the return value of avcodec_encode...
2009-01-30 Diego BiurrunUse '#if defined()' for OS-specific preprocessor checks.
2009-01-30 Måns RullgårdARM: NEON optimised vector_fmul_window
2009-01-30 Måns RullgårdARM: NEON optimised vector_fmul
2009-01-30 Stefan Gehrerremove duplicate tables
2009-01-30 Alex ConverseUse the new RDFT code in the QDM2 decoder.
2009-01-30 Alex ConverseAdd the rdft family of transforms (fft/ifft of an all...
2009-01-30 Diego BiurrunAdd missing void keyword to parameterless function...
2009-01-30 Gwenole BeauchesneRecord B-fraction index from frame header and two field...
2009-01-30 Gwenole BeauchesneMake ff_h263_resync() return the bit position of the...
2009-01-30 Gwenole BeauchesneUse a constant instead of a magic number.
2009-01-30 Stefan Gehreravoid indeterminate order of accessing src
2009-01-29 Gwenole Beauchesnecosmetics: Add empty line for consistent formatting.
2009-01-29 Alex ConverseMark ff_fft_end av_cold.
2009-01-28 Loren Merrittfix an overflow in vc1 intra overlap filter
2009-01-28 Kostya ShishkovFix Doxygen comments for VC-1 decoder.
2009-01-28 Kostya ShishkovFix Doxygen comments for RV3/4 decoder.
2009-01-28 Kostya ShishkovFix Doxygen comments for APE decoder.
2009-01-27 Måns RullgårdARM: remove some unused macro arguments
2009-01-27 Måns RullgårdARM: reorder some instructions in put_pixels*_arm for...
2009-01-27 Måns RullgårdARM: replace jump tables with conditional branches
2009-01-27 Måns RullgårdARM: replace explicit literal loads with ldr Rd, =lit
2009-01-27 Måns RullgårdARM: change alignment of loops in put_pixels*_arm to 32
2009-01-27 Måns RullgårdARM: optimised mid_pred()
2009-01-27 Måns RullgårdARM: allow register operands for shifts in MULL()
2009-01-27 Stefan Gehrerfix doxygen file reference
2009-01-27 Aurelien Jacobsvp5: don't try decoding a P frame before any I frame...
2009-01-26 Diego BiurrunFix filenames in Doxygen comments.
2009-01-26 Stefano SabatiniChange "H.263 Intel" long name to "Intel H.263".
2009-01-26 Kostya ShishkovFix AAC data smuggling:
2009-01-26 Benoit FouetRemove unneeded check.
2009-01-26 Benoit FouetFix an exploit in indeo by checking we are not writing...
2009-01-26 David ConradWorkaround for gcc 3.4 to align sh properly
2009-01-25 Diego BiurrunDirectly #include some required headers.
2009-01-25 Reimar DöffingerUse AV_WL32/AV_WB32 in bitstream.h
2009-01-25 Stefano SabatiniMake more descriptive the long names for the various...
2009-01-25 Måns RullgårdARM: NEON optimised H.264 weighted prediction
2009-01-25 Måns RullgårdARM: NEON optimised H.264 biweighted prediction
2009-01-25 Diego BiurrunAdd required headers to fix warnings during 'make check...
2009-01-25 Justin Rugglesflacdec: get total number of samples from STREAMINFO
2009-01-25 Justin Rugglesmove FLAC_STREAMINFO_SIZE to flac.h
2009-01-25 Justin Rugglesdefine FLAC metadata types in flac.h
2009-01-24 Justin Rugglesflacdec: cosmetics: some line wrapping at 80 chars
2009-01-24 Justin Rugglesflacdec: cosmetics: indentation
2009-01-24 Justin Rugglesflacdec: cosmetics: use consistent coding style (K&R)
2009-01-24 Diego BiurrunAdd a check for ppc4xx instructions; rename preprocesso...
2009-01-24 Diego BiurrunRemove pointless #if HAVE_ALTIVEC around internal heade...
2009-01-24 Justin Rugglescosmetics: indentation
2009-01-24 Justin Rugglesflacdec: change several AV_LOG_DEBUG to AV_LOG_ERROR
2009-01-24 Justin Rugglesflacdec: remove another unneeded debugging statement
2009-01-24 Justin Rugglesflacdec: remove unneeded debugging statements
2009-01-24 Justin Rugglesflacdec: remove some unused code
2009-01-24 Diego BiurrunAdd required headers to fix 'make checkheaders'.
2009-01-24 Stefan Gehrerremove alloc_table_0 and alloc_table_2, the same
2009-01-24 Stefan Gehrerremove zigzag_scan8x8, it is the same as ff_zigzag_direct
2009-01-24 Stefan Gehreravoid duplication of size_table and offset_table
2009-01-24 Stefan Gehreravoid duplication of dquant_code
2009-01-24 Vitor SessakDo not allocate RoqTempData on the stack
2009-01-23 Justin Rugglesrename flac.c to flacdec.c
2009-01-23 Andreas ÖmanAvoid allocating MPADecodeContext on stack.
2009-01-23 Kostya ShishkovRemove the block with always false condition from vc1_p...
2009-01-23 Kostya ShishkovVC-1 postproc field is 2 bits wide while decoder read...
2009-01-22 Justin Rugglesflacdec: add support for 3 additional sample rate codes
2009-01-22 Alex ConverseMark ff_fft_init with av_cold.
2009-01-22 Alex ConverseClean up FFT related comments.
2009-01-22 Baptiste CoudurierAdd const, remove warning:
2009-01-21 Kostya ShishkovVMD first chunk of audio is not coded as many separate...
2009-01-20 Carl Eugen HoyosSort VdpPictureInfo alphabetically.
next