summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* rtmpproto: Reorder conditions to help dead code eliminationVittorio Giovara2013-11-031-6/+6
* wtv: fix variable sign in formatVittorio Giovara2013-11-031-1/+1
* os_support: Add #endif comments for better readabilityDiego Biurrun2013-11-021-12/+13
* Add an HDS live fragmenting muxerMartin Storsjö2013-11-024-2/+593
* lavf: do not use int to store an int64Anton Khirnov2013-11-011-1/+1
* rtspenc: Make sure BYE packets are sent before TEARDOWNMartin Storsjö2013-11-014-7/+19
* rtpenc: Add a rtpflag option for sending BYE packets when finishingMartin Storsjö2013-11-013-4/+17
* rtpenc: Remove some superfluous parenthesesMartin Storsjö2013-11-011-2/+2
* aviobuf: Handle a NULL buffer in avio_close_dyn_bufMartin Storsjö2013-11-011-0/+5
* mpegts: Support HEVC demuxingMickaël Raulet2013-10-312-1/+2
* matroskadec: Support HEVC demuxingYusuke Nakamura2013-10-313-3/+5
* mov: Support HEVC demuxingYusuke Nakamura2013-10-313-2/+8
* Add raw HEVC demuxerDirk Farin2013-10-314-1/+67
* oggparsetheora: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-8/+8
* HNM4/HNM4A demuxer & video decoderDavid Kment2013-10-314-1/+207
* lavf: Remove a now useless parameter to ffurl_register_protocolMartin Storsjö2013-10-303-11/+3
* oggparsetheora: check av_mallocz resultAnton Khirnov2013-10-301-0/+2
* oggparsetheora: return meaningful error codesAnton Khirnov2013-10-301-3/+3
* oggparsetheora: K&R cosmetics, reformatAnton Khirnov2013-10-301-53/+53
* lavc: add a dummy field to AVStream to preserve ABI compatibility for avconvAnton Khirnov2013-10-292-0/+8
* avio: Check for memory allocation failure of private dataDerek Buitenhuis2013-10-291-0/+7
* lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from share...Anton Khirnov2013-10-285-6/+6
* lavf: remove unreliable timestamp guessing heuristicAnton Khirnov2013-10-284-34/+0
* avio: K&R formatting cosmeticsLuca Barbato2013-10-281-40/+50
* movenc: Add an F4V muxerClément Bœsch2013-10-234-3/+41
* nut: Fix unchecked allocationsDerek Buitenhuis2013-10-224-4/+16
* avio: Use AVERROR_PROTOCOL_NOT_FOUNDLuca Barbato2013-10-211-1/+1
* wtv: Seek by sector properlyLuca Barbato2013-10-181-9/+16
* http: Check the auth string contents and not only the pointerMichael Niedermayer2013-10-141-1/+2
* rtmp: Allocate the prev_pkt arrays dynamicallyMartin Storsjö2013-10-143-28/+92
* http: Support auth method detection for POSTMartin Storsjö2013-10-132-2/+18
* http: Add an option for forcing basic authenticationMartin Storsjö2013-10-132-1/+4
* oggparsevorbis: fail on memory allocation errorVittorio Giovara2013-10-121-3/+1
* oggvorbisdec: add support for embedded cover artJames Almer2013-10-122-2/+29
* flac: move picture parsing code in a separate fileJames Almer2013-10-124-130/+183
* oggdec: add support for Opus in Ogg demuxingNicolas George2013-10-125-2/+147
* oggparsevorbis: check allocationsVittorio Giovara2013-10-121-3/+7
* oggparsevorbis: support official chapter extensionJames Almer2013-10-121-3/+3
* riff: Add a mapping for VP6AMartin Storsjö2013-10-121-0/+1
* mxf: Add jpeg2000 codec to intra only codecsMatthieu Bouron2013-10-101-0/+1
* flvenc: Write proper cropping for VP6 even if there's no extradataMartin Storsjö2013-10-101-3/+7
* flvenc: Support muxing VP6A as wellMartin Storsjö2013-10-101-2/+3
* flvenc: Don't pretend to support muxing "plain" VP6Martin Storsjö2013-10-101-4/+1
* avi: directly resync on DV in AVI read failureLuca Barbato2013-10-101-0/+2
* avi: DV in AVI must be considered single streamLuca Barbato2013-10-101-3/+7
* avi: properly fail if the dv demuxer is missingLuca Barbato2013-10-101-1/+2
* bmv: Remove unused variableDiego Biurrun2013-10-061-1/+0
* oggparsevorbis: return meaningful errorsVittorio Giovara2013-10-051-11/+11
* mov: Don't allocate arrays with av_malloc that will be reallocedMartin Storsjö2013-10-051-1/+1
* rtmpproto: Validate the embedded flv packet size before copyingMartin Storsjö2013-10-041-0/+2
OpenPOWER on IntegriCloud