summaryrefslogtreecommitdiff
path: root/libavformat/nut.c
Commit message (Expand)AuthorAge
* Merge commit '72e228b274a98af1aba9588415d0cd87fde44663'Michael Niedermayer2013-05-05
|\
| * nut: K&R formatting cosmeticsLuca Barbato2013-05-04
* | Merge commit '3f111804eb5c603a344706b84b7164cbf7b4e0df'Michael Niedermayer2013-01-15
|\|
| * nut: support vp9 tagLuca Barbato2013-01-14
* | Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'Michael Niedermayer2012-11-29
|\|
| * lavf: move "MP3 " fourcc from riff to nutJustin Ruggles2012-11-28
* | nut: put nut PCM audio tags in front of avi tags.Michael Niedermayer2012-11-28
* | nut: add tag for PCM signed 8-bit planarPaul B Mahol2012-11-19
* | PCM signed 16-bit big-endian planar decoderPaul B Mahol2012-11-17
* | PCM signed 24-bit/32-bit little-endian planar decoderPaul B Mahol2012-11-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-30
|\|
| * pixfmt: support more yuva formatsLuca Barbato2012-10-30
* | Merge commit '381dc1a5ec0925b281c573457c413ae643567086'Michael Niedermayer2012-10-30
|\|
| * nut: support textual dataLuca Barbato2012-10-29
* | nut: fix int32 overflowMichael Niedermayer2012-10-16
* | Merge commit 'b5198a2637b7b45b0049a1d4b386a06f016f2520'Michael Niedermayer2012-10-14
|\|
| * nut: support pcm codecs not mapped in aviLuca Barbato2012-10-13
* | Merge commit '1bd442c276e6688b43777a198cad0d7e3a92123f'Michael Niedermayer2012-10-14
|\|
| * nut: prioritize native tagsLuca Barbato2012-10-13
* | Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer2012-10-12
|\|
| * Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-11
* | nutenc: keep track of the written syncpoint countMichael Niedermayer2012-08-26
* | lavf/nut: define fourcc DVBT for DVB_TELETEXT.Nicolas George2012-08-20
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | nut: add 12/14 bit yuv to nut/rawCarl Eugen Hoyos2012-07-05
* | Support yuva422p rawvideo in nut.Carl Eugen Hoyos2012-05-08
* | Support yuva444p rawvideo in nut.Carl Eugen Hoyos2012-04-06
* | Allow encoding rawvideo RGBA64 and friends.Carl Eugen Hoyos2012-02-09
* | Allow encoding rawvideo RGB0 and friends.Carl Eugen Hoyos2012-02-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-21
|\|
| * nut: support 10bit YUVLuca Barbato2011-12-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * 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
* | nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross2011-03-26
|/
* 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