Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-03ea: check chunk_size for validity.Ronald S. Bultje
2012-04-08dv: Fix small stack overread related to CVE-2011-3929 and CVE-2011-3936.Alex Converse
2012-04-08dv: Fix null pointer dereference due to ach=0Michael Niedermayer
2012-04-08dv: check stypeMichael Niedermayer
2012-04-08nsvdec: Propagate errorsAlex Converse
2012-04-08nsvdec: Be more careful with av_malloc().Alex Converse
2012-04-08nsvdec: Fix use of uninitialized streams.Michael Niedermayer
2012-04-01id3v2: fix skipping extended header in id3v2.4Anton Khirnov
2012-01-08matroskadec: Fix a bug where a pointer was cached to an array that might late...Chris Evans
2011-12-24oggdec: fix out of bound write in the ogg demuxerLaurent Aimar
2011-12-24Fixed off by one packet size allocation in the smacker demuxer.Laurent Aimar
2011-12-24Check for invalid packet size in the smacker demuxer.Laurent Aimar
2011-12-24ape demuxer: fix segfault on memory allocation failure.Laurent Aimar
2011-12-24smacker demuxer: handle possible av_realloc() failure.Kostya Shishkov
2011-12-24flvenc: use int64_t to store offsetsLuca Barbato
2011-11-05mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating extradata.Alex Converse
2011-11-05mpegts: fix Continuity Counter error detectionJindrich Makovicka
2011-11-05mxfenc: fix ignored drop flag in binary timecode representation.Clément Bœsch
2011-11-05riff: Add mpgv MPEG-2 fourccAlex Converse
2011-11-05Added M701 codec_tag for mpeg2videoTomas Härdin
2011-11-05Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080.Michael Niedermayer
2011-08-05oggdec: prevent heap corruption.Chris Evans
2011-04-30lavf: inspect more frames for fps when container time base is coarseReinhard Tartler
2011-03-18consolidate .gitignore patters into a single fileJanne Grunau
2011-03-18convert svn:ignore properties to .gitignore filesJanne Grunau
2011-03-18Do not attempt to decode APE file with no framesKostya
2010-07-19aviobuf: Do short seeks forward by reading and skipping data instead of a pro...Reinhard Tartler
2010-06-29Add VP80 fourccGoogle
2010-06-26Doxygen av_codec_get_id() and av_codec_get_tag().Reinhard Tartler
2010-06-15Add compatibility wrappers for functions moved from lavf to lavcReinhard Tartler
2010-06-15revert r23610, better patch is pendingReinhard Tartler
2010-06-15add symver hacks for gnu linkersReinhard Tartler
2010-06-09Add WebM muxerJames Zern
2010-05-29Samsung uses SIPP as FourCC for MPEG-4 ASP.Reinhard Tartler
2010-05-29matroska: Add V_VP8Google
2010-05-29Display a more descriptive log message when probe buffer limit is Reinhard Tartler
2010-05-29matroskaenc: Write codec time base as default duration for video tracks.Reinhard Tartler
2010-05-28Reduce the score for the aea demuxer probing function.Reinhard Tartler
2010-05-28Fix detection of some stereo atrac files by not comparing theReinhard Tartler
2010-05-28write 3gp perf tag for artist metadataReinhard Tartler
2010-05-28change author metadata to artist in mov de/muxerReinhard Tartler
2010-05-25matroskaenc: Don't write track timecode scaleReinhard Tartler
2010-05-25matroskadec: Allow unknown EBML doctypeReinhard Tartler
2010-05-25matroskadec: Support webm doctypeJames Zern
2010-05-24Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the manyDiego Biurrun
2010-05-23In ogg muxer, pack multiple frames into one page, much lower overheadReinhard Tartler
2010-05-22Late bump of the minor version, for the addition of AVFMT_FLAG_RTP_HINTMartin Storsjö
2010-05-22Use a heuristic for describing the RTP packets using sample dataMartin Storsjö
2010-05-22Add initial support for RTP hinting in the mov muxerMartin Storsjö
2010-05-22Make mov_write_packet non-static, add ff_ prefixMartin Storsjö