]> git.sesse.net Git - ffmpeg/history - libavformat
avformat/avio: Add Metacube support
[ffmpeg] / libavformat /
2021-05-03 Steinar H. Gundersonavformat/avio: Add Metacube support master
2021-04-30 Andreas Rheinhardtavformat/dump: Remove remnants of codec timebase
2021-04-28 zheng qianavformat/mpegtsenc: Fix indentation inside if-clause...
2021-04-28 zheng qianavformat/mpegtsenc: Fix mpegts_write_pes() for private_...
2021-04-28 zheng qianavformat/mpegts: Fix indentation for stream_id constants
2021-04-28 zheng qianavformat/mpegts: Add missing constants for MPEG-TS...
2021-04-28 Marton Balintavformat/mpegtsenc: factorize determining pes stream id
2021-04-28 Marton Balintavformat/mpegtsenc: move is_dvb_subtitle/is_dvb_teletex...
2021-04-27 Andreas Rheinhardtavformat: Constify all muxer/demuxers
2021-04-27 Anton KhirnovBump major versions of all libraries.
2021-04-27 James Almeravutil: remove deprecated AVClass.child_class_next
2021-04-27 James Almeravformat: remove deprecated AVStream.codec
2021-04-27 Andreas Rheinhardtavformat/avformat, utils: Make av_find_best_stream...
2021-04-27 Andreas Rheinhardtavformat/avformat: Constify AVFormatContext.*_codec...
2021-04-27 Andreas Rheinhardtavutil/buffer: Switch AVBuffer API to size_t
2021-04-27 Andreas Rheinhardtavformat: Switch AVChapter.id to 64bits
2021-04-27 Andreas Rheinhardtavformat: Remove deprecated av_demuxer_open()
2021-04-27 Andreas Rheinhardtavformat: Remove deprecated AVFMT_FLAG_MP4A_LATM flag...
2021-04-27 Andreas Rheinhardtavformat/dashenc: Remove deprecated min_seg_duration...
2021-04-27 Andreas Rheinhardtavformat/rtsp: Remove deprecated old options, rename...
2021-04-27 Andreas Rheinhardtavformat/aviobuf: End grace period of allowing 0 from...
2021-04-27 Andreas Rheinhardtavformat/mov, movenc: Stop exporting rotation via metadata
2021-04-27 Andreas Rheinhardtavformat: Remove remnants of side data merging
2021-04-27 Andreas Rheinhardtavformat/hlsenc: Remove deprecated localtime options
2021-04-27 Andreas Rheinhardtavformat/hlsenc: Remove deprecated wrap option
2021-04-27 Andreas Rheinhardtavformat/http: Remove deprecated "user-agent" option
2021-04-27 Andreas Rheinhardtavformat/avformat: Remove outdated private fields
2021-04-27 Andreas Rheinhardtavformat: Remove deprecated filename field from AVForma...
2021-04-27 Andreas Rheinhardtavformat: Remove getters and setters
2021-04-27 Andreas Rheinhardtavformat: Remove deprecated old open callbacks
2021-04-27 Andreas Rheinhardtavformat: Remove FFserver leftovers
2021-04-27 Andreas Rheinhardtavformat: Constify the API wrt AV(In|Out)putFormat
2021-04-27 Andreas Rheinhardtavcodec: Switch AVCPBProperties to 64bits
2021-04-27 Andreas Rheinhardtavcodec, avformat: Remove AVPacket.convergence_duration
2021-04-27 Andreas Rheinhardtavcodec, avformat: Remove old BSF API
2021-04-27 Andreas Rheinhardtavformat: Remove next API for AV(In|Out)putFormat
2021-04-27 Gyan Doshiavformat/dtsenc: reindent
2021-04-27 Gyan Doshiavformat/adtsenc: clarify option help
2021-04-26 Andreas Rheinhardtavformat/westwood_audenc: Remove unused variable
2021-04-26 Andreas Rheinhardtavformat/westwood_audenc: Check for, not assert on...
2021-04-26 Jan Ekströmavformat/ttmlenc: enable writing out additional header...
2021-04-26 Aidan Richmondavformat/westwoodaudenc: Adds muxer for Westwood AUD...
2021-04-25 Chris Ribblelibavformat/adtsenc: Increase ADTS_MAX_FRAME_BYTES...
2021-04-24 Michael Niedermayeravformat/asfdec_o: Use ff_get_extradata()
2021-04-23 Michael Niedermayeravformat/id3v2: Check end for overflow in id3v2_parse()
2021-04-22 Michael Niedermayeravformat/mxfdec: Fix file position addition
2021-04-22 Michael Niedermayeravformat/wtvdec: Improve size overflow checks in parse_...
2021-04-22 Michael Niedermayeravformat/mov: check for pts overflow in mov_read_sidx()
2021-04-20 Michael Niedermayeravformat/cafdec: Check channels
2021-04-18 Marton Balintavformat/hls: check return value of new_init_section()
2021-04-18 Andreas Rheinhardtavformat/utils: Combine identical statements
2021-04-18 Andreas Rheinhardtavformat/matroskaenc: Remove unnecessary function calls
2021-04-18 Andreas Rheinhardtavformat/wavdec: Fix reading files with id3v2 apic...
2021-04-18 Andreas Rheinhardtavformat/segment: Use ff_stream_encode_params_copy()
2021-04-18 Andreas Rheinhardtavformat/webm_chunk: Use ff_stream_encode_params_copy()
2021-04-18 Andreas Rheinhardtavformat/id3v2: Don't reverse the order of id3v2 APICs
2021-04-18 Andreas Rheinhardtavformat/aiffenc: Avoid seek when writing id3v2 tags...
2021-04-18 Andreas Rheinhardtavformat/aiffenc: Remove always-false check
2021-04-16 James Almeravformat/mpegts: set correct extradata size for Opus...
2021-04-16 James Almeravformat/mpegts: add missing sample_rate value to Opus...
2021-04-16 James Almeravformat/movenc: fix writing dOps atoms
2021-04-16 James Almeravformat/webpenc: don't assume animated webp streams...
2021-04-16 Gyan Doshiavformat/rawenc: remove singlejpeg muxer
2021-04-15 Vittorio Giovaramov: Prioritize aspect ratio values found in pasp atom
2021-04-14 Matt Robinsonavformat/dashdec: Also fetch final partial segment
2021-04-12 Andreas Rheinhardtavformat/matroskaenc: Put subtitles without duration...
2021-04-12 Andreas Rheinhardtavformat/matroskaenc: Remove remnant of inline-timing...
2021-04-11 Michael Niedermayeravformat/mvi: Check audio_data_size to be non negative
2021-04-11 Gyan Doshiavformat/rawenc: perform stream checks for mp2 muxer
2021-04-11 Jan Ekströmavformat/img2dec: set r_frame_rate in addition to avg_f...
2021-04-10 Andreas Rheinhardtavformat/matroskaenc: Fix leak when writing attachment...
2021-04-08 Andreas Rheinhardtavformat/webvttenc: Fix use of uninitialized variable
2021-04-08 Andreas Rheinhardtavformat/rmdec: Don't rely on unspecified order of...
2021-04-08 Andreas Rheinhardtavformat/rmdec: Fix memleaks upon read_header failure
2021-04-08 Anton Khirnovlavf: do not derive timebase from avg_frame_rate
2021-04-08 Anton Khirnovlavf/movenc: use framerate correctly in mov_write_tmcd_tag
2021-04-08 Anton Khirnovlavf: postpone removal of FF_API_COMPUTE_PKT_FIELDS2
2021-04-08 Anton Khirnovlavf/webvttenc: fix avio_printf argument types after...
2021-04-08 Anton Khirnovlavf/matroskaenc: fix avio_printf argument types after...
2021-04-07 Marton Balintavformat/url: add ff_make_absolulte_url2 to be able...
2021-04-07 Marton Balintavformat/url: fix ff_make_absolute_url with Windows...
2021-04-07 James Almeravformat/utils: add helper functions to retrieve index...
2021-04-06 Vittorio Giovaramov: Skip computing SAR from invalid display matrix...
2021-04-05 Michael Niedermayeravformat/mov: check offset for overflow in mov_probe()
2021-04-05 Andreas Rheinhardtavformat/dss: Return 0 on success
2021-04-05 Andreas Rheinhardtavformat/dss: Avoid using intermediate buffer
2021-04-05 Andreas Rheinhardtavformat/dss: Set values known during read_header in...
2021-04-05 Andreas Rheinhardtavformat/mpegtsenc: Preserve disposition in the absence...
2021-04-02 Andreas Rheinhardtavformat/vividas: Fix crash when seeking without audio...
2021-04-02 Andreas Rheinhardtavformat/dss: Don't prematurely modify context variable
2021-04-02 Andreas Rheinhardtavformat/utils: Check allocations for failure
2021-04-01 Andreas Rheinhardtavformat/asf: Use ff_add_attached_pic() to read attache...
2021-04-01 Andreas Rheinhardtavformat/utils: Free new streams in ff_add_attached_pic...
2021-04-01 Andreas Rheinhardtavformat: Add and use helper function to add attachment...
2021-04-01 Michael Niedermayeravformat/imx: Check palette chunk size
2021-04-01 Michael Niedermayeravformat/rmdec: use larger intermediate type for audio_...
2021-04-01 Martin Storsjötls_gnutls: Print the underlying IO error message and...
2021-04-01 Martin Storsjötls_openssl: Improve quality of printed error messages...
2021-04-01 Gyan Doshirtpenc_mpegts: add AVClass to the muxer context
2021-03-31 Michael Niedermayeravformat/mpc8: check for size overflow in mpc8_get_chun...
next