summaryrefslogtreecommitdiffstats
path: root/libavformat/nut.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-161-3/+0
* Disable lavf NUT until it is synced to specOded Shimon2006-04-231-0/+5
* add size to AVIndexMichael Niedermayer2006-03-011-0/+1
* Properly #ifdef muxer-specific parts.Gildas Bazin2006-01-191-6/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-73/+73
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-78/+78
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-121-5/+5
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-231-6/+6
* checksum doesnt cover the forward_ptr anymoreMichael Niedermayer2005-09-111-5/+5
* forward_ptr doesnt contain its own length anymoreMichael Niedermayer2005-09-111-5/+8
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-27/+27
* nut prefers extradata style global headersMichael Niedermayer2005-06-271-0/+1
OpenPOWER on IntegriCloud