aboutsummaryrefslogtreecommitdiff
path: root/libavformat
AgeCommit message (Expand)Author
2014-06-18rtpenc: base max_frames_per_packet on avg_frame_rate, not codec timebaseAnton Khirnov
2014-06-18Remove avserver.Anton Khirnov
2014-06-17flvenc: Don't over-count metadata.Josh Allmann
2014-06-14lavf: dump stream side data when probingVittorio Giovara
2014-06-14lavf: group dump functions togetherVittorio Giovara
2014-06-12Remove some unnecessary CONFIG_FOO_COMPONENT ifdefsDiego Biurrun
2014-06-10mpegts: Provide an option to override the pcr periodLuca Barbato
2014-06-10mpegts: Move the option section to the bottomLuca Barbato
2014-06-06oggenc: Set the right AVOption size for the pref_duration optionMartin Storsjö
2014-06-06mov: Export geotag metadata fieldsMartin Storsjö
2014-06-04oggenc: Support flushing the muxerMartin Storsjö
2014-06-01rtmpproto: read metadata to set correct FLV headerUwe L. Korn
2014-06-01rtmppkt: Add method to read an AMF string that is not prefixed by its typeUwe L. Korn
2014-06-01flvdec: Do not default to a video and audio streamUwe L. Korn
2014-06-01flac muxer: support reading updated extradata from side dataAnton Khirnov
2014-06-01flac muxer: accept only STREAMINFO extradataAnton Khirnov
2014-06-01matroskaenc: Allow VP9 and Opus in webmTudor Suciu
2014-05-31rtpenc_chain: Don't copy the time base to the source stream by defaultMartin Storsjö
2014-05-30Revert "rtpenc_chain: Don't copy the time_base back to the caller"Martin Storsjö
2014-05-29matroskaenc: set the stream timebase earlierAnton Khirnov
2014-05-29flvenc: only write the framerate tag based on avg_frame_rateAnton Khirnov
2014-05-29movenc: write avg_frame_rate as the framerate, not the codec timebaseAnton Khirnov
2014-05-29matroskaenc: base DefaultDuration on the framerate, not the codec timebaseAnton Khirnov
2014-05-28nut: Support experimental NUT 4 featuresLuca Barbato
2014-05-28avformat: Provide a standard compliance flagLuca Barbato
2014-05-28oggenc: Fix the EOS flagMichael Niedermayer
2014-05-28matroskaenc: write the channel mask for FLACAnton Khirnov
2014-05-28vorbiscomment: simplify API by using av_dict_count()Anton Khirnov
2014-05-28matroskadec: parse the channel layout mask for FLACAnton Khirnov
2014-05-28matroskadec: export just the STREAMINFO block as FLAC extradataAnton Khirnov
2014-05-28matroskadec: split parsing tracks into a separate functionAnton Khirnov
2014-05-28flac: make avpriv_flac_parse_block_header() inlineAnton Khirnov
2014-05-28flac muxer: write WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag for multichannel filesAnton Khirnov
2014-05-28flac demuxer: parse the WAVEFORMATEXTENSIBLE_CHANNEL_MASK tagAnton Khirnov
2014-05-27oggenc: Flush after writing headersAndrew Kelley
2014-05-27oggenc: Move ogg_write_pages up above ogg_write_headerAndrew Kelley
2014-05-24smoothstream: check malloc callsNidhi Makhijani
2014-05-24rdt: check malloc callsNidhi Makhijani
2014-05-20lavf: add av_stream_get_side_dataJanne Grunau
2014-05-19mov: store display matrix in a stream side dataVittorio Giovara
2014-05-19lavf: deprecate now unused AVStream.ptsAnton Khirnov
2014-05-19mux: drop one of the hacks comprising compute_pkt_fields2()Anton Khirnov
2014-05-18movenc: use the "encoder" metadata tag to write stsd CompressornameAnton Khirnov
2014-05-18wavenc: use codec descriptors to get the codec nameAnton Khirnov
2014-05-18dv: do not set codec timebaseAnton Khirnov
2014-05-18lavf: extend avg_frame_rate documentation.Anton Khirnov
2014-05-18avienc: sanitize variable naming in write_header()Anton Khirnov
2014-05-18yop: only set extradata size after it has been successfully allocatedAnton Khirnov
2014-05-18yuv4mpegdec: do not set coded_frame propertiesAnton Khirnov
2014-05-18yuv4mpeg: split the demuxer and muxer into separate filesAnton Khirnov