]> git.sesse.net Git - ffmpeg/history - libavformat
avcodec/apedec: Make coeffsA/B uint32_t, this avoids several cases of undefined behavior
[ffmpeg] / libavformat /
2019-07-31 Michael Niedermayeravformat/mpc: deallocate frames array on errors
2019-07-30 James Almeravformat/av1: fix AV1CodecConfigurationBox name in...
2019-07-29 Steven Liuavformat/hlsenc: Fix overflow of int for durations...
2019-07-26 Paul B Maholavcodec/adpcm: add support for 5.1 ADPCM MS
2019-07-26 Matt Wolenetzlafv/wavdec: Fail bext parsing on incomplete reads
2019-07-26 vacingfanglavf/hls: replace the same code logic with ensure_playl...
2019-07-26 Jun Zhaolavf/hls: remove redundancy reset_packet() after av_pac...
2019-07-22 Baptiste Coudurieravformat/mxfenc: fix index byte count in partition...
2019-07-22 Gyan Doshiavformat/mov: fix return code for trun box with no...
2019-07-22 Leo Zhangavformat/dashenc: add descriptor which is useful to...
2019-07-21 Michael NiedermayerBump minor versions again on master to keep 4.2 version...
2019-07-21 Michael NiedermayerBump minor versions to separate 4.2 from master
2019-07-21 Jun Zhaolavf/avio: remove ffio_open2_wrapper function
2019-07-21 James Almeravformat/aacdec: resync to the next adts frame on inval...
2019-07-21 James Almeravformat/aacdec: factorize the adts frame resync code
2019-07-20 Gyan Doshiavformat/mux: correct error msg for when BSF filtering...
2019-07-19 Michael Niedermayeravformat/utils: Check rfps_duration_sum for overflow
2019-07-18 Michael Niedermayeravformat/ifv: Check for EOF in read_index()
2019-07-18 Andreas Rheinhardtmatroskadec: Remove redundant const
2019-07-18 Andreas Rheinhardtmatroskadec: Add sizes to forward declarations
2019-07-17 Michael Niedermayeravformat/rawdec: Make the raw packet size configurable
2019-07-17 Michael Niedermayeravformat/takdec: Check for multiple streaminfo
2019-07-17 Michael Niedermayeravformat/takdec: Free buffer on error pathes
2019-07-16 Andreas Rheinhardtavformat/matroskadec: Improve check for level 1 duplicates
2019-07-16 Andreas Rheinhardtavformat/matroskadec: Use file offsets for level 1...
2019-07-16 Andreas Rheinhardtavformat/matroskadec: Reindent after previous commit
2019-07-16 Andreas Rheinhardtavformat/matroskadec: Accept more unknown-length elemen...
2019-07-16 Andreas Rheinhardtavformat/matroskadec: Fix probing of unknown-length...
2019-07-16 Andreas Rheinhardtavformat/matroskadec: Accept more unknown-length elements
2019-07-16 Andreas Rheinhardtavformat/matroskadec: Improve invalid length error...
2019-07-16 Andreas Rheinhardtavformat/matroskadec: Don't skip too much when unseekable
2019-07-16 Andreas Rheinhardtavformat/matroskadec: Typos, nits and cosmetics
2019-07-16 Andreas Rheinhardtavformat/matroskadec: Reuse positions
2019-07-16 Andreas Rheinhardtavformat/matroskadec: Redo EOF handling
2019-07-16 Andreas Rheinhardtavformat/matroskadec: Combine arrays
2019-07-16 Andreas Rheinhardtavformat/matroskadec: Don't reset cluster position
2019-07-16 Andreas Rheinhardtavformat/matroskadec: Make cluster parsing level compatible
2019-07-16 Andreas Rheinhardtavformat/matroskadec: Redo level handling
2019-07-16 Andreas Rheinhardtavformat/matroskadec: Link to parents in syntax tables
2019-07-16 Andreas Rheinhardtavformat/matroskadec: Introduce a "last known good...
2019-07-16 Andreas Rheinhardtavformat/matroskadec: Refactor some functions
2019-07-16 Andreas Rheinhardtavformat/matroskadec: Use proper levels after discontínuity
2019-07-16 Andreas Rheinhardtavformat/matroskadec: Add function to reset status
2019-07-16 Andreas Rheinhardtavformat/matroskadec: Don't abort resyncing upon seek...
2019-07-15 Steven Liuavformat/hlsenc: use old way for fragment mp4 in HLS...
2019-07-14 Michael Niedermayeravformat/xmv: Make bitrate 64bit
2019-07-14 Michael Niedermayeravformat/vividas: Fixes overflow in shift in recover_key()
2019-07-13 Andreas Rheinhardtavformat: Don't suggest deprecated function
2019-07-12 Marton Balintavformat/mpegts: respect program number when merging...
2019-07-12 Marton Balintavformat/movenc: use unspecified language by default
2019-07-12 Andreas Rheinhardtlavf/webm_chunk: Correct duration if start time > 0
2019-07-12 Andreas Rheinhardtlavf/webm_chunk: Fix NULL dereference
2019-07-11 Paul B Maholavcodec/magicyuv: add support for recently added YUV444P10
2019-07-11 Steven Liuavformat/hlsenc: use one handler for m3u8 and segments
2019-07-11 Steven Liuavformat/http: change error message from numeric code...
2019-07-10 Cameron Cawleyavformat/rpl: Replace strcpy with av_strlcpy
2019-07-10 Steven Liuavformat/dashdec: fix code style and remove some empty...
2019-07-08 Michael Niedermayeravformat/utils: Check timebase before use in estimate_t...
2019-07-08 Michael Niedermayeravformat/vividas: Check for input length in get_v()
2019-07-06 Andreas Rheinhardtmatroskadec: Fix overflow introduced in a569a7b3
2019-07-05 Cameron Cawleyavformat/rpl: Calculate the duration of the video track
2019-07-05 Cameron Cawleyavformat/rpl: Allow a file to have audio, but not video
2019-07-05 Cameron Cawleyavformat/rpl: Fix detection of 8-bit linear formats
2019-07-05 Steven Liuavformat/dashdec: fix code style in dash_read_packet
2019-07-04 Steven Liuavformat/dashdec: refine and fix code style of dash_rea...
2019-07-04 Steven Liuavformat/dashdec: simplified code in open_demux_for_com...
2019-07-03 Peter Rossifv: populate creation_time
2019-07-03 Jun Zhaolavf/dump: More disposition flag dump
2019-07-03 Jun Zhaolavf/utils: Respect default disposition when select...
2019-07-01 Andreas Rheinhardtlibavformat/subfile: Improve AVSEEK_SIZE/SEEK_END seeking
2019-07-01 sfan5avformat/dashdec: Fix reading values from SegmentTimeli...
2019-07-01 Bela Bodecsavformat/hlsenc: changing all filename length to MAX_UR...
2019-06-30 Michael Niedermayeravformat/aviobuf: Delay buffer downsizing until asserts...
2019-06-29 Michael Niedermayeravformat/vqf: Check header_size
2019-06-28 Bela Bodecsavformat/hlsenc: temp_file usage for master playlist...
2019-06-28 Andreas Rheinhardtlibavformat/mux: Fix mixed delarations and code
2019-06-27 Paul B Maholavformat/sccdec: display last caption even when there...
2019-06-27 Derek Buitenhuishlsenc: Add option to set custom HTTP headers
2019-06-26 Andreas Rheinhardtlibavformat/mux: Fix audio_preload
2019-06-25 Chris Cunninghamavformat/oggparseogm: sync avctx w/ codecpar
2019-06-25 Michael Niedermayeravformat/mov: Set fragment.found_tfhd only after TFHD...
2019-06-25 Michael Niedermayeravformat/img2dec: Fix probe_buffer leak in ff_img_read_...
2019-06-25 Michael Niedermayeravformat/vividas: check length in read_vblock()
2019-06-25 Alfred E. Heggestadavformat/dashenc: split extension for MP4 into .mp4...
2019-06-25 Jun Zhaolavf/flvenc: add automatic bitstream filtering
2019-06-25 Andreas Rheinhardtavformat/matroskadec: Improve error/EOF checks III
2019-06-25 Andreas Rheinhardtavformat/matroskadec: Improve read error/EOF checks II
2019-06-25 Andreas Rheinhardtavformat/matroskadec: Improve read error/EOF checks I
2019-06-25 Andreas Rheinhardtavformat/matroskadec: Properly check return values
2019-06-24 Andreas Rheinhardtavformat/matroskadec: Don't zero unnecessarily
2019-06-24 Bela Bodecsavformat/hlsenc: better error log message for var_strea...
2019-06-23 Andreas Rheinhardtavformat/matroskadec: Treat SimpleBlock as EBML_BIN
2019-06-23 Andreas Rheinhardtavformat/matroskadec: Don't keep old blocks
2019-06-23 Andreas Rheinhardtavformat/matroskadec: Remove redundant initialization
2019-06-23 Andreas Rheinhardtavformat/matroskadec: Set offset of first cluster
2019-06-23 Andreas Rheinhardtavformat/matroskadec: Get rid of cluster size field...
2019-06-23 Andreas Rheinhardtavformat/matroskadec: Remove non-incremental parsing...
2019-06-23 Andreas Rheinhardtavformat/matroskadec: Use generic size check for signed...
2019-06-23 Andreas Rheinhardtavformat/matroskadec: Don't copy attached pictures
2019-06-22 Bela Bodecsavformat/hlsenc: better checking var_stream_map content
next