summaryrefslogtreecommitdiff
path: root/libavformat/nut.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-59/+59
* | nut: add 12/14 bit yuv to nut/rawCarl Eugen Hoyos2012-07-051-0/+12
* | Support yuva422p rawvideo in nut.Carl Eugen Hoyos2012-05-081-0/+1
* | Support yuva444p rawvideo in nut.Carl Eugen Hoyos2012-04-061-0/+1
* | Allow encoding rawvideo RGBA64 and friends.Carl Eugen Hoyos2012-02-091-0/+4
* | Allow encoding rawvideo RGB0 and friends.Carl Eugen Hoyos2012-02-091-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-211-0/+6
|\ \ | |/
| * nut: support 10bit YUVLuca Barbato2011-12-211-0/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+1
|\ \ | |/
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
| * nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross2011-04-281-0/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross2011-03-261-0/+2
|/
* Add support to B4BY and R4BY NUT codec tags added in NUT r672.Stefano Sabatini2010-06-061-0/+2
* bgr/rgb444 for nutMichael Niedermayer2010-06-061-0/+4
* Add support for the newly added Nut codec tags (added in Nut r669):Stefano Sabatini2010-05-261-0/+10
* Define ff_nut_video_tags and make Nut muxer and demuxer set it inStefano Sabatini2010-05-231-0/+33
* Move AVCodecTag from riff.h into internal.h.Francesco Lavra2010-05-221-0/+1
* Fix NUT (de)muxer warnings:Vitor Sessak2010-03-281-3/+3
* Fix warning:Vitor Sessak2010-03-241-1/+2
* Plug memory leak in NUT muxer and demuxerVitor Sessak2010-03-031-0/+11
* Introduce metadata conversion table for NUT muxer and demuxer.Anton Khirnov2010-02-241-0/+13
* remove _t for POSIX compatibility.Michael Niedermayer2008-12-111-3/+3
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov2008-03-071-0/+11
* Subtitle support. (untested)Michael Niedermayer2008-03-051-0/+8
* ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer onlyOded Shimon2008-02-041-1/+1
* Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer2008-01-041-3/+6
* Add some parentheses to clarify operator precedence, fixes the warnings:Diego Biurrun2007-11-041-2/+2
* rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....Baptiste Coudurier2007-10-301-4/+0
* Ensure av_tree_insert() is defined before using it.Carl Eugen Hoyos2007-08-111-0/+1
* move syncpoint cache related stuff to common fileMichael Niedermayer2007-08-091-0/+18
* move lsb2full to common fileMichael Niedermayer2007-08-091-0/+7
* move crc wrapper to slightly better spotMichael Niedermayer2007-08-091-0/+4
* move syncpoint timestamp resetting code to a common fileMichael Niedermayer2007-08-091-0/+33
* remove old unused nut (de)muxerMichael Niedermayer2007-08-091-1455/+0
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-1/+1
* URL update, move comment to a better place.Diego Biurrun2007-07-051-4/+2
* misc spelling fixesDiego Biurrun2007-06-121-2/+2
* variable renaming: mp3lame --> libmp3lameDiego Biurrun2007-01-071-1/+1
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-011-13/+13
* Fix license header error notice by Steve LHomme.Diego Biurrun2006-10-181-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* remove redundant declarationsMåns Rullgård2006-09-021-2/+0
* fix regression failure after adler simplificationMichael Niedermayer2006-07-201-2/+2
* move adler32 to libavutilMåns Rullgård2006-07-131-2/+3
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-121-1/+1
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-14/+6
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-4/+4
* Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.Stefan Huehner2006-06-201-1/+0