aboutsummaryrefslogtreecommitdiff
path: root/libavformat
AgeCommit message (Expand)Author
2007-02-05Fix audio corruption when cutting.Wolfram Gloger
2007-02-04move networking #includes into separate fileRamiro Polla
2007-02-02Make x11grab output its warning that it couldn't find the mouse pointer onlyPanagiotis Issaris
2007-02-02Set correct aspect ratio (it's sample aspect, not display aspect)Zuxy Meng
2007-02-02packets must be correctly interleavedMichael Niedermayer
2007-01-31extract aspect ratioMichael Niedermayer
2007-01-3110l to whoever wrote this (wrong fps, fixes nirvana.nuv)Michael Niedermayer
2007-01-31Add some context to av_log calls.Michel Bardiaux
2007-01-30Fix misbehaviour in url_fseek() when seeking fails.Ronald S. Bultje
2007-01-30protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else theRonald S. Bultje
2007-01-29Missing prototype addedLuca Barbato
2007-01-29fix seeking in wmaMichael Niedermayer
2007-01-28Seeking support in WavPackKostya Shishkov
2007-01-28an alloc func failing should give ENOMEM anyway.François Revol
2007-01-28proper error handling in file size retrieval, patch by Ronald S. Bultje rbult...Ronald S. Bultje
2007-01-27stealing a few field names from mplayers asf demuxerMichael Niedermayer
2007-01-26remove void * used in arithmetic warningsBaptiste Coudurier
2007-01-25add waveformatextensible supportBaptiste Coudurier
2007-01-25use more portable PRIu64Guillaume Poirier
2007-01-25Move conditional CFLAGS and OBJS setting to common place.Diego Biurrun
2007-01-25cosmetics: sortDiego Biurrun
2007-01-24remove some printf warningsBaptiste Coudurier
2007-01-24make vars unsignedBaptiste Coudurier
2007-01-24stop if current sample is higher than sample countBaptiste Coudurier
2007-01-24replace strcpy by memcpyBaptiste Coudurier
2007-01-24remove useless fieldBaptiste Coudurier
2007-01-24remove obsolete commentBaptiste Coudurier
2007-01-24make some fields unsignedBaptiste Coudurier
2007-01-24add sanity checksBaptiste Coudurier
2007-01-23mpegts-documentation-only.patch -- adds documentation patch by Daniel Kristj...Daniel Kristjansson
2007-01-23remove unused filesMåns Rullgård
2007-01-23"converts printf's to avlog's" patch by Daniel Kristjansson / danielk mrl.nyu...Daniel Kristjansson
2007-01-23"removes definition for old crc func" patch by Daniel Kristjansson / danielk ...Daniel Kristjansson
2007-01-23make the asf demuxer resistant against insertion/deletion errorsMichael Niedermayer
2007-01-23remove padding to 16bit code, i dont think this change can break anything and...Michael Niedermayer
2007-01-23make av_find_stream_info() duration user selectableMichael Niedermayer
2007-01-23flv follows in movs footsteps and has random trash in the width/height fieldsMichael Niedermayer
2007-01-23improve probe and give it the max scoreMichael Niedermayer
2007-01-23Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be.Michel Bardiaux
2007-01-22consistant error return for asf_get_packet()Michael Niedermayer
2007-01-22better padsize checkMichael Niedermayer
2007-01-22more correct error messageMichael Niedermayer
2007-01-22replace wrong return 0 by -1Michael Niedermayer
2007-01-22check to detect nonsense fragment sizeMichael Niedermayer
2007-01-22inden(ta)tionMichael Niedermayer
2007-01-22replace nonsense code by something which makes at least some senseMichael Niedermayer
2007-01-22check fragment offset and sizeMichael Niedermayer
2007-01-22move frame header reading into its own functionMichael Niedermayer
2007-01-22more correct packet alignment check and correctionMichael Niedermayer
2007-01-2210lMichael Niedermayer