summaryrefslogtreecommitdiff
path: root/libavformat/libnut.c
Commit message (Expand)AuthorAge
* lavf: remove the libnut library wrapperRostislav Pehlivanov2017-05-29
* libnut: Pass stream to ff_parse_specific_paramsDerek Buitenhuis2016-04-21
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\
* | Remove a few occurences of "long long" from the libraries.Carl Eugen Hoyos2015-06-13
* | avformat/libnut: use av_mallocz_array()Michael Niedermayer2014-05-15
* | avformat: use ff_alloc_extradata()Paul B Mahol2013-10-13
* | avformat/libnut: check avformat_new_stream() return valuePaul B Mahol2013-09-11
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Remove libnut wrapperDiego Biurrun2012-05-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-06
|\|
| * cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* | libnut: NULL priv->nut after nut_demuxer_uninit() as a saftey precaution.Michael Niedermayer2011-12-08
* | libnut: Check nut_demuxer_init() return value.Michael Niedermayer2011-12-08
* | libnut: check for av_malloc failure.Michael Niedermayer2011-12-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-01
|\|
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-20
|\|
| * lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-17
|\|
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-07
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: avio_ prefixes for get_* 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
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* 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
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Update lavf/libnut.c to _tt type names in libnut APIOded Shimon2008-12-12
* Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun2008-09-02
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-23
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Give the libnut muxer a lib prefix in its name so it does not conflict withDiego Biurrun2007-11-07
* Prefix library format names with 'lib' in libavformatRamiro Polla2007-09-05
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* remove usage of deprecated functions in libnut.c (codec_get_id/tag)Oded Shimon2007-03-10
* Add doxygen file header to libnut.cOded Shimon2007-03-10
* Add LGPL header as requested by Oded.Diego Biurrun2007-02-25
* Properly separate native and libnut NUT (de)muxers.Diego Biurrun2007-02-09
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21