]> git.sesse.net Git - ffmpeg/history - libavcodec
Merge remote-tracking branch 'cus/stable'
[ffmpeg] / libavcodec /
2011-11-05 Michael NiedermayerMerge remote-tracking branch 'cus/stable'
2011-11-05 Reimar DöffingerMake ff_mba_* arrays const.
2011-11-05 Reimar DöffingerMake fdct_r_row_sse2 const.
2011-11-05 Reimar DöffingerMake AMR tables of lookup filter tables const.
2011-11-05 Reimar DöffingerMake tab_frw_01234567_sse2 const.
2011-11-05 Clément Bœschj2kdec: fix a bunch of const compiler warnings.
2011-11-05 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-11-04 Jordi Ortizdwt: Code make up, removed gotos
2011-11-04 Jordi OrtizDirac: Added endif comments
2011-11-04 Jordi OrtizDirac: Specific struct initializers in AVCodec initiali...
2011-11-04 Jordi OrtizDirac: Removed goto + some code make up
2011-11-04 Jordi Ortizdwt: removed some warnings in make checkheaders
2011-11-04 Jordi OrtizDirac: Solved problem with make checkheaders
2011-11-04 Derek BuitenhuisFix libutvideo wrapper name
2011-11-04 Justin Rugglesbinkaudio: expand quant_table to accommodate all possib...
2011-11-04 Martin Storsjölibx264: Set the default of the rc_lookahead option...
2011-11-04 Martin Storsjöavcodec: Set flags2 default value depending on availability
2011-11-04 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-11-03 Alex Conversevp6: Fix illegal read.
2011-11-03 Michael Niedermayerh264: favor coded_width in resolution chnaged checks
2011-11-03 Michael Niedermayerlavc: Init AVFrame->opaque to AVCodecContext.opaque...
2011-11-03 Martin Storsjöavcodec: Make sure codec_type is set by avcodec_get_con...
2011-11-03 Martin Storsjöavcodec: Remove a misplaced and useless attribute_depre...
2011-11-03 Justin Rugglesfmtconvert: fix int32_to_float_fmul_scalar() for window...
2011-11-03 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-11-02 Maxim Poliakovskireplacement Indeo 3 decoder
2011-11-02 Justin Rugglesac3enc: doxygen update.
2011-11-02 Justin Rugglesimc: return error codes instead of 0 for error conditions.
2011-11-02 Justin Rugglesimc: return meaningful error codes instead of -1
2011-11-02 Justin Rugglesimc: do not set channel layout for stereo
2011-11-02 Justin Rugglesimc: validate channel count
2011-11-02 Justin Rugglesimc: check for ff_fft_init() failure
2011-11-02 Justin Rugglesimc: check output buffer size before decoding
2011-11-02 Justin Rugglesimc: use DSPContext.bswap16_buf() to byte-swap packet...
2011-11-02 Meanvc1dec: Fix CODEC_FLAG_LOW_DELAY
2011-11-02 Michael Niedermayermpeg4videodec: export quarter_sample & divx_packed
2011-11-02 Justin Ruggleslibgsm: add flush function to reset the decoder state...
2011-11-02 Justin Ruggleslibgsm: simplify decoding by using a loop
2011-11-02 Justin Rugglesgsm: log error message when packet is too small
2011-11-02 Justin Ruggleslibgsmdec: do not needlessly set *data_size to 0
2011-11-02 Justin Rugglesgsmdec: do not needlessly set *data_size to 0
2011-11-02 Justin Rugglesgsmdec: add flush function to reset the decoder state...
2011-11-02 Justin Ruggleslibgsmdec: check output buffer size before decoding
2011-11-02 Justin Rugglesgsmdec: log error message when output buffer is too...
2011-11-02 Justin Rugglesgsm: use av_get_bytes_per_sample() in frame_bytes calcu...
2011-11-02 Michael Niedermayerh264: add nal_length_size and is_avc to the publically...
2011-11-02 Michael Niedermayerlavc: fix avcodec_get_type()
2011-11-02 Sebastien ZwickertHWAccel: adds Video Decoder Acceleration (VDA) module...
2011-11-02 Diego BiurrunReplace some forgotten FFmpeg references by Libav.
2011-11-02 Diego BiurrunReplace ffmpeg references with more accurate libav...
2011-11-02 Diego BiurrunReplace outdated references to ffmpeg tool with avconv.
2011-11-02 Diego BiurrunRemove some stray unnecessary ffmpeg references.
2011-11-02 Diego Biurrunvp3: remove some pointless comments
2011-11-02 Anton Khirnovlavc: use designated initialisers for parsers.
2011-11-02 Clément Bœschdsputil: fix typo (referece -> reference).
2011-11-02 Michael Niedermayerjpeg: rgb support
2011-11-02 Justin Rugglesg726dec: add flush() function to reset state when seeking
2011-11-02 Justin Rugglesg726: don't pass index to g726_reset()
2011-11-02 Justin Rugglesg726enc: add private option for setting code size directly.
2011-11-02 Justin Rugglesg726: wrap the decoder functions with a CONFIG_ADPCM_G7...
2011-11-02 Justin Rugglesg726: group the g726_encoder AVCodec with the other...
2011-11-02 Justin Rugglesg726: return AVERROR(EINVAL) instead of -1 for invalid...
2011-11-02 Justin Rugglesg726enc: use av_assert0() for sample_rate validation
2011-11-02 Justin Rugglesg726: treat sample rates other than 8kHz as unofficial.
2011-11-02 Justin Rugglesg726dec: remove the sample_rate validation
2011-11-02 Justin Rugglesg726: use bits_per_coded_sample instead of bitrate...
2011-11-02 Justin Rugglesg726: split the init function for the encoder and decoder
2011-11-02 Justin Rugglesg726: pre-calculate the number of output samples.
2011-11-02 Justin Rugglesg726: use int16_t instead of short
2011-11-01 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-11-01 Michael Niedermayerdirac: drop unused END_HORIZONTAL
2011-11-01 Michael Niedermayerdirac: fix horizontal_compose_dd97i_ssse3
2011-11-01 Michael Niedermayerdirac: Fix mmx/sse haar wavelet compose
2011-11-01 Carl Eugen HoyosFix compilation of dct-test on ia32.
2011-11-01 Vladimir VoroshilovTwo extra samples are required before top of the in...
2011-11-01 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-10-31 Michael Niedermayerdirac: disable ff_horizontal_compose_haar0i_sse2()...
2011-10-31 Michael Niedermayerdirac: alignment for dirac_hpel_filter_v has been fixed
2011-10-31 Michael Niedermayerdirac: alignment for add_dirac_obmc has been fixed
2011-10-31 Michael Niedermayerdirac: alignment for add_rect_clamped has been fixed
2011-10-31 Michael Niedermayerdirac: alignment for put_signed_rect_clamped has been...
2011-10-31 Michael Niedermayerdirac: alignment for dirac_hpel_filter_v() has been...
2011-10-31 Michael Niedermayerdirac: fix stride alignment
2011-10-31 Michael Niedermayerdirac: fix segfault in horizontal_compose_haar
2011-10-31 Michael Niedermayerdirac: ff_diracdsp_init_mmx() is only compiled when...
2011-10-31 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-10-31 Carl Eugen HoyosBump libavcodec minor version for the Dirac decoder.
2011-10-30 Michael Niedermayerdirac: enable ff_spatial_idwt_init_mmx()
2011-10-30 Michael Niedermayerdirac: enable diracdsp_mmx
2011-10-30 Michael Niedermayerdirac: ff_horizontal_compose_dd97i_ssse3 does not work...
2011-10-30 Michael Niedermayerdirac: put_dirac_pixels8_mmx() does not work yet, thus...
2011-10-30 Michael Niedermayerdirac: add_rect_clamped does currently not receive...
2011-10-30 Michael Niedermayerdirac: put_signed_rect_clamped does currently not recei...
2011-10-30 Michael Niedermayerdirac; dirac_hpel_filter_h does currently not receive...
2011-10-30 Michael Niedermayerdirac: dirac_hpel_filter_v does currently not receive...
2011-10-30 Jordi OrtizDirac: More formating
2011-10-30 Jordi OrtizDirac: Doxygen comments and some formatting enhancements
2011-10-30 Jordi OrtizDirac: allcodecs in alphabetical order
2011-10-30 Jordi OrtizDirac now returns AVFrames instead of DiracFrames
2011-10-30 multiple authorsDIRAC Decoder stable version, MMX support removed.
next