9592 Commits (afa21a12bf084f905187615706b0a8d92bc98661)

Author SHA1 Message Date
d s f0b234ab9e avformat: AviSynth demuxer rewrite 11 years ago
Anton Khirnov 95fd52c11b mxfdec: set extradata size 11 years ago
Kostya Shishkov a16577d985 MSN Audio support 11 years ago
Diego Biurrun ab81f24ad4 build: Integrate multilibrary examples into the build system 11 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Martin Storsjö 56c2337004 hls: Avoid reading outside of the allocated array 11 years ago
Martin Storsjö 8c92909814 hls: Check whether the AVIOContext contains a new redirected URL 11 years ago
Martin Storsjö be4edda673 http: Expose the content location via an AVOption 11 years ago
Zhang Rui 393d80cc27 http: Support relative URL redirection 11 years ago
Martin Storsjö 76267ecc82 http: Remove an unrelated and mistakenly set AVOption unit name 11 years ago
Anton Khirnov ce9bba5340 avidec: fix a memleak in the dv init code. 11 years ago
Aurelien Jacobs 8b516f154a matroskadec: use correct compression parameters for current track CodecPrivate 11 years ago
Anton Khirnov 30be1ea33e matroskadec: pad EBML_BIN data. 11 years ago
Valeriy Argunov cc20fbcd39 rtmphttp: Check for both 0 and AVERROR_EOF 11 years ago
Anton Khirnov 5b9c3b4505 Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). 11 years ago
Diego Biurrun 3cbe112653 dv: Split DV data table declarations into their own header 11 years ago
Reimar Döffinger ecf442a58b lavf: improve support for AVC-Intra files. 11 years ago
Marton Balint 951d819006 mxfdec: update current edit unit when seeking in mxf files without index tables 11 years ago
Anton Khirnov d42db44cfe avienc: drop the vfr flag. 11 years ago
David Goldwich 0a7fef39fc omadec: loosen format probing constraints 11 years ago
Michael Niedermayer 1c736bedd9 omadec: check GEOB sizes against buffer size 11 years ago
Michael Niedermayer 97f50e92b5 omadec: Fix wrong number of array elements 11 years ago
Vittorio Giovara d763978583 rtmpproto: Reorder conditions to help dead code elimination 11 years ago
Vittorio Giovara c0bba95c23 wtv: fix variable sign in format 11 years ago
Diego Biurrun 5928b29f53 os_support: Add #endif comments for better readability 11 years ago
Martin Storsjö 435214a757 Add an HDS live fragmenting muxer 11 years ago
Anton Khirnov d1c229cdbc lavf: do not use int to store an int64 11 years ago
Martin Storsjö 50aef03b24 rtspenc: Make sure BYE packets are sent before TEARDOWN 11 years ago
Martin Storsjö 9ceed7af37 rtpenc: Add a rtpflag option for sending BYE packets when finishing 11 years ago
Martin Storsjö b264453de9 rtpenc: Remove some superfluous parentheses 11 years ago
Martin Storsjö d07b51bf07 aviobuf: Handle a NULL buffer in avio_close_dyn_buf 11 years ago
Mickaël Raulet b6a4701612 mpegts: Support HEVC demuxing 11 years ago
Yusuke Nakamura 959bea13ce matroskadec: Support HEVC demuxing 11 years ago
Yusuke Nakamura ea29f965dc mov: Support HEVC demuxing 11 years ago
Dirk Farin 5846646296 Add raw HEVC demuxer 11 years ago
Anton Khirnov ce6949d3a0 oggparsetheora: stop using deprecated avcodec_set_dimensions 11 years ago
David Kment 9af7a8523a HNM4/HNM4A demuxer & video decoder 11 years ago
Martin Storsjö 0c5f839693 lavf: Remove a now useless parameter to ffurl_register_protocol 11 years ago
Anton Khirnov 4f2d8968c0 oggparsetheora: check av_mallocz result 11 years ago
Anton Khirnov 5e5fb21877 oggparsetheora: return meaningful error codes 11 years ago
Anton Khirnov d4c12b8be4 oggparsetheora: K&R cosmetics, reformat 11 years ago
Anton Khirnov 8b64c2ba03 lavc: add a dummy field to AVStream to preserve ABI compatibility for avconv 11 years ago
Derek Buitenhuis 25c7db7cc9 avio: Check for memory allocation failure of private data 11 years ago
Anton Khirnov feeafb4ada lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from shared objects 11 years ago
Anton Khirnov 2ba68dd044 lavf: remove unreliable timestamp guessing heuristic 11 years ago
Luca Barbato 53151723e3 avio: K&R formatting cosmetics 11 years ago
Clément Bœsch e01fba5562 movenc: Add an F4V muxer 11 years ago
Derek Buitenhuis b1fcdc08ce nut: Fix unchecked allocations 11 years ago
Luca Barbato ea71aafd68 avio: Use AVERROR_PROTOCOL_NOT_FOUND 11 years ago
Luca Barbato 2b72f8ac32 wtv: Seek by sector properly 11 years ago