]> git.sesse.net Git - ffmpeg/history - libavformat
avformat/flacdec: use av_packet_alloc() to allocate packets
[ffmpeg] / libavformat /
2021-03-17 James Almeravformat/flacdec: use av_packet_alloc() to allocate...
2021-03-17 James Almeravformat/id3v2: replace call to av_init_packet()
2021-03-17 James Almeravformat/flac_picture: replace call to av_init_packet()
2021-03-17 James Almeravformat/avienc: use av_packet_alloc() to allocate...
2021-03-17 James Almeravformat/avidec: use av_packet_alloc() to allocate...
2021-03-17 James Almeravformat/asfdec_o: use av_packet_alloc() to allocate...
2021-03-17 James Almeravformat/amvenc: use av_packet_alloc() to allocate...
2021-03-17 James Almeravformat/utils: use av_packet_alloc() to allocate packets
2021-03-17 James Almeravformat/mux: use av_packet_alloc() to allocate packets
2021-03-17 James Almeravcodec/packet_internal: make avpriv_packet_list_*...
2021-03-17 James Almeravcodec/packet: deprecate av_init_packet()
2021-03-17 Derek Buitenhuisavformat/mov: Handle when we have an mfra box but have...
2021-03-17 Andriy Gelmanavformat/aviobuf: don't reduce short seek threshold
2021-03-15 Michael Niedermayeravformat/matroskadec: Check for EOF in resync loop
2021-03-15 Michael Niedermayeravformat/ipmovie: Free packets allocated in header...
2021-03-15 Ed Martinlibavformat/hls: Reset options after open_url_keepalive...
2021-03-14 Michael Niedermayeravformat/voc_packet: prevent remaining size from becomi...
2021-03-14 Michael Niedermayeravformat/mvi: Check audio size for more overflows
2021-03-14 Michael Niedermayeravformat/samidec: Deallocate hdr_buf
2021-03-13 Michael Niedermayeravformat/cinedec: Fix index_entries size check
2021-03-13 Michael Niedermayeravformat/aaxdec: Check that segments table has been...
2021-03-13 Marton Balintavformat: add Changelog entry for librist and bump...
2021-03-13 Marton Balintavformat/librist: clarify and limit buffer_size
2021-03-13 Marton Balintavformat/librist: increase default loglevel
2021-03-13 Marton Balintavformat/librist: simplify secret strlcpy
2021-03-13 Marton Balintavformat/librist: make packet size adjustable for writi...
2021-03-13 Marton Balintavformat/librist: rework librist_read
2021-03-13 Paul B Mahollibavformat: add librist protocol
2021-03-12 Andreas Rheinhardtavformat/adp, svs: Remove redundant av_shrink_packet()
2021-03-11 parazydavformat/gopher: Add support for Gopher over TLS
2021-03-11 parazydavformat/gopher: Add default_whitelist to ff_gopher_pro...
2021-03-11 Stephen Hutchinsonavisynth: fix audio on big endian
2021-03-11 emcodemavisynth: populate field order
2021-03-11 Stephen Hutchinsonavisynth: more intelligent RGB flipping
2021-03-11 Andreas Rheinhardtavformat/rawenc: Use init instead of write_header function
2021-03-10 James Almeravformat: use the buffer_size_t typedef where required
2021-03-10 James Almeravformat/utils: change AVStream side data related publi...
2021-03-09 Michael Niedermayeravformat/mvdec: Allocate extradata only once
2021-03-08 Michael Niedermayeravformat/flvdec: Check double before cast in parse_keyf...
2021-03-08 Michael Niedermayeravformat/paf: Check for EOF before allocation in read_h...
2021-03-08 Michael Niedermayeravformat/swfdec: Check outlen before allocation
2021-03-08 Florian Nouwtmobiclip: fix copyright headers
2021-03-08 Andreas Rheinhardtavformat/dashdec: Don't needlessly strdup metadata
2021-03-08 Andreas Rheinhardtavformat/dashdec: Remove limit on length of id
2021-03-06 Andreas Rheinhardtavformat/http: Fix leak when using deprecated option
2021-03-05 Jan Ekströmavformat: add TTML muxer
2021-03-05 Andreas Rheinhardtavformat/aadec: Replace strncpy by av_strlcpy
2021-03-05 Andreas Rheinhardtavformat/aadec: Use smaller scope for variables, remove...
2021-03-04 Carl Eugen Hoyoslavf/sga: Silence several warnings because of wrong...
2021-03-04 Marton Balintavformat/mxfdec: add support for getting product versio...
2021-03-04 Marton Balintavformat/mxfdec: change toolkit_version metadata field...
2021-03-03 Michael Niedermayeravformat/lxfdec: Fix multiple integer overflows related...
2021-03-03 Michael Niedermayeravformat/mccdec: Use av_sat_add64() for fs
2021-03-03 Michael Niedermayeravformat/mspdec: Check packet_size more completely
2021-03-03 Michael Niedermayeravformat/aiffdec: Check that SSND is at least 8 bytes
2021-03-03 Michael Niedermayeravformat/dcstr: Check sample rate
2021-03-03 Andreas Rheinhardtavformat/frmdec: Simplify finding pixel format
2021-03-03 Andreas Rheinhardtavformat: Deprecate AVFMT_FLAG_PRIV_OPT, remove av_demu...
2021-03-03 Ronald S. Bultjeivfenc: write duration for frame_cnt=1.
2021-03-02 Andreas Rheinhardtavformat/dashdec: Increase size of id buffer
2021-03-02 Andreas Rheinhardtavformat/dashdec: Ensure strings are zero-terminated
2021-03-02 Andreas Rheinhardtavformat/matroskaenc: Add support for FlagOriginal
2021-03-02 Andreas Rheinhardtavformat/matroskadec: Add support for FlagOriginal
2021-03-01 Michael Niedermayeravformat/mov: Extend data_size check in mov_read_udta_s...
2021-03-01 Michael Niedermayeravformat/aadec: Check for EOF while reading chapters
2021-03-01 Michael Niedermayeravformat/voc_packet: Add a basic check on max_size
2021-03-01 Paul B Maholavformat/sga: improve probing for valid files
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
next