]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2013-09-29 Martin Storsjömov: Make sure the read sample count is nonnegative
2013-09-29 Martin Storsjöbfi: Add some very basic sanity checks for input packet...
2013-09-29 Martin Storsjöbfi: Avoid divisions by zero
2013-09-29 Martin Storsjöelectronicarts: Add more sanity checking for the number...
2013-09-29 Martin Storsjöriffdec: Add sanity checks for the sample rate
2013-09-29 Martin Storsjömvi: Add sanity checking for the audio frame size
2013-09-29 Martin Storsjöalac: Do bounds checking of lpc_order read from the...
2013-09-29 Martin Storsjöxwma: Avoid division by zero
2013-09-29 Martin Storsjöavidec: Make sure a packet is large enough before readi...
2013-09-29 Martin Storsjövqf: Make sure the bitrate is in the valid range
2013-09-29 Martin Storsjövqf: Make sure sample_rate is set to a valid value
2013-09-28 Anton Khirnovlavfi: allow user-provided execute() callbacks
2013-09-28 Anton Khirnovavframe: note that linesize is not the usable data...
2013-09-26 Luca Barbatolxf: check the nb_streams instead of relying on padding
2013-09-26 Paul B Mahollxf: remove deplanarization hack
2013-09-26 Paul B Maholpcm: support 24-bit/32-bit little-endian planar
2013-09-26 Carl Eugen... lxf: Support 16-channel files
2013-09-26 Reimar Döffingerlxf: Support version 1 files
2013-09-26 Martin Storsjölavf: Reset the entry count and allocation size variabl...
2013-09-26 Martin Storsjölavf: Allocate arrays with av_realloc if they will...
2013-09-26 Martin Storsjörtpdec_qt: Add an accidentally removed allocation retur...
2013-09-26 Martin Storsjötls: Add support for listen mode
2013-09-26 Martin Storsjöhttp: Pass options through to the nested protocol
2013-09-26 Martin Storsjötls: Add options for verifying the peer certificate
2013-09-25 Kostya Shishkovg2meet: Respect cursor_stride properly everywhere
2013-09-24 Anton Khirnovlavc doxy: document that avcodec_flush_buffers() invali...
2013-09-24 Anton Khirnovdoc/filters: fix an option name in the unsharp docs
2013-09-24 Anton Khirnovh264: do not reinitialize the global cabac tables at...
2013-09-24 Anton Khirnovcabac: remove write-only h264_mps_state[]
2013-09-24 Anton Khirnovmatroskadec: check av_strdup() when setting defaults
2013-09-24 Kieran Kunhyalavc: add support for interleaved chroma formats to...
2013-09-24 Michael Niedermayerpixdesc: fix NV20* descriptors
2013-09-24 Michael Niedermayerh264_sei: check SEI size
2013-09-24 Rainer Hocheckerh264: do not discard NAL_SEI when skipping frames
2013-09-24 Vittorio Giovarah264: log extradata skip only for non-ignored NALs
2013-09-24 Vittorio Giovarah264_sei: log unknown sei messages
2013-09-24 Martin Storsjömpegvideo: Initialize chroma_*_shift and codec_tag...
2013-09-24 Alex Smithconfigure: Enable -Qansi-alias for icl 14+
2013-09-23 Martin Storsjöh263dec: Remove a hack that can cause infinite loops
2013-09-22 Martin Storsjömovenchint: Clear size and len if the realloc failed
2013-09-22 Martin Storsjömovenc: Return a proper error code for invalid combinations
2013-09-22 Martin Storsjövc1dec: Check the error handling flags on slice/field...
2013-09-22 Martin Storsjöelectronicarts: Check packet sizes before reading
2013-09-22 Martin Storsjölavf: Avoid setting avg_frame_rate if delta_dts is...
2013-09-22 Michael Niedermayervc1dec: Don't decode slices when the latest slice heade...
2013-09-22 Martin Storsjövc1dec: Make sure last_picture is initialized in vc1_de...
2013-09-22 Martin Storsjövc1dec: Undo mpegvideo initialization if unable to...
2013-09-22 Martin Storsjövc1dec: Fix leaks in ff_vc1_decode_init_alloc_tables...
2013-09-22 Martin Storsjöwnv1: Make sure the input packet is large enough
2013-09-22 Martin Storsjömovenc: Use keyframes as default fragmentation point...
2013-09-22 Martin Storsjömovenc: Set all implicit flags immediately in mov_write...
2013-09-22 Martin Storsjömovenc: Set mov->mode earlier in mov_write_header
2013-09-22 Martin Storsjötls: Do not abort on non-fatal TLS alerts with gnutls
2013-09-21 Luca Barbatoflv: Make onTextData parsing robust
2013-09-21 Luca Barbatortmp: Replace a magic number with a macro
2013-09-21 Luca Barbatortmp: Rewrite embedded flv handling
2013-09-21 Luca Barbatortmp: Refactor get_packet
2013-09-21 Luca Barbatortmp: Support AMF_DATA_TYPE_MIXEDARRAY
2013-09-21 Alex Smithavutil: Fix compilation with inline asm disabled on...
2013-09-21 Kieran Kunhyalavu: Add interleaved 4:2:2 8/10-bit formats
2013-09-20 Vittorio Giovarah264dec: Add .avc file name extension
2013-09-20 Vittorio Giovarah264dec: K&R formatting cosmetics
2013-09-20 Martin Storsjömem: Handle av_reallocp(..., 0) properly
2013-09-20 Vittorio Giovarah264: remove an unused static constant
2013-09-20 Alex Smithmsvc/icl: Use __declspec(noinline)
2013-09-20 Alex Smithmsvc/icl: Use __declspec(deprecated)
2013-09-20 Luca Barbatortmp: Unbreak get_packet
2013-09-20 Martin Storsjödcadec: Validate the lfe parameter
2013-09-20 Martin Storsjörtmpproto: Add a comment explaining the logic in handle...
2013-09-19 Luca Barbatobuild: Support cparser
2013-09-19 Martin Storsjör3d: Add more input value validation
2013-09-19 Martin Storsjörl2: Avoid a division by zero
2013-09-19 Martin Storsjöwtv: Add more sanity checks for a length read from...
2013-09-19 Martin Storsjöyop: Clear all references to the AVBuffer in the local...
2013-09-19 Martin Storsjöfraps: Make the input buffer size checks more strict
2013-09-19 Martin Storsjösegafilm: Validate the number of audio channels
2013-09-19 Martin Storsjösvq3: Avoid a division by zero
2013-09-19 Martin Storsjöqpeg: Add checks for running out of rows in qpeg_decode...
2013-09-19 Martin Storsjömpegaudiodec: Validate that the number of channels...
2013-09-19 Martin Storsjöasvdec: Verify the amount of extradata
2013-09-19 Martin Storsjömovenc: Use null buffers for measuring the amount of...
2013-09-19 Martin Storsjöaviobuf: Add functions for null buffers
2013-09-19 Vladimir Pantelicasfenc: mux chapters in ASF files using an ASF "marker...
2013-09-19 Vladimir Pantelicasfenc: remember send time and offset of the index...
2013-09-19 Vladimir Pantelicasfenc: add ASF_Reserved_4 as defined in section 10...
2013-09-19 Vladimir Pantelicasfdec: replace magic constant with DATA_HEADER_SIZE
2013-09-19 Vladimir Pantelicasfdec: substract preroll time from marker presentation...
2013-09-19 Martin Storsjörv34: Fix a memory leak on errors
2013-09-19 Martin Storsjöidroqdec: Make sure a video stream has been allocated...
2013-09-19 Martin Storsjörv10: Validate the dimensions set from the container
2013-09-19 Luca Barbatortmp: Unbreak handle_notify
2013-09-18 Alex Converseaacdec: Add support for LD (Low Delay) AAC
2013-09-18 Alex Converseaacdec: Add support for Error Resilience syntax.
2013-09-18 Justin RugglesAdd a WebP decoder
2013-09-18 Justin Ruggleslavc: add ff_u8_to_s8() for safe type punning of uint8_...
2013-09-18 Alexandra Khirnovaavformat: Use av_reallocp() where suitable
2013-09-18 Martin Storsjörmdec: Validate the fps value
2013-09-17 Martin Storsjömovenc: Add an option for omitting the tfhd base offset
2013-09-17 Martin Storsjömovenc: Write the moof atom in two passes
2013-09-17 Martin Storsjötwinvqdec: Check the ibps parameter separately
next