15766 Commits (4a99134f1a71994a0dc4542a0d6bee8e36146b60)

Author SHA1 Message Date
Clément Bœsch de0e49c245 avformat/flacenc: use av_clip() instead of av_clip_c() 10 years ago
Steven Liu 2c21e8b1a4 lavf/hls: add hls_ts_option 10 years ago
Michael Niedermayer aaeae281a8 avformat/mpegtsenc: More verbose warning messages in case of missing video ES startcodes 10 years ago
Michael Niedermayer b76d6132e3 avformat/network: move sockaddr_union after sockaddr_storage compatibility code 10 years ago
Mika Raento f685f7d7a8 hlsenc: single_file, support HLS ver 4 byteranges 10 years ago
Michael Niedermayer e587a428d7 avformat/rtpproto: fix strict aliasing violations with sockaddr 10 years ago
Michael Niedermayer 8c1dc1f6ed avformat/network: add union for avoiding strict aliassing violations with sockaddr* 10 years ago
Michael Niedermayer 36ea35bbc0 avformat/utils: free s->pb for image2 as it can be used with and without a file 10 years ago
Clément Bœsch 89d42da5c6 avformat/assenc: honor ReadOrder 10 years ago
Michael Niedermayer 296cd9c432 avformat/mpegts: Improve probe heuristic by considering the overall frequency of 0x47 headers 10 years ago
Clément Bœsch d86cf4a91d avformat/vobsub: fix NULL dereference 10 years ago
Andreas Cadhalpun bcac0f4010 lavf/format.c: use AVPROBE_SCORE_MIME instead of AVPROBE_SCORE_EXTENSION for matching mime types 10 years ago
Michael Niedermayer b3fd2b175c avformat/img2dec: Fail probing when no data is yet available and the filename contains no number/glob patterns either. 10 years ago
Michael Niedermayer 917d14e6a2 avformat/format: Run image2 probe again when file content data is available 10 years ago
Michael Niedermayer 321c3cd1a9 avformat/img2dec: reduce bmppipe probe score 10 years ago
Michael Niedermayer de4a4ca1a0 avformat/img2_alias_pix: Add AVClass and image2 AVOptions 10 years ago
Michael Niedermayer 8b4714614f avformat/img2_alias & brender_pix: fix function names 10 years ago
Michael Niedermayer 646d663f71 avformat/img2_brender_pix: Add AVClass and image2 AVOptions 10 years ago
Michael Niedermayer 5303a644f5 avformat/img2: Make AVOptions available to img* demuxers defined in other files 10 years ago
Michael Niedermayer ea7ebadeb7 avformat/rmdec: very basic MLTI support 10 years ago
Michael Niedermayer 3294fc8c47 avformat/concatdec: fix "warning: explicitly assigning a variable of type int to itself" 10 years ago
Michael Niedermayer 1b5ccae0f2 avformat/mp3dec: Improve seeking frame sync code 10 years ago
Clément Bœsch c7d8dbad14 avformat: remove FF_API_ASS_SSA dead code 10 years ago
Michael Niedermayer f7bbe0f414 avformat/mpeg: update comment on probe score 10 years ago
Michael Niedermayer 5109ce2017 avformat/mpeg: increase score for short mpeg-ps by 1 10 years ago
Michael Niedermayer 951f6fa3f3 avformat/rtpdec_qt: Fix 'warning: passing argument 2 of ffio_init_context discards const qualifier from pointer target type' 10 years ago
Stefano Sabatini f51de9cac2 lavf/segment: abort in case of invalid segment format options 10 years ago
Hendrik Leppkes e9c08e32d6 avformat/utils: Exclude the header size when computing duration from bit_rate 10 years ago
Martin Storsjö 803e82276b libavformat: Check mkdir return error codes 10 years ago
Michael Niedermayer 7c1835c52a avformat/m4vdec: Check for non startcode 00 00 00 sequences in probe 10 years ago
Stefano Sabatini 4f5493fe23 lavf/segment: add segment_format_options option 10 years ago
Michael Niedermayer c2430304df avformat/swfdec: Do not change the pixel format 10 years ago
Andreas Cadhalpun b76d6eb3bd avformat/mpegts: fix spelling error 10 years ago
wm4 c368538667 avformat/srtdec: speed up probing 10 years ago
wm4 b7f641dc9b avformat/realtextdec: UTF-16 support 10 years ago
wm4 231a514dd3 avformat/samidec: UTF-16 support 10 years ago
wm4 d658ef18e3 avformat/srtdec: UTF-16 support 10 years ago
wm4 3e8426170c avformat/assdec: UTF-16 support 10 years ago
Stefano Sabatini 6f0fc1a96b lavf/ffmdec: return proper error code in ffm2_read_header() 10 years ago
Diego Biurrun 4d55e9de27 vc1: Split bits used in libavformat into a separate header 10 years ago
Steven Liu 03efd73082 avformat/flvdec: read the correct bits into the tag type 10 years ago
Michael Niedermayer e489e83466 avformat/mpegts: Change order of structs to match 7968059e5c 10 years ago
Thomas Volkert 95e177eeb2 rtpdec: HEVC/H.265 support 10 years ago
Luca Barbato 7968059e5c mpegts: Allow custom max resync size 10 years ago
Michael Niedermayer 1c55d0ff32 avformat/swfdec: Use side data to communicate w/h changes to the decoder 10 years ago
Mika Raento 502fc3b3d4 segment: fix copying stream metadata 10 years ago
Mika Raento 413fa76f61 segment: use mpegts_flags instead of the deprecated resend_headers option 10 years ago
Michael Niedermayer 0ffe32cf8f avformat/segment: Use avformat_alloc_output_context2() 10 years ago
Carl Eugen Hoyos 3668168afa Support decoding of ImageJ png in avi. 10 years ago
Mika Raento 58e0402e02 segment: don't access outside seg->frames array 10 years ago