]> git.sesse.net Git - ffmpeg/history - libavcodec
Fix uninitialized value in codepath.
[ffmpeg] / libavcodec /
2010-04-02 Alex Converseaacenc: Don't lowpass the input unless specifically...
2010-04-02 Michael NiedermayerChange default for bidir_refine to 1.
2010-04-02 Michael NiedermayerOptimize bidir_refine a bit.
2010-04-02 Michael NiedermayerChange bidir refine hash code so we only need to perfor...
2010-04-02 Michael NiedermayerReduce the size of the bidir refine hashtable from...
2010-04-02 Michael NiedermayerMove comment that belonged to cmp() back to cmp().
2010-04-02 Michael Niedermayerslice dice, inline and outline cmp()
2010-04-01 Michael NiedermayerStore range coder state transition table.
2010-04-01 Reimar DöffingerAllow hardcoding of ulaw and alaw tables.
2010-04-01 Reimar DöffingerChange/simplify the tableprint/tablegen API.
2010-04-01 Reimar DöffingerConvert two "m" constraints to MANGLE to fix compilatio...
2010-04-01 Takashi MochizukiFix typo: CODEC_FLAG2_SSIM is in flags2, not in flags.
2010-04-01 Bobby BinghamAdd function to export EDGE_WIDTH from libavcodec.
2010-03-31 Ronald S. BultjeDocument API addition of avcodec_copy_context().
2010-03-31 Ronald S. BultjeAdd avcodec_copy_context().
2010-03-31 Carl Eugen HoyosFix likely typo in r15937.
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-31 Alexander StrangeH264: Copy h264dsp when creating new slice threads
2010-03-30 Stefano SabatiniMove AVMediaType from libavcodec to libavutil.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-30 Carl Eugen HoyosAdd spectral extension to the E-AC-3 decoder.
2010-03-30 Michael NiedermayerFix implicit weight for b frames in mbaff.
2010-03-30 Michael NiedermayerMake sure the EC code does not attempt to use inter...
2010-03-30 Benoit FouetReplace @returns by @return.
2010-03-30 Stephen WarrenSet VDPAU H264 picture parameter field_order_cnt and...
2010-03-30 Stephen WarrenFix VDPAU for H.264 streams with long reference frames.
2010-03-29 Mohamed NaufalImplement YOP demuxer and video decoder.
2010-03-29 Reimar DöffingerInclude appropriate header in table generators instead...
2010-03-29 Reimar DöffingerFix indentation.
2010-03-29 Ronald S. BultjeSimplify interleaving code.
2010-03-29 Jai MenonCosmetics : add a space after ",".
2010-03-29 Loren Merrittindent
2010-03-29 Loren Merrittoptimize init_vlc().
2010-03-28 Jai MenonTTA : Check if the output buffer size is within bounds.
2010-03-27 Reimar DöffingerClearer CODEC_CAP_DR1 documentation.
2010-03-26 Alexander Strangeh264: Use + instead of | in some places
2010-03-26 Ramiro Pollalibxvid: Clear extradata pointer when freeing it.
2010-03-26 Alexander Strangeh264: Remove unused function argument
2010-03-26 Alexander Strangeh264: Simplify decode_cabac_residual() specialization
2010-03-25 Stefano SabatiniMake wmaprodec.c:decode_init() return AVERROR_INVALIDDATA /
2010-03-25 Baptiste CoudurierEnable mbtree by default, and remove it from presets
2010-03-25 Baptiste CoudurierEnable more libx264 options, aq, psy, rc lookahead...
2010-03-24 Alex Converseaacenc: Merge quantize_band_cost() with quantize_and_en...
2010-03-23 Vitor SessakBump minor version, I forgot in the last commit
2010-03-23 Vitor SessakImplement the discrete sine/cosine transforms DCT-I...
2010-03-23 Pavel PavlovAlways check if ff_alloc_picture() succeeds.
2010-03-23 Diego BiurrunRemove unused variable, fixes the warning:
2010-03-23 Måns RullgårdARM: NEON optimised RDFT
2010-03-23 Michael NiedermayerChange ref_index structure so it matches how its organi...
2010-03-22 Michael NiedermayerDisallow VLC coding with more than 8 bits as there...
2010-03-22 Michael NiedermayerThrow out last experimental warning that was printed...
2010-03-22 Josh AllmannAdd doxygen docs for av_xiphlacing
2010-03-22 Michael NiedermayerRemove the word "experimental"
2010-03-21 Michael NiedermayerIgnore x264 build=0 as there is no such version, this...
2010-03-21 Stefano SabatiniMake g729dec.c:decode_frame() return AVERROR_INVALIDDAT...
2010-03-21 Reimar DöffingerDo not use puts, it adds additional newlines making...
2010-03-21 Reimar DöffingerAdd support for hard-coding the 256kB large dv_vlc_map...
2010-03-21 Reimar DöffingerExtend and move macros to create table printing functio...
2010-03-21 Reimar DöffingerSplit VLC-related tables out of dvdata.h to make it...
2010-03-21 Vitor SessakReindent after r22618.
2010-03-21 Vitor SessakSplit DCT-II and DCT-III in different functions, they...
2010-03-21 Vitor SessakCall DCT by function pointer. Needed for any future...
2010-03-21 Vitor SessakCosmetics: move ff_dct_init() to the bottom of the...
2010-03-21 Vitor SessakDCT: remove unused field from context
2010-03-21 Kostya Shishkovfix minor typo
2010-03-20 Aurelien Jacobsfix compilation with --disable-everything --enable...
2010-03-20 Måns Rullgårdrdft: reorder functions to avoid static prototype
2010-03-20 Måns RullgårdCall rdft by function pointer
2010-03-20 Michael NiedermayerHotfix for regtest-error failure
2010-03-20 Michael NiedermayerError concealment of h264 with multiple references.
2010-03-18 Janusz KrzysztofikReinitialize the h264 decoder context on every valid...
2010-03-18 Måns RullgårdReplace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNED
2010-03-18 Stefano SabatiniMake g729dec.c:decoder_init() return AVERROR(EINVAL...
2010-03-17 Carl Eugen HoyosFix compilation on PPC 470.
2010-03-17 Alexis Ballierqtrleenc: add rgb555 output
2010-03-17 Maxim PoliakovskiCorrect reference buffer switching in Indeo 5 decoder.
2010-03-17 Kostya Shishkovdocument two variables in Indeo5 decoding context
2010-03-17 Michael NiedermayerUse H264s MC instead of mpeg4-asp qpel for h264 error...
2010-03-16 Måns RullgårdSimplify arch-specific object file lists
2010-03-16 Måns RullgårdMove arch-specific makefile parts into $arch/Makefile
2010-03-16 Måns RullgårdMove H264 dsputil functions into their own struct
2010-03-15 Baptiste Coudurier100L, revert r22560, already present
2010-03-15 Baptiste Couduriermpegts muxer now needs mpeg4audio code like adts muxer
2010-03-15 Måns RullgårdH264: fix signed overflow in constant multiplication
2010-03-15 Michael NiedermayerAdd ff_ prefix for mpeg2_dc_scale_table.
2010-03-15 Michael NiedermayerSupport intra_dc_precision>8 in jpeg
2010-03-15 Michael Niedermayeruse mpeg2 quantization bias for mjpeg.
2010-03-15 Benoit FouetRemove avcodec_thread_execute from avcodec.h, and make...
2010-03-14 Carl Eugen HoyosCosmetics: Fix a comment.
2010-03-14 Måns RullgårdDWT: x86 init should depend on HAVE_MMX
2010-03-14 Reimar DöffingerAllow hard-coding of the 32kB cubic-root table for...
2010-03-14 Reimar DöffingerAllow hard-coding several QDM2 tables (about 32 kB...
2010-03-14 Reimar DöffingerAdd some more table-printing functions needed for futur...
2010-03-14 Måns RullgårdAdd ff_ prefix to dwt functions
2010-03-14 Måns RullgårdSeparate DWT from snow and dsputil
2010-03-14 Michael NiedermayerMake sure all mvs of a mb are set in the error concealm...
2010-03-14 Michael NiedermayerEnsure that the deblock filter accesses the correct...
2010-03-13 Alex Converseaacsbr: DSPUtilize analysis input scaling.
2010-03-13 Alex Converseaac: Don't bias output during the IMDCT if SBR will...
2010-03-13 Stefano SabatiniMake iff.c:decode_init return the value returned by
next