summaryrefslogtreecommitdiffstats
path: root/libavformat/nutenc.c
Commit message (Expand)AuthorAgeFilesLines
* nut: use a define for the nut versionLuca Barbato2013-05-061-1/+1
* lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles2012-11-281-0/+1
* nutenc: verbosely report unsupported negative ptsLuca Barbato2012-10-291-2/+6
* nutenc: K&R formatting cosmeticsLuca Barbato2012-10-281-341/+412
* nut: export codec_tag provided by rawvideoLuca Barbato2012-10-161-1/+1
* nut: prioritize native tagsLuca Barbato2012-10-131-6/+9
* avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-011-4/+0
* nutenc: const correctness for ff_put_v_trace/put_s_trace function argumentsDiego Biurrun2012-09-271-2/+6
* lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-151-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-9/+9
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* lavf: use conditional notation for default codec in muxer declarations.Ronald S. Bultje2012-07-221-7/+2
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-2/+5
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+1
* lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf.Anton Khirnov2011-10-201-2/+2
* nutenc: add namespace to the api facing functionsLuca Barbato2011-09-041-6/+6
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-12/+12
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-4/+5
* nutenc: check malloc return values.Ronald S. Bultje2011-05-031-0/+6
* nutenc: don't av_malloc(0).Ronald S. Bultje2011-05-031-1/+2
* Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-261-2/+0
* avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-031-6/+6
* avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-031-9/+9
* avio: make get_checksum() internal.Anton Khirnov2011-03-301-4/+4
* avio: make init_checksum() internal.Anton Khirnov2011-03-301-3/+4
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* nutenc: fix a memleakAnton Khirnov2011-03-171-0/+1
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-2/+2
* nutenc: mux chapters.Anton Khirnov2011-03-171-4/+62
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-3/+3
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-16/+16
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-18/+18
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-151-1/+2
* nutenc: fix unstable floating-point calculationsMåns Rullgård2010-09-101-2/+2
* move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.cMichael Chinen2010-07-091-21/+0
* rename get_length to ff_get_v_length and put_v to ff_put_vMichael Chinen2010-07-091-68/+68
* Fix grammar errors in documentationMåns Rullgård2010-06-301-2/+2
* Make write_streamheader() log a message if there is no codec tagStefano Sabatini2010-06-021-1/+3
* Make write_streamheader() return a meaningful error code if no codecStefano Sabatini2010-06-021-1/+1
* Make write_header() and write_headers() return an error code in case ofStefano Sabatini2010-06-021-3/+5
* Make write_streamheader() and write_headers() accept anStefano Sabatini2010-06-021-6/+8
* Define ff_nut_video_tags and make Nut muxer and demuxer set it inStefano Sabatini2010-05-231-1/+1
* Move AVCodecTag from riff.h into internal.h.Francesco Lavra2010-05-221-0/+1
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-6/+6
* Fix NUT (de)muxer warnings:Vitor Sessak2010-03-281-1/+2
* Plug memory leak in NUT muxer and demuxerVitor Sessak2010-03-031-0/+1
* Revert r22119 and partially revert 22120.Vitor Sessak2010-03-011-1/+0
OpenPOWER on IntegriCloud