]> git.sesse.net Git - ffmpeg/history - libavformat
avformat/libsrt: fix race condition with libsrt_network_wait_fd and epoll
[ffmpeg] / libavformat /
2021-02-07 Marton Balintavformat/libsrt: fix race condition with libsrt_network...
2021-02-07 Marton Balintavformat/libsrt: fix or simplify some function return...
2021-02-07 Marton Balintavformat/libsrt: close listen fd immediately after...
2021-02-05 Paul B Maholavformat/img2dec: improve xbm probing
2021-02-05 Paul B Maholavformat/cdxl: add back options to override sample...
2021-02-05 Paul B Maholavformat: add xbm_pipe demuxer
2021-02-05 Limin Wangavformat/mxfenc: prefer to use the configured metadata
2021-02-05 Limin Wangavformat/mxf: add platform local tag
2021-02-05 Limin Wangavformat/mxfdec: set toolkit version metadata
2021-02-04 Paul B Maholavformat/cdxl: improve frame rate guessing for standard...
2021-02-04 Michael Niedermayeravformat/4xm: Make audio_frame_count 64bit
2021-02-04 Michael Niedermayeravformat/mov: Use av_mul_q() to avoid integer overflows
2021-02-04 Paul B Maholavformat: add binka demuxer
2021-02-04 Michael Niedermayeravformat/rmdec: Reorder operations to avoid overflow
2021-02-04 Michael Niedermayeravformat/mvdec: Sanity check SAMPLE_WIDTH
2021-02-04 sfan5avformat/dashdec: Avoid segfault when URL template...
2021-02-04 sfan5avformat/dashdec: Fix missing NULL check
2021-02-04 Steven Liuavformat/dashdec: rename variable name for more readable
2021-02-04 Steven Liuavformat/dashdec: check init_section before use it.
2021-02-03 Paul B Maholavformat/cdxl: rework probe and fix sample rate and...
2021-02-03 Andreas Rheinhardtavformat/qtpalette: Use better headers
2021-02-03 Andreas Rheinhardtavformat/rtsp: Fix build failure when RTP demuxers...
2021-02-03 Andreas Rheinhardtavformat/Makefile: Only compile qtpalette.c when needed
2021-02-03 Andreas Rheinhardtavformat/qtpalette: Move default palette to their only...
2021-02-03 Andreas Rheinhardtavformat/cutils, dvenc: Move ff_brktimegm to its only...
2021-02-03 Paul B Maholavformat/cdxl: add support for custom 24bit pal8 formats
2021-02-03 Tomas Härdinavformat/mxfdec: Add missing const to mxf_mastering_dis...
2021-02-03 Anton Khirnovav_dump_format(): reduce indentation for streams
2021-02-03 Anton Khirnovav_dump_format(): increase indentation for chapter...
2021-02-03 Anton Khirnovav_dump_format: add a heading for chapters
2021-02-02 Andreas Rheinhardtavformat/rtmppkt: Only compile ff_rtmp_packet_dump...
2021-02-02 Andreas Rheinhardtavformat/avio: Remove ffurl_open
2021-02-02 Andreas Rheinhardtavformat/rtmpproto: Only include RTMP protocols that...
2021-02-02 Andreas Rheinhardtavformat/rtmppkt: Remove ff_amf_read_bool
2021-02-02 Paul B Maholavcodec: add PFM image encoder
2021-02-02 Limin Wangavformat/hlsenc: use AV_OPT_TYPE_DURATION
2021-02-02 Michael Niedermayeravformat/rmdec: Fix codecdata_length overflow check
2021-02-02 Michael Niedermayeravformat/wavdec: Check block_align vs. channels before...
2021-02-02 Michael Niedermayeravformat/tta: Use 64bit intermediate for index
2021-02-02 Michael Niedermayeravformat/soxdec: Check channels to be positive
2021-02-02 Michael Niedermayeravformat/smacker: Check for too small pts_inc
2021-02-02 Michael Niedermayeravformat/sccdec: Use larger intermediate for ts/next_ts...
2021-02-01 Tomas Härdinavformat/mxf: Establish register of local tags
2021-02-01 Michael Niedermayeravformat/sbgdec: Use av_sat_add64() in str_to_time()
2021-01-31 Andreas Rheinhardtavformat/rtpdec: Avoid allocations of small dynamic...
2021-01-31 Michael Niedermayeravformat/wavdec: Check avio_get_str16le() for failure
2021-01-29 Michael Niedermayeravformat/flvdec: Check for EOF in amf_skip_tag()
2021-01-29 Michael Niedermayeravformat/asfdec_o: Check lang_idx
2021-01-29 Michael Niedermayeravformat/aiffdec: Check size before subtraction in...
2021-01-29 Michael Niedermayeravformat/utils: Use av_sat_sub64() in max_analyze_durat...
2021-01-29 Michael Niedermayeravformat/electronicarts: More chunk_size checks
2021-01-29 Michael Niedermayeravformat/tedcaptionsdec: Check for overflow in parse_int()
2021-01-28 Michael Niedermayeravformat: Change avpriv_new_chapter() from O(n) to...
2021-01-28 Michael Niedermayeravformat/nuv: Check channels
2021-01-28 Michael Niedermayeravformat/mpc8: Check size before implicitly converting...
2021-01-27 Marton Balintavformat/mxfenc: add Coding Equations and Color Primari...
2021-01-27 Andreas Rheinhardtavformat/url: Reorder elements of URLProtocol to make...
2021-01-27 Andreas Rheinhardtavformat/avidec: Simplify compile-time check for DV...
2021-01-26 Michael Niedermayeravformat/realtextdec: Avoid undefined overflow in the...
2021-01-26 Michael Niedermayeravformat/nutdec: Fix integer overflow in count computation
2021-01-26 Michael Niedermayeravformat/mvi: Use 64bit for testing dimensions
2021-01-26 Michael Niedermayeravformat/utils: Check dts in update_initial_timestamps...
2021-01-26 Michael Niedermayeravformat/mpsubdec: Use av_sat_add/sub64() in fracval...
2021-01-26 Michael Niedermayeravformat/flvdec: Check for avio_read() failure in amf_g...
2021-01-26 Michael Niedermayeravformat/flvdec: Check for nesting depth in amf_skip_tag()
2021-01-26 Michael Niedermayeravformat/flvdec: Check for nesting depth in amf_parse_o...
2021-01-25 Robin Cookseylavf/http: treat 308 as 301
2021-01-25 Michael Niedermayeravformat/asfdec_o: Check for EOF in asf_read_marker()
2021-01-24 Andreas Rheinhardtavformat/rtpdec: Constify RTPDynamicProtocolHandlers
2021-01-24 Andreas Rheinhardtavformat/rtpdec: Remove next pointer from Protocol...
2021-01-24 Zhao Zhiliavformat/hlsenc: EXT-X-I-FRAMES-ONLY requires version...
2021-01-24 Zhao Zhiliavformat/hls: change sequence number type to int64_t
2021-01-23 Marton Balintavformat/swf: add support for reading and writing VP6A...
2021-01-23 Marton Balintavformat/swfenc: add support for muxing png images
2021-01-23 Marton Balintavformat/swfenc: fix generation of FileAttributes tag
2021-01-23 Michael Niedermayeravformat/flvdec: Use av_sat_add64() for pts computation
2021-01-23 Michael Niedermayeravformat/utils: Check dts - (1<<pts_wrap_bits) overflow
2021-01-23 Michael Niedermayeravformat/bfi: Check chunk_header
2021-01-23 Michael Niedermayeravformat/ads: Check size
2021-01-23 Michael Niedermayeravformat/iff: Check block align also for ID_MAUD
2021-01-23 Michael Niedermayeravformat/fitsdec: Better size checks
2021-01-23 Michael Niedermayeravformat/mxfdec: Fix integer overflow in next position...
2021-01-21 Limin Wangavformat/async: Use AVERROR macro
2021-01-21 Michael Niedermayeravformat/avidec: dv does not support palettes
2021-01-21 Michael Niedermayeravformat/dhav: Break out of infinite dhav search loop
2021-01-21 Michael Niedermayerlibavformat/utils: consider avio_size() failure in...
2021-01-21 Michael Niedermayeravformat/nistspheredec: Check bits_per_coded_sample...
2021-01-21 Michael Niedermayeravformat/paf: Do not zero allocated tables which are...
2021-01-20 Michael Niedermayeravformat/asfdec_o: Check size vs. offset in detect_unkn...
2021-01-20 Michael Niedermayeravformat/utils: check for integer overflow in av_get_fr...
2021-01-20 rcombsAll: update names in copyright headers
2021-01-18 Michael Niedermayeravformat/id3v2: Check against max compression ratio...
2021-01-18 Michael Niedermayeravformat/avidec: Use av_sat_sub64() in check_stream_max...
2021-01-18 Michael Niedermayeravformat/mov: Check a.size before computing next_root_atom
2021-01-18 Michael Niedermayeravformat/sbgdec: Reduce the amount of floating point...
2021-01-18 tpolavformat/rtsp: correctly set media control uri with...
2021-01-16 Limin Wangavformat/hlsenc: reindent the code
2021-01-16 Limin Wangavformat/udp: add memory alloc checks
2021-01-16 Limin Wangavformat/udp: return the error code instead of generic EIO
2021-01-15 Martin Storsjömovenc: Present durations in mvhd/tkhd/mdhd as they...
next