| Commit message (Expand) | Author | Age | Files | Lines |
* | nut: fix int32 overflow | Michael Niedermayer | 2012-10-16 | 1 | -1/+1 |
* | Merge commit 'b5198a2637b7b45b0049a1d4b386a06f016f2520' | Michael Niedermayer | 2012-10-14 | 1 | -1/+26 |
|\ |
|
| * | nut: support pcm codecs not mapped in avi | Luca Barbato | 2012-10-13 | 1 | -1/+26 |
* | | Merge commit '1bd442c276e6688b43777a198cad0d7e3a92123f' | Michael Niedermayer | 2012-10-14 | 1 | -0/+6 |
|\| |
|
| * | nut: prioritize native tags | Luca Barbato | 2012-10-13 | 1 | -0/+6 |
* | | Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21' | Michael Niedermayer | 2012-10-12 | 1 | -1/+1 |
|\| |
|
| * | Use the new aes/md5/sha/tree allocation functions | Martin Storsjö | 2012-10-11 | 1 | -1/+1 |
* | | nutenc: keep track of the written syncpoint count | Michael Niedermayer | 2012-08-26 | 1 | -0/+2 |
* | | lavf/nut: define fourcc DVBT for DVB_TELETEXT. | Nicolas George | 2012-08-20 | 1 | -0/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -81/+81 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -59/+59 |
* | | nut: add 12/14 bit yuv to nut/raw | Carl Eugen Hoyos | 2012-07-05 | 1 | -0/+12 |
* | | Support yuva422p rawvideo in nut. | Carl Eugen Hoyos | 2012-05-08 | 1 | -0/+1 |
* | | Support yuva444p rawvideo in nut. | Carl Eugen Hoyos | 2012-04-06 | 1 | -0/+1 |
* | | Allow encoding rawvideo RGBA64 and friends. | Carl Eugen Hoyos | 2012-02-09 | 1 | -0/+4 |
* | | Allow encoding rawvideo RGB0 and friends. | Carl Eugen Hoyos | 2012-02-09 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-21 | 1 | -0/+6 |
|\| |
|
| * | nut: support 10bit YUV | Luca Barbato | 2011-12-21 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -0/+1 |
|\| |
|
| * | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
| * | nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE | Peter Ross | 2011-04-28 | 1 | -0/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE | Peter Ross | 2011-03-26 | 1 | -0/+2 |
|/ |
|
* | Add support to B4BY and R4BY NUT codec tags added in NUT r672. | Stefano Sabatini | 2010-06-06 | 1 | -0/+2 |
* | bgr/rgb444 for nut | Michael Niedermayer | 2010-06-06 | 1 | -0/+4 |
* | Add support for the newly added Nut codec tags (added in Nut r669): | Stefano Sabatini | 2010-05-26 | 1 | -0/+10 |
* | Define ff_nut_video_tags and make Nut muxer and demuxer set it in | Stefano Sabatini | 2010-05-23 | 1 | -0/+33 |
* | Move AVCodecTag from riff.h into internal.h. | Francesco Lavra | 2010-05-22 | 1 | -0/+1 |
* | Fix NUT (de)muxer warnings: | Vitor Sessak | 2010-03-28 | 1 | -3/+3 |
* | Fix warning: | Vitor Sessak | 2010-03-24 | 1 | -1/+2 |
* | Plug memory leak in NUT muxer and demuxer | Vitor Sessak | 2010-03-03 | 1 | -0/+11 |
* | Introduce metadata conversion table for NUT muxer and demuxer. | Anton Khirnov | 2010-02-24 | 1 | -0/+13 |
* | remove _t for POSIX compatibility. | Michael Niedermayer | 2008-12-11 | 1 | -3/+3 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing | Evgeniy Stepanov | 2008-03-07 | 1 | -0/+11 |
* | Subtitle support. (untested) | Michael Niedermayer | 2008-03-05 | 1 | -0/+8 |
* | ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only | Oded Shimon | 2008-02-04 | 1 | -1/+1 |
* | Move *malloc() out of tree.c, that way the code can be used with | Michael Niedermayer | 2008-01-04 | 1 | -3/+6 |
* | Add some parentheses to clarify operator precedence, fixes the warnings: | Diego Biurrun | 2007-11-04 | 1 | -2/+2 |
* | rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.... | Baptiste Coudurier | 2007-10-30 | 1 | -4/+0 |
* | Ensure av_tree_insert() is defined before using it. | Carl Eugen Hoyos | 2007-08-11 | 1 | -0/+1 |
* | move syncpoint cache related stuff to common file | Michael Niedermayer | 2007-08-09 | 1 | -0/+18 |
* | move lsb2full to common file | Michael Niedermayer | 2007-08-09 | 1 | -0/+7 |
* | move crc wrapper to slightly better spot | Michael Niedermayer | 2007-08-09 | 1 | -0/+4 |
* | move syncpoint timestamp resetting code to a common file | Michael Niedermayer | 2007-08-09 | 1 | -0/+33 |
* | remove old unused nut (de)muxer | Michael Niedermayer | 2007-08-09 | 1 | -1455/+0 |
* | Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). | Panagiotis Issaris | 2007-07-19 | 1 | -1/+1 |
* | URL update, move comment to a better place. | Diego Biurrun | 2007-07-05 | 1 | -4/+2 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -2/+2 |
* | variable renaming: mp3lame --> libmp3lame | Diego Biurrun | 2007-01-07 | 1 | -1/+1 |