log

age author description
2007-01-22 michael move frame header reading into its own function libavformat
2007-01-22 michael more correct packet alignment check and correction libavformat
2007-01-22 michael 10l libavformat
2007-01-22 michael doxygenize comments libavformat
2007-01-22 michael cosmetics (aligne stuff nicely) libavformat
2007-01-22 michael get rid of some sensless malloc/free libavformat
2007-01-22 michael simplify libavformat
2007-01-22 michael remove a few unused and duplicated variables libavformat
2007-01-22 michael adding a few checks to the audio packet descrambling, this should hopefully catch all related out of array accesses libavformat
2007-01-22 michael cosmetic libavformat
2007-01-22 diego Fix some more license headers. libavformat
2007-01-22 michael these variables seem to be unused on the demuxer side so theres no sense in setting them libavformat
2007-01-21 michael get rid of a few idiotic asserts() libavformat
2007-01-21 michael useless &0x80 libavformat
2007-01-21 aurel remove now useless codec_tag setting code in voc muxer libavformat
2007-01-21 diego Remove useless #ifdef. libavformat
2007-01-21 mru reorder alphabetically libavformat
2007-01-21 mru remove no longer needed ifeq tests libavformat
2007-01-21 mru remove no longer needed #ifdefs libavformat
2007-01-21 gpoirier BeOS cleanup libavformat
2007-01-21 michael remove sensless casts libavformat
2007-01-21 michael simplify GUIDs libavformat
2007-01-21 michael fix msmpeg4v3 tag in asf libavformat
2007-01-21 michael simplify libavformat
2007-01-21 michael the context is supposed to be freed in the generic code in utils.c libavformat
2007-01-21 michael remove now useless codec_tag setting code in muxers libavformat
2007-01-21 michael simplify libavformat
2007-01-21 michael set codec_tag from codec_id if its not set and can be set based on the AVCodecTag tables libavformat
2007-01-21 michael this is wrong but it was that way before the AVCodecTag change, only reason why it didnt broke regressions was that the table wasnt used libavformat
2007-01-21 michael get rid of the [4] limitation of codec tag lists libavformat
2007-01-21 michael export a few more codec_tag-codec_id tables libavformat
2007-01-21 michael add codec_id <-> codec_tag tables to AVIn/OutputFormat libavformat
2007-01-20 michael fix indention (dunno why it was messed up ...) libavformat
2007-01-19 reimar Attempt to better document AVFMT_NOFILE. libavformat
2007-01-19 reimar Demuxers with AVFMT_NOFILE will open a (possibly different) file themselves, libavformat
2007-01-19 alex rename BE/LE_8/16/32 to AV_RL/B_8/16/32 libavformat
2007-01-18 aurel cosmetics: indentation libavformat
2007-01-18 mmu_man The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed check for net_server to IP_MULTICAST_TTL. libavformat
2007-01-18 mmu_man The long awaited BeOS cleanup, phase 1 libavformat
2007-01-18 alex omg, major typo (fails if card supports rgb24) libavformat
2007-01-17 michael simplify libavformat
2007-01-17 michael simplify pts/dts reading libavformat
2007-01-17 michael cosmetic libavformat
2007-01-17 michael reduce len checks, simplifies code libavformat
2007-01-17 michael seperate redo (we dont handle this possibly valid packet) from libavformat
2007-01-16 diego Make nb_streams unsigned to avoid an ugly cast. libavformat
2007-01-16 bcoudurier add msrle fourcc, quicktime_bmp.mov libavformat
2007-01-16 bcoudurier add png fourcc libavformat
2007-01-15 michael fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.wmv libavformat
2007-01-15 michael fixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.avi libavformat
2007-01-15 mru check for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz test libavformat
2007-01-15 mru save/restore number of streams libavformat
2007-01-15 romansh * Fixing a bug with incorrect bits set in AAUX source pack libavformat
2007-01-15 bcoudurier cosmetics, function -> metadata libavformat
2007-01-14 bcoudurier remove useless essence container data sets for now libavformat
2007-01-14 bcoudurier remove useless preface parsing for now, will reintroduce it if needed libavformat
2007-01-14 bcoudurier merge multiple descriptor parsing with generic one libavformat
2007-01-14 bcoudurier remove warning, key is const libavformat
2007-01-14 bcoudurier indention libavformat
2007-01-14 bcoudurier follow michael suggestion and simplify code at object level libavformat