summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-245-63/+50
* mpegps: Handle buffer exhaustion when reading packets.Alex Converse2011-09-231-3/+9
* rtp: factorize dynamic payload type fallbackRafaël Carré2011-09-233-6/+5
* flvdec: Ignore the index if it's from a creator known to be differentMartin Storsjö2011-09-231-0/+12
* prores: mark prores as intra-only in libavformat/utils.c:is_intra_only()Diego Biurrun2011-09-231-0/+1
* Add LATM demuxerJanne Grunau2011-09-224-2/+15
* 8svx/iff: fix decoding of compressed stereo 8svx files.Justin Ruggles2011-09-221-40/+5
* mp4: Don't read an empty Decoder Config DescriptorAlex Converse2011-09-221-1/+1
* rtmp: Make the input FLV parser handle data cut at any pointMartin Storsjö2011-09-221-34/+27
* swfdec: Add support for sample_rate_code 0 (5512 Hz)Alex Converse2011-09-211-2/+3
* Remove some forgotten AVCodecContext.palctrl usage.Anton Khirnov2011-09-211-2/+0
* Fix av_dlog invocations with wrong or missing logging context.Diego Biurrun2011-09-211-1/+1
* oma: support for encrypted filesDavid Goldwich2011-09-211-14/+255
* id3v2: add support for non-text and GEOB type tag framesDavid Goldwich2011-09-212-38/+270
* rtmp: Don't blindly skip the 4 trailer bytes from the FLV packetsMartin Storsjö2011-09-201-3/+19
* rtmp: Handle FLV packets written in more than one write callChiranjeevi Melam2011-09-201-3/+5
* movenc: fix NULL reference in mov_write_tkhd_tagAnton Khirnov2011-09-191-1/+1
* rmdec: Reject invalid deinterleaving parametersLaurent Aimar2011-09-191-26/+31
* rmdec: use the deinterleaving mode and not the codec when creating audio pack...Laurent Aimar2011-09-191-1/+2
* lavf: Fix context pointer in av_open_input_stream when avformat_open_input failsDavid Goldwich2011-09-191-1/+1
* oggdec: fix out of bound write in the ogg demuxerLaurent Aimar2011-09-171-2/+12
* movenc: create an alternate group for each media typeAnton Khirnov2011-09-171-1/+2
* rawdec: refactor private option for raw video demuxersAnton Khirnov2011-09-174-17/+34
* pcmdec: use unique classes for all pcm demuxers.Anton Khirnov2011-09-173-15/+15
* rawdec: g722 is always 1 channel/16kHzAnton Khirnov2011-09-171-4/+5
* Fixed size given to init_get_bits().Laurent Aimar2011-09-151-1/+1
* matroskadec: fix typo.Dustin Brody2011-09-151-1/+1
OpenPOWER on IntegriCloud