]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/psxstr.c
ensure first pts is set, according to specs
[frescor/ffmpeg.git] / libavformat / psxstr.c
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2008-07-11 michaelsimplify
2008-07-11 michaelslightly better detection
2008-06-26 michaelindent
2008-06-26 michaelInform the user about unhandled sectors.
2008-06-26 michaelmemleak
2008-06-26 michaelDo not completely bail out for invalid params, just...
2008-06-26 michaelmerge decl & init
2008-06-26 michaelGet rid of weird pre reading code.
2008-06-26 michaelRemove debuging trash.
2008-06-26 michaelAnother variable that did nothing at all
2008-06-26 michaelremove code that discards streams randomly
2008-06-26 michaelvertical align
2008-06-26 michaelRemove a dozen unused variables.
2008-06-26 michaelunused var
2008-06-26 michaelFix exploitable code.
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-28 michaelRemoving dead code, fixes CID4 RUN2.
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-07-19 takisReplace all occurrances of AVERROR_NOMEM with AVERROR...
2007-04-08 diegoGet rid of unnecessary pointer casts.
2007-01-19 alexrename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-08-08 diegoFix some "'static' is not at beginning of declaration...
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-08-13 michaelset timebase correctly? this thing is always 15fps?
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-05-26 michaelAVPacket.pos
2005-02-24 michaelkill warnings patch by (Måns Rullgård <mru inprovide...
2004-06-19 melansonsweeping change from -EIO -> AVERROR_IO
2004-05-21 michaelmove time_base (pts_num/pts_den) from AVFormatContext...
2004-03-14 melansonremove numerous definitions of BE_*/LE_* macros; conver...
2004-03-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-15 melansonhook up the XA ADPCM decoder
2003-09-01 tmmmfirst pass at PSX STR demuxer; does not yet interact...