]> git.sesse.net Git - ffmpeg/history - libavformat
avformat: remove FF_API_INIT_PACKET from AVStream.attached_pic
[ffmpeg] / libavformat /
2021-03-01 Paul B Maholavformat: add Digital Pictures SGA game demuxer
2021-03-01 Andreas RheinhardtRemove double ';'
2021-02-28 Andreas Rheinhardtavformat/webmdashenc: Use av_strstart instead of strncmp
2021-02-28 Andreas Rheinhardtavformat/matroskadec: Use av_strstart instead of strncmp
2021-02-28 Andreas Rheinhardtavformat/avio: Use av_strstart instead of strncmp
2021-02-28 Andreas Rheinhardtavformat/pcmdec: Beautify pcm_read_header
2021-02-28 Andreas Rheinhardtavformat/pcmdec: Simplify parsing MIME type
2021-02-28 Andreas Rheinhardtavformat/pcmdec: Fix NULL + 1
2021-02-28 Andreas Rheinhardtavformat/pcm(dec|enc): Don't include disabled (de)muxers
2021-02-28 Andreas Rheinhardtavformat/movenc: Only check for timecodes if they are...
2021-02-28 Andreas Rheinhardtavformat/movenc: Don't check for disabled muxers
2021-02-28 Andreas Rheinhardtavformat/movenc: Remove always true check
2021-02-27 Vadym Bezdushnyiavformat/movenccenc: Fix memory leak for muxing CENC...
2021-02-27 Andreas Rheinhardtavformat/matroskadec: Add webm file extension
2021-02-27 Andreas Rheinhardtavformat/concat: Remove unnecessary check
2021-02-27 Andreas Rheinhardtavformat/spdifenc: Fix leak upon error
2021-02-27 Andreas Rheinhardtavformat/wavenc: Fix leak and segfault on reallocation...
2021-02-25 Paul B Maholavformat/imx: set video stream duration
2021-02-25 Paul B Maholavcodec/imx: use ff_reget_buffer()
2021-02-25 Andreas Rheinhardtavformat/avlanguage: Remove long disabled av_convert_la...
2021-02-25 Andreas Rheinhardtavformat/wavenc: Improve unsupported codec error messages
2021-02-25 Anton KhirnovHandle AVID MJPEG streams directly in the MJPEG decoder.
2021-02-24 Paul B Maholavformat/vpk: check that samples_per_block is > 0
2021-02-24 Andreas Rheinhardtavformat/asf: Move ff_asf_audio_conceal_none to its...
2021-02-23 Andreas Rheinhardtavformat/Makefile: Remove unnecessary dependencies...
2021-02-23 Paul B Maholavformat/imx: remove unused header
2021-02-23 Andreas Rheinhardtavformat/wavdec: Share wav and w64 options
2021-02-23 Andreas Rheinhardtavformat/wav: Deduplicate codec tags lists
2021-02-23 Andreas Rheinhardtavformat/avienc, wtvenc: Deduplicate codec tags list
2021-02-23 Andreas Rheinhardtavformat/aiff: Deduplicate codec tags and codec tags...
2021-02-23 Andreas Rheinhardtavformat/ast: Deduplicate codec tags lists
2021-02-23 Andreas Rheinhardtavformat/movenc: Deduplicate codec tags lists
2021-02-23 Andreas Rheinhardtavformat/oma: Move stuff only used by demuxer to demuxer
2021-02-23 Andreas Rheinhardtavformat/oma: Deduplicate codec tags list
2021-02-23 Andreas Rheinhardtavformat/rso: Deduplicate codec tags list
2021-02-23 Andreas Rheinhardtavformat/voc: Deduplicate codec tags list
2021-02-23 Andreas Rheinhardtavformat/caf: Deduplicate codec tags list
2021-02-23 Andreas Rheinhardtavformat/asfenc: Deduplicate codec tags lists
2021-02-23 Andreas Rheinhardtavformat/au: Deduplicate codec_tag lists
2021-02-23 Andreas Rheinhardtavformat/isom: Remove outcommented function
2021-02-23 Andreas Rheinhardtavformat/isom: Split movaudio/movvideo tags off into...
2021-02-23 Andreas Rheinhardtavformat/Makefile: Remove outdated AIFF demuxer depende...
2021-02-22 James Almeravcodec: remove pointless lowres deprecation wrappers
2021-02-22 Mark Reidavformat/mov: fix timecode with counter mode flag set
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...
next