summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* enable mjpeg in swfBaptiste Coudurier2007-01-14
* simplifyBaptiste Coudurier2007-01-14
* swf can contain only one audio track, simplifyBaptiste Coudurier2007-01-14
* use ch_id as AVStream id and simplifyBaptiste Coudurier2007-01-14
* always export audiostreamsBaptiste Coudurier2007-01-14
* always export videostreamsBaptiste Coudurier2007-01-14
* AnyType is needed, descriptor_ref can reference Descriptor or MultipleDescriptorBaptiste Coudurier2007-01-14
* Use macros to eliminate code duplication in MXF metadata read functions.Reimar Döffinger2007-01-13
* Extend mxf_resolve_strong_ref by a type parameter, to avoid modify somethingReimar Döffinger2007-01-13
* Fix error message, it's package ref that can not be found, not track in this ...Reimar Döffinger2007-01-13
* typo: pallete --> paletteDiego Biurrun2007-01-13