aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* rtpenc_jpeg: check for color_range tooVittorio Giovara2014-06-281-4/+8
* dump_stream: print the timebase as is, do not reduce itAnton Khirnov2014-06-261-2/+1
* Check mp3 header before calling avpriv_mpegaudio_decode_header().Justin Ruggles2014-06-221-7/+10
* Replace av_malloc() and memset(0) by av_mallocz()Diego Biurrun2014-06-223-9/+4
* build: Add missing object files for webm muxerDiego Biurrun2014-06-221-2/+3
* build: Add missing object files for Matroska demuxerDiego Biurrun2014-06-221-1/+2
* build: Add missing replaygain object file for CAF demuxerDiego Biurrun2014-06-221-1/+1
* rtsp: Support misordered fmtp rtpmapJoshua Kordani2014-06-181-3/+16
* rtsp: Factor out fmtp parsingLuca Barbato2014-06-181-9/+18
* lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-1816-42/+84
* riffenc: take an AVStream instead of an AVCodecContextAnton Khirnov2014-06-184-18/+19
* lavf: add the notimestamps flag to the muxers missing itAnton Khirnov2014-06-189-0/+9
* rtpenc: base max_frames_per_packet on avg_frame_rate, not codec timebaseAnton Khirnov2014-06-181-1/+6
* Remove avserver.Anton Khirnov2014-06-185-794/+0
* flvenc: Don't over-count metadata.Josh Allmann2014-06-171-1/+2
* lavf: dump stream side data when probingVittorio Giovara2014-06-141-0/+143
* lavf: group dump functions togetherVittorio Giovara2014-06-143-246/+285
* Remove some unnecessary CONFIG_FOO_COMPONENT ifdefsDiego Biurrun2014-06-121-3/+1
* mpegts: Provide an option to override the pcr periodLuca Barbato2014-06-101-1/+4
* mpegts: Move the option section to the bottomLuca Barbato2014-06-101-35/+35
* oggenc: Set the right AVOption size for the pref_duration optionMartin Storsjö2014-06-061-1/+1
* mov: Export geotag metadata fieldsMartin Storsjö2014-06-061-0/+41
* oggenc: Support flushing the muxerMartin Storsjö2014-06-042-3/+20
* rtmpproto: read metadata to set correct FLV headerUwe L. Korn2014-06-011-1/+65
* rtmppkt: Add method to read an AMF string that is not prefixed by its typeUwe L. Korn2014-06-012-4/+27
* flvdec: Do not default to a video and audio streamUwe L. Korn2014-06-011-8/+0
* flac muxer: support reading updated extradata from side dataAnton Khirnov2014-06-014-15/+37
* flac muxer: accept only STREAMINFO extradataAnton Khirnov2014-06-011-6/+5
* matroskaenc: Allow VP9 and Opus in webmTudor Suciu2014-06-011-1/+3
* rtpenc_chain: Don't copy the time base to the source stream by defaultMartin Storsjö2014-05-313-3/+2
* Revert "rtpenc_chain: Don't copy the time_base back to the caller"Martin Storsjö2014-05-301-0/+3
* matroskaenc: set the stream timebase earlierAnton Khirnov2014-05-291-3/+3
* flvenc: only write the framerate tag based on avg_frame_rateAnton Khirnov2014-05-291-4/+4
* movenc: write avg_frame_rate as the framerate, not the codec timebaseAnton Khirnov2014-05-291-1/+7
* matroskaenc: base DefaultDuration on the framerate, not the codec timebaseAnton Khirnov2014-05-291-1/+2
* nut: Support experimental NUT 4 featuresLuca Barbato2014-05-283-9/+74
* 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