summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-2119-53/+95
* fix indention (dunno why it was messed up ...)Michael Niedermayer2007-01-201-29/+28
* Attempt to better document AVFMT_NOFILE.Reimar Döffinger2007-01-192-1/+5
* Demuxers with AVFMT_NOFILE will open a (possibly different) file themselves,Reimar Döffinger2007-01-191-1/+1
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-1923-137/+137
* cosmetics: indentationAurelien Jacobs2007-01-182-2/+2
* The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed chec...François Revol2007-01-181-3/+1
* The long awaited BeOS cleanup, phase 1François Revol2007-01-188-54/+34
* omg, major typo (fails if card supports rgb24)Alex Beregszaszi2007-01-181-1/+2
* simplifyMichael Niedermayer2007-01-171-7/+4
* simplify pts/dts readingMichael Niedermayer2007-01-171-11/+11
* cosmeticMichael Niedermayer2007-01-171-1/+1
* reduce len checks, simplifies codeMichael Niedermayer2007-01-171-14/+2
* seperate redo (we dont handle this possibly valid packet) fromMichael Niedermayer2007-01-171-11/+14
* Make nb_streams unsigned to avoid an ugly cast.Diego Biurrun2007-01-162-2/+2
* add msrle fourcc, quicktime_bmp.movBaptiste Coudurier2007-01-161-0/+1
* add png fourccBaptiste Coudurier2007-01-161-0/+1
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.wmvMichael Niedermayer2007-01-151-0/+4
* fixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.aviMichael Niedermayer2007-01-151-1/+1
* check for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz testMåns Rullgård2007-01-151-1/+2
* save/restore number of streamsMåns Rullgård2007-01-152-2/+5
* * Fixing a bug with incorrect bits set in AAUX source packRoman Shaposhnik2007-01-151-4/+8
* cosmetics, function -> metadataBaptiste Coudurier2007-01-151-5/+5
* remove useless essence container data sets for nowBaptiste Coudurier2007-01-141-11/+0
* remove useless preface parsing for now, will reintroduce it if neededBaptiste Coudurier2007-01-141-27/+0
* merge multiple descriptor parsing with generic oneBaptiste Coudurier2007-01-141-16/+9
* remove warning, key is constBaptiste Coudurier2007-01-141-1/+1
* indentionBaptiste Coudurier2007-01-141-169/+169
* follow michael suggestion and simplify code at object levelBaptiste Coudurier2007-01-141-92/+76
* makes the filename member of the URLContext a pointer, so that theRonald S. Bultje2007-01-142-1/+8
* add support for HTTP seekingRonald S. Bultje2007-01-141-25/+92
* Make seeking work in files that contain encrypted tracks.Reimar Döffinger2007-01-141-1/+12
* 10l, > vs. >= typo, caused crashes on last mpc frameReimar Döffinger2007-01-141-1/+1
* Simplify klv_decode_ber_lengthReimar Döffinger2007-01-141-8/+4
* seek back at the end of file after updating headerBaptiste Coudurier2007-01-141-0/+1
* simplifyBaptiste Coudurier2007-01-141-13/+4
* priv_data is allocated internallyBaptiste Coudurier2007-01-141-6/+1
* enable mjpeg in swfBaptiste Coudurier2007-01-141-0/+28
* simplifyBaptiste Coudurier2007-01-141-5/+3
* swf can contain only one audio track, simplifyBaptiste Coudurier2007-01-141-10/+9
* use ch_id as AVStream id and simplifyBaptiste Coudurier2007-01-141-17/+10
* always export audiostreamsBaptiste Coudurier2007-01-141-27/+22
* always export videostreamsBaptiste Coudurier2007-01-141-12/+7
* AnyType is needed, descriptor_ref can reference Descriptor or MultipleDescriptorBaptiste Coudurier2007-01-141-3/+4
* Use macros to eliminate code duplication in MXF metadata read functions.Reimar Döffinger2007-01-131-143/+42
* Extend mxf_resolve_strong_ref by a type parameter, to avoid modify somethingReimar Döffinger2007-01-131-22/+16
* Fix error message, it's package ref that can not be found, not track in this ...Reimar Döffinger2007-01-131-1/+1
* typo: pallete --> paletteDiego Biurrun2007-01-131-1/+1
* * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)Roman Shaposhnik2007-01-113-11/+38
* add official VC1 fourccBaptiste Coudurier2007-01-101-0/+2
OpenPOWER on IntegriCloud