]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/nutdec.c
do not write dts if pts is not set
[frescor/ffmpeg.git] / libavformat / nutdec.c
2009-02-27 aureluse new metadata API in nut demuxer
2009-01-17 aurelexport gcd function as av_gcd()
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2008-12-11 michaelremove _t for POSIX compatibility.
2008-08-23 aurelconvert every muxer/demuxer to write/read sample_aspect...
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-27 michaelFix memleak, fixed CID123.
2008-05-23 michaelPass time_base as argument to new_chapter() as well.
2008-05-23 michaelChapter demuxing support. (untested as i have no nuts...
2008-05-09 diegoUse full path for #includes from another directory.
2008-05-04 diegoFix 'comparison always false' warning.
2008-03-15 diegotypo fixes
2008-03-12 diegotypo fixes
2008-03-07 eugeniAdd 'disposition' bitfield to AVStream and use it for...
2008-03-05 michaelSubtitle support. (untested)
2008-03-02 michaelfactorize
2008-03-02 michaelsubtitles (codec tag tables still missing ...)
2008-02-15 michaelElision header demuxing support.
2008-02-13 michaelRead match time delta in the frame header.
2008-02-13 michaelRead match_time_delta in the framecode table.
2008-02-13 diegotypo fix: inited --> initialized
2008-02-04 ods15Remove old workaround in nutdec.c for libnut bug
2008-02-04 ods15missing " && j<syncpoint_count" protection in the index...
2008-02-04 ods15ff_nut_reset_ts() expected to get 'ts*time_base_count...
2008-02-04 michaelFix info packet type, found by oded as well as the...
2008-02-04 michael-Wwrite-strings nitpicking fix
2007-12-31 michaelMore verbose aspect ratio error msg.
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-03 kostyaAdd ff_ prefix to get_v()
2007-11-03 kostyaMake get_v() available to the other demuxers
2007-10-30 bcoudurierrename av_crc04C11DB7_update to ff_crc04C11DB7_update...
2007-09-16 diegowarning fix:
2007-08-27 diegoRemove unused variable.
2007-08-17 diegospelling/wording cosmetics
2007-08-09 michaelmove syncpoint cache related stuff to common file
2007-08-09 michaelfix forw_ptr crc check
2007-08-09 michaelget rid of printf
2007-08-09 michaelmove lsb2full to common file
2007-08-09 michaelmove syncpoint timestamp reseting code to a common...
2007-08-09 michaelcheck forw_ptr CRC
2007-08-09 michaelmake StreamContext.time_base a pointer
2007-07-19 takisReplace all occurrances of AVERROR_NOMEM with AVERROR...
2007-07-08 mrunutdec: don't use deprecated codec_get_{bmp,wav}_id()
2007-07-05 diegolicense header consistency cosmetics
2007-06-23 mruuse new string functions
2007-06-16 mrufix some printf format specifiers
2007-06-12 diegomisc spelling fixes
2007-04-24 diegoRemove unused code + variable, fixes a warning.
2007-04-08 diegoMake some functions which aren't used outside their...
2007-03-18 gpoirierfix end-of-file detection
2007-02-28 lu_zeroget_packetheader() forgot to read the header_checksum...
2007-01-21 michaelsimplify
2006-11-16 michaelcheck max_pts_distance
2006-11-16 michaelskip non keyframes after seeking between syncpoint...
2006-11-16 michaelremove unused variables
2006-11-16 michaelremoving unused code
2006-11-14 michaelcheck for frames with 2*size > max_dist and no crc
2006-11-14 michaelresync from last syncpoint
2006-11-14 michaelremove skip spam
2006-11-14 michaelindention
2006-11-14 michaelseeking with index
2006-11-14 michaelindex less seeking in O(log n) time
2006-11-12 michaelfix checksum check (was my bug not libnut)
2006-11-12 michaelfix timestamp rounding in syncpoints
2006-11-11 michaelsimplify
2006-11-11 michaeldont do startcode search from last syncpoint if there...
2006-11-11 michaelnut simple seeking first try
2006-11-11 michaelupdating nut demuxer to latest spec