]> git.sesse.net Git - ffmpeg/history - libavformat
lavc/ac3enc: rename variable to avoid shadowing
[ffmpeg] / libavformat /
2021-02-22 Andreas Rheinhardtavformat/matroskaenc: Add support for FlagTextDescriptions
2021-02-22 Andreas Rheinhardtavformat/matroskadec: Add support for FlagTextDescriptions
2021-02-22 Andreas Rheinhardtavformat/matroskaenc: Add support for FlagHearing/Visua...
2021-02-22 Andreas Rheinhardtavformat/matroskadec: Add support for FlagHearing/Visua...
2021-02-22 Andreas Rheinhardtavformat/matroskaenc: Add support for FlagCommentary
2021-02-22 Andreas Rheinhardtavformat/matroskadec: Add support for FlagCommentary
2021-02-22 Andreas Rheinhardtavformat/matroskadec: Beautify setting default values
2021-02-22 Andreas Rheinhardtavformat/matroskadec: Reindent after the previous commit
2021-02-22 Andreas Rheinhardtavformat/matroskadec: Make reading zero-length elements...
2021-02-22 Andreas Rheinhardtavformat/matroskadec: Don't use fake default value...
2021-02-22 Andreas Rheinhardtavformat/matroskaenc: Don't write empty language
2021-02-22 Andreas Rheinhardtavformat/matroskadec: Check min_luminance more thoroughly
2021-02-22 Andreas Rheinhardtavformat/matroskadec: Allow to count the number of...
2021-02-21 Michael Niedermayeravformat/microdvddec: use 64bit for durations
2021-02-20 Paul B Maholavformat: add Simbiosis IMX demuxer
2021-02-19 Andreas Rheinhardtavformat/mpegenc: Forward error code
2021-02-19 Andreas Rheinhardtavformat/mpegenc: Avoid adding invalid packet to queue
2021-02-19 Andreas Rheinhardtavformat/mpegenc: Fix leak in case trailer is never...
2021-02-19 Andreas Rheinhardtavformat/mpegenc: Ensure packet queue stays valid
2021-02-18 Paul B Maholavcodec: add initial exr image encoder
2021-02-16 Paul B Maholavformat/ircamdec: use lrintf() for rounding
2021-02-16 Andreas Rheinhardtavformat/mxfenc: Discard audio until valid video has...
2021-02-16 Andreas Rheinhardtavformat/mxfenc: Fix typo
2021-02-16 Andreas Rheinhardtavformat/mxfenc: Use user-specified version even when...
2021-02-16 Andreas Rheinhardtavformat/mxfenc: Never set codec_ul UID to NULL
2021-02-16 Michael Niedermayeravformat/rmdec: Check codec_length without overflow
2021-02-16 Michael Niedermayeravformat/mov: Check element count in mov_metadata_hmmt()
2021-02-15 Andreas Rheinhardtavformat/utils: Add av_assert1 to preclude NULL + len...
2021-02-14 Carl Eugen Hoyoslavf/img2dec: Autodetect pfm images.
2021-02-14 Andreas Rheinhardtavformat/utils: Fix undefined NULL + 0
2021-02-14 Andreas Rheinhardtavdevice/avdevice: Deprecate AVDevice Capabilities API
2021-02-14 Michael Niedermayeravformat/nutdec: Check timebase count against main...
2021-02-14 Michael Niedermayeravformat/mov: sanity check STSD entries
2021-02-13 James Almeravformat/mux: return a pointer to the packet in ff_inte...
2021-02-13 James Almeravformat/mux: add ff_get_muxer_ts_offset()
2021-02-13 James Almeravformat/utils: force lowres to 0 in avformat_find_stre...
2021-02-12 Michael Niedermayeravformat/electronicarts: Clear partial_packet on error
2021-02-12 Michael Niedermayeravformat/r3d: Check samples before computing duration
2021-02-10 Michael Niedermayeravformat/wavdec: Consider AV_INPUT_BUFFER_PADDING_SIZE...
2021-02-10 Michael Niedermayeravformat/rmdec: Check remaining space in debug av_log...
2021-02-10 Michael Niedermayeravformat/flvdec: Treat high ts byte as unsigned
2021-02-10 Michael Niedermayeravformat/mov: Ignore tags with invalid size during...
2021-02-10 Michael Niedermayeravformat/mov: Factor offset advancement out in probing
2021-02-10 Michael Niedermayeravformat/mov: simplify size code in probing a bit
2021-02-10 Michael Niedermayeravformat/mov: Support size = 1 and size = 0 special...
2021-02-10 Jan Ekströmavformat/movenc: remove unnecessary HDR metadata log...
2021-02-10 Michael Niedermayeravformat/samidec: Sanity check pts
2021-02-10 Michael Niedermayeravformat/avidec: Use 64bit in get_duration()
2021-02-10 Michael Niedermayeravformat/mov: Check for duplicate st3d
2021-02-10 Michael Niedermayeravformat/mvdec: Check for EOF in read_index()
2021-02-10 Michael Niedermayeravformat/id3v2: Check the return from avio_get_str()
2021-02-09 Paul B Maholavformat/fitsenc: write DATAMIN/DATAMAX to encoded...
2021-02-09 Michael Niedermayeravformat/mov: factor size out of probe code
2021-02-09 Michael Niedermayeravformat/wtvdec: Check len in parse_chunks() to avoid...
2021-02-09 Michael Niedermayeravformat/wtvdec: Check for EOF before potentially reset...
2021-02-09 Michael Niedermayeravformat/asfdec_f: Add an additional check for the...
2021-02-09 Michael Niedermayeravformat/3dostr: Check sample_rate
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
next