summaryrefslogtreecommitdiff
path: root/libavformat/nut.c
Commit message (Expand)AuthorAge
...
* 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
* 01-makefile_fix_updated.patchNilesh Bansal2005-02-24
* support discarding uninterresting packetsMichael Niedermayer2005-01-22
* integer overflows, heap corruptionMichael Niedermayer2005-01-08
* allocate a few bytes more for extradata so the bitstream reader if its used b...Michael Niedermayer2004-11-13
* use native timebase for seekingMichael Niedermayer2004-10-10
* file id stringMichael Niedermayer2004-06-14
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
* store index for seeking in the native timebase of each streamMichael Niedermayer2004-05-23
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-21
* bytestream tracing supportMichael Niedermayer2004-05-20
* match latest specMichael Niedermayer2004-05-02
* store correct ptsMichael Niedermayer2004-04-12
* bit-exactMichael Niedermayer2004-04-12
* moving nearly identical binary search code from nut/mpeg/asf to utils.cMichael Niedermayer2004-04-12
* set codec_tagMichael Niedermayer2004-04-10
* removing keyframe prediction and checksum thresholdMichael Niedermayer2004-04-09
* gcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2bsd dot com>)Steven M. Schultz2004-04-09
* fourcc & language code v->vb typeMichael Niedermayer2004-04-08
* 10l (bytes_left() -> url_feof())Michael Niedermayer2004-04-06
* search for undamaged headersMichael Niedermayer2004-04-05
* checksuming for nut & nice checksum API for libavformatMichael Niedermayer2004-04-05
* 10l (Titel->Title)Michael Niedermayer2004-04-05
* info packet read/write & simplifyMichael Niedermayer2004-04-04
* make vorbis default againMichael Niedermayer2004-04-04