summaryrefslogtreecommitdiff
path: root/libavformat/nut.c
Commit message (Expand)AuthorAge
* 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
* ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer onlyOded Shimon2008-02-04
* Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer2008-01-04
* Add some parentheses to clarify operator precedence, fixes the warnings:Diego Biurrun2007-11-04
* rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....Baptiste Coudurier2007-10-30
* Ensure av_tree_insert() is defined before using it.Carl Eugen Hoyos2007-08-11
* move syncpoint cache related stuff to common fileMichael Niedermayer2007-08-09
* move lsb2full to common fileMichael Niedermayer2007-08-09
* move crc wrapper to slightly better spotMichael Niedermayer2007-08-09
* move syncpoint timestamp resetting code to a common fileMichael Niedermayer2007-08-09
* remove old unused nut (de)muxerMichael Niedermayer2007-08-09
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* URL update, move comment to a better place.Diego Biurrun2007-07-05
* misc spelling fixesDiego Biurrun2007-06-12
* variable renaming: mp3lame --> libmp3lameDiego Biurrun2007-01-07
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* Fix license header error notice by Steve LHomme.Diego Biurrun2006-10-18
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* remove redundant declarationsMåns Rullgård2006-09-02
* fix regression failure after adler simplificationMichael Niedermayer2006-07-20
* move adler32 to libavutilMåns Rullgård2006-07-13
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.Stefan Huehner2006-06-20
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-16
* Disable lavf NUT until it is synced to specOded Shimon2006-04-23
* add size to AVIndexMichael Niedermayer2006-03-01
* Properly #ifdef muxer-specific parts.Gildas Bazin2006-01-19
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23
* checksum doesnt cover the forward_ptr anymoreMichael Niedermayer2005-09-11
* forward_ptr doesnt contain its own length anymoreMichael Niedermayer2005-09-11
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* nut prefers extradata style global headersMichael Niedermayer2005-06-27
* some nut.hu hypeAlex Beregszaszi2005-06-07
* fix stream classMichael Niedermayer2005-06-03
* AVPacket.posMichael Niedermayer2005-05-26
* switch to native time basesMichael Niedermayer2005-04-30
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-24
* initalize has_b_framesMichael Niedermayer2005-03-17
* more fine grained discarding of packetsMichael Niedermayer2005-03-17
* "put_s should store signed values. Spotted on #mplayerdev by someone ILuca Barbato2005-03-13
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24