15786 Commits (266b3d4fe48af53acff454ca59c507bc7d05885f)

Author SHA1 Message Date
Benoit Fouet 6843b9dc78 avformat/riffenc: Filter out "BottomUp" in ff_put_bmp_header() 11 years ago
Michael Niedermayer 1cf28fd5f3 avformat/asfenc: Make asf_write_indexs index argument const 11 years ago
Michael Niedermayer d902a3f4cb avformat/adtsenc: buf isnt changed in adts_decode_extradata(), make it const 11 years ago
Benoit Fouet 9c843fb1d0 avformat/avidec: ensure that palette does not contain the BottomUp info. 11 years ago
Benoit Fouet 591e06b0e2 avformat/img2: remove useless 'pix' duplicated entry. 11 years ago
Thomas Volkert e1cddd1a0c rtpenc_h263_rfc2190: avoid misleading error output 11 years ago
Clément Bœsch 08e2b0da2c avformat/assenc: mux all extradata at once 11 years ago
Clément Bœsch e60770679b avformat/assenc: return correct error code 11 years ago
Thomas Volkert dcdc1cbf43 rtpdec_hevc: do not print an error message if the received packet has a valid header but lacks additional bytes as payload 11 years ago
wm4 6c7f1155bb avformat/mp3dec: avoid early EOF with concatenated gapless mp3s 11 years ago
Thomas Volkert 6821a5a4ad rtpenc: HEVC/H.265 support 11 years ago
wm4 d87fe2687f avformat/mp3dec: fix gapless audio support 11 years ago
Daniel Bomar af1818276e avformat/os_support: Add _DEFAULT_SOURCE to hide warning about _SVID_SOURCE depreciation 11 years ago
Martin Storsjö 2bb2c2bd75 rtpenc_chain: Pass the initial time_base hint on to the chained muxer 11 years ago
Katerina Barone-Adesi c5560e72d0 apetag: Fix APE tag size check 11 years ago
Michael Niedermayer 3c020b6959 avformat/avienc: Dont search for startcodes in inserted empty avi frames 11 years ago
Michael Niedermayer 474d858fd9 Revert "avformat/rtpproto: fix strict aliasing violations with sockaddr" 11 years ago
Carl Eugen Hoyos 7c3ba1b83a Add a closing LF to Webm-manifest files. 11 years ago
Clément Bœsch de0e49c245 avformat/flacenc: use av_clip() instead of av_clip_c() 11 years ago
Steven Liu 2c21e8b1a4 lavf/hls: add hls_ts_option 11 years ago
Michael Niedermayer aaeae281a8 avformat/mpegtsenc: More verbose warning messages in case of missing video ES startcodes 11 years ago
Michael Niedermayer b76d6132e3 avformat/network: move sockaddr_union after sockaddr_storage compatibility code 11 years ago
Mika Raento f685f7d7a8 hlsenc: single_file, support HLS ver 4 byteranges 11 years ago
Michael Niedermayer e587a428d7 avformat/rtpproto: fix strict aliasing violations with sockaddr 11 years ago
Michael Niedermayer 8c1dc1f6ed avformat/network: add union for avoiding strict aliassing violations with sockaddr* 11 years ago
Michael Niedermayer 36ea35bbc0 avformat/utils: free s->pb for image2 as it can be used with and without a file 11 years ago
Clément Bœsch 89d42da5c6 avformat/assenc: honor ReadOrder 11 years ago
Michael Niedermayer 296cd9c432 avformat/mpegts: Improve probe heuristic by considering the overall frequency of 0x47 headers 11 years ago
Clément Bœsch d86cf4a91d avformat/vobsub: fix NULL dereference 11 years ago
Andreas Cadhalpun bcac0f4010 lavf/format.c: use AVPROBE_SCORE_MIME instead of AVPROBE_SCORE_EXTENSION for matching mime types 11 years ago
Michael Niedermayer b3fd2b175c avformat/img2dec: Fail probing when no data is yet available and the filename contains no number/glob patterns either. 11 years ago
Michael Niedermayer 917d14e6a2 avformat/format: Run image2 probe again when file content data is available 11 years ago
Michael Niedermayer 321c3cd1a9 avformat/img2dec: reduce bmppipe probe score 11 years ago
Michael Niedermayer de4a4ca1a0 avformat/img2_alias_pix: Add AVClass and image2 AVOptions 11 years ago
Michael Niedermayer 8b4714614f avformat/img2_alias & brender_pix: fix function names 11 years ago
Michael Niedermayer 646d663f71 avformat/img2_brender_pix: Add AVClass and image2 AVOptions 11 years ago
Michael Niedermayer 5303a644f5 avformat/img2: Make AVOptions available to img* demuxers defined in other files 11 years ago
Michael Niedermayer ea7ebadeb7 avformat/rmdec: very basic MLTI support 11 years ago
Michael Niedermayer 3294fc8c47 avformat/concatdec: fix "warning: explicitly assigning a variable of type int to itself" 11 years ago
Michael Niedermayer 1b5ccae0f2 avformat/mp3dec: Improve seeking frame sync code 11 years ago
Clément Bœsch c7d8dbad14 avformat: remove FF_API_ASS_SSA dead code 11 years ago
Michael Niedermayer f7bbe0f414 avformat/mpeg: update comment on probe score 11 years ago
Michael Niedermayer 5109ce2017 avformat/mpeg: increase score for short mpeg-ps by 1 11 years ago
Michael Niedermayer 951f6fa3f3 avformat/rtpdec_qt: Fix 'warning: passing argument 2 of ffio_init_context discards const qualifier from pointer target type' 11 years ago
Stefano Sabatini f51de9cac2 lavf/segment: abort in case of invalid segment format options 11 years ago
Hendrik Leppkes e9c08e32d6 avformat/utils: Exclude the header size when computing duration from bit_rate 11 years ago
Martin Storsjö 803e82276b libavformat: Check mkdir return error codes 11 years ago
Michael Niedermayer 7c1835c52a avformat/m4vdec: Check for non startcode 00 00 00 sequences in probe 11 years ago
Stefano Sabatini 4f5493fe23 lavf/segment: add segment_format_options option 11 years ago
Michael Niedermayer c2430304df avformat/swfdec: Do not change the pixel format 11 years ago