198 Commits (377fa6612ae2b47beba02edacc6a22128176dea9)

Author SHA1 Message Date
James Almer 90e37adab7 avformat/nutenc: free all missing dynamic AVIOContext on header writing failure 5 years ago
James Almer 1d479300cb avformat/nutenc: don't allocate a dynamic AVIOContext if no index is going to be written 5 years ago
Michael Niedermayer 3a95b73abc avformat/nutenc: Document trailer index assert better 6 years ago
Diego Biurrun fcbdd605b5 nut: Use correct function pointer casts instead of void* 8 years ago
Diego Biurrun 07eea5a5de nut: Drop pointless TRACE level debug code 8 years ago
Marton Balint 28fbdece79 avformat: use ff_standardize_creation_time for formats writing all format string metadata 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Anton Khirnov dc6527ed90 nutenc: do not use AVCodecContext.frame_size 9 years ago
Michael Niedermayer 56c182c4d7 avformat/nutenc: implement deinit() 9 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Luca Barbato 1e7ff5ac69 nut: Use the correct codec_tag when multiple are available 9 years ago
Ganesh Ajjanagadde 7c8fcbbde3 avutil/tree: add additional const qualifier to the comparator 9 years ago
Michael Niedermayer 7ec5115409 avformat/nutenc: Omit AV_PKT_DATA_QUALITY_STATS when storing side data. 9 years ago
Michael Niedermayer d66b623ad0 avformat/nutenc: Fix writing strings larger than 2gb 10 years ago
Martin Storsjö 8e32b1f096 libavformat: Use ffio_free_dyn_buf where applicable 10 years ago
Timothy Gu 510b39c213 nutdec: Remove unused variables 10 years ago
Anton Khirnov 80a11de7dc nutenc: do not use has_b_frames 10 years ago
Michael Niedermayer 3b537eab27 avformat/nutenc: store the actual r_frame_rate in the corresponding field if available 10 years ago
Vittorio Giovara b69183f65d nutenc: check for negative index rather than assert 10 years ago
Anton Khirnov d754ed4172 riffenc: take an AVStream instead of an AVCodecContext 11 years ago
Michael Niedermayer 3a76d7f73d avformat/nutenc: cleaner version check 11 years ago
Michael Niedermayer d7f398c542 avformat/nutenc: Fix error handling in nut_write_packet() 11 years ago
Michael Niedermayer 2351ea8a2e avformat/nutenc: Fix error handling in write_sm_data() 11 years ago
Michael Niedermayer 8716605a26 avformat/nutenc: Suggest genpts if AV_NOPTS_VALUE 11 years ago
Michael Niedermayer 78a79a2ceb avformat/nutenc: replace conditional by assert 11 years ago
Michael Niedermayer 6d1aba6a29 avformat/nutenc: limit index table size if no index is going to be written 11 years ago
Michael Niedermayer 82beb46e65 avformat/nutenc: add mode that omits the index 11 years ago
Michael Niedermayer df889be0a8 nutenc: avoid av_tree_find() operation per syncpoint 11 years ago
Michael Niedermayer 170a4d79c0 avformat/nutenc: bump minor version due to broadcast/pipe 11 years ago
Michael Niedermayer 45daae06fd avformat/nutenc: change check to match comment 11 years ago
Michael Niedermayer 99b15f1daa avformat/nutenc: fix used version value 11 years ago
Luca Barbato c94e2e85cb nut: Support experimental NUT 4 features 11 years ago
Michael Niedermayer d524d424ec avformat/nutenc: switch to AVFMT_FLAG_BITEXACT 11 years ago
Michael Niedermayer 4b8c599e84 avformat/nutenc: fix missing break in switch 11 years ago
Michael Niedermayer 8113e838a8 avformat/nut: add support for per frame side & meta data with version 4 11 years ago
Michael Niedermayer 804ea14b35 avformat/nut: add minor_version field with version>=4 11 years ago
Michael Niedermayer 6aa50374bf avformat/nut: store version in the context 11 years ago
Michael Niedermayer de2a2caf4d nutenc/write_index: warn if 2 consecutive keyframes have the same PTS and discard the 2nd 11 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Derek Buitenhuis b1fcdc08ce nut: Fix unchecked allocations 11 years ago
Derek Buitenhuis 55ae13e3de nut: Fix unchecked allocations 11 years ago
Paul B Mahol f2afe96181 avformat/nutenc: use av_reallocp_array() 11 years ago
Paul B Mahol 6a70feadb0 avformat/nutenc: use av_calloc() 11 years ago
Diego Biurrun 6ff15cd569 Remove unreachable returns 11 years ago
Luca Barbato 46c1917350 nut: use a define for the nut version 12 years ago
Michael Niedermayer e39821a65e nutenc: only write an index if there are syncpoints 12 years ago
Justin Ruggles bfe5454cd2 lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h 12 years ago
Luca Barbato 07585ffa62 nutenc: verbosely report unsupported negative pts 12 years ago
Luca Barbato fce4450dec nutenc: K&R formatting cosmetics 12 years ago
Luca Barbato 21de6ba5c1 nut: export codec_tag provided by rawvideo 12 years ago