summaryrefslogtreecommitdiff
path: root/libavformat/version.h
Commit message (Expand)AuthorAgeFilesLines
* flac muxer: add option to disable writing the global headerJustin Ruggles2014-01-091-1/+1
* avutil: Move library version related macros to version.hDiego Biurrun2013-12-261-1/+1
* http: Expose the content location via an AVOptionMartin Storsjö2013-11-221-1/+1
* Add an HDS live fragmenting muxerMartin Storsjö2013-11-021-2/+2
* rtpenc: Add a rtpflag option for sending BYE packets when finishingMartin Storsjö2013-11-011-1/+1
* mpegts: Support HEVC demuxingMickaël Raulet2013-10-311-1/+1
* matroskadec: Support HEVC demuxingYusuke Nakamura2013-10-311-1/+1
* mov: Support HEVC demuxingYusuke Nakamura2013-10-311-1/+1
* Add raw HEVC demuxerDirk Farin2013-10-311-1/+1
* HNM4/HNM4A demuxer & video decoderDavid Kment2013-10-311-1/+1
* lavc: add a dummy field to AVStream to preserve ABI compatibility for avconvAnton Khirnov2013-10-291-0/+3
* movenc: Add an F4V muxerClément Bœsch2013-10-231-2/+2
* http: Support auth method detection for POSTMartin Storsjö2013-10-131-1/+1
* http: Add an option for forcing basic authenticationMartin Storsjö2013-10-131-1/+1
* oggdec: add support for Opus in Ogg demuxingNicolas George2013-10-121-2/+2
* tls: Add support for listen modeMartin Storsjö2013-09-261-1/+1
* tls: Add options for verifying the peer certificateMartin Storsjö2013-09-261-1/+1
* asfenc: mux chapters in ASF files using an ASF "marker" sectionVladimir Pantelic2013-09-191-1/+1
* movenc: Add an option for omitting the tfhd base offsetMartin Storsjö2013-09-171-1/+1
* lavf: Add a flag to enable/disable per-packet flushingLuca Barbato2013-09-161-1/+1
* mkv: Allow flushing the current cluster in progressMartin Storsjö2013-08-191-1/+1
* rtmp: Add seek supportGavriloaie Eugen-Andrei2013-08-021-1/+1
* lavf: add a raw WavPack muxer.Anton Khirnov2013-05-281-2/+2
* matroskaenc: add an option to put the index at the start of the fileAnton Khirnov2013-05-031-1/+1
* lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-111-4/+0
* lavf: remove disabled FF_API_AV_GETTIME cruftAnton Khirnov2013-03-111-3/+0
* lavf: remove disabled FF_API_INTERLEAVE_PACKET cruftAnton Khirnov2013-03-111-3/+0
* lavf: remove disabled FF_API_READ_PACKET cruftAnton Khirnov2013-03-111-3/+0
* lavf: remove disabled FF_API_APPLEHTTP_PROTO cruftAnton Khirnov2013-03-111-3/+0
* lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruftAnton Khirnov2013-03-111-3/+0
* Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov2013-03-081-3/+3
* lavf: Handle the environment variable no_proxy more properlyMartin Storsjö2013-02-271-1/+1
* rtpenc: Start the sequence numbers from a random offsetMartin Storsjö2013-01-221-1/+1
* srtp: Add support for a few DTLS-SRTP related crypto suitesMartin Storsjö2013-01-211-1/+1
* lavf: Add a protocol for SRTP encryption/decryptionMartin Storsjö2013-01-151-2/+2
* rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES)Martin Storsjö2013-01-151-1/+1
* rtpdec: Support sending RTCP feedback packetsMartin Storsjö2013-01-081-1/+1
* rtsp: Add support for depacketizing RTP data via custom IOMartin Storsjö2013-01-031-1/+1
* rtmp: Add support for limelight authenticationMartin Storsjö2012-12-311-1/+1
* rtmp: Add support for adobe authenticationMartin Storsjö2012-12-311-1/+1
* tak: demuxer, parser, and decoderPaul B Mahol2012-12-071-1/+1
* wav muxer: write metadataVictor Vasiliev2012-10-161-1/+1
* avio: introduce avio_closepLuca Barbato2012-10-101-2/+2
* Add Opus support to the Ogg muxer.Nathan Caldwell2012-09-271-1/+1
* rtpdec: Support depacketizing speexDmitry Samonenko2012-09-261-1/+1
* rtpenc: Add support for packetizing speexDmitry Samonenko2012-09-261-1/+1
* rtp: Packetization of JPEG (RFC 2435)Samuel Pitoiset2012-09-231-2/+2
* avio: flush the internal buffer in avio_close()Stefano Sabatini2012-09-151-1/+1
* Add a smooth streaming segmenter muxerMartin Storsjö2012-09-121-1/+1
* rtp: Depacketization of JPEG (RFC 2435)Samuel Pitoiset2012-09-091-1/+1