]> git.sesse.net Git - ffmpeg/history - libavformat/nut.c
support discarding of uninterresting packets
[ffmpeg] / libavformat / nut.c
2005-01-08 Michael Niedermayerinteger overflows, heap corruption
2004-11-13 Michael Niedermayerallocate a few bytes more for extradata so the bitstrea...
2004-10-10 Michael Niedermayeruse native timebase for seeking
2004-06-14 Michael Niedermayerfile id string
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
2004-05-23 Michael Niedermayerstore index for seeking in the native timebase of each...
2004-05-21 Michael Niedermayermove time_base (pts_num/pts_den) from AVFormatContext...
2004-05-20 Michael Niedermayerbytestream tracing support
2004-05-02 Michael Niedermayermatch latest spec
2004-04-12 Michael Niedermayerstore correct pts
2004-04-12 Michael Niedermayerbit-exact
2004-04-12 Michael Niedermayermoving nearly identical binary search code from nut...
2004-04-10 Michael Niedermayerset codec_tag
2004-04-09 Michael Niedermayerremoving keyframe prediction and checksum threshold
2004-04-09 Steven M. Schultzgcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2bsd...
2004-04-08 Michael Niedermayerfourcc & language code v->vb type
2004-04-06 Michael Niedermayer10l (bytes_left() -> url_feof())
2004-04-05 Michael Niedermayersearch for undamaged headers
2004-04-05 Michael Niedermayerchecksuming for nut & nice checksum API for libavformat
2004-04-05 Michael Niedermayer10l (Titel->Title)
2004-04-04 Michael Niedermayerinfo packet read/write & simplify
2004-04-04 Michael Niedermayermake vorbis default again
2004-04-04 Michael Niedermayerlarge extradata fix
2004-04-03 Michael Niedermayernut (de)muxer update
2004-03-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-12-08 Alex Beregszaszimsb pts support
2003-10-15 Alex Beregszaszi10l
2003-10-14 Mike Melansondisable encoders where appropriate (patch courtesy...
2003-10-02 Alex Beregszaszifixed codec specific data headers
2003-10-02 Alex Beregszaszifixed time base and sample rate handling
2003-10-02 Alex Beregszaszifix fabrice's broken get_bi and some minor changes...
2003-09-10 Fabrice Bellard64 bit pts for writing - more const usage
2003-09-10 Michael Niedermayerget_bi(), be/le fix
2003-09-08 Fabrice BellardCODEC_ID_MP3LAME is obsolete
2003-09-08 Fabrice Bellardfixed endianness dependancies (untested)
2003-09-07 Alex Beregszaszimove packetheader after startcodes
2003-09-06 Alex Beregszaszisome fixes
2003-09-06 Michael Niedermayerpadding fix
2003-09-06 Michael Niedermayerbig/little endian fix
2003-09-05 Alex Beregszasziinitial nut muxer and demuxer (demuxer is not fail...