]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2011-11-08 Justin Rugglesra288: return error if input buffer is too small
2011-11-08 Justin Rugglesra288: utilize DSPContext.vector_fmul()
2011-11-08 Justin Rugglesra288: use memcpy() to copy decoded samples to output
2011-11-08 Justin Rugglesmace: only calculate output buffer size once
2011-11-08 Diego BiurrunRemove redundant filename self-references inside files.
2011-11-08 Diego Biurrunindeo3data: add missing config.h #include for HAVE_BIGE...
2011-11-08 Diego Biurrunx86: drop pointless ARCH_X86 #ifdef from files in x86...
2011-11-08 Justin Rugglesavplay: reset rdft when closing stream.
2011-11-08 Anton Khirnovdoc/git-howto: expand format-patch and send-email notes.
2011-11-08 Anton Khirnovlavf: expand doxy for some AVFormatContext fields.
2011-11-07 Martin Storsjöavformat: Avoid a warning about mixed declarations...
2011-11-07 Kostya ShishkovBMV demuxer and decoder
2011-11-07 Martin Storsjömatroskaenc: Make sure the seekhead struct is freed...
2011-11-07 Alex Conversempeg12enc: Remove write-only variables.
2011-11-07 Alex Conversempeg12enc: Don't set up run-level info for level 0.
2011-11-07 Alex Conversemsmpeg4: Don't set up run-level info for level 0.
2011-11-07 Martin Storsjöavformat: Warn about using network functions without...
2011-11-07 Martin Storsjöavformat: Revise wording
2011-11-07 Martin Storsjördt: Set AVFMT_NOFILE on ff_rdt_demuxer
2011-11-07 Martin Storsjördt: Check the return value of avformat_open
2011-11-07 Martin Storsjörtsp: Discard the dynamic handler, if it has an alloc...
2011-11-07 Justin Rugglesdsputil: use cpuflags in x86 versions of vector_clip_in...
2011-11-07 Justin Rugglesx86inc: use sse versions of common macros instead of...
2011-11-06 Anton Khirnovdoc/APIchanges: add missing dates and hashes
2011-11-06 Anton Khirnovlavf: don't return from void av_update_cur_dts()
2011-11-06 Anton KhirnovChangelog: add more entries.
2011-11-06 Anton KhirnovChangelog: update ffmpeg/avconv incompatibility list.
2011-11-06 Anton Khirnovavconv: remove some redundant temporary variables.
2011-11-06 Anton Khirnovavconv: fix broken indentation
2011-11-06 Anton Khirnovavconv: move copy_initial_nonkeyframes to the options...
2011-11-06 Anton Khirnovavconv: use file:stream instead of file.stream in log...
2011-11-06 Anton Khirnovdoc/avconv: elaborate on basic functionality.
2011-11-06 Anton Khirnovdoc/avconv: -sample_fmts, not -help sample_fmts prints...
2011-11-06 Martin Storsjöopenssl: Only use CRYPTO_set_id_callback on OpenSSL...
2011-11-06 Martin StorsjöCall avformat_network_init/deinit in the programs
2011-11-06 Martin StorsjöRemove leftover includes of strings.h
2011-11-06 Reimar Döffingeravutil: Don't allow using strcasecmp/strncasecmp
2011-11-06 Reimar DöffingerReplace all usage of strcasecmp/strncasecmp
2011-11-06 Reimar Döffingeravstring: Add locale independent implementations of...
2011-11-06 Luca Barbatoavstring: Add locale independent implementations of...
2011-11-06 Kostya Shishkovcosmetics: insert some spaces in explicit enum value...
2011-11-06 Kostya Shishkovmove 8SVX audio codecs to the audio codec list part...
2011-11-06 Kostya Shishkovdeprecate codec IDs that won't ever be used
2011-11-06 Ronald S. Bultjeswscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions.
2011-11-06 Loren MerrittUpdate x86inc.asm to latest x264 version, and add AVX...
2011-11-05 Martin Storsjöhttp: Remove the custom function for disabling chunked...
2011-11-05 Martin Storsjörtsp: Disable chunked http post through AVOptions
2011-11-05 Carl Eugen... movdec: Set frame_size for AMR
2011-11-05 Ronald S. Bultjeh264_weight: remove duplication functions.
2011-11-05 Ronald S. Bultjeswscale: align vertical filtersize by 2 on x86.
2011-11-05 Ronald S. Bultjelibavfilter: reindent.
2011-11-05 Ronald S. Bultjematroskadec: empty blocks are in fact valid.
2011-11-05 Ronald S. Bultjeavfilter: don't abort() on zero-size allocations.
2011-11-05 Ronald S. Bultjeh264: improve calculation of codec delay.
2011-11-05 Carl Eugen... movenc: Set a correct packet size for AMR-NB mode 15...
2011-11-05 Martin Storsjöavformat: Add functions for doing global network initia...
2011-11-05 Martin Storsjöavformat: Add the https protocol
2011-11-05 Martin Storsjöavformat: Add the tls protocol, using OpenSSL or gnutls
2011-11-05 Martin Storsjöavformat: Initialize gnutls in ff_tls_init()
2011-11-05 Martin Storsjöw32threads: Wrap the mutex functions in inline function...
2011-11-05 Martin Storsjöconfigure: Allow linking to the gnutls library
2011-11-05 Martin Storsjöavformat: Add ff_tls_init()/deinit() that initialize...
2011-11-05 Martin Storsjöconfigure: Allow linking to openssl
2011-11-05 Martin Storsjöavcodec: Allow locking and unlocking an avformat specif...
2011-11-05 Martin Storsjöavformat: Split out functions from network.h to a new...
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 Diego Biurrunconfigure: declare dependency of h264_vaapi_hwaccel...
2011-11-03 Alex Conversevp6: Fix illegal read.
2011-11-03 Alex Converseavfilter: Don't copy garbage from the stack when settin...
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 Anton Khirnovavconv: add -dump_attachment option.
2011-11-03 Anton Khirnovavconv: add -attach option.
2011-11-03 Anton Khirnovavconv: make negative mappings disable only streams...
2011-11-03 Justin Rugglesfmtconvert: fix int32_to_float_fmul_scalar() for window...
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 John Brooksrtsp: add allowed_media_types option
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 Diego BiurrunReplace vendor string in Ogg and FLAC muxers.
next