]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2011-11-03 Michael Niedermayerid3v2enc: av_strcasecmp()
2011-11-03 Michael Niedermayerh264: favor coded_width in resolution chnaged checks
2011-11-03 Carl Eugen... Set frame_size for AMR_NB in mov.
2011-11-03 Carl Eugen... Do not use strcpy for "strings" starting with \0.
2011-11-03 Reimar DöffingerReplace all strcasecmp/strncasecmp usages.
2011-11-03 Michael Niedermayerlavc: Init AVFrame->opaque to AVCodecContext.opaque...
2011-11-03 Michael Niedermayerlavf: Do not set cur_dts to undetermined before first_d...
2011-11-03 Carl Eugen... Cosmetics: Reindent after last commit.
2011-11-03 Carl Eugen... Support new ALAC magic cookie in caf files.
2011-11-03 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-11-02 Maxim Poliakovskireplacement Indeo 3 decoder
2011-11-02 Justin Rugglesgsm demuxer: do not allocate packet twice.
2011-11-02 Justin Rugglesflvenc: use first packet delay as global delay.
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 Stefano Sabatinivf_overlay: adopts FAST_DIV255 macro for calculating...
2011-11-02 Mark Himsleyvf_fade: fade to correct CCIR601/709 black level
2011-11-02 Meanmpegtsenc: EAC3 support
2011-11-02 John Brooksrtsp: add allowed_media_types option
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 Justin RugglesCreate separate functions for the raw GSM demuxer.
2011-11-02 Michael Niedermayerid3v2enc: include strings.h for strcasecmp()
2011-11-02 Michael Niedermayeropt: remove attribute_deprecated from several functions...
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 Michael NiedermayerMAINTAINERS: update release manager
2011-11-02 Tobias Rappid3v2enc: add support for year and day/month tags when...
2011-11-02 Diego BiurrunReplace vendor string in Ogg and FLAC muxers.
2011-11-02 Diego BiurrunReplace some forgotten FFmpeg references by Libav.
2011-11-02 Diego Biurrunvsrc_testsrc: fix mailing list reference URL
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 Khirnovid3v2: fix type of ID3v2EMFunc.free()
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 Niedermayervf_transpose: remove pix_fmts which can currently not...
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 Lou LoganMAINTAINERS: add myself as mailinglists maintainer
2011-11-01 Matthieu Bourongxf: add timecode information to metadata
2011-11-01 Michael Niedermayerconfigure: fix arch x86_32
2011-11-01 Martin StorsjöEnable w32threads automatically unless explicitly disabled
2011-11-01 Carl Eugen... Fix compilation of dct-test on ia32.
2011-11-01 Vladimir VoroshilovTwo extra samples are required before top of the in...
2011-11-01 Michael Niedermayermmsh: add return value for mmsh_open()
2011-11-01 Michael NiedermayerMAINTAINERS: add libstagefright
2011-11-01 Michael NiedermayerMAINTAINERS: update project server
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 Niedermayermmsh: do not try to seek to negative tiimestamps, it...
2011-10-31 Tobias Rappmp3enc: avoid truncating id3v1 tags by one byte
2011-10-31 Michael Niedermayermmsh_read_seek: skip header
2011-10-31 Michael Niedermayermmsh:_implement a minimal mmsh_seek() so the stream...
2011-10-31 Michael Niedermayerasfdec: Check packet_replic_size earlier
2011-10-31 Michael Niedermayermmsh: mmsh_read_seek()
2011-10-31 Michael Niedermayermmsh: split out mmsh_open_internal()
2011-10-31 Michael Niedermayermmsh: move location storage into context
2011-10-31 Michael NiedermayerRevert "Remove detection of mmsh protocol in ffplay."
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
next