16509 Commits (0704c44d68704df63eccd5579e66e5f218a378a6)

Author SHA1 Message Date
Michael Niedermayer 0704c44d68 avformat/cache: remove ftruncate usage, its not always available 10 years ago
Michael Niedermayer 7c210c4424 avformat/cache: Extend cache entries if possible instead of creating new ones 10 years ago
Michael Niedermayer 312151bb9a avformat/cache: avoid lseek() on reading from the cache if possible 10 years ago
Michael Niedermayer ce3551896a avformat/cache: keep cache_pos updated 10 years ago
Michael Niedermayer 954fc854f2 avformat/cache: cleanup cache file on cache write failure 10 years ago
Michael Niedermayer 8706910c4c avformat/cache: Support user specified read-ahead for non seekable media 10 years ago
Michael Niedermayer 7018d3d351 avformat/cache: Use the correct io handle in seeking 10 years ago
Michael Niedermayer dedd3c89ae avformat/cache: more informative error message 10 years ago
Michael Niedermayer 681559d3ff avformat/cache: remember EOF point if hit and use it to handle SEEK_END 10 years ago
Michael Niedermayer 0c0168a210 avformat/cache: support non continuous caching 10 years ago
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