summaryrefslogtreecommitdiff
path: root/libavformat/nutenc.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* nutenc: do not use AVCodecContext.frame_sizeAnton Khirnov2016-02-22
* nut: Use the correct codec_tag when multiple are availableLuca Barbato2015-11-02
* libavformat: Use ffio_free_dyn_buf where applicableMartin Storsjö2015-02-24
* nutenc: do not use has_b_framesAnton Khirnov2015-01-27
* nutenc: check for negative index rather than assertVittorio Giovara2014-10-21
* riffenc: take an AVStream instead of an AVCodecContextAnton Khirnov2014-06-18
* nut: Support experimental NUT 4 featuresLuca Barbato2014-05-28
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* nut: Fix unchecked allocationsDerek Buitenhuis2013-10-22
* Remove unreachable returnsDiego Biurrun2013-07-27
* nut: use a define for the nut versionLuca Barbato2013-05-06
* lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles2012-11-28
* nutenc: verbosely report unsupported negative ptsLuca Barbato2012-10-29
* nutenc: K&R formatting cosmeticsLuca Barbato2012-10-28
* nut: export codec_tag provided by rawvideoLuca Barbato2012-10-16
* nut: prioritize native tagsLuca Barbato2012-10-13
* avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-01
* nutenc: const correctness for ff_put_v_trace/put_s_trace function argumentsDiego Biurrun2012-09-27
* lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* lavf: use conditional notation for default codec in muxer declarations.Ronald S. Bultje2012-07-22
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf.Anton Khirnov2011-10-20
* nutenc: add namespace to the api facing functionsLuca Barbato2011-09-04
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* nutenc: check malloc return values.Ronald S. Bultje2011-05-03
* nutenc: don't av_malloc(0).Ronald S. Bultje2011-05-03
* Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-26
* avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-03
* avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-03
* avio: make get_checksum() internal.Anton Khirnov2011-03-30
* avio: make init_checksum() internal.Anton Khirnov2011-03-30
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* nutenc: fix a memleakAnton Khirnov2011-03-17
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* nutenc: mux chapters.Anton Khirnov2011-03-17
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-15
* nutenc: fix unstable floating-point calculationsMåns Rullgård2010-09-10
* move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.cMichael Chinen2010-07-09
* rename get_length to ff_get_v_length and put_v to ff_put_vMichael Chinen2010-07-09
* Fix grammar errors in documentationMåns Rullgård2010-06-30