log

age author description
2005-05-09 diego Mac OS X 10.4 compilation fix by Steven M. Schultz <sms at 2BSD dot COM> libavformat
2005-05-08 mmu_man support BUILDSUF patch by <charles dot yates at pandora dot be> libavformat
2005-05-07 philipjsg Flush the ffm packet to the wire (or file) whenever we flush the ffm packet. libavformat
2005-05-06 michael better r_frame_rate guessing code libavformat
2005-05-06 michael default to YUV420P if none specified for rawvideo input libavformat
2005-05-06 michael division by zero fix libavformat
2005-05-06 michael prefer container time_base for frame duration guess libavformat
2005-05-06 mru Correct number of bits for PTS. libavformat
2005-05-06 michael always honor the user specified frame rate if set libavformat
2005-05-06 philipjsg Add in many fields that have been added to the Codec structure. This means libavformat
2005-04-30 michael switch to native time bases libavformat
2005-04-26 michael fix useless framerate messup libavformat
2005-04-26 michael fix nonsense timestamp mess libavformat
2005-04-26 michael fix nonsens timestamp calculation libavformat
2005-04-26 michael Adds read probe to y4m, and changes the extension to .y4m patch by (Roine Gustafsson <roine users sourceforge net) libavformat
2005-04-26 michael Update yuv4mpeg to use PIX_FMT_NONE patch by (Roine Gustafsson <roine users sourceforge net) libavformat
2005-04-25 michael PIX_FMT_NONE and related fixes libavformat
2005-04-24 michael fixing broken_rv20_1mb_.rm libavformat
2005-04-24 melanson Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") libavformat
2005-04-24 rtognimp Put correct fourcc in tag field for amr_nb (samr) and amr_wb (sawb) libavformat
2005-04-20 michael Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com) libavformat
2005-04-19 michael fixing demuxing of DV5700.asf libavformat
2005-04-13 michael non 4:2:0 foobar.{Y,U,V} support libavformat
2005-04-12 mru fix seeking bug libavformat
2005-04-10 mru s/u_char/uint8_t/ libavformat
2005-04-10 mru s/u_char/uint8_t/ libavformat
2005-04-09 mru pre-c99 compatibility libavformat
2005-04-09 mru Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>, libavformat
2005-04-03 melanson Autodesk Animator Studio Codec (AASC) video decoder, courtesy of libavformat
2005-04-01 michael fix vorbis in avi libavformat
2005-03-30 michael reverting 1.66 -> 1.67 change libavformat
2005-03-28 mru PSM support in MPEG-PS demuxer. libavformat
2005-03-27 michael fix psp muxing (probably this fix is wrong but its better then nothing) libavformat
2005-03-26 melanson Winnov WNV1 video decoder, courtesy of Konstantin Shishkov libavformat
2005-03-24 michael bypass internal buffer for "large" packets libavformat
2005-03-24 michael segfault fix libavformat
2005-03-24 michael discard dummy packets before doing inapropriate checks on them and failing as a result libavformat
2005-03-23 michael 31_ASF_compatibility_with_WMP_and_add_index.patch by (Calcium | calcium nurs or jp) libavformat
2005-03-23 michael 30_clean_up_global_header_flag.patch by (Calcium | calcium nurs or jp) libavformat
2005-03-23 michael 29_vtag_in_ASF_not_effective.patch by (Calcium | calcium nurs or jp) libavformat
2005-03-23 michael 28_fix_parameters_in_G726.patch by (Calcium | calcium nurs or jp) libavformat
2005-03-23 mmu_man Patch for "uuid" atom followed after atom "ftyp" by "QuickTime <ffmpeg AT gmail DOT com>" libavformat
2005-03-23 michael fix time stored in mov libavformat
2005-03-23 michael trying to fix a few minor values in the mp4/mov muxer libavformat
2005-03-17 michael initalize has_b_frames libavformat
2005-03-17 michael more fine grained discarding of packets libavformat
2005-03-16 michael add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org) libavformat
2005-03-16 michael buffer overflow in sdp_probe() fix by (Gildas Bazin )gbazin altern org) libavformat
2005-03-16 michael reverse zero packet dissapearence "feature" libavformat
2005-03-15 michael sample_size fix libavformat
2005-03-15 michael cleanup strh parser libavformat
2005-03-15 michael dont link with libavcodec twice on win32 libavformat
2005-03-15 michael non interleaved avi support libavformat
2005-03-13 michael use libavformats index system instead of the half duplicated mess in avidec.c libavformat
2005-03-13 michael "put_s should store signed values. Spotted on #mplayerdev by someone I libavformat
2005-03-13 michael keyframe & non keyframe index fixes libavformat
2005-03-12 mmu_man Add 3IV2 4CC by "Rob Coenen" <rob AT massive-interactive DOT nl> libavformat
2005-03-11 rfelker Patch from Gianluigi Tiesi (sherpya at netfarm dot it): libavformat
2005-03-11 michael uuid patch by (Måns Rullgård <mru inprovide com>) libavformat
2005-03-11 michael fix lib order and remove nonsense avcodec double linking libavformat
2005-03-09 michael double free patch by (Måns Rullgård <mru inprovide com>) libavformat
2005-03-06 michael H.264 and Vorbis support in matroska patch by (Måns Rullgård |mru inprovide com) libavformat
2005-03-06 melanson first pass at ALAC decoder from David Hammerton; while David's original libavformat
2005-03-04 michael mp4a fix based on some code by (Song.Itany inventec-inc com) libavformat
2005-03-01 melanson go LOCO, courtesy of Kostya Shishkov libavformat
2005-02-28 michael set block align libavformat
2005-02-28 michael ra288 demuxing support (doesnt really work, might be demuxer or decoder bug) libavformat
2005-02-26 michael shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>) libavformat
2005-02-25 alex pseudo codec tag for adpcm_swf libavformat
2005-02-25 alex proper handling of samplesize libavformat
2005-02-24 michael kill warnings patch by (Måns Rullgård <mru inprovide com>) libavformat
2005-02-24 michael 01-makefile_fix_updated.patch libavformat
2005-02-22 michael switch MPEG4 fourcc to FMP4 libavformat
2005-02-21 alex support adpcm audio, also some more verbose messages libavformat
2005-02-21 alex correct pcm in flv handling libavformat
2005-02-21 michael removing --disable-risky patch by (Josh Varner <jlvarner gmail com>) libavformat
2005-02-16 michael quick patch for adding 3g2 support to ffmpeg (muxer and demuxer). No movie fragment support yet patch by (tjraivio cc.hut fi) libavformat
2005-02-16 michael nonsense comment libavformat
2005-02-16 michael Writing to freed memory in write_section_data() patch by (Wolfram Gloger <wmglo dent dot med dot uni-muenchen de>) libavformat
2005-02-09 michael -target dvd minimum vobu length patch by ("Chris" [chris garveycocker com]) libavformat
2005-02-08 michael audio duration fix? libavformat
2005-02-07 michael .wma libavformat
2005-02-07 michael set timestamps correctly libavformat
2005-02-07 michael cleanup libavformat
2005-02-04 michael fixing an integer overflow, which could lead to overwriting the end of a malloced buffer by 8 bytes libavformat
2005-02-04 michael overflows libavformat
2005-02-04 michael VMD playing error patch by (Kostya (cannonball bw-team com>) libavformat
2005-01-29 michael dont predict missing timestamps if we lack the required information to do so libavformat
2005-01-28 mmu_man fix segfault by matthieu castet <castet DOT matthieu AT free DOT fr> libavformat
2005-01-28 mmu_man don't crash on null codec; by matthieu castet <castet DOT matthieu AT free DOT fr> libavformat
2005-01-28 mmu_man fix the patch to allow Sony PSP MP4 creation libavformat
2005-01-27 mmu_man support colon-separated rates patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net> libavformat
2005-01-27 mmu_man movenc illegal access patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net> libavformat
2005-01-27 mmu_man chunk support in mov patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net> libavformat
2005-01-27 mmu_man Sony PSP variation of MP4 patch by <tjcannell AT blueyonder DOT co DOT uk> libavformat
2005-01-27 mmu_man probe for 'junk' and 'pict', changed the scores. libavformat
2005-01-26 mmu_man mov header field and compressor name patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net> libavformat
2005-01-23 michael wmv3 libavformat
2005-01-23 mmu_man AAC fix by Thomas Raivio <tjraivio AT cc DOT hut DOT fi> libavformat
2005-01-23 mmu_man Timestamp patch by Gael Chardon <gael DOT ffmpeg AT 4now DOT net> libavformat
2005-01-23 mmu_man Revert the fixed-size-sample patch as it brokes and others libavformat
2005-01-22 michael support discarding uninterresting packets libavformat
2005-01-22 michael fixing demuxing for short files where the framerate detection failed libavformat
2005-01-22 michael support discarding of uninterresting packets libavformat
2005-01-21 michael 1/0 fix libavformat
2005-01-19 michael add luma only support to yuv4mpeg patch by (Roine Gustafsson <roine users.sourceforge net>) libavformat
2005-01-13 michael 10l (a level of indirection too much) patch by (Wolfram Gloger <wmglo dent.med.uni-muenchen de>) libavformat
2005-01-12 michael timestamp truncation fix? libavformat
2005-01-12 michael wav timestamp truncation fix by (Wolfram Gloger <wmglo dent.med.uni-muenchen de>) libavformat
2005-01-12 michael dissallow sprintf libavformat
2005-01-12 michael various security fixes and precautionary checks libavformat
2005-01-11 diego Quote path expression to take care of $(prefix) possibly containing spaces. libavformat
2005-01-08 mmu_man get debug code to compile again. libavformat
2005-01-08 mmu_man handle fixed sample_size patch by Roine Gustafsson <roine AT users.sourceforge.net> libavformat
2005-01-08 michael integer overflows, heap corruption libavformat
2005-01-06 michael RV30/RV40 demuxing (untested) libavformat
2005-01-04 michael Patch for creating m2v files by (Fabrizio Gennari <fabrizio.ge tiscali it) libavformat
2005-01-04 michael disable yuv_image_format libavformat
2005-01-04 michael .{Y,U,V} image2 support libavformat
2005-01-04 michael - Writes correct unknown aspect libavformat
2005-01-03 michael 10l libavformat
2005-01-03 michael skip INDX chunks libavformat
2005-01-01 michael WV1F support libavformat
2004-12-30 michael ffm_init() for win32, so the regression tests dont fail there libavformat
2004-12-29 rtognimp Fix compilation when both amr_nb and amr_wb are enabled libavformat
2004-12-29 michael common.h -> common.h/bitstream.h libavformat
2004-12-22 michael preroll is in ms libavformat
2004-12-22 michael 1/0l fix libavformat
2004-12-21 michael prefer integer fps if possible when guessing libavformat
2004-12-21 michael guess fps for the variable fps case libavformat
2004-12-21 michael fix regression test failure libavformat
2004-12-19 michael 10l (double free) libavformat
2004-12-19 michael broken avi / div by zero fix libavformat
2004-12-19 michael try to guess the fps if they are variable libavformat
2004-12-17 michael add -vtag and-atag support to mov patch by (Roine Gustafsson <roine at users sourceforge net>) libavformat
2004-12-15 michael workaround some broken mpeg-ps timestamps libavformat
2004-12-14 michael some sanity checks on what is muxed, invalid timestamps in mpeg are very common and lead to strange errors in the mpeg muxer otherwise libavformat
2004-12-14 michael fix timestamp prediction for low_delay mpeg streams libavformat
2004-12-09 melanson load the 'avcC' atom needed for 'avc1' decoding libavformat
2004-12-07 michael rv20 encoding libavformat
2004-12-06 michael seeking in rm 2nd try libavformat
2004-12-06 michael seeking in rm libavformat
2004-12-06 michael rm encoding fix libavformat
2004-12-06 michael try to recover from errors instead of failing fataly libavformat
2004-12-06 michael various demuxer fixes libavformat
2004-12-06 michael rv10 thread safety fix / rv10 ffplay fix libavformat
2004-12-06 michael timestamp fix libavformat
2004-12-06 michael use pts based duration/bitrate guessing code for mpeg-ts libavformat
2004-12-06 michael fixing pipe seek bug libavformat
2004-12-05 michael next try at fixing rv20 decoding libavformat
2004-12-05 michael This patch takes into account that fifo_realloc may adjust fifo.wptr libavformat
2004-12-01 michael fifo_realloc() libavformat
2004-11-30 michael kill a annoying debug printf libavformat
2004-11-30 michael fixing playback of ftp://ftp.mplayerhq.hu/MPlayer/incoming/blender_raw.avi libavformat
2004-11-28 lorenm split ffhuffyuv into 2 codecs: libavformat
2004-11-23 michael DVDNav4 patch by ("Chris" <chris at garveycocker d0t com>) libavformat
2004-11-23 michael int / int64 fix by (Wolfram Gloger <wmglo @@@ dent:med:uni-muenchen:de>) libavformat
2004-11-21 michael parts of the dvd patch from ("Chris" <chris <at< garveycocker >dot< com> and Paul Curtis <pfc >at> terrapin <dot< com>) libavformat
2004-11-20 melanson use correct types libavformat
2004-11-20 mmu_man First implementation of nsv demuxer. libavformat
2004-11-19 michael skip unknown streams instead of failing libavformat
2004-11-19 michael rv20 demuxing fix libavformat
2004-11-17 melanson native QPEG video decoder, courtesy of Konstantin Shishkov libavformat
2004-11-16 michael loop hack libavformat
2004-11-14 michael disable redundant image formats, otherwise we wont get any bugreports about -f image2 libavformat
2004-11-13 michael raw h261 demuxing fix libavformat
2004-11-13 michael allocate a few bytes more for extradata so the bitstream reader if its used by the codec for parsing extardata, doesnt read over the end libavformat
2004-11-12 michael try to guess the codec for imag2pipe too libavformat
2004-11-12 michael last packet size fix libavformat
2004-11-12 michael When playing libavformat
2004-11-11 michael move p*m from image/lavf -> image2/lavc libavformat
2004-11-10 michael prefer image2 over image libavformat
2004-11-09 michael porting png support from -f image to -f image2 libavformat
2004-11-09 michael doxy libavformat
2004-11-09 michael IPv6 support patch by ("Hans Zandbelt" <Hans.Zandbelt <at> telin {dot} nl>) libavformat
2004-11-08 michael fix image stream copy libavformat
2004-11-06 michael cbr audio muxing fix libavformat
2004-10-28 michael H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>) libavformat
2004-10-27 melanson Miro VideoXL (VIXL) decoder, courtesy of Konstantin Shishkov libavformat
2004-10-24 michael image2pipe fix libavformat
2004-10-24 michael dvr-ms video decoding support libavformat
2004-10-22 michael bug in libavformat av_update_cur_dts(), patch by (Nathan Kurz <nate at verse dot com>) libavformat
2004-10-22 romansh * Introducing IIDC1394 grabbing interface. libavformat
2004-10-22 michael set keyframe flag at a more central place instead of in every demuxer for containers which only store intra only streams libavformat
2004-10-19 michael fixing demuxing of vc2_intro.avi libavformat
2004-10-18 alex report keyframes libavformat
2004-10-18 michael set correct timebase libavformat
2004-10-16 michael user setable preload and max_mux_delay libavformat
2004-10-16 melanson Electronic Arts Game Multimedia format demuxer (WVE/UV2/etc.) libavformat
2004-10-15 michael set keyframe flag for au/wav patch by (Nathan Kurz <nate at verse dot com>) libavformat
2004-10-13 michael fix assertion failure in case of timestamp discontinuities libavformat
2004-10-13 romansh * static allocation for audio packets. This will make it a little bit libavformat
2004-10-12 melanson Creative ADPCM decoder, format 0x200, courtesy of Konstantin Shishkov libavformat
2004-10-12 michael generic cur_dts update libavformat
2004-10-12 michael flags, rounding and cliping fix by (Nathan Kurz <nate at verse dot com>) libavformat
2004-10-11 michael 100l (forgoten seeking functions) libavformat
2004-10-11 michael default stream timebase docs patch by (Nathan Kurz <nate at verse dot com>) libavformat
2004-10-11 michael print start_time patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) libavformat
2004-10-10 michael use native timebase for seeking libavformat
2004-10-08 michael write error handling libavformat
2004-10-07 michael prevent multiple av_register_all() libavformat
2004-10-07 michael do not randomize unknown timestamps libavformat
2004-10-06 michael user selectable packet_size and mux_rate libavformat
2004-10-06 michael untested AAC in WAV/AVI patch by (Måns Rullgård <mru at mru dot ath dot cx>) libavformat
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
2004-06-30 michael The atom 'skip' should be handled by 'mov_read_leaf()', not by libavformat
2004-06-30 michael fix first timestamp when decoding mpeg-ps libavformat
2004-06-25 michael simplify libavformat
2004-06-24 michael ogg with ffplay fix libavformat
2004-06-22 michael flush audio encoder buffers at the end libavformat
2004-06-20 michael 1000l libavformat
2004-06-19 melanson cvs diff before cvs commit libavformat
2004-06-19 melanson sweeping change from -EIO -> AVERROR_IO libavformat
2004-06-18 michael A/V Synch in ffmpeg patch by (Luca Abeni <lucabe72 at email dot it>) libavformat
2004-06-17 michael 10l fix by (Bohdan Horst <nexus at irc dot pl>) libavformat
2004-06-15 michael pass timestamps correctly for -sync 0 libavformat
2004-06-14 michael file id string libavformat
2004-06-11 michael user specified start time offset libavformat
2004-06-10 michael more fourccs libavformat
2004-06-09 michael ac3 bugfix, bug found by "Ben Cooley" <bcooley at dstreamtech dot com> libavformat
2004-05-31 michael fix playback of http://www.zonque.org/test-long.ps libavformat
2004-05-30 michael h261 decoder by (Maarten Daniels <maarten.daniels at student dot luc dot ac dot be>) libavformat
2004-05-30 michael 10l libavformat
2004-05-30 michael skip subtitle streams instead of perishing libavformat
2004-05-29 michael correctly interleave packets during encoding libavformat
2004-05-29 michael exporting keyframe flags, fixes keyframe stuff with streamcopy libavformat
2004-05-29 michael pass AVPacket into av_write_frame() libavformat
2004-05-25 michael dont add padding in the middle of the data patch by (Sidik Isani <isani at cfht dot hawaii dot edu>) libavformat
2004-05-24 michael 100l (avi seeking) libavformat
2004-05-24 michael 100l (AVStream.duration) libavformat
2004-05-23 michael cur_dts in native timebase libavformat
2004-05-23 michael store index for seeking in the native timebase of each stream libavformat
2004-05-21 michael move time_base (pts_num/pts_den) from AVFormatContext -> AVStream libavformat
2004-05-20 michael bytestream tracing support libavformat
2004-05-18 romansh * IEC DV seems to accept SMPTE way of tagging 16:9 too. libavformat
2004-05-13 michael segfault fix libavformat
2004-05-07 melanson support SVQ1 in AVI files, just for fun libavformat
2004-05-06 michael vbr audio fix libavformat
2004-05-02 michael match latest spec libavformat
2004-04-27 michael fix rounding errors with NTSC patch by (Luca Abeni <lucabe72 at email dot it>) libavformat
2004-04-27 michael export pts if available libavformat
2004-04-27 michael NULL pointers ... libavformat
2004-04-26 michael mpeg SVCD compatibility, SCR fixes, standard compliance libavformat
2004-04-25 michael ring buffer fix by (Luca Abeni <lucabe72 at email dot it>) libavformat
2004-04-24 michael vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>) libavformat
2004-04-24 michael nut files in cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavformat
2004-04-24 michael cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavformat
2004-04-23 michael Mpeg start codes patch by ("Dmitry Borisov" <jbors at mail dot ru>) libavformat
2004-04-18 michael various fixes libavformat
2004-04-17 michael cleanup libavformat
2004-04-13 michael Off-by-two in mpegts.c patch by (Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de>) libavformat
2004-04-12 michael libavformat/os_support.c HAVE_LOCALTIME_R patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavformat
2004-04-12 michael store correct pts libavformat
2004-04-12 michael bit-exact libavformat
2004-04-12 michael distclean by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavformat
2004-04-12 michael 10l libavformat
2004-04-12 michael libavformat/mov.c fails with gcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) libavformat
2004-04-12 michael moving nearly identical binary search code from nut/mpeg/asf to utils.c libavformat
2004-04-11 michael codec tag for FLV libavformat
2004-04-11 michael 4xm codec tag libavformat
2004-04-11 michael some tag for mpeg2, so looking MPEG2VIDEO up works libavformat
2004-04-11 michael avoid seeking to the end, as it confuses some crappy code libavformat
2004-04-10 michael set codec_tag libavformat
2004-04-10 michael prefix global libavformat
2004-04-10 melanson patch courtesy of Todd Kirby: libavformat
2004-04-09 michael removing keyframe prediction and checksum threshold libavformat
2004-04-09 michael correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>) libavformat
2004-04-09 michael gcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2bsd dot com>) libavformat
2004-04-08 michael fourcc & language code v->vb type libavformat
2004-04-07 michael dont reduce the min_distance of AVIndexEntry libavformat
2004-04-07 alex support for -timestamp libavformat
2004-04-07 alex unknown format char libavformat
2004-04-07 alex support for wider range of codecs libavformat
2004-04-06 michael 10l (bytes_left() -> url_feof()) libavformat
2004-04-06 romansh * making it possible to specify recording date and time in a stream libavformat
2004-04-05 michael search for undamaged headers libavformat
2004-04-05 michael checksuming for nut & nice checksum API for libavformat libavformat
2004-04-05 michael antitime libavformat
2004-04-05 michael 10l (Titel->Title) libavformat
2004-04-04 michael info packet read/write & simplify libavformat
2004-04-04 michael make vorbis default again libavformat
2004-04-04 michael 10l libavformat
2004-04-04 michael store extradata, vorbis in avi works now, dont expect av sync though libavformat
2004-04-04 michael some random id for vorbis so we can do some experiments with vorbis in various containers, anyone knows if vorbis in WAV/AVI has a official id? libavformat
2004-04-04 michael large extradata fix libavformat
2004-04-04 michael move zero size hack from ogg.c to utils.c libavformat
2004-04-04 michael fix global header passing from demuxer to decoder libavformat
2004-04-04 michael remove function call from muxer->encoder and cleanly pass global headers libavformat
2004-04-04 michael fix obnoxious ogg_packet passing from encoder to muxer libavformat
2004-04-04 michael kill obnoxious ogg_packet passing from demuxer to decoder libavformat
2004-04-04 michael remove spyware from ogg*.c libavformat
2004-04-03 michael nut (de)muxer update libavformat
2004-04-01 michael yuv4mpeg output 'C' tag patch by ("Steven M. Schultz" <sms at 2bsd dot com>) libavformat
2004-03-31 romansh * .mov files with uncompressed audio can't be correctly processed libavformat
2004-03-28 romansh * fixing 10l in movenc.c + updating regression patterns. libavformat
2004-03-28 romansh * making .mov files generated by ffmpeg compatible with Apple software. libavformat
2004-03-26 michael Support raw mpegts streams from dvr patch by (wmglo at dent dot med dot uni-muenchen dot de) libavformat
2004-03-26 romansh * enabling DV-in-QT libavformat
2004-03-24 mellum warning patrol libavformat
2004-03-24 michael cleanup frame_rate code, this may also fix some large file bugs libavformat
2004-03-24 michael untested win32 binary pipe fix libavformat
2004-03-24 romansh * turns out raw DV files can have .dif extension libavformat
2004-03-23 romansh * enabling seek in raw DV files libavformat
2004-03-20 michael support url_read which reads less then requested patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) libavformat
2004-03-18 michael adjust_write_index() fix by ("Curi Fabio Eduardo (SFL)" <curif at TELEFONICA dot COM dot AR>) libavformat
2004-03-15 michael decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) libavformat
2004-03-14 michael tcp select() check and enables pressing 'q' when reading/(writing) from libavformat
2004-03-14 melanson minor VMD system update; still not perfect, but should not crash either libavformat
2004-03-14 melanson remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> libavformat
2004-03-14 michael no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) libavformat
2004-03-13 michael fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) libavformat
2004-03-13 michael Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>) libavformat
2004-03-13 melanson added SGI image format, encoding and decoding, courtesy of Todd Kirby libavformat
2004-03-12 michael big endian compile fix by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) libavformat
2004-03-11 michael matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) libavformat
2004-03-10 michael Correcting the header size for ADPCM_IMA_WAV files patch by (Brian Becker <brian dot becker at palmone dot com>) libavformat
2004-03-10 michael guess framerate libavformat
2004-03-09 michael 10l (1 vs. descrLength(1)) found by (Jean Le Feuvre - jeanlf) libavformat
2004-03-09 michael flv fixes libavformat
2004-03-08 michael channel count & samplerate fix libavformat
2004-03-06 michael forgot to commit from patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) libavformat
2004-03-05 michael asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) libavformat
2004-03-05 michael split asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) libavformat
2004-03-03 michael av_log() cleanup libavformat
2004-03-03 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformat
2004-02-25 michael use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0 libavformat
2004-02-22 michael (f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get libavformat
2004-02-20 michael avsync patch by (Gildas Bazin <gbazin at altern dot org>) libavformat
2004-02-19 michael improved VCD support patch by ("Hauke Duden" <H.NS.Duden at gmx dot net>) libavformat
2004-02-14 michael AAC support in mov, correct aspect ratio support and user data support patch by (Gildas Bazin <gbazin at altern dot org>) libavformat
2004-02-14 michael avio patch by (Gildas Bazin <gbazin at altern dot org>) libavformat
2004-02-11 romansh * turns out write_packet is supposed to return 0 on success, not libavformat
2004-02-07 romansh * Initial implementation of the G.726 ADPCM audio codec. libavformat
2004-02-07 michael 100l libavformat
2004-02-07 michael no limits!, warning is enough libavformat
2004-02-06 michael - made --extra-cflags option work on darwin libavformat
2004-02-05 melanson initial commit for Quicktime Animation (RLE) video decoder; bit depths libavformat
2004-02-01 michael Patch for MPEG-2 VOB headers by (Jimmy Blair <blueskyjb at verizon dot net>) libavformat
2004-01-17 michael CONFIG_ENCODERS fix by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>) libavformat
2004-01-17 michael seeking stuff libavformat
2004-01-17 michael store searched distance in index, so we dont waste time searching for keyframes where we already searched libavformat
2004-01-14 michael header parser fix libavformat
2004-01-14 michael replic_size==0 fix, needed so that G.726 asf file, so ffmpeg can at least decode the video without segfaulting libavformat
2004-01-14 michael use packet number instead of byte number internally for seeking libavformat
2004-01-14 michael unused libavformat
2004-01-14 michael seeking fixes libavformat
2004-01-14 michael memleak fix libavformat
2004-01-14 michael seeking in single stream asf patch by ("Kevin Kuphal" <kevin dot kuphal at sitecity dot net>) libavformat
2004-01-13 michael caching of timestamps for mpeg-ps so seeking is faster libavformat
2004-01-12 rtognimp MSZH and ZLIB decoder support libavformat
2004-01-10 michael audio pts fix libavformat
2004-01-10 michael fixing some seek failure issues libavformat
2004-01-08 michael memleak patch by (Gildas Bazin <gbazin at altern dot org>) libavformat
2004-01-06 michael ASF extended header parsing patch by ("Kevin Kuphal" <kevin dot kuphal at sitecity dot net>) libavformat
2004-01-04 michael 10l libavformat
2004-01-03 michael forgot ... libavformat
2004-01-02 melanson initial commit for Sierra VMD file demuxer libavformat
2003-12-18 bellard harcoded DTS computation for mpeg libavformat
2003-12-16 bellard primitive LPCM generator libavformat
2003-12-16 bellard better and simpler logic for MPEG muxing - fixed rare MPEG muxing PTS generation bug (stuffing is added in such rare cases) - fixed AC3 payload size generation - generate correct AC3 frame header (need spec checking) libavformat
2003-12-16 bellard fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if start codes were between two PES packets) libavformat
2003-12-15 bellard make av_read_frame() return buffered frames at EOF libavformat
2003-12-14 michael cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavformat
2003-12-09 bellard suppress PTS in packets when not needed (slightly smaller files), fixed PTS generation in some cases, added provision for DTS generation, slightly better SCR generation (initial patch by Michel Bardiaux) libavformat
2003-12-09 bellard copy packet without omitting the padding libavformat
2003-12-09 michael better get_packet_size and probe libavformat
2003-12-08 alex msb pts support libavformat
2003-12-08 alex using LIBAVFORMAT_IDENT libavformat
2003-12-05 michael removing unused var & converting 64->32bit libavformat
2003-12-05 michael SWF sanity check patch by (Glyn Kennington <glyn dot kennington at ox dot compsoc dot net>) libavformat
2003-12-03 melanson DUCK codec libavformat
2003-12-01 melanson off by 1 in the palette libavformat
2003-11-29 michael H264 fourcc patch by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavformat
2003-11-26 rtognimp - Add reget_buffer() function to AVCodecContext libavformat
2003-11-24 michael Patch for PPM probing by (Rob Joyce <rjoyce at twcny dot rr dot com>) libavformat
2003-11-20 bellard fixed memory leak libavformat
2003-11-19 philipjsg Add more resilience in reading ffm files. In particular, don't assume libavformat
2003-11-16 melanson set frame rate information, for good measure libavformat
2003-11-15 melanson use the proper file framerate (specified by a float); account the pts libavformat
2003-11-14 melanson yep, FLI support libavformat
2003-11-13 kabi * *FILE needs <stdio.h> libavformat
2003-11-12 michael support more codecs in MPEG-TS patch by (mru at kth dot se (Måns Rullgård)) libavformat
2003-11-10 bellard frame rate should be completely disabled in asf (closer now) - disabled seek libavformat
2003-11-10 bellard initial seek support libavformat
2003-11-10 bellard seek support libavformat
2003-11-10 bellard seeking support - fixed some ADPCM decoding cases libavformat
2003-11-10 bellard fixed double free libavformat
2003-11-10 bellard added parsing libavformat
2003-11-10 bellard seek support for PCM formats libavformat
2003-11-10 bellard use parsers libavformat
2003-11-10 bellard initial seek support - more generic play/pause support libavformat
2003-11-10 bellard initial av_read_frame() and av_seek_frame() support libavformat
2003-11-10 melanson added palette support to the QT demuxer; registered SMC video decoder libavformat
2003-11-07 rtognimp 8BPS decoder libavformat
2003-11-04 romansh * fixes for broken builds on Solaris, OS2 and all bingendian libavformat
2003-11-04 michael removing borderline spyware libavformat
2003-11-03 michael movenc patch by (Gildas Bazin <gbazin at altern dot org>) libavformat
2003-11-02 rtognimp Make avi and asf demuxer export palette in palctrl libavformat
2003-10-31 romansh * DV demuxer is now capable of decoding auxilary audio stream. So, libavformat
2003-10-30 melanson revised palette API, courtesy of Roberto Togni (rtogni at freemail.it) libavformat
2003-10-29 bellard added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a specific API libavformat
2003-10-29 bellard make AVFMT_NOHEADER flag dynamic - added av_open_input_stream() libavformat
2003-10-29 bellard mpeg TS demux API (called from RTP layer) - raw mpeg TS reader (uses fake codec MPEG2TS) libavformat
2003-10-28 michael 1/0 fix by (Tim Allen <tim at proximity dot com dot au>) libavformat
2003-10-26 michael GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>) libavformat
2003-10-25 melanson added XVID fourcc (ISO MPEG-4?) and AC3 fourcc libavformat
2003-10-20 michael AVRational libavformat
2003-10-20 michael bottom_field_first -> top_field_first libavformat
2003-10-19 michael Using the extension m4a for audio only MPEG-4 files is increasingly libavformat
2003-10-18 michael - Moving -Wall from the individual Makefiles to configure (and only libavformat
2003-10-18 romansh * providing MPEG codecs with a generic fields in AVFrame to use. libavformat
2003-10-15 michael Enable decoding of more mpeg-ts streams for pcHDTV patch by (Doug Larrick <doug at ties dot org>) libavformat
2003-10-15 alex 10l libavformat
2003-10-15 melanson hook up the XA ADPCM decoder libavformat
2003-10-14 michael recommit of libavformat
2003-10-14 melanson remove experimental reference libavformat
2003-10-14 alex make it compatible with older make (debian stable - make 3.79.1) libavformat
2003-10-14 melanson disable encoders where appropriate (patch courtesy of BERO libavformat
2003-10-13 alex init_put_bits changed libavformat
2003-10-04 tmmm handle a wider variety of VQA files, including silent files libavformat
2003-10-03 tmmm implemented Id Quake II CIN support libavformat