aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat: Provide a standard compliance flagLuca Barbato2014-05-283-1/+11
* oggenc: Fix the EOS flagMichael Niedermayer2014-05-281-2/+2
* matroskaenc: write the channel mask for FLACAnton Khirnov2014-05-282-2/+47
* vorbiscomment: simplify API by using av_dict_count()Anton Khirnov2014-05-284-16/+10
* matroskadec: parse the channel layout mask for FLACAnton Khirnov2014-05-2811-12/+53
* matroskadec: export just the STREAMINFO block as FLAC extradataAnton Khirnov2014-05-281-1/+24
* matroskadec: split parsing tracks into a separate functionAnton Khirnov2014-05-281-58/+69
* flac: make avpriv_flac_parse_block_header() inlineAnton Khirnov2014-05-281-1/+1
* flac muxer: write WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag for multichannel filesAnton Khirnov2014-05-283-0/+36
* flac demuxer: parse the WAVEFORMATEXTENSIBLE_CHANNEL_MASK tagAnton Khirnov2014-05-281-0/+15
* oggenc: Flush after writing headersAndrew Kelley2014-05-271-0/+2
* oggenc: Move ogg_write_pages up above ogg_write_headerAndrew Kelley2014-05-271-22/+22
* smoothstream: check malloc callsNidhi Makhijani2014-05-241-0/+2
* rdt: check malloc callsNidhi Makhijani2014-05-241-2/+6
* lavf: add av_stream_get_side_dataJanne Grunau2014-05-203-2/+28
* mov: store display matrix in a stream side dataVittorio Giovara2014-05-192-10/+54
* lavf: deprecate now unused AVStream.ptsAnton Khirnov2014-05-193-107/+12
* mux: drop one of the hacks comprising compute_pkt_fields2()Anton Khirnov2014-05-191-7/+0
* movenc: use the "encoder" metadata tag to write stsd CompressornameAnton Khirnov2014-05-182-2/+6
* wavenc: use codec descriptors to get the codec nameAnton Khirnov2014-05-181-2/+3
* dv: do not set codec timebaseAnton Khirnov2014-05-181-1/+1
* lavf: extend avg_frame_rate documentation.Anton Khirnov2014-05-181-0/+4
* avienc: sanitize variable naming in write_header()Anton Khirnov2014-05-181-41/+41
* yop: only set extradata size after it has been successfully allocatedAnton Khirnov2014-05-181-3/+2
* yuv4mpegdec: do not set coded_frame propertiesAnton Khirnov2014-05-181-20/+6
* yuv4mpeg: split the demuxer and muxer into separate filesAnton Khirnov2014-05-184-174/+220
* a64: check that extradata exists before reading from itAnton Khirnov2014-05-181-0/+6
* a64: remove unneeded struct qualifierAnton Khirnov2014-05-181-1/+1
* 4xm: allocate extradata properly.Anton Khirnov2014-05-181-1/+4
* riff: Pass block_align to estimate frame durationnu7742014-05-171-1/+1
* hlsenc: Set the default codecs to AAC and H264Martin Storsjö2014-05-171-2/+2
* avisynth: set duration of audio streamsHendrik Leppkes2014-05-161-0/+1
* lavf: drop the zero-sized packets hackAnton Khirnov2014-05-151-6/+0
* lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov2014-05-159-12/+28
* lavf: properly document the distinction between flags and ctx_flagsAnton Khirnov2014-05-141-1/+9
* build: handle library dependencies in configureJanne Grunau2014-05-131-1/+0
* rtmpproto: Check the buffer sizes when copying app/playpath stringsMartin Storsjö2014-05-081-4/+5
* rtmpproto: Support alternative slist parameter in rtmp URLsUwe L. Korn2014-05-061-2/+14
* probe: Support AAC_LATM in set_codec_from_probe_dataLuca Barbato2014-05-031-0/+1
* latm: Add a probe functionLuca Barbato2014-05-031-0/+53
* rmdec: do not export anything to AVCodecContext.codec_nameAnton Khirnov2014-05-011-2/+0
* asfenc: use codec descriptors instead of AVCodecs to write codec infoAnton Khirnov2014-05-011-14/+18
* oggparseskeleton: do not use AVCodecContext.codec_nameAnton Khirnov2014-05-011-1/+0
* mov: export stsd Compressorname in metadataAnton Khirnov2014-05-011-3/+8
* matroska: add the Opus mappingAnton Khirnov2014-05-011-0/+1
* matroskaenc: write CodecDelayAnton Khirnov2014-05-011-0/+13
* matroskadec: read the CodecDelay elementAnton Khirnov2014-04-302-1/+10
* librtmp: Map native options to librtmp ones when possibleLuca Barbato2014-04-301-15/+126
* hls: Sync the file number with the start sequenceLuca Barbato2014-04-301-4/+1
* hls: Factor the sequence computationLuca Barbato2014-04-301-3/+3