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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-11mov: do not misreport empty sttsLuca Barbato
2011-10-11mov: cosmetics, fix for and if spacingLuca Barbato
2011-10-11id3v2: fix NULL pointer dereferenceAnton Khirnov
2011-10-11mov: read album_artist atomRaivo Hool
2011-10-11mov: fix disc/track numbers and totalsRaivo Hool
2011-10-11smacker: Separate audio flags from sample rates in smacker demuxer.Justin Ruggles
2011-10-104xmdemux: prevent use of uninitialized memoryLaurent Aimar
2011-10-10avsdemux: check for out of bound writesLaurent Aimar
2011-10-10avsdemux: check for corrupted dataLaurent Aimar
2011-10-10avidec: fix signed overflow in avi_sync()Mans Rullgard
2011-10-10mxfdec: Fix some buffer overreads caused by the misuse of AVPacket related fu...Alex Converse
2011-10-10avidec: simplify size parameter in memset()Janne Grunau
2011-10-08lavf: fix signed overflow in avformat_find_stream_info()Mans Rullgard
2011-10-08mpegps: Use av_get_packet() instead of poorly emulating it.Alex Converse
2011-10-07mpc8: Fix return value on EOFLaurent Aimar
2011-10-07segafilm: Check for memory allocation failures in segafilm demuxer.Laurent Aimar
2011-10-07segafilm: Fix potential division by 0 on corrupted streams in the demuxerLaurent Aimar
2011-10-07Fixed segfault on corrupted sega streams in the demuxer.Laurent Aimar
2011-10-05lavc/lavf: use unique private classes.Anton Khirnov
2011-10-04Synchronize various 4CCs and codec tags from FFmpeg.Diego Biurrun
2011-10-04ogg/celt: do not set sample_fmt in the demuxerJustin Ruggles
2011-10-03id3v2: remove pointless castsAnton Khirnov
2011-10-03id3v2: read TXXX frames with two calls to decode_str() instead of one.Anton Khirnov
2011-10-03id3v2: don't discard the whole tag when encountering empty frames.Anton Khirnov
2011-09-30lavf: Avoid using av_malloc(0) in av_dump_formatMartin Storsjö
2011-09-30latmenc: Set latmBufferFullness to largest value to indicate it is not usedKieran Kunhya
2011-09-29mpeg probe: check the 2/4-bit synchronization value found after a pack_start_...Alex Converse
2011-09-28latmenc: Fix private optionsKieran Kunhya
2011-09-28Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080.Michael Niedermayer
2011-09-27matroskaenc: write attachments.Anton Khirnov
2011-09-27matroskadec: export mimetype of attachments as metadata.Anton Khirnov
2011-09-26rtp: Simplify ff_rtp_get_payload_typeRafaël Carré
2011-09-26rtpenc: Add a payload type private optionRafaël Carré
2011-09-26rtp: Correct ff_rtp_get_payload_type documentationRafaël Carré
2011-09-26oggdec: add support for Xiph's CELT codecNicolas George
2011-09-26sol: return error if av_get_packet() fails.Justin Ruggles
2011-09-25lavf: do not set codec_tag for rawvideoMans Rullgard
2011-09-25flvdec: Check for overflow before allocating arraysMichael Niedermayer
2011-09-24flvdec: Fix invalid pointer deferences when parsing indexLaurent Aimar
2011-09-24Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun
2011-09-24mpegps: Handle buffer exhaustion when reading packets.Alex Converse
2011-09-24rtp: factorize dynamic payload type fallbackRafaël Carré
2011-09-23flvdec: Ignore the index if it's from a creator known to be differentMartin Storsjö
2011-09-23prores: mark prores as intra-only in libavformat/utils.c:is_intra_only()Diego Biurrun
2011-09-22Add LATM demuxerJanne Grunau
2011-09-228svx/iff: fix decoding of compressed stereo 8svx files.Justin Ruggles
2011-09-22mp4: Don't read an empty Decoder Config DescriptorAlex Converse
2011-09-22rtmp: Make the input FLV parser handle data cut at any pointMartin Storsjö
2011-09-21swfdec: Add support for sample_rate_code 0 (5512 Hz)Alex Converse
2011-09-21Remove some forgotten AVCodecContext.palctrl usage.Anton Khirnov