]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/nut.c
Reworked assignment of FRSH contract parameters
[frescor/ffmpeg.git] / libavformat / nut.c
2008-12-11 michaelremove _t for POSIX compatibility.
2008-05-09 diegoUse full path for #includes from another directory.
2008-03-07 eugeniAdd 'disposition' bitfield to AVStream and use it for...
2008-03-05 michaelSubtitle support. (untested)
2008-02-04 ods15ff_nut_reset_ts() expected to get 'ts*time_base_count...
2008-01-04 michaelMove *malloc() out of tree.c, that way the code can...
2007-11-04 diegoAdd some parentheses to clarify operator precedence...
2007-10-30 bcoudurierrename av_crc04C11DB7_update to ff_crc04C11DB7_update...
2007-08-11 aurelEnsure av_tree_insert() is defined before using it.
2007-08-09 michaelmove syncpoint cache related stuff to common file
2007-08-09 michaelmove lsb2full to common file
2007-08-09 michaelmove crc wraper to slightly better spot
2007-08-09 michaelmove syncpoint timestamp reseting code to a common...
2007-08-09 michaelremove old unused nut (de)muxer
2007-07-19 takisReplace all occurrances of AVERROR_NOMEM with AVERROR...
2007-07-05 diegoURL update, move comment to a better place.
2007-06-12 diegomisc spelling fixes
2007-01-07 diegovariable renaming: mp3lame --> libmp3lame
2006-11-01 diegoReplace most of the %lld and %llx by their (cleaner...
2006-10-18 diegoFix license header error notice by Steve LHomme.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-02 mruremove redundant declarations
2006-07-20 michaelfix regression failure after adler simplification
2006-07-13 mrumove adler32 to libavutil
2006-07-12 mrumove common stuff from avienc.c and wav.c to new file...
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-06-20 diegoRemove unused variable, patch by Stefan Huehner stefan_...
2006-06-16 mrufree codec extradata in av_close_input_file
2006-04-23 ods15Disable lavf NUT until it is synced to spec
2006-03-01 michaeladd size to AVIndex
2006-01-19 diegoProperly #ifdef muxer-specific parts.
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-12-12 mruuse PRIxN, %zd, %td formats where needed
2005-09-23 diegoReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-09-11 michaelchecksum doesnt cover the forward_ptr anymore
2005-09-11 michaelforward_ptr doesnt contain its own length anymore
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-06-27 michaelnut prefers extradata style global headers
2005-06-07 alexsome nut.hu hype
2005-06-03 michaelfix stream class
2005-05-26 michaelAVPacket.pos
2005-04-30 michaelswitch to native time bases
2005-04-24 melansonMinistry of English Composition, reporting for duty...
2005-03-17 michaelinitalize has_b_frames
2005-03-17 michaelmore fine grained discarding of packets
2005-03-13 michael"put_s should store signed values. Spotted on #mplayerd...
2005-02-24 michaelkill warnings patch by (Måns Rullgård <mru inprovide...
2005-02-24 michael01-makefile_fix_updated.patch
2005-01-22 michaelsupport discarding uninterresting packets
2005-01-08 michaelinteger overflows, heap corruption
2004-11-13 michaelallocate a few bytes more for extradata so the bitstrea...
2004-10-10 michaeluse native timebase for seeking
2004-06-14 michaelfile id string
2004-05-29 michaelpass AVPacket into av_write_frame()
2004-05-23 michaelstore index for seeking in the native timebase of each...
2004-05-21 michaelmove time_base (pts_num/pts_den) from AVFormatContext...
2004-05-20 michaelbytestream tracing support
2004-05-02 michaelmatch latest spec
2004-04-12 michaelstore correct pts
2004-04-12 michaelbit-exact
2004-04-12 michaelmoving nearly identical binary search code from nut...
2004-04-10 michaelset codec_tag
2004-04-09 michaelremoving keyframe prediction and checksum threshold
2004-04-09 michaelgcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2bsd...
2004-04-08 michaelfourcc & language code v->vb type
2004-04-06 michael10l (bytes_left() -> url_feof())
2004-04-05 michaelsearch for undamaged headers
2004-04-05 michaelchecksuming for nut & nice checksum API for libavformat
2004-04-05 michael10l (Titel->Title)
2004-04-04 michaelinfo packet read/write & simplify
2004-04-04 michaelmake vorbis default again
2004-04-04 michaellarge extradata fix
2004-04-03 michaelnut (de)muxer update
2004-03-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-12-08 alexmsb pts support
2003-10-15 alex10l
2003-10-14 melansondisable encoders where appropriate (patch courtesy...
2003-10-02 al3xfixed codec specific data headers
2003-10-02 al3xfixed time base and sample rate handling
2003-10-02 al3xfix fabrice's broken get_bi and some minor changes...
2003-09-10 bellard64 bit pts for writing - more const usage
2003-09-10 michaelniget_bi(), be/le fix
2003-09-08 bellardCODEC_ID_MP3LAME is obsolete
2003-09-08 bellardfixed endianness dependancies (untested)
2003-09-07 al3xmove packetheader after startcodes
2003-09-06 al3xsome fixes
2003-09-06 michaelnipadding fix
2003-09-06 michaelnibig/little endian fix
2003-09-05 al3xinitial nut muxer and demuxer (demuxer is not fail...