summaryrefslogtreecommitdiffstats
path: root/libavformat/nut.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 01-makefile_fix_updated.patchNilesh Bansal2005-02-241-1/+1
* support discarding uninterresting packetsMichael Niedermayer2005-01-221-2/+10
* integer overflows, heap corruptionMichael Niedermayer2005-01-081-4/+10
* allocate a few bytes more for extradata so the bitstream reader if its used b...Michael Niedermayer2004-11-131-1/+1
* use native timebase for seekingMichael Niedermayer2004-10-101-2/+2
* file id stringMichael Niedermayer2004-06-141-0/+10
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-291-10/+7
* store index for seeking in the native timebase of each streamMichael Niedermayer2004-05-231-7/+4
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-211-4/+3
* bytestream tracing supportMichael Niedermayer2004-05-201-115/+217
* match latest specMichael Niedermayer2004-05-021-269/+191
* store correct ptsMichael Niedermayer2004-04-121-0/+2
* bit-exactMichael Niedermayer2004-04-121-2/+4
* moving nearly identical binary search code from nut/mpeg/asf to utils.cMichael Niedermayer2004-04-121-147/+12
* set codec_tagMichael Niedermayer2004-04-101-0/+1
* removing keyframe prediction and checksum thresholdMichael Niedermayer2004-04-091-23/+4
* gcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2bsd dot com>)Steven M. Schultz2004-04-091-1/+1
* fourcc & language code v->vb typeMichael Niedermayer2004-04-081-38/+332
* 10l (bytes_left() -> url_feof())Michael Niedermayer2004-04-061-52/+113
* search for undamaged headersMichael Niedermayer2004-04-051-134/+225
OpenPOWER on IntegriCloud