summaryrefslogtreecommitdiff
path: root/libavformat/nut.c
Commit message (Expand)AuthorAge
* PCM signed 16-bit big-endian planar decoderPaul B Mahol2015-06-24
* raw, nut: Support rgba64 encodingCarl Eugen Hoyos2014-03-16
* nut: Fix unchecked allocationsDerek Buitenhuis2013-10-22
* pcm: support 24-bit/32-bit little-endian planarPaul B Mahol2013-09-27
* nut: K&R formatting cosmeticsLuca Barbato2013-05-04
* nut: support vp9 tagLuca Barbato2013-01-14
* lavf: move "MP3 " fourcc from riff to nutJustin Ruggles2012-11-28
* pixfmt: support more yuva formatsLuca Barbato2012-10-30
* nut: support textual dataLuca Barbato2012-10-29
* nut: support pcm codecs not mapped in aviLuca Barbato2012-10-13
* nut: prioritize native tagsLuca Barbato2012-10-13
* Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-11
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* nut: support 10bit YUVLuca Barbato2011-12-21
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross2011-04-28
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add support to B4BY and R4BY NUT codec tags added in NUT r672.Stefano Sabatini2010-06-06
* bgr/rgb444 for nutMichael Niedermayer2010-06-06
* Add support for the newly added Nut codec tags (added in Nut r669):Stefano Sabatini2010-05-26
* 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
* Fix NUT (de)muxer warnings:Vitor Sessak2010-03-28
* Fix warning:Vitor Sessak2010-03-24
* Plug memory leak in NUT muxer and demuxerVitor Sessak2010-03-03
* Introduce metadata conversion table for NUT muxer and demuxer.Anton Khirnov2010-02-24
* remove _t for POSIX compatibility.Michael Niedermayer2008-12-11
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov2008-03-07
* Subtitle support. (untested)Michael Niedermayer2008-03-05
* ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer onlyOded Shimon2008-02-04
* Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer2008-01-04
* Add some parentheses to clarify operator precedence, fixes the warnings:Diego Biurrun2007-11-04
* rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....Baptiste Coudurier2007-10-30
* Ensure av_tree_insert() is defined before using it.Carl Eugen Hoyos2007-08-11
* move syncpoint cache related stuff to common fileMichael Niedermayer2007-08-09
* move lsb2full to common fileMichael Niedermayer2007-08-09
* move crc wrapper to slightly better spotMichael Niedermayer2007-08-09
* move syncpoint timestamp resetting code to a common fileMichael Niedermayer2007-08-09
* remove old unused nut (de)muxerMichael Niedermayer2007-08-09
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* URL update, move comment to a better place.Diego Biurrun2007-07-05
* misc spelling fixesDiego Biurrun2007-06-12
* variable renaming: mp3lame --> libmp3lameDiego Biurrun2007-01-07
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* Fix license header error notice by Steve LHomme.Diego Biurrun2006-10-18
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* remove redundant declarationsMåns Rullgård2006-09-02
* fix regression failure after adler simplificationMichael Niedermayer2006-07-20
* move adler32 to libavutilMåns Rullgård2006-07-13