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