aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/libnut.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a few occurences of "long long" from the libraries.Carl Eugen Hoyos2015-06-131-1/+1
* avformat/libnut: use av_mallocz_array()Michael Niedermayer2014-05-151-1/+1
* avformat: use ff_alloc_extradata()Paul B Mahol2013-10-131-2/+1
* avformat/libnut: check avformat_new_stream() return valuePaul B Mahol2013-09-111-0/+3
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-8/+8
|\
| * Remove libnut wrapperDiego Biurrun2012-05-211-311/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-061-2/+2
|\|
| * cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-1/+1
|\|
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* | libnut: NULL priv->nut after nut_demuxer_uninit() as a saftey precaution.Michael Niedermayer2011-12-081-0/+2
* | libnut: Check nut_demuxer_init() return value.Michael Niedermayer2011-12-081-0/+3
* | libnut: check for av_malloc failure.Michael Niedermayer2011-12-081-0/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-011-2/+3
|\|
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-1/+1
|\|
| * lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-18/+18
|\|
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-18/+18
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-2/+2
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-071-1/+1
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-1/+1
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-1/+1
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-1/+1
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-1/+1
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-6/+6
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-2/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+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
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-6/+6
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* Update lavf/libnut.c to _tt type names in libnut APIOded Shimon2008-12-121-9/+9
* Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun2008-09-021-2/+2
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-231-2/+2
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-4/+4
* Give the libnut muxer a lib prefix in its name so it does not conflict withDiego Biurrun2007-11-071-1/+1
* Prefix library format names with 'lib' in libavformatRamiro Polla2007-09-051-1/+1
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-1/+1
* remove usage of deprecated functions in libnut.c (codec_get_id/tag)Oded Shimon2007-03-101-4/+4
* Add doxygen file header to libnut.cOded Shimon2007-03-101-0/+6
* Add LGPL header as requested by Oded.Diego Biurrun2007-02-251-0/+21
* Properly separate native and libnut NUT (de)muxers.Diego Biurrun2007-02-091-2/+2
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-211-1/+1
* sync to libnut, nom->numOded Shimon2006-12-231-9/+9
* change mpeg4 fourcc from "mp4s" to "mp4v"Oded Shimon2006-11-171-1/+1
* update to libnut, use framecode table generatorOded Shimon2006-11-171-29/+1