summaryrefslogtreecommitdiff
path: root/libavformat/nut.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* some nut.hu hypeAlex Beregszaszi2005-06-071-2/+1
* fix stream classMichael Niedermayer2005-06-031-22/+23
* AVPacket.posMichael Niedermayer2005-05-261-2/+1
* switch to native time basesMichael Niedermayer2005-04-301-5/+2
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-241-3/+3
* initalize has_b_framesMichael Niedermayer2005-03-171-0/+1
* more fine grained discarding of packetsMichael Niedermayer2005-03-171-3/+7
* "put_s should store signed values. Spotted on #mplayerdev by someone ILuca Barbato2005-03-131-1/+1
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-1/+1