]> git.sesse.net Git - ffmpeg/history - libavformat/movenc.c
avformat/avio: Add Metacube support
[ffmpeg] / libavformat / movenc.c
2021-05-03 Steinar H. Gundersonavformat/avio: Add Metacube support master
2021-04-27 Andreas Rheinhardtavformat: Constify all muxer/demuxers
2021-04-27 James Almeravformat: remove deprecated AVStream.codec
2021-04-27 Andreas Rheinhardtavutil/buffer: Switch AVBuffer API to size_t
2021-04-27 Andreas Rheinhardtavformat/mov, movenc: Stop exporting rotation via metadata
2021-04-16 James Almeravformat/movenc: fix writing dOps atoms
2021-04-08 Anton Khirnovlavf/movenc: use framerate correctly in mov_write_tmcd_tag
2021-03-30 Andreas RheinhardtAvoid intermediate bitcount for number of bytes in...
2021-03-26 Michael Niedermayeravformat/movenc: Avoid loosing cluster array on failure
2021-03-17 James Almeravformat/movenc: use av_packet_alloc() to allocate...
2021-03-10 James Almeravformat: use the buffer_size_t typedef where required
2021-03-01 Andreas RheinhardtRemove double ';'
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-23 Andreas Rheinhardtavformat/movenc: Deduplicate codec tags lists
2021-02-13 James Almeravformat/mux: return a pointer to the packet in ff_inte...
2021-02-10 Jan Ekströmavformat/movenc: remove unnecessary HDR metadata log...
2021-01-15 Martin Storsjömovenc: Present durations in mvhd/tkhd/mdhd as they...
2020-11-22 Leo Izenavformat/movenc: allow Apple Lossless inside mp4
2020-10-04 Andreas Rheinhardtavformat/movenc: Avoid allocation for timecode track
2020-10-04 Andreas Rheinhardtavformat/movenc: Don't forget to free fragment buffers
2020-10-04 Andreas Rheinhardtavformat/movenc: Free old vos_data before overwriting it
2020-10-04 Andreas Rheinhardtavformat/movenc: Don't free AVCodecParameters manually
2020-10-04 Andreas Rheinhardtavformat/movenc: Make some AVCodecTag tables static
2020-10-04 Andreas Rheinhardtavformat/movenc: Fix segfault when remuxing rtp hint...
2020-10-02 Jan Ekströmavformat/movenc: handle tracks w/o AVStreams in calcula...
2020-10-01 Andreas Rheinhardtavformat/movenc: Fix stack overflow when remuxing timec...
2020-09-28 Andreas Rheinhardtavformat/movenc: Fix segfault upon allocation error
2020-09-22 Jan Ekströmavformat/movenc: simplify ISML manifest bit rate logic
2020-09-22 Jan Ekströmavformat/movenc: use more fall-back values for average...
2020-09-22 Jan Ekströmavformat/movenc: implement writing of the btrt box
2020-09-21 Jan Ekströmavformat/movenc: utilize bit rate helper function in...
2020-09-21 Jan Ekströmavformat/movenc: split MPEG-4 bit rate value calculation
2020-08-21 Michael Bradshawavformat/movenc: write the colr atom by default
2020-06-28 Derek Buitenhuislavf/movenc: Use a dynamic buffer when writing the...
2020-06-22 Andreas Rheinhardtavcodec, avformat: Remove unnecessary initializations...
2020-06-17 Derek Buitenhuisavformat/movenc: Write 'av01' as a compatible brand...
2020-06-15 Paul B Maholavformat/movenc: fix remuxing eia-608 into mov from...
2020-05-22 Martin Storsjömovenc: Fix accidental leftover duplication from 1aec1f...
2020-05-22 Martin Storsjömovenc: Fix conversion of the first frame for extradata...
2020-05-20 Martin Storsjömovenc: Use first H264/HEVC frame as extradata, if...
2020-04-26 Limin Wangavformat/movenc: cosmetics
2020-04-23 Jun Zhaolavf/movenc: enable dvcC/dvvC box support from DOVI...
2020-04-20 Limin Wangavformat/movenc: cosmetics
2020-04-15 James Almeravformat/movenc: remove call to av_copy_packet_side_dat...
2020-04-13 Michael Bradshawavformat/movenc: write the mdcv atom by default
2020-04-13 Michael Bradshawavformat/movenc: remove the write_clli mov flag
2020-04-13 Michael Bradshawavformat/movenc: stop guessing colr atom values
2020-04-13 Michael Bradshawavformat/movenc: use enum values directly for colr...
2020-04-01 Michael Bradshawavformat/movenc: add write_clli flag to write clli...
2020-03-27 Lynnemovenc: mark Opus encapsulation as stable
2020-03-26 James Almeravformat/movenc: Reduce size of the allocated MOVIentry...
2020-03-10 vectronicavformat/movenc: add ICC profile support to colr atom
2020-01-26 Andreas Rheinhardtavformat/av1: Avoid allocation + copying when filtering...
2020-01-26 Andreas Rheinhardtavformat/movenc: Check for reformatting errors when...
2020-01-25 Gyan Doshiavformat/movenc: allow ISMV timescale to be user-set
2020-01-17 Andreas Rheinhardtavformat/movenc, segafilmenc: Remove unnecessary avio_t...
2020-01-17 James AlmerRevert "avformat/utils: make ff_ntp_time() accept a...
2020-01-16 James Almeravformat/movenc: add a flag to enable CMAF compatability
2020-01-16 James Almeravformat/movenc: use AVProducerReferenceTime side data...
2020-01-16 James Almeravformat/utils: make ff_ntp_time() accept a timestamp...
2020-01-10 Martin Storsjömovenc: Write durations based on pts into mvhd/mdhd...
2020-01-07 Marton Balintavformat: convert some avio_flush() calls to avio_write...
2020-01-07 Marton Balintavformat: remove avio_flush() calls from the end of...
2019-12-21 James Almeravformat/movenc: use iso6 major brand when signed CTS...
2019-12-21 James Almeravformat/movenc: ensure we don't write the major brand...
2019-12-21 James Almeravformat/movenc: write the major brand also as the...
2019-12-12 Yuki Tsuchiyalavf/movenc: cosmetics
2019-12-12 Yuki Tsuchiyalavf/isom: support for demuxing and remuxing of MPEG...
2019-11-28 Andreas Rheinhardtavformat/movenc: Avoid allocation for small dynamic...
2019-09-26 James Almeraformat/movenc: add missing padding to output track...
2019-09-26 Andreas Rheinhardtavformat/movenc: Fix undefined shift
2019-09-20 James Almeravformat/movenc: don't hardcode the colr box size
2019-08-25 James Almeravformat/movenc: add muxing support for Dolby TrueHD...
2019-07-12 Marton Balintavformat/movenc: use unspecified language by default
2019-05-02 James AlmerMerge commit 'c4642788e83b0858bca449f9b6e71ddb015dfa5d'
2019-05-02 James AlmerMerge commit '9485cce6d55baf547e92ef1f54cad117f2a38287'
2019-05-02 James AlmerMerge commit 'c93e92f2b25f4174350ded3f59ad117ec8eb1fe4'
2019-05-02 James AlmerMerge commit 'c0bd865ad60da31282c5d8e1000c98366249c31e'
2019-05-02 James AlmerMerge commit '1e56173515826aa4d680d3b216d80a3879ed1c68'
2019-04-09 Carl Eugen Hoyoslavf/movenc: Pass correct pointer to av_log().
2019-04-03 Gyan Doshilavf/movenc: fix tmcd writing for non-MP4/MOV modes
2019-04-02 Karthick Javformat/movenc: Fix skip_trailer when global_sidx...
2019-03-31 James Almeravformat/movenc: free eac3 private data only when closi...
2019-03-22 James AlmerMerge commit '0676de935b1e81bc5b5698fef3e7d48ff2ea77ff'
2019-03-18 Paweł Wegnerlibavformat/movenc: mov: added subtitle codec tags...
2019-03-14 James AlmerMerge commit 'f8abf7d4dfa0504f7f65e4f1fd9d22e01cb371cc'
2019-03-14 James AlmerMerge commit '186bd30aa3b6c2b29b4dbf18278700b572068b1e'
2019-03-14 James AlmerMerge commit '7e42d5f0ab2aeac811fd01e122627c9198b13f01'
2019-03-14 James AlmerMerge commit '49f9c4272c4029b57ff300d908ba03c6332fc9c4'
2019-03-14 James AlmerMerge commit '37394ef01b040605f8e1c98e73aa12b1c0bcba07'
2019-03-14 James AlmerMerge commit 'cef914e08310166112ac09567e66452a7679bfc8'
2019-03-14 James AlmerMerge commit 'e39a9212ab37a55b346801c77487d8a47b6f9fe2'
2019-03-14 James AlmerMerge commit '58d154922707bfeb873cb3a7476e0f94b17463dd'
2019-03-14 James AlmerMerge commit 'cc7ba00c35faf0478f1f56215e926f70ccb31282'
2019-03-14 James AlmerMerge commit '52c9b0a6c0d02cff6caebcf6989e565e05b55200'
2019-03-14 James AlmerMerge commit 'c513fcd7d235aa4cef45a6c3125bd4dcc03bf276'
2019-03-14 James AlmerMerge commit 'f1011ea28a4048ddec97794ca3e9901474fe055f'
2019-03-14 James AlmerMerge commit 'b4b27dce95a6d40bfcd78043d3abec7d80dae143'
next