]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2011-09-19 Laurent Aimarrv34: Fix buffer size used for MC of B frames after...
2011-09-19 Laurent Aimarrv34: Avoid NULL dereference on corrupted bitstream
2011-09-19 Laurent Aimarrv10: Reject slices that does not have the same type...
2011-09-19 Joakim Platevf_yadif: add an option to enable/disable deinterlacing...
2011-09-19 Stefano Sabatinivsrc_color: set output pos values to -1
2011-09-19 Stefano Sabatinivsrc_color: add @file doxy
2011-09-19 Stefano Sabatinivsrc_buffer: remove duplicated file description
2011-09-19 Stefano Sabatinieval: implement not() expression
2011-09-19 Stefano Sabatinieval: add sqrt function for computing the square root
2011-09-19 Laurent Aimarrmdec: use the deinterleaving mode and not the codec...
2011-09-19 David Goldwichlavf: Fix context pointer in av_open_input_stream when...
2011-09-18 Anton Khirnovdoc/APIChanges: fill in missing hashes and dates.
2011-09-17 Stefano Sabatinilavfi: add select filter
2011-09-17 Laurent Aimaroggdec: fix out of bound write in the ogg demuxer
2011-09-17 Anton Khirnovmovenc: create an alternate group for each media type
2011-09-17 Anton Khirnovlavd: add libcdio-paranoia input device for audio CD...
2011-09-17 Anton Khirnovrawdec: refactor private option for raw video demuxers
2011-09-17 Anton Khirnovpcmdec: use unique classes for all pcm demuxers.
2011-09-17 Anton Khirnovrawdec: g722 is always 1 channel/16kHz
2011-09-16 Luca Barbatolibx264: introduce slice-max-size option
2011-09-15 Laurent AimarFixed size given to init_get_bits().
2011-09-15 Ronald S. Bultjeswscale: fix byte overreads in SSE-optimized hscale().
2011-09-15 Dustin Brodymatroskadec: fix typo.
2011-09-15 Dustin Brodymatroskadec: bail on parsing of incorrect seek index...
2011-09-14 Alex Converselavf utils: Remove write-only variable
2011-09-14 Alex Converselavf utils: Rename shadowing variable
2011-09-14 Michael Niedermayersmacker: fix a few off by 1 errors
2011-09-14 Laurent AimarCheck for invalid VLC value in smacker decoder.
2011-09-14 Laurent AimarCheck and propagate errors when VLC trees cannot be...
2011-09-13 Ronald S. Bultjesws: implement MMX/SSE2/SSSE3/SSE4 versions for horizon...
2011-09-13 Justin Rugglesinclude stdint.h in adpcm_data.h
2011-09-13 Diego Biurrunmpeg12: reorder functions to avoid ugly forward declara...
2011-09-12 Laurent AimarFixed off by one packet size allocation in the smacker...
2011-09-12 Laurent AimarCheck for invalid packet size in the smacker demuxer.
2011-09-12 Laurent Aimarape demuxer: fix segfault on memory allocation failure.
2011-09-12 Alex Conversexan: Add some buffer checks
2011-09-12 Alex Conversexan: Remove extra trailing newline
2011-09-12 Laurent AimarFixed size given to init_get_bits() in xan decoder.
2011-09-12 Justin Rugglesadpcm: split ADPCM encoders and decoders into separate...
2011-09-12 Anton Khirnovdoc/avconv: fix typo.
2011-09-12 Kostya Shishkovrv34: check that subsequent slices have the same type...
2011-09-12 Kostya Shishkovsmacker demuxer: handle possible av_realloc() failure.
2011-09-12 Bobby Binghamlavfi: add split filter from soc.
2011-09-12 Stefano Sabatinilavfi: add showinfo filter
2011-09-12 Anton Khirnovlibxavs: add private options corresponding to deprecate...
2011-09-11 Stefano Sabatiniaudioconvert: add explanatory comments to channel_names...
2011-09-11 Stefano Sabatiniaudioconvert: K&R whitespace cosmetics
2011-09-11 Anton Khirnovavconv: use correct index when selecting metadata to...
2011-09-11 Anton Khirnovavconv: fix inverted variable
2011-09-11 Anton Khirnovdoc/avconv: document option types (input/output/per...
2011-09-11 Anton Khirnovdoc/avtools-common-opts: write a section about stream...
2011-09-11 Anton Khirnovdoc/avconv: remove two pointless paragraphs.
2011-09-11 Anton Khirnovdoc/avconv: document that global options should be...
2011-09-11 Anton Khirnovdoc/avconv: remove entries for nonexistent options
2011-09-11 Anton Khirnovdoc/avconv: remove documentation for removed 'timestamp...
2011-09-11 Anton Khirnovdoc: cosmetics, rename fftools-common-opts to avtools...
2011-09-11 Anton Khirnovavconv: move streamid_map to options context.
2011-09-11 Anton Khirnovavconv: extend -vf syntax
2011-09-11 Anton Khirnovavconv: move top_field_first to options context.
2011-09-11 Anton Khirnovavconv: move inter/intra matrix to options context.
2011-09-11 Anton Khirnovavconv: remove -psnr option.
2011-09-11 Anton Khirnovavconv: remove me_threshold option.
2011-09-11 Anton Khirnovavconv: move video_rc_override_string to options context.
2011-09-11 Anton Khirnovavconv: move frame pixel format to the options context.
2011-09-11 Anton Khirnovavconv: move frame aspect ratio to the options context.
2011-09-11 Anton Khirnovavconv: move frame size to the options context.
2011-09-11 Anton Khirnovavconv: move frame_rate to the options context.
2011-09-11 Anton Khirnovavconv: move force_fps to the options context.
2011-09-11 Anton Khirnovavconv: move forced_key_frames to the options context.
2011-09-11 Anton Khirnovavconv: rewrite -qscale and -aq handling.
2011-09-11 Anton Khirnovavconv: move audio_sample_rate to the options context.
2011-09-11 Anton Khirnovcmdutils: add support for programs in check_stream_spec...
2011-09-11 Anton Khirnovavconv: move audio_sample_fmt to options context.
2011-09-11 Georgi Chorbadzhiyskimpegts: improve error reporting
2011-09-11 Aviad Rozenhekmpegts: on seek, reset the cc for all PIDs
2011-09-10 Luca Barbatodoc: explain __STDC_CONSTANT_MACROS in C++
2011-09-10 Laurent AimarFixed segfault with wavpack decoder on corrupted decorr...
2011-09-10 Anton Khirnovavconv: move audio_channels to the options context.
2011-09-10 Anton Khirnovavconv: move *_disable to options context.
2011-09-10 Anton Khirnovavconv: remove -[vas]lang options.
2011-09-10 Anton Khirnovavconv: move codec tags to options context.
2011-09-09 Alex Conversecljr: init_get_bits size in bits instead of bytes
2011-09-09 Alex Converseindeo2: fail if input buffer too small
2011-09-09 Alex Converseindeo2: init_get_bits size in bits instead of bytes
2011-09-09 Laurent Aimarffv1: Fixed size given to init_get_bits() in decoder.
2011-09-08 Alex Conversewavpack: Check error codes rather than working around...
2011-09-08 Diego BiurrunEmploy FF_ARRAY_ELEMS instead of manually calculating...
2011-09-08 Laurent AimarFixed invalid access in wavpack decoder on corrupted...
2011-09-08 Laurent AimarFixed invalid writes in wavpack decoder on corrupted...
2011-09-08 Laurent AimarFixed invalid access in wavpack decoder on corrupted...
2011-09-07 Michael Niedermayerrtpdec_asf: Fix integer underflow that could allow...
2011-09-07 Kieran KunhyaAdd LATM muxer
2011-09-07 Baptiste Coudurierv210enc: clip values according to specifications
2011-09-07 Baptiste Coudurierv210enc: switch to PIX_FMT_422P10
2011-09-07 Baptiste Coudurierv210dec: switch to PIX_FMT_422P10
2011-09-07 Anton KhirnovAVOptions: remove AVOption.offset <= 0 checks
2011-09-07 Anton KhirnovAVOptions: deprecate av_opt_set_defaults2
2011-09-07 Anton KhirnovAVOptions: move doxy for av_opt_set_defaults() from...
2011-09-07 Anton Khirnovlibx264: fix setting some more parameters
2011-09-07 Andrej Peterkalibx264: fix setting the H.264 level
next