]> git.sesse.net Git - ffmpeg/history - libavcodec
Fix reserved identifer detection so it doesnt detect __asm and such.
[ffmpeg] / libavcodec /
2009-02-08 Baptiste Coudurierfix typo in h264dsp_mmx (no effect currently as the...
2009-02-08 Baptiste CoudurierRemove 'const' qualifier from variable in av_parse_vide...
2009-02-08 Baptiste Coudurierremove useless cast, it does not remove warning, encode...
2009-02-08 Baptiste Coudurierremove warning about incompatible pointer
2009-02-07 Kostya ShishkovMove RV3/4 frame type check up so 1-slice unanchored...
2009-02-07 Kostya ShishkovAdd decoder flush after seeking for RV3/4 decoders
2009-02-06 Stefano SabatiniDrop the deprecated function register_avcodec() at...
2009-02-06 Stefano SabatiniReplace the calls to the deprecated function register_a...
2009-02-06 Stefano SabatiniRename register_avcodec() as avcodec_register() and...
2009-02-06 Michael NiedermayerFix list of input pix_fmts supported by GIF. This makes...
2009-02-06 Michael NiedermayerEnsure that the palette is set in data[1] for all 8bit...
2009-02-06 Jai MenonUse libopenjpeg for jpeg2k decoding.
2009-02-05 Michael NiedermayerAdd size_in_bits to PutBitContext
2009-02-05 Peter RossElectronic Arts TQI decoder
2009-02-05 Peter Rossdon't assume quant_matrix[0]==8 in ff_mpeg1_decode_bloc...
2009-02-05 Peter Rossconvert mpeg1_decode_block_intra() to inline global
2009-02-04 Måns RullgårdRemove CONFIG_H264_ENCODER references
2009-02-04 Diego BiurrunRemove documentation of non-existing function parameters.
2009-02-04 Diego BiurrunRemove unused CONFIG_H264_ENCODER #define.
2009-02-04 Diego BiurrunRemove pointless '#if CONFIG_ENCODERS' around forward...
2009-02-04 Roman ShaposhnikNo need to compute stype
2009-02-03 Alex ConverseAdd av_cold attributes to *_init and *_end functions.
2009-02-03 Alex ConverseVP3: Prevent stack corruption from an unset custom...
2009-02-03 Gwenole BeauchesneAdd fields to H264Context and SPS for upcoming VA API...
2009-02-03 Stefan Gehrercheck validity of pointer srcC
2009-02-03 Michael NiedermayerFix unknown header 10001000 / http://samples.mplayerhq...
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
next