summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* remove no longer needed #ifdefsMåns Rullgård2007-01-21
* BeOS cleanupRamiro Polla2007-01-21
* remove sensless castsMichael Niedermayer2007-01-21
* simplify GUIDsMichael Niedermayer2007-01-21
* fix msmpeg4v3 tag in asfMichael Niedermayer2007-01-21
* simplifyMichael Niedermayer2007-01-21
* the context is supposed to be freed in the generic code in utils.cMichael Niedermayer2007-01-21
* remove now useless codec_tag setting code in muxersMichael Niedermayer2007-01-21
* simplifyMichael Niedermayer2007-01-21
* set codec_tag from codec_id if its not set and can be set based on the AVCode...Michael Niedermayer2007-01-21
* this is wrong but it was that way before the AVCodecTag change, only reason w...Michael Niedermayer2007-01-21
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-21
* export a few more codec_tag-codec_id tablesMichael Niedermayer2007-01-21
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
* fix indention (dunno why it was messed up ...)Michael Niedermayer2007-01-20
* Attempt to better document AVFMT_NOFILE.Reimar Döffinger2007-01-19
* Demuxers with AVFMT_NOFILE will open a (possibly different) file themselves,Reimar Döffinger2007-01-19
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* cosmetics: indentationAurelien Jacobs2007-01-18
* The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed chec...François Revol2007-01-18
* The long awaited BeOS cleanup, phase 1François Revol2007-01-18
* omg, major typo (fails if card supports rgb24)Alex Beregszaszi2007-01-18
* simplifyMichael Niedermayer2007-01-17
* simplify pts/dts readingMichael Niedermayer2007-01-17
* cosmeticMichael Niedermayer2007-01-17
* reduce len checks, simplifies codeMichael Niedermayer2007-01-17
* seperate redo (we dont handle this possibly valid packet) fromMichael Niedermayer2007-01-17
* Make nb_streams unsigned to avoid an ugly cast.Diego Biurrun2007-01-16
* add msrle fourcc, quicktime_bmp.movBaptiste Coudurier2007-01-16
* add png fourccBaptiste Coudurier2007-01-16
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.wmvMichael Niedermayer2007-01-15
* fixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.aviMichael Niedermayer2007-01-15
* check for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz testMåns Rullgård2007-01-15
* save/restore number of streamsMåns Rullgård2007-01-15
* * Fixing a bug with incorrect bits set in AAUX source packRoman Shaposhnik2007-01-15
* cosmetics, function -> metadataBaptiste Coudurier2007-01-15
* remove useless essence container data sets for nowBaptiste Coudurier2007-01-14
* remove useless preface parsing for now, will reintroduce it if neededBaptiste Coudurier2007-01-14
* merge multiple descriptor parsing with generic oneBaptiste Coudurier2007-01-14
* remove warning, key is constBaptiste Coudurier2007-01-14
* indentionBaptiste Coudurier2007-01-14
* follow michael suggestion and simplify code at object levelBaptiste Coudurier2007-01-14
* makes the filename member of the URLContext a pointer, so that theRonald S. Bultje2007-01-14
* add support for HTTP seekingRonald S. Bultje2007-01-14
* Make seeking work in files that contain encrypted tracks.Reimar Döffinger2007-01-14
* 10l, > vs. >= typo, caused crashes on last mpc frameReimar Döffinger2007-01-14
* Simplify klv_decode_ber_lengthReimar Döffinger2007-01-14
* seek back at the end of file after updating headerBaptiste Coudurier2007-01-14
* simplifyBaptiste Coudurier2007-01-14
* priv_data is allocated internallyBaptiste Coudurier2007-01-14