]> git.sesse.net Git - ffmpeg/history - libavformat
avcodec/adpcm_argo: add ff_adpcm_argo_expand_nibble() and cleanup parameters
[ffmpeg] / libavformat /
2020-08-07 Zane van Iperenavformat/argo_asf: check sample count in demuxer
2020-08-06 Harry Mallonavformat/mxfdec: Read color metadata from MXF
2020-08-05 Andreas Rheinhardtavformat/dv: Avoid allocation for reading timecode
2020-08-05 Andreas Rheinhardtavformat/dv: Avoid alloction of DVDemuxContext
2020-08-05 Andreas Rheinhardtavformat/3dostr: Return directly after having read...
2020-08-04 Michael Niedermayeravformat/mov: Check comp_brand_size
2020-08-01 Andreas Rheinhardtavcodec, avfilter, avformat: Remove redundant avpriv_al...
2020-07-30 Zane van Iperenavformat/apm: fix APM_FILE_HEADER_SIZE value
2020-07-29 Marton Balintavformat/hlsenc: increase initial program date time...
2020-07-28 Andreas Rheinhardtavformat/smacker: Don't return packets for streams...
2020-07-28 Andreas Rheinhardtavformat/smacker: Fix duration for PCM audio
2020-07-28 Andreas Rheinhardtavformat/smacker: Set audio duration
2020-07-28 Timotej Lazaravformat/smacker: Support seeking to first frame
2020-07-28 Jun Zhaolavf/srt: fix build fail when used the libsrt 1.4.1
2020-07-26 Michael Niedermayeravformat/ape: Error out in case of EOF in the header
2020-07-26 Andreas Rheinhardtavformat/segafilmenc: Avoid seek when writing header
2020-07-26 Andreas Rheinhardtavformat/segafilmenc: Don't store packet info in linked...
2020-07-26 Andreas Rheinhardtavformat/segafilmenc: Simplify writing two bytes
2020-07-26 Andreas Rheinhardtavformat/segafilmenc: Remove write-only variable
2020-07-26 Andreas Rheinhardtavformat/segafilm: Reorder elements of struct to make...
2020-07-26 Andreas Rheinhardtavformat/daudenc: Return proper error codes instead...
2020-07-26 Andreas Rheinhardtavformat/daudenc: Turn write_header function into init...
2020-07-26 Andreas Rheinhardtavformat/webmdashenc: Cosmetics
2020-07-26 Andreas Rheinhardtavformat/webmdashenc: Only check for existence of metad...
2020-07-26 Andreas Rheinhardtavformat/webmdashenc: Avoid allocations, fix memleak
2020-07-26 Andreas Rheinhardtavformat/webmdashenc: Fix segfault when no filename...
2020-07-26 Gyan Doshiavformat/riffenc: correct calculation for extradata...
2020-07-25 Limin Wangavformat/mpegtsenc: use local variable store st->codecp...
2020-07-25 Limin Wangavformat/mpegtsenc: reindent the last commit
2020-07-25 Limin Wangavformat/mpegtsenc: simplify code for condition checks
2020-07-24 Andreas Rheinhardtavformat/matroskadec: Slightly simplify version check
2020-07-24 Andreas Rheinhardtavformat/matroskadec: Avoid undefined pointer arithmetic
2020-07-24 Andreas Rheinhardtavformat/mxfdec: Fix memleak upon repeating tags
2020-07-24 Andreas Rheinhardtavformat/mxfdec: Fix memleak when parsing tag fails
2020-07-24 Andreas Rheinhardtavformat/mxfdec: Fix memleak when adding element to...
2020-07-21 Zane van Iperenavformat: add apm muxer
2020-07-21 Zane van Iperenavcodec/apm: fix sample_rate check
2020-07-20 Michael Niedermayeravformat/sbgdec: Check for overflow in parse_timestamp()
2020-07-20 Jun Zhaolavf/dashdec: enable custom interrup callback in sub...
2020-07-20 Jun Zhaolavf/hls: enable custom interrup callback in sub-demuxer
2020-07-20 Steven Liuavformat/crypto.c: remove unnecessary code
2020-07-19 Zane van Iperenavformat/apm: fix variable/structure names and cosmetics
2020-07-19 Zane van Iperenavformat/apm: use the entire APMState structure as...
2020-07-19 Zane van Iperenavformat/apm: read header correctly
2020-07-18 Andreas Rheinhardtavformat/au: Avoid allocation for metadata string
2020-07-18 Andreas Rheinhardtavformat/au: Simplify writing string into AVBPrint
2020-07-18 Andreas Rheinhardtavformat/au: Remove redundant av_freep()
2020-07-18 Andreas Rheinhardtavformat/au: Store strings instead of pointers to strin...
2020-07-16 Zhao Zhiliavformat/mov: fix atom type to string conversion
2020-07-15 Gyan Doshiavformat/riffenc: indicate storage of flipped RGB bitmaps
2020-07-14 Limin WangAPI: add AV_PKT_DATA_S12M_TIMECODE to AVPacketSideDataType
2020-07-12 Moritz Barsnickavformat/mov: fix missing line break in messages
2020-07-12 Jun Zhaolavf/udp: fix the comments for default UDP socket recvb...
2020-07-10 Andreas Rheinhardtavformat/sdp: Fix potential write beyond end of buffer
2020-07-10 Andreas Rheinhardtavformat/mm: Check for existence of audio stream
2020-07-09 Siyuan Huanglibavformat/dashenc.c: Support mpd update period
2020-07-08 Limin Wangavformat/gifdec: -1 -> AV_BPRINT_SIZE_UNLIMITED
2020-07-07 Zhao Zhiliavformat/mov: Fix unaligned read of uint32_t and endian...
2020-07-07 Michael Niedermayeravformat/smjpegdec: Check the existence of referred...
2020-07-07 Steven Liuavformat/hlsenc: check fragment size plus start_pos...
2020-07-06 Andrey Semashevlibavformat/hlsenc: Remove duplicate close of the outpu...
2020-07-04 Andreas Rheinhardtavformat/smacker: Cosmetics
2020-07-04 Andreas Rheinhardtavformat/smacker: Use st->priv_data to store array
2020-07-04 Andreas Rheinhardtavformat/smacker: Don't read only one byte at a time
2020-07-04 Andreas Rheinhardtavformat/smacker: Don't allocate arrays separately
2020-07-04 Andreas Rheinhardtavformat/smacker: Improve timestamps
2020-07-04 Andreas Rheinhardtavformat/smacker: Stop caching and copying audio frames
2020-07-04 Andreas Rheinhardtavformat/smacker: Check audio frame size
2020-07-04 Andreas Rheinhardtavformat/smacker: Avoid potential inifinite loop on...
2020-07-04 Andreas Rheinhardtavformat/smacker: Don't increase packet counter prematurely
2020-07-03 Gautam Ramakrishnanlibavformat/img2dec: Added pgx demuxer
2020-07-02 Marvin Scholzavformat/icecast: Add option to use TLS connection
2020-07-02 Limin Wangavformat/hlsenc: simplify code to pass s directly
2020-07-02 Limin Wangavformat/hlsenc: fix av_bprint_finalize() usage
2020-07-02 Limin Wangavformat/hlsenc: use proper error codes
2020-07-02 Limin Wangavformat/au: check return value of au_read_annotation()
2020-07-02 Limin Wangavformat/au: check return value of av_bprint_finalize()
2020-07-02 Limin Wangavformat/dump: add a \n for end of ERROR log
2020-07-02 Andreas Rheinhardtavformat/hevc: Defer initializations in ff_isom_write_h...
2020-07-01 Zhao Zhiliavformat/mov: fix memleaks
2020-07-01 Andreas Rheinhardtlibavformat/mov: Fix memleaks when demuxing DV audio
2020-07-01 Michael Niedermayeravformat/utils: reorder duration computation to avoid...
2020-07-01 Michael Niedermayeravformat/hls: Pass a copy of the URL for probing
2020-07-01 Zhao Zhiliavformat/isom: add comment to mov_mdhd_language_map
2020-06-30 Andreas Rheinhardtavformat/dump: Use intermediate pointer for access...
2020-06-30 Andreas Rheinhardtavformat/dump: Use const where appropriate
2020-06-28 Derek Buitenhuislavf/movenc: Use a dynamic buffer when writing the...
2020-06-27 Andreas Rheinhardtavformat/smoothstreaming: Add deinit function
2020-06-27 Andreas Rheinhardtavformat/smoothstreaming: Don't write trailer of subcontext
2020-06-27 Michael Niedermayeravformat/mvdec: Fix integer overflow with billions...
2020-06-26 Andreas Rheinhardtavformat/avc, mxfenc: Avoid allocation of H264 SPS...
2020-06-26 Andreas Rheinhardtavformat/avc: Don't use ff_ prefix for static function
2020-06-26 Andreas Rheinhardtavformat/webvttdec: Accept \r as newline
2020-06-26 Andreas Rheinhardtavformat/av1: Avoid using dynamic buffer when assemblin...
2020-06-25 Michael Niedermayeravformat/microdvddec: skip malformed lines without...
2020-06-25 Levis Florianavformat/libamqp: add option delivery_mode
2020-06-24 Andreas Rheinhardtavformat/smoothstreaming: Forward errors from copying...
2020-06-22 Andreas Rheinhardtavformat/sccdec: Avoid variable that is always zero
2020-06-22 Andreas Rheinhardtavformat/pjsdec: Avoid variable that is always zero
2020-06-22 Andreas Rheinhardtavformat/mpl2dec: Avoid variable that is always zero
next