159 Commits (d858ee717bed6307b8e772bd5039ab001aeae03f)

Author SHA1 Message Date
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
Luca Barbato 1bd442c276 nut: prioritize native tags 12 years ago
Michael Niedermayer de707bc8bd mux/nut: factorize ff_choose_timebase() out of nut 12 years ago
Michael Niedermayer 4abc411b97 nutenc: choose for non audio streams a timebase with finer resolution. 12 years ago
Michael Niedermayer e3fb5bc147 nut: store and read the r_frame_rate 12 years ago
Michael Niedermayer 4eb0f5f635 nutenc: use 1/sample rate as timebase for audio instead of framesize/sample rate 12 years ago
Diego Biurrun 11d4e92ed9 avformat: Remove non-compiling and/or silly commented-out printf/av_log statements 12 years ago
Diego Biurrun bc66827fb1 nutenc: const correctness for ff_put_v_trace/put_s_trace function arguments 12 years ago
Michael Niedermayer 5c4e2e8755 nutenc: avoid negative timestamps 12 years ago
Michael Niedermayer e9350c44ad nutenc: remove outdated fixme 12 years ago
Anton Khirnov 3b4bb19e63 lavf: flush the output AVIOContext in av_write_trailer(). 12 years ago
Michael Niedermayer 3a621c9d99 nutenc: Support writing an index 12 years ago
Michael Niedermayer b2a8ce4e67 nutenc: keep track of max_pts 12 years ago
Michael Niedermayer c2a134c66c nutenc: keep track if keyframe PTS 12 years ago
Nicolas George ac45637324 lavf/nutenc: write stream metadata. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Ronald S. Bultje fd48721849 lavf: use conditional notation for default codec in muxer declarations. 12 years ago
Stefano Sabatini b010d9b586 lavf/nutenc: provide meaningful error message and error code in case of invalid pts 13 years ago
Michael Niedermayer dd2086140c nutenc: use av_assert 13 years ago
Michael Niedermayer 4a6d790a6f nutenc: use av_assert 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Anton Khirnov 82ab61f901 lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. 13 years ago
Luca Barbato 5ee5dc4e9a nutenc: add namespace to the api facing functions 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Reimar Döffinger 6266c51538 Simplify condition. 14 years ago
Ronald S. Bultje 7643265505 nutenc: check malloc return values. 14 years ago
Ronald S. Bultje 25588d3b8a nutenc: don't av_malloc(0). 14 years ago
Michael Niedermayer 7b9e98173c Revert "Eliminate pointless '#if 1' statements without matching '#else'." 14 years ago
Diego Biurrun e6ff064845 Eliminate pointless '#if 1' statements without matching '#else'. 14 years ago