summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-1219-59/+59
* Remove all uses of deprecated AVOptions API.Anton Khirnov2011-10-123-12/+11
* AVOptions: add new API for enumerating children.Anton Khirnov2011-10-121-22/+29
* flvenc: Write the right metadata entry countMartin Storsjö2011-10-121-3/+10
* rtsp: Request that dynamic rate is disabledMartin Storsjö2011-10-121-0/+2
* rtsp: Parse the x-Accept-Dynamic-Rate headerMartin Storsjö2011-10-122-0/+6
* rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö2011-10-124-37/+37
* rtpdec: Read the packet length for all RTCP packet typesJohn Brooks2011-10-121-7/+7
* rtpdec: Fix the minimum packet length for RTCP SR packetsJohn Brooks2011-10-121-1/+1
* flvdec: Don't export metadata entries that aren't proper metadataMartin Storsjö2011-10-121-0/+14
* flvdec: Split out setting of numeric fields from storing metadataMartin Storsjö2011-10-121-5/+9
* mov: do not misreport empty sttsLuca Barbato2011-10-111-2/+2
* mov: cosmetics, fix for and if spacingLuca Barbato2011-10-111-46/+50
* id3v2: fix NULL pointer dereferenceAnton Khirnov2011-10-111-6/+6
* mov: read album_artist atomRaivo Hool2011-10-111-0/+1
* mov: fix disc/track numbers and totalsRaivo Hool2011-10-111-8/+15
* smacker: Separate audio flags from sample rates in smacker demuxer.Justin Ruggles2011-10-111-14/+17
* 4xmdemux: prevent use of uninitialized memoryLaurent Aimar2011-10-101-3/+5
* avsdemux: check for out of bound writesLaurent Aimar2011-10-101-0/+2
* avsdemux: check for corrupted dataLaurent Aimar2011-10-101-0/+2
* avidec: fix signed overflow in avi_sync()Mans Rullgard2011-10-101-2/+3
* mxfdec: Fix some buffer overreads caused by the misuse of AVPacket related fu...Alex Converse2011-10-101-8/+16
* avidec: simplify size parameter in memset()Janne Grunau2011-10-101-1/+1
* lavf: fix signed overflow in avformat_find_stream_info()Mans Rullgard2011-10-081-2/+2
* mpegps: Use av_get_packet() instead of poorly emulating it.Alex Converse2011-10-071-8/+1
* mpc8: Fix return value on EOFLaurent Aimar2011-10-071-1/+1
* segafilm: Check for memory allocation failures in segafilm demuxer.Laurent Aimar2011-10-061-0/+4
* segafilm: Fix potential division by 0 on corrupted streams in the demuxerLaurent Aimar2011-10-061-5/+8
* Fixed segfault on corrupted sega streams in the demuxer.Laurent Aimar2011-10-061-1/+3
* lavc/lavf: use unique private classes.Anton Khirnov2011-10-052-14/+26
* Synchronize various 4CCs and codec tags from FFmpeg.Diego Biurrun2011-10-042-0/+12
* ogg/celt: do not set sample_fmt in the demuxerJustin Ruggles2011-10-031-1/+0
* id3v2: remove pointless castsAnton Khirnov2011-10-031-3/+3
* id3v2: read TXXX frames with two calls to decode_str() instead of one.Anton Khirnov2011-10-031-32/+28
* id3v2: don't discard the whole tag when encountering empty frames.Anton Khirnov2011-10-031-1/+7
* lavf: Avoid using av_malloc(0) in av_dump_formatMartin Storsjö2011-09-301-1/+1
* latmenc: Set latmBufferFullness to largest value to indicate it is not usedKieran Kunhya2011-09-301-1/+1
* mpeg probe: check the 2/4-bit synchronization value found after a pack_start_...Alex Converse2011-09-291-1/+6
* latmenc: Fix private optionsKieran Kunhya2011-09-281-0/+1
* Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080.Michael Niedermayer2011-09-271-8/+29
* matroskaenc: write attachments.Anton Khirnov2011-09-271-0/+72
* matroskadec: export mimetype of attachments as metadata.Anton Khirnov2011-09-271-0/+1
* rtp: Simplify ff_rtp_get_payload_typeRafaël Carré2011-09-261-14/+11
* rtpenc: Add a payload type private optionRafaël Carré2011-09-264-5/+18
* rtp: Correct ff_rtp_get_payload_type documentationRafaël Carré2011-09-261-3/+1
* oggdec: add support for Xiph's CELT codecNicolas George2011-09-265-1/+101
* sol: return error if av_get_packet() fails.Justin Ruggles2011-09-251-0/+2
* lavf: do not set codec_tag for rawvideoMans Rullgard2011-09-251-3/+0
* flvdec: Check for overflow before allocating arraysMichael Niedermayer2011-09-251-0/+3
* flvdec: Fix invalid pointer deferences when parsing indexLaurent Aimar2011-09-241-2/+2