]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-03-07 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-03-06 Michael Niedermayerlavc/utils: fix const correctness of AVClass cast
2012-03-06 Michael Niedermayerlavc/utils: remove unused variable from avcodec_encode_...
2012-03-06 Michael Niedermayermjpegenc: Fix const correctness and avoid writes into...
2012-03-06 Michael Niedermayerh264 Fix: "warning: assigning to 'uint8_t *' (aka ...
2012-03-06 Michael Niedermayerh264: fix warning about "uint8_t *p" and const
2012-03-06 Michael Niedermayercook: silence some signed overflow warnings.
2012-03-06 Michael Niedermayerswscale: remove duplicate PIX_FMT_GBRP entry from forma...
2012-03-06 Michael Niedermayervsrx_mptestsrc: remove duplicate config_props init.
2012-03-06 Reimar DöffingerSBR DSP: fix SSE code to not use SSE2 instructions.
2012-03-06 Ronald S. Bultjecpu: initialize mask to -1, so that by default, optimiz...
2012-03-06 Michael Niedermayeraacdec: Fix out of array writes (stack).
2012-03-06 Bastien BoucletFix bink decoder for files with 24px width.
2012-03-06 Ronald S. Bultjeerror_resilience: initialize s->block_index[].
2012-03-06 Ronald S. Bultjesvq3: protect against negative quantizers.
2012-03-06 Ronald S. BultjeDon't use ff_cropTbl[] for IDCT.
2012-03-06 Ronald S. Bultjeswscale: make filterPos 32bit.
2012-03-06 Michael Niedermayerdiracdec: Correct the bytestream end pointer.
2012-03-06 Anton KhirnovFATE: add CPUFLAGS variable, mapping to -cpuflags avcon...
2012-03-06 Anton Khirnovavconv: add -cpuflags option for setting supported...
2012-03-06 Anton Khirnovcpu: add av_set_cpu_flags_mask().
2012-03-06 Martin Storsjölibx264: Allow overriding the sliced threads option
2012-03-06 Anton Khirnovavconv: fix counting encoded video size.
2012-03-06 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-03-05 Reimar Döffingercdxl demux: do not create packets with uninitialized...
2012-03-05 Derek Buitenhuislibutvideo: Add Ut Video encoder wrapper
2012-03-05 Derek Buitenhuislibutvideo: Move structs and includes to header
2012-03-05 Alex ConverseReplace computations of remaining bits with calls to...
2012-03-05 Alex Converseamrnb/amrwb: Remove get_bits usage.
2012-03-05 Carl Eugen... Remove AV_LOG_DEBUG from av_dlog() calls.
2012-03-05 Justin Rugglescosmetics: reindent
2012-03-05 Justin Rugglesavformat: do not require a pixel/sample format if there...
2012-03-05 Justin Rugglesavformat: do not fill-in audio packet duration in compu...
2012-03-05 Justin Ruggleslavf: Use av_get_audio_frame_duration() in get_audio_fr...
2012-03-05 Justin Rugglesdca_parser: parse the sample rate and frame durations
2012-03-05 Justin Ruggleslibspeexdec: do not set AVCodecContext.frame_size
2012-03-05 Justin Ruggleslibopencore-amr: do not set AVCodecContext.frame_size
2012-03-05 Justin Rugglesalsdec: do not set AVCodecContext.frame_size
2012-03-05 Justin Rugglessiff: do not set AVCodecContext.frame_size
2012-03-05 Justin Rugglesamr demuxer: do not set AVCodecContext.frame_size.
2012-03-05 Justin Rugglesaiffdec: do not set AVCodecContext.frame_size
2012-03-05 Justin Rugglesmov: do not set AVCodecContext.frame_size
2012-03-05 Justin Rugglesape: do not set AVCodecContext.frame_size.
2012-03-05 Justin Rugglesrdt: remove workaround for infinite loop with aac
2012-03-05 Justin Rugglesavformat: do not require frame_size in avformat_find_st...
2012-03-05 Justin Rugglesavformat: do not require frame_size in avformat_find_st...
2012-03-05 Justin Rugglesavformat: do not require frame_size in avformat_find_st...
2012-03-05 Justin Rugglesswfenc: use av_get_audio_frame_duration() instead of...
2012-03-05 Justin Rugglesrtpenc: use av_get_audio_frame_duration() for max_frame...
2012-03-05 Justin Rugglesriffenc: use av_get_audio_frame_duration()
2012-03-05 Justin Rugglesavcodec: add av_get_audio_frame_duration() function.
2012-03-05 Justin Rugglesavcodec: add av_get_exact_bits_per_sample() function
2012-03-05 Aaron Colwellmatroska : Add support for reading/writing creation_tim...
2012-03-05 Michael Niedermayercook: fix return statements.
2012-03-05 Michael Niedermayerwmaenc: change some asserts to av_assert0.
2012-03-05 Michael Niedermayerwmaenc: add assert to check encode_superframe() return.
2012-03-05 Michael NiedermayerRevert "wmaenc: check final frame size against output...
2012-03-05 Anton Khirnovlavf: deobfuscate read_frame_internal().
2012-03-05 Anton Khirnovlavf: make read_from_packet_buffer() more flexible.
2012-03-05 Anton Khirnovlavf: factorize freeing a packet buffer.
2012-03-05 Fabian GreffrathFix format string vulnerability detected by -Wformat...
2012-03-05 Diego Biurrundv: Do not redundantly initialize struct members to...
2012-03-05 Nicolas Georgealsa: fix timefilter usage.
2012-03-05 Nicolas Georgetimefilter: allow variable periods.
2012-03-05 Nicolas Georgetimefilter: internally compute feedback factors.
2012-03-05 Mans Rullgardx86: clean up ff_dsputil_init_mmx()
2012-03-05 Michael Niedermayersmc: Fix overread.
2012-03-05 Michael Niedermayerbit_depth_template: use av_clip_uint8 over crop_tab.
2012-03-05 Michael Niedermayerindeo3: move MV check up.
2012-03-05 Michael Niedermayercook: check decouple values.
2012-03-04 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-03-04 Michael Niedermayerindeo3: Fix overreading requant_tab.
2012-03-04 Michael Niedermayerindeo3: Check motion vectors.
2012-03-04 Anton Khirnovcmdutils: use new avcodec_is_decoder/encoder() functions.
2012-03-04 Anton Khirnovlavc: make codec_is_decoder/encoder() public.
2012-03-04 Anton Khirnovlavc: deprecate AVCodecContext.sub_id.
2012-03-04 Anton Khirnovlibcdio: add a forgotten AVClass to the private context.
2012-03-04 Nicolas Georgelibmpcodecs/vf_pp: import memleak fix from MPlayer.
2012-03-04 Nicolas Georgevf_mp: uninit filter chain.
2012-03-04 Michael Niedermayerdsicinav: fix 10l bug introduced in 999d38f3a94eb963c07...
2012-03-04 Michael Niedermayerpcm-mpeg: fix 10l condition flip
2012-03-04 Ronald S. Bultjeswscale: remove "cpu flags" from -sws_flags description.
2012-03-04 Michael NiedermayerFix alpha overflow when converting from RGBA64 to RGBA.
2012-03-04 Stefano Sabatinilavfi: add blackdetect filter
2012-03-04 Michael Niedermayermmvideo: fix overreads of the input buffer.
2012-03-04 Ronald S. Bultjedsicinvideo: validate buffer offset before copying...
2012-03-04 Kostya Shishkovproresenc: give user a possibility to alter some encodi...
2012-03-04 Justin Rugglesvorbisenc: add output buffer overwrite protection
2012-03-04 Justin Ruggleslibopencore-amrnbenc: fix end-of-stream handling
2012-03-04 Justin Rugglesra144enc: fix end-of-stream handling
2012-03-04 Justin Rugglesnellymoserenc: zero any leftover packet bytes
2012-03-04 Justin Rugglesnellymoserenc: use proper MDCT overlap delay
2012-03-04 Michael Niedermayertruemotion2: check motion vectors for validity
2012-03-04 Michael Niedermayerpngdec: validate length.
2012-03-04 Aneesh Dograqpeg: Use bytestream2 functions to prevent buffer overr...
2012-03-04 Ronald S. Bultjeswscale: make %rep unconditional.
2012-03-04 Ronald S. Bultjevp8: convert simple loopfilter x86 assembly to use...
2012-03-04 Ronald S. Bultjevp8: convert idct x86 assembly to use named arguments.
2012-03-04 Ronald S. Bultjevp8: convert mc x86 assembly to use named arguments.
2012-03-04 Ronald S. Bultjevp8: convert loopfilter x86 assembly to use cpuflags().
next