]> git.sesse.net Git - ffmpeg/history - libavformat
avcodec/ffwavesynth: Fixes invalid shift with pink noise seeking
[ffmpeg] / libavformat /
2019-08-14 Marton Balintavformat/mpegtsenc: remove deprecated resend_headers...
2019-08-14 Marton Balintavformat/mpegtsenc: fix PCR generation intervals
2019-08-14 Marton Balintavformat/mpegtsenc: use increasing numbers in default...
2019-08-14 Marton Balintavformat/mpegtsenc: remove section_write_packet forward...
2019-08-14 Marton Balintavformat/mpegtsenc: factorize setting up services
2019-08-14 Marton Balintavformat/mpegtsenc: fix incorrect PCR selection with...
2019-08-13 Andreas Rheinhardtlibavformat/subfile: Fix SEEK_CUR and SEEK_END seeking
2019-08-13 Nicolas Georgelavf/concat: implement FFSEEK_SIZE.
2019-08-13 Nicolas Georgelavf/aviobuf: make AVSEEK_SIZE usable from outside.
2019-08-11 Michael Niedermayeravformat/vividas: Fix another infinite loop
2019-08-11 Michael Niedermayeravformat/vividas: Fix infinite loop in header parser
2019-08-10 Carl Eugen Hoyoslavf/dump: Fix cpb bitrate type after next major bump.
2019-08-10 Carl Eugen Hoyoslavf/dump: Fix vbv_delay type specifier.
2019-08-09 Olivier Maignialavformat/rtpdec_mpeg4: Fix integer parameters size...
2019-08-08 Jun Zhaolavf/hls: add http_seekable option for HTTP partial...
2019-08-06 Michael NiedermayerRevert "avformat/rtpdec_rfc4175: Fix incorrect copy_off...
2019-08-05 Jacob Siddallavformat/rtpdec_rfc4175: Fix incorrect copy_offset...
2019-08-05 Michael Niedermayeravformat/realtextdec: Check for duplicate extradata...
2019-08-05 Michael Niedermayeravformat/vividas: Fix memleak of AVIOContext in track_h...
2019-08-03 Michael Niedermayeravformat/vividas: Check that value from ffio_read_varle...
2019-08-03 Michael Niedermayeravformat/vividas: forward errors from track_header()
2019-08-03 Michael Niedermayeravformat/vividas: Check buffer size before allocation
2019-08-03 Michael Niedermayeravformat/vividas: Check if extradata was read successfully
2019-08-03 James Almeravformat/dashenc: fix writing the AV1 codec string...
2019-08-03 James Almeravformat/dashenc: update stream extradata from packet...
2019-08-03 James Almeravformat/av1: combine high_bitdepth and twelve_bit...
2019-08-03 James Almeravformat/av1: rename some AV1SequenceParameters fields
2019-08-03 James Almeravformat/av1: split off sequence header parsing from...
2019-08-03 James Almeravformat/av1: add color config values to AV1SequencePar...
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...
next