summaryrefslogtreecommitdiffstats
path: root/libavformat/nut.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '3f111804eb5c603a344706b84b7164cbf7b4e0df'Michael Niedermayer2013-01-151-0/+1
|\
| * nut: support vp9 tagLuca Barbato2013-01-141-0/+1
* | Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'Michael Niedermayer2012-11-291-0/+1
|\ \ | |/
| * lavf: move "MP3 " fourcc from riff to nutJustin Ruggles2012-11-281-0/+1
* | nut: put nut PCM audio tags in front of avi tags.Michael Niedermayer2012-11-281-3/+7
* | nut: add tag for PCM signed 8-bit planarPaul B Mahol2012-11-191-0/+1
* | PCM signed 16-bit big-endian planar decoderPaul B Mahol2012-11-171-0/+1
* | PCM signed 24-bit/32-bit little-endian planar decoderPaul B Mahol2012-11-171-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-301-0/+28
|\ \ | |/
| * pixfmt: support more yuva formatsLuca Barbato2012-10-301-0/+28
* | Merge commit '381dc1a5ec0925b281c573457c413ae643567086'Michael Niedermayer2012-10-301-1/+6
|\ \ | |/
| * nut: support textual dataLuca Barbato2012-10-291-1/+6
* | nut: fix int32 overflowMichael Niedermayer2012-10-161-1/+1
* | Merge commit 'b5198a2637b7b45b0049a1d4b386a06f016f2520'Michael Niedermayer2012-10-141-1/+26
|\ \ | |/
| * nut: support pcm codecs not mapped in aviLuca Barbato2012-10-131-1/+26
* | Merge commit '1bd442c276e6688b43777a198cad0d7e3a92123f'Michael Niedermayer2012-10-141-0/+6
|\ \ | |/
| * nut: prioritize native tagsLuca Barbato2012-10-131-0/+6
* | Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer2012-10-121-1/+1
|\ \ | |/
| * Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-111-1/+1
* | nutenc: keep track of the written syncpoint countMichael Niedermayer2012-08-261-0/+2
* | lavf/nut: define fourcc DVBT for DVB_TELETEXT.Nicolas George2012-08-201-0/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-81/+81
|\ \ | |/
| * 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
OpenPOWER on IntegriCloud