9567 Commits (435214a757fc71d1680b12d6f930254cab3935d1)

Author SHA1 Message Date
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
Michael Niedermayer 708b32b6f7 http: Check the auth string contents and not only the pointer 11 years ago
Martin Storsjö 84a125c4c2 rtmp: Allocate the prev_pkt arrays dynamically 11 years ago
Martin Storsjö 71549a857b http: Support auth method detection for POST 11 years ago
Martin Storsjö eb8b05a382 http: Add an option for forcing basic authentication 11 years ago
Vittorio Giovara fd2384f02b oggparsevorbis: fail on memory allocation error 11 years ago
James Almer c18375ec80 oggvorbisdec: add support for embedded cover art 11 years ago
James Almer 601d6228c4 flac: move picture parsing code in a separate file 11 years ago
Nicolas George ecab1c7741 oggdec: add support for Opus in Ogg demuxing 11 years ago
Vittorio Giovara ed9245dba8 oggparsevorbis: check allocations 11 years ago
James Almer 9c15ef35d4 oggparsevorbis: support official chapter extension 11 years ago
Martin Storsjö a52b5a5a07 riff: Add a mapping for VP6A 11 years ago
Matthieu Bouron 054454c63a mxf: Add jpeg2000 codec to intra only codecs 11 years ago
Martin Storsjö e6ed866859 flvenc: Write proper cropping for VP6 even if there's no extradata 11 years ago
Martin Storsjö be1e1373d2 flvenc: Support muxing VP6A as well 11 years ago
Martin Storsjö 4d7aeff9a1 flvenc: Don't pretend to support muxing "plain" VP6 11 years ago
Luca Barbato ceec6e792e avi: directly resync on DV in AVI read failure 11 years ago
Luca Barbato 756547ce7f avi: DV in AVI must be considered single stream 11 years ago
Luca Barbato 1cac9accbd avi: properly fail if the dv demuxer is missing 11 years ago
Diego Biurrun 9adbc3f3a1 bmv: Remove unused variable 11 years ago
Vittorio Giovara 90e15e340d oggparsevorbis: return meaningful errors 11 years ago
Martin Storsjö b698542ad8 mov: Don't allocate arrays with av_malloc that will be realloced 11 years ago
Martin Storsjö cd818b3a57 rtmpproto: Validate the embedded flv packet size before copying 11 years ago
Martin Storsjö 8921e32f73 rtmpproto: Readjust the end of the flv buffer if handle_metadata exited early 11 years ago
Martin Storsjö 24fee95321 rtmpproto: Move the flv header/trailer addition to append_flv_data 11 years ago
Martin Storsjö 72540e514c rtmpproto: Clear the flv allocation size on reallocp failures 11 years ago