]> git.sesse.net Git - ffmpeg/history - libavformat
avformat: fix id3 chapters
[ffmpeg] / libavformat /
2017-09-26 James AlmerMerge commit '577326d430593a25456393a75212b95d1cd94131'
2017-09-26 James AlmerMerge commit '3ad825793a43253154bed05827f27425fc0757df'
2017-09-26 James AlmerMerge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'
2017-09-26 James AlmerMerge commit 'b420a27e74750b60d2e064236afb10be06a38ace'
2017-09-26 James AlmerMerge commit 'ab2539bd374fe7ddbc6e2f058b62645cd5076192'
2017-09-26 James AlmerMerge commit 'ab87af41636b081dd3562423999351b5444fa09e'
2017-09-26 James AlmerMerge commit '612cc0712836af2f025b0c68b11da29b9f259d5a'
2017-09-26 James AlmerMerge commit '708e84cda1bdbffb92847f3d6ccf6fbeb26d9948'
2017-09-26 James AlmerMerge commit 'ca62236a89f47bd871eaf69d8d9e837c93c55a6c'
2017-09-26 Rodger CombsMerge commit 'c5c663541739cb813a2a5668ee8339b535b35d7d'
2017-09-26 Rodger CombsMerge commit '7295b7373862ee54903b33d6ef3335531dfa93ad'
2017-09-26 Rodger CombsMerge commit '01f1f017d831cf14617aaaeafcec3ae3a81efce7'
2017-09-26 Rodger CombsMerge commit 'dce2929efa8e82b0832a828f7e8cb81ff8c20a4e'
2017-09-26 Rodger CombsMerge commit 'ca9bc9de690258d4761a19b0df6e9c9113b80115'
2017-09-26 Rodger CombsMerge commit 'efd2fc41b3f0749f9715d50b581f22bbaa8c5b99'
2017-09-26 Rodger CombsMerge commit '3d23a5f96ad72961c14ba3a0c2add8f2ab374b61'
2017-09-26 Rodger CombsMerge commit '9df9309d233f59d9706444a1e24ac24139f2640d'
2017-09-26 James AlmerRevert "lavf/dashenc: update bitrates on dash_write_tra...
2017-09-26 Moritz Barsnicklavf/tls_gnutls: fix warnings from version check
2017-09-26 Moritz Barsnicklavf/tls_gnutls: fix compilation with GnuTLS 2.x
2017-09-26 James Almeravformat/img2enc: remove av_dup_packet() call
2017-09-26 James Almeravformat: replace all uses of av_copy_packet()
2017-09-24 Martin Vignalilibavformat : add mov dataformat tag for HapAlphaOnly...
2017-09-24 Jörn Heusippavformat/libopenmpt: Query duration and metadata after...
2017-09-23 James Almeravformat/mpeg: zero initialize idx_pkt
2017-09-23 Marton Balintavformat/mxfdec: use the common packet pts setter funct...
2017-09-23 Marton Balintavformat/mxfdec: factorize packet pts setter function
2017-09-23 James Almeravformat/gif: use av_packet_alloc()
2017-09-23 James Almeravformat/apngenc: use av_packet_alloc()
2017-09-22 Lou LoganFix several typos
2017-09-21 Carl Eugen HoyosRemove some unneeded casts of bit_rate.
2017-09-21 Steven Liuavformat/hlsenc: support http method for hls fmp4 init...
2017-09-21 Steven Liuavformat/hlsenc: fix CID 1418106
2017-09-21 Tatsuyuki IshiGnuTLS: eat PREMATURE_TERMINATION error
2017-09-20 Anton Khirnovavformat/cafdec: reject multichannel Opus streams
2017-09-20 Carl Eugen Hoyoslavf/caf: Support demuxing Opus.
2017-09-20 Carl Eugen Hoyoslavf/mpegts: Consider stream_type 0x0f just a hint...
2017-09-19 Carl Eugen Hoyoslavf/utils: Do not force chapter end time before chapte...
2017-09-18 Tobias Rappavformat/mxfenc: cosmetic changes
2017-09-18 Tobias Rappavformat/mxfenc: fix aspect ratio when writing 16:9...
2017-09-16 Aman Guptaavformat/hlsenc: fix segfault when using -hls_segment_t...
2017-09-15 Clément Bœschlavf/http: fix compilation without zlib
2017-09-15 Jacek Jendrzejlavf/http: Reset compressed header flag, fix http 302...
2017-09-13 Paras Chadhaavformat/fitsenc: fill header line with spaces
2017-09-12 Michael Niedermayeravformat/mxfenc: Correct the Sample rate for PCM outsid...
2017-09-12 Michael Niedermayeravformat/mxfenc: Comment edit rate write code like...
2017-09-12 Michael Niedermayeravformat/mxfenc: Replace more literal magic numbers...
2017-09-09 Petri HintukainenAdd SUP/PGS subtitle muxer
2017-09-09 Steven Liuavformat/dashdec: free resource allocated by xml
2017-09-09 Steven Liuavformat/dashdec: add dash demuxer base version
2017-09-08 James Almeravformat/matroskaenc: also write tags when output is...
2017-09-07 Michael Niedermayeravformat/asfdec: Fix DoS in asf_build_simple_index()
2017-09-07 Michael Niedermayeravformat/mov: Fix DoS in read_tfra()
2017-09-07 Michael Niedermayeravformat/gdv: Make FixedSize static
2017-09-07 Steven Liuflvdec: Check the avio_seek return value after reading...
2017-09-05 Karthick Javformat/hlsenc: Added configuration to override HTTP...
2017-09-04 Alex Converseavformat/flvdec: Set need_context_update when setting...
2017-09-01 wm4lavf: make avio_read_partial() public
2017-09-01 James Almeravformat/avio: update avio_alloc_context() doxy
2017-09-01 Steven Liuavformat/dash:add copyright to dash.c
2017-09-01 Anton KhirnovUse the new AVIOContext destructor.
2017-09-01 Anton Khirnovavio: add a destructor for AVIOContext
2017-09-01 Steven Liuavformat/dash: move reused API to common file and heade...
2017-08-31 孙浩(晓黑)avformat/mxfdec: Fix Sign error in mxf_read_primer_pack()
2017-08-31 孙浩(晓黑)avformat/mxfdec: Fix DoS issues in mxf_read_index_entry...
2017-08-31 孙浩(晓黑)avformat/nsvdec: Fix DoS due to lack of eof check in...
2017-08-31 Daniel Glöckneravformat/mov: prevent duplication of first fragment...
2017-08-31 Dale Curtisavformat/mov: Bail when invalid sample data is present.
2017-08-31 Justin Rugglesavformat/concatdec: add fallback for calculating file...
2017-08-30 Paras ChadhaAdd FITS Muxer
2017-08-30 Paras ChadhaAdd FITS Demuxer
2017-08-30 Michael Niedermayeravformat/mxfenc: Replace literal numbers by named enum...
2017-08-29 Michael Niedermayeravformat/mxfenc: Check that the video codec in D-10...
2017-08-28 Carl Eugen Hoyoslavf/dump: Remove superfluous cast.
2017-08-27 Michael Niedermayeravformat/mvdec: Fix DoS due to lack of eof check
2017-08-27 孙浩 and 张洪亮(望初)avformat/rl2: Fix DoS due to lack of eof check
2017-08-27 孙浩 and 张洪亮(望初)avformat/rmdec: Fix DoS due to lack of eof check
2017-08-27 孙浩 and 张洪亮(望初)avformat/cinedec: Fix DoS due to lack of eof check
2017-08-27 孙浩 and 张洪亮(望初)avformat/asfdec: Fix DoS due to lack of eof check
2017-08-27 Michael Niedermayeravformat/hls: Fix DoS due to infinite loop
2017-08-26 Carl Eugen Hoyoslavf/rawenc: Add little- and big-endian G.726 muxers.
2017-08-24 Carl Eugen Hoyoslavf/g726: Demuxer for raw G.726 streams, both left...
2017-08-24 Dale Curtisavformat/mov: Fix trampling of ctts during seeks when...
2017-08-23 Michael Niedermayeravformat/rtpdec_h264: Fix heap-buffer-overflow
2017-08-23 Vitaly Bukaavformat/aviobuf: Fix signed integer overflow in avio_s...
2017-08-23 Vitaly Bukaavformat/mov: Fix signed integer overflows with total_size
2017-08-22 Steven Liuavformat/hlsenc: move free fmp4_init_filename after...
2017-08-20 bnnmlavf/bink: fix latest header and add all existing revisions
2017-08-18 Jacob Trimblelibavformat/mov: Fix inserting frames before current_frame.
2017-08-17 Marton Balintavformat/utils: always av_reduce r_frame_rate
2017-08-16 Nikolas Boweavformat/mov: Fix memory leak when reading DDTS box.
2017-08-11 Michael Niedermayeravformat/avidec: Move packet skip after prefix and...
2017-08-10 James Almeravformat/movenc: reindent after the previous commit
2017-08-10 Sasi Inguvalavf/movenc.c: Set sgpd and sbgp atoms to represent...
2017-08-06 DeHackEdavformat/hlsenc: allow dynamic encryption key rotation
2017-08-05 Steven Silotiavformat/utils: fix memory leak in avformat_free_context
2017-08-04 Steven Liuavformat/hlsenc: support fmp4 single file mode
2017-08-02 Aleksandr Slobodeniukavformat/riff: remove useless tag correlation 'mpg2...
2017-08-02 Aleksandr Slobodeniukavformat/riff.h : remove unused function parameter...
2017-07-30 Matt Oliverlavf/os_support: Use existing WinRT config value.
next