16622 Commits (f5326039938ca0599265462aed529fa10db5074f)

Author SHA1 Message Date
Michael Niedermayer 7dce91368f avformat/smoothstreamingenc: Use av_freep() avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 443bd2715d avformat/wtvdec: Use av_freep() avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 68fa549230 avformat/segment: Use av_freep() avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 96dce6f7ce avformat/seek: move the cur variable into the loop 10 years ago
Michael Niedermayer 3f56224a9a avformat/rtpdec_mpeg4: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer ef05af82b2 avformat/rtpproto: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 82d1abc44c avformat/seek: use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer e01467241f avformat/aea: reduce false positives in probing 10 years ago
Michael Niedermayer 0d7a14e236 avformat/avidec: optimize probe 10 years ago
Michael Niedermayer f7f4a90174 avformat/rtpdec: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer bb858e67e5 avformat/rtpdec_latm: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer ba8d2c90cd avformat/rtpdec_xiph: use av_freep() to avoid leaving stale pointers in memory 10 years ago
Piotr Bandurski 75cc85b239 cdxl: fix duration 10 years ago
Michael Niedermayer 03b84f2fb2 avformat/rtmpproto: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer fd3e7447c8 avformat/riffdec: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 5dfae3f40a avformat/os_support: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 41ee459e88 avformat/img2dec: check w/h in dpx_probe 10 years ago
Michael Niedermayer b7e506b3b9 avformat/swfdec: Check frame size rectangle in probe() 10 years ago
Michael Niedermayer f7a4589b36 avformat/mpegtsenc: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 47b9481d9d avformat/mpegenc: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 8db0c2ffe6 avformat/mmst: Use av_freep() avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer bcd4447173 avformat/http: Use av_freep() avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer 081913aec5 avformat/id3v2: Use av_freep() avoid leaving stale pointers in memory 10 years ago
Kieran Kunhya 9cfa68c560 mpegts: add support for Opus 10 years ago
Michael Niedermayer 1728659319 avformat/westwood_aud: replace != 0 error check by <0 10 years ago
Michael Niedermayer 4b45aa517c avformat/asfenc: replace != 0 error check by <0 10 years ago
Clément Bœsch edbbb11488 avformat/rsd: make tag_buf string larger 10 years ago
Clément Bœsch d60fb4f794 avformat/apngdec: make tag_buf string larger 10 years ago
Clément Bœsch 83b0fe395b avformat/wavdec: make start_code string larger 10 years ago
Thomas Volkert e8d57e4163 wavdec: avoid output of arbitrary chars 10 years ago
Thomas Volkert 1a971d33eb wavdec: refactor wav_read_header() 10 years ago
Martin Storsjö 8ebf02f8f5 libavformat: Only use MoveFileExA when targeting the desktop API subset 10 years ago
Martin Storsjö fc308b30bb rtpenc_mpegts: Call write_trailer for the mpegts muxer even if no output buffer exists 10 years ago
Martin Storsjö e2ce163922 mpegts: Support running the write_trailer function without an AVIOContext 10 years ago
Martin Storsjö 4895aa65c6 libavformat: Allow calling av_write_trailer with a NULL AVIOContext 10 years ago
Michael Niedermayer 649c158e8c Add FFMPEG_VERSION into the binary libs 10 years ago
Michael Niedermayer 869b56cae6 avformat/mpegenc: replace always enabled asserts by av_assert0() 10 years ago
Carl Eugen Hoyos 96ff6d3805 lavf/rtp_h261: Replace restrict with av_restrict. 10 years ago
Anton Khirnov 64f7575fbd mov: avoid a memleak when multiple stss boxes are present 10 years ago
Vittorio Giovara 76ccf114a6 rtsp: check ffurl_get_file_handle() return value 10 years ago
Vittorio Giovara b1306823d0 check memory errors from av_strdup() 10 years ago
Vittorio Giovara 8b263331c5 mpegts: check get16() return value 10 years ago
James Almer 430a816859 oggdec: add support for VP8 demuxing 10 years ago
Martin Storsjö 59f0275dd0 movenc: Adjust the pts of new fragments similarly to what is done for dts 10 years ago
Martin Storsjö 8a70ef94b9 libavformat: Add a muxer wrapping mpegts encoding into RTP 10 years ago
Thomas Volkert a505c0d737 rtp: Initial H.261 support 10 years ago
Martin Storsjö adc214e679 rtpenc: Avoid brittle switch fallthroughs 10 years ago
Martin Storsjö df07c07b3d rtpdec_h263_rfc2190: Clear the stored bits if discarding buffered data 10 years ago
Martin Storsjö 42181740a3 rtpenc: Set the AVFMT_TS_NONSTRICT flag 10 years ago
Martin Storsjö 01f251c44d rtpenc: Set the timestamp properly when sending mpegts data, too 10 years ago