summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* hls: Avoid reading outside of the allocated arrayMartin Storsjö2013-11-22
* hls: Check whether the AVIOContext contains a new redirected URLMartin Storsjö2013-11-22
* http: Expose the content location via an AVOptionMartin Storsjö2013-11-22
* http: Support relative URL redirectionZhang Rui2013-11-22
* http: Remove an unrelated and mistakenly set AVOption unit nameMartin Storsjö2013-11-22
* avidec: fix a memleak in the dv init code.Anton Khirnov2013-11-21
* matroskadec: use correct compression parameters for current track CodecPrivateAurelien Jacobs2013-11-21
* matroskadec: pad EBML_BIN data.Anton Khirnov2013-11-21
* rtmphttp: Check for both 0 and AVERROR_EOFValeriy Argunov2013-11-18
* Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-16
* dv: Split DV data table declarations into their own headerDiego Biurrun2013-11-15
* lavf: improve support for AVC-Intra files.Reimar Döffinger2013-11-14
* mxfdec: update current edit unit when seeking in mxf files without index tablesMarton Balint2013-11-14
* avienc: drop the vfr flag.Anton Khirnov2013-11-08
* omadec: loosen format probing constraintsDavid Goldwich2013-11-04
* omadec: check GEOB sizes against buffer sizeMichael Niedermayer2013-11-04
* omadec: Fix wrong number of array elementsMichael Niedermayer2013-11-04
* rtmpproto: Reorder conditions to help dead code eliminationVittorio Giovara2013-11-03
* wtv: fix variable sign in formatVittorio Giovara2013-11-03
* os_support: Add #endif comments for better readabilityDiego Biurrun2013-11-02
* Add an HDS live fragmenting muxerMartin Storsjö2013-11-02
* lavf: do not use int to store an int64Anton Khirnov2013-11-01
* rtspenc: Make sure BYE packets are sent before TEARDOWNMartin Storsjö2013-11-01
* rtpenc: Add a rtpflag option for sending BYE packets when finishingMartin Storsjö2013-11-01
* rtpenc: Remove some superfluous parenthesesMartin Storsjö2013-11-01
* aviobuf: Handle a NULL buffer in avio_close_dyn_bufMartin Storsjö2013-11-01
* mpegts: Support HEVC demuxingMickaël Raulet2013-10-31
* matroskadec: Support HEVC demuxingYusuke Nakamura2013-10-31
* mov: Support HEVC demuxingYusuke Nakamura2013-10-31
* Add raw HEVC demuxerDirk Farin2013-10-31
* oggparsetheora: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* HNM4/HNM4A demuxer & video decoderDavid Kment2013-10-31
* lavf: Remove a now useless parameter to ffurl_register_protocolMartin Storsjö2013-10-30
* oggparsetheora: check av_mallocz resultAnton Khirnov2013-10-30
* oggparsetheora: return meaningful error codesAnton Khirnov2013-10-30
* oggparsetheora: K&R cosmetics, reformatAnton Khirnov2013-10-30
* lavc: add a dummy field to AVStream to preserve ABI compatibility for avconvAnton Khirnov2013-10-29
* avio: Check for memory allocation failure of private dataDerek Buitenhuis2013-10-29
* lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from share...Anton Khirnov2013-10-28
* lavf: remove unreliable timestamp guessing heuristicAnton Khirnov2013-10-28
* avio: K&R formatting cosmeticsLuca Barbato2013-10-28
* movenc: Add an F4V muxerClément Bœsch2013-10-23
* nut: Fix unchecked allocationsDerek Buitenhuis2013-10-22
* avio: Use AVERROR_PROTOCOL_NOT_FOUNDLuca Barbato2013-10-21
* wtv: Seek by sector properlyLuca Barbato2013-10-18
* http: Check the auth string contents and not only the pointerMichael Niedermayer2013-10-14
* rtmp: Allocate the prev_pkt arrays dynamicallyMartin Storsjö2013-10-14
* http: Support auth method detection for POSTMartin Storsjö2013-10-13
* http: Add an option for forcing basic authenticationMartin Storsjö2013-10-13
* oggparsevorbis: fail on memory allocation errorVittorio Giovara2013-10-12