summaryrefslogtreecommitdiff
path: root/libavformat/nutenc.c
Commit message (Expand)AuthorAge
* 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
* Make write_streamheader() log a message if there is no codec tagStefano Sabatini2010-06-02
* Make write_streamheader() return a meaningful error code if no codecStefano Sabatini2010-06-02
* Make write_header() and write_headers() return an error code in case ofStefano Sabatini2010-06-02
* Make write_streamheader() and write_headers() accept anStefano Sabatini2010-06-02
* Define ff_nut_video_tags and make Nut muxer and demuxer set it inStefano Sabatini2010-05-23
* Move AVCodecTag from riff.h into internal.h.Francesco Lavra2010-05-22
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Fix NUT (de)muxer warnings:Vitor Sessak2010-03-28
* Plug memory leak in NUT muxer and demuxerVitor Sessak2010-03-03
* Revert r22119 and partially revert 22120.Vitor Sessak2010-03-01
* Plug some memory leaks in NUT muxer and demuxerVitor Sessak2010-02-28
* Introduce metadata conversion table for NUT muxer and demuxer.Anton Khirnov2010-02-24
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* use new metadata API in nut muxerAurelien Jacobs2009-02-27
* Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer2009-02-24
* cosmetics: 'const static' --> 'static const' to avoid warnings of the typeDiego Biurrun2009-02-17
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* remove _t for POSIX compatibility.Michael Niedermayer2008-12-11