log

age author description
2004-10-06 kabi * fixing a few of gcc 'clean-code' warnings libavformat
2004-10-03 michael AVOutputFormat mpeg2dvd_mux and int is_dvd from the dvd patch by (Paul Curtis <pfc at terrapin dot com>) libavformat
2004-10-03 michael initial dts fix libavformat
2004-10-03 michael remove wrong 33bit truncation of internal timestamps libavformat
2004-10-03 michael pts/dts 100l fix libavformat
2004-10-03 michael cleanup video buffer size libavformat
2004-10-03 michael cleanup libavformat
2004-10-03 michael SCR timestamp fix try #1 libavformat
2004-10-01 michael simplify put_padding_packet() libavformat
2004-10-01 michael move free() of AVStream priv data to av_write_trailer() libavformat
2004-10-01 michael 64bit and reading over the end of the array fixes libavformat
2004-10-01 michael Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformat
2004-10-01 michael do not call (av_)abort() libavformat
2004-09-29 michael move packet interleaving function into AVOutputFormat, so it can be overriden easily instead of doing reordering twice if the muxer needs some other interleaving then dts based libavformat
2004-09-28 michael uninitalized variables libavformat
2004-09-28 michael pads stream libavformat
2004-09-28 melanson support for Sierra Online audio files and Apple QuickDraw codec, libavformat
2004-09-27 romansh * experimental dynamic audio stream allocation for DV demuxer. This libavformat
2004-09-27 romansh * let DV muxer generate audioless DV streams. This might not be 100% libavformat
2004-09-22 michael 10l libavformat
2004-09-22 michael write shorter headers if possible libavformat
2004-09-22 romansh * fixing a regression introduced by the last seek-support patch libavformat
2004-09-21 michael gcc 2.95 compile fix by (Jan Knutar <jknutar at nic dot fi>) libavformat
2004-09-19 romansh * fix for a DV regression introduced with the last round of avi_read_packet libavformat
2004-09-19 romansh * a couple of silly defaults to make everybody happy. libavformat
2004-09-19 romansh * misc. fixes and hacks to improve timing detection in raw DV libavformat
2004-09-18 romansh * seek in raw DV patch by Nathan Kurz (nate at verse dot com) libavformat
2004-09-16 michael removing the .so file when make clean is run patch by ("Todd.Kirby" <doubleshot at pacbell dot net>) libavformat
2004-09-16 melanson IBM Ultimotion video decoder, courtesy of Konstantin Shishkov libavformat
2004-09-16 melanson added support for the elusive AVI palette change chunk, courtesy of libavformat
2004-09-15 michael various fixes for the main chunk demux loop libavformat
2004-08-22 rtognimp h261 libavformat
2004-08-21 alex unofficial ids for sonic for using in nut (fixme) libavformat
2004-08-18 michael nonsense removial libavformat
2004-08-18 romansh * replacing calls to not-always-available gmtime_r with our own code. libavformat
2004-08-14 melanson TechSmith Camtasia (TSCC) video decoder, courtesy of Konstantin Shishkov libavformat
2004-08-14 michael iTunes metadata encoding support patch by (Patrice Bensoussan <patrice.bensoussan at free dot fr>) libavformat
2004-08-13 michael Minor Patch for shared libs on Mac OSX by (Bill May <wmay at cisco dot com>) libavformat
2004-08-12 michael HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>) libavformat
2004-08-04 romansh * simplifying OpenDML AVI handling. libavformat
2004-08-02 michael dont be so picky libavformat
2004-08-02 romansh * fixing a bug in DV timestamp generation. Now libavtest doesn't libavformat
2004-07-28 romansh * fixing a buffer overrun in gif.c libavformat
2004-07-28 michael 2000/00/00 to 2001/03/01 QT fileformat documentation patch by (Sebastien Bechet <s.bechet at av7 dot net>) libavformat
2004-07-28 michael AAC in mov/mp4 patch by (Gildas Bazin <gbazin at altern dot org>) libavformat
2004-07-27 romansh * fixing a small quirk with DV audio muxing libavformat
2004-07-25 michael my experimental wavelet codec libavformat
2004-07-25 michael ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all dot nl>) libavformat
2004-07-21 michael raw rgb support libavformat
2004-07-17 michael mov_read_elst fix, based upon a patch by (Sebastien Bechet <s.bechet at av7 dot net>) libavformat
2004-07-17 michael disable mov_read_elst libavformat
2004-07-15 michael support single images, remove copy/paste junk libavformat
2004-07-15 michael image2 / image API cleanup phase-1 libavformat
2004-07-14 michael libdts support by (Benjamin Zores <ben at geexbox dot org>) libavformat
2004-07-14 michael play more broken files libavformat
2004-07-13 michael warn user if ms style codec tag is used libavformat
2004-07-07 michael h264 in mpeg-ts fix by (Måns Rullgård <mru at kth dot se>) libavformat
2004-07-06 michael compilation of mov.c broken patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformat
2004-07-06 michael Seeking in .mov/.mp4 files libavformat
2004-07-02 michael assert(0) -> retunrn -1 libavformat