summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* iam pretty sure send time is dts and not pts ...Michael Niedermayer2007-02-07
* 10l, forgot to skip payload description in UMF packet parsingReimar Döffinger2007-02-07
* muxing packets with unknown timestamps is not allowedMichael Niedermayer2007-02-07
* supporting files with A,V,I,0x19 headerMichael Niedermayer2007-02-07
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
* Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name sepe...Michael Niedermayer2007-02-06
* indentMichael Niedermayer2007-02-05
* dynamic index building so forward and backward seeking in avi without an inde...Michael Niedermayer2007-02-05
* better generic index building and seeking codeMichael Niedermayer2007-02-05
* Fix audio corruption when cutting.Wolfram Gloger2007-02-05
* move networking #includes into separate fileRamiro Polla2007-02-04
* Make x11grab output its warning that it couldn't find the mouse pointer onlyPanagiotis Issaris2007-02-02
* Set correct aspect ratio (it's sample aspect, not display aspect)Zuxy Meng2007-02-02
* packets must be correctly interleavedMichael Niedermayer2007-02-02
* extract aspect ratioMichael Niedermayer2007-01-31
* 10l to whoever wrote this (wrong fps, fixes nirvana.nuv)Michael Niedermayer2007-01-31
* Add some context to av_log calls.Michel Bardiaux2007-01-31
* Fix misbehaviour in url_fseek() when seeking fails.Ronald S. Bultje2007-01-30
* protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else theRonald S. Bultje2007-01-30
* Missing prototype addedLuca Barbato2007-01-29
* fix seeking in wmaMichael Niedermayer2007-01-29
* Seeking support in WavPackKostya Shishkov2007-01-28
* an alloc func failing should give ENOMEM anyway.François Revol2007-01-28
* proper error handling in file size retrieval, patch by Ronald S. Bultje rbult...Ronald S. Bultje2007-01-28
* stealing a few field names from mplayers asf demuxerMichael Niedermayer2007-01-27
* remove void * used in arithmetic warningsBaptiste Coudurier2007-01-26
* add waveformatextensible supportBaptiste Coudurier2007-01-25
* use more portable PRIu64Guillaume Poirier2007-01-25
* Move conditional CFLAGS and OBJS setting to common place.Diego Biurrun2007-01-25
* cosmetics: sortDiego Biurrun2007-01-25
* remove some printf warningsBaptiste Coudurier2007-01-24
* make vars unsignedBaptiste Coudurier2007-01-24
* stop if current sample is higher than sample countBaptiste Coudurier2007-01-24
* replace strcpy by memcpyBaptiste Coudurier2007-01-24
* remove useless fieldBaptiste Coudurier2007-01-24
* remove obsolete commentBaptiste Coudurier2007-01-24
* make some fields unsignedBaptiste Coudurier2007-01-24
* add sanity checksBaptiste Coudurier2007-01-24
* mpegts-documentation-only.patch -- adds documentation patch by Daniel Kristj...Daniel Kristjansson2007-01-23
* remove unused filesMåns Rullgård2007-01-23
* "converts printf's to avlog's" patch by Daniel Kristjansson / danielk mrl.nyu...Daniel Kristjansson2007-01-23
* "removes definition for old crc func" patch by Daniel Kristjansson / danielk ...Daniel Kristjansson2007-01-23
* make the asf demuxer resistant against insertion/deletion errorsMichael Niedermayer2007-01-23
* remove padding to 16bit code, i dont think this change can break anything and...Michael Niedermayer2007-01-23
* make av_find_stream_info() duration user selectableMichael Niedermayer2007-01-23
* flv follows in movs footsteps and has random trash in the width/height fieldsMichael Niedermayer2007-01-23
* improve probe and give it the max scoreMichael Niedermayer2007-01-23
* Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be.Michel Bardiaux2007-01-23
* consistant error return for asf_get_packet()Michael Niedermayer2007-01-22
* better padsize checkMichael Niedermayer2007-01-22