summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* mxfdec: set extradata sizeAnton Khirnov2013-11-291-1/+3
* MSN Audio supportKostya Shishkov2013-11-261-0/+1
* build: Integrate multilibrary examples into the build systemDiego Biurrun2013-11-252-531/+0
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-2318-1/+34
* hls: Avoid reading outside of the allocated arrayMartin Storsjö2013-11-221-1/+2
* hls: Check whether the AVIOContext contains a new redirected URLMartin Storsjö2013-11-221-0/+5
* http: Expose the content location via an AVOptionMartin Storsjö2013-11-222-6/+16
* http: Support relative URL redirectionZhang Rui2013-11-221-1/+4
* http: Remove an unrelated and mistakenly set AVOption unit nameMartin Storsjö2013-11-221-1/+1
* avidec: fix a memleak in the dv init code.Anton Khirnov2013-11-211-0/+1
* matroskadec: use correct compression parameters for current track CodecPrivateAurelien Jacobs2013-11-211-1/+1
* matroskadec: pad EBML_BIN data.Anton Khirnov2013-11-211-1/+3
* rtmphttp: Check for both 0 and AVERROR_EOFValeriy Argunov2013-11-181-2/+2
* Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-162-3/+3
* dv: Split DV data table declarations into their own headerDiego Biurrun2013-11-152-2/+2
* lavf: improve support for AVC-Intra files.Reimar Döffinger2013-11-146-4/+143
* mxfdec: update current edit unit when seeking in mxf files without index tablesMarton Balint2013-11-141-0/+1
* avienc: drop the vfr flag.Anton Khirnov2013-11-081-1/+0
* omadec: loosen format probing constraintsDavid Goldwich2013-11-041-11/+4
* omadec: check GEOB sizes against buffer sizeMichael Niedermayer2013-11-041-0/+5
* omadec: Fix wrong number of array elementsMichael Niedermayer2013-11-041-1/+1
* 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
OpenPOWER on IntegriCloud