aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Add some context to av_log calls.Michel Bardiaux2007-01-311-16/+16
* Fix misbehaviour in url_fseek() when seeking fails.Ronald S. Bultje2007-01-301-2/+4
* protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else theRonald S. Bultje2007-01-301-1/+3
* Missing prototype addedLuca Barbato2007-01-291-0/+1
* fix seeking in wmaMichael Niedermayer2007-01-291-1/+2
* Seeking support in WavPackKostya Shishkov2007-01-281-3/+42
* an alloc func failing should give ENOMEM anyway.François Revol2007-01-281-1/+1
* proper error handling in file size retrieval, patch by Ronald S. Bultje rbult...Ronald S. Bultje2007-01-281-1/+3
* stealing a few field names from mplayers asf demuxerMichael Niedermayer2007-01-271-15/+15
* remove void * used in arithmetic warningsBaptiste Coudurier2007-01-261-1/+1
* add waveformatextensible supportBaptiste Coudurier2007-01-251-11/+19
* use more portable PRIu64Guillaume Poirier2007-01-251-1/+1
* Move conditional CFLAGS and OBJS setting to common place.Diego Biurrun2007-01-251-2/+0
* cosmetics: sortDiego Biurrun2007-01-251-1/+1
* remove some printf warningsBaptiste Coudurier2007-01-241-2/+2
* make vars unsignedBaptiste Coudurier2007-01-241-9/+9
* stop if current sample is higher than sample countBaptiste Coudurier2007-01-241-2/+6
* replace strcpy by memcpyBaptiste Coudurier2007-01-241-3/+3
* remove useless fieldBaptiste Coudurier2007-01-241-2/+0
* remove obsolete commentBaptiste Coudurier2007-01-241-3/+0
* make some fields unsignedBaptiste Coudurier2007-01-241-8/+8
* add sanity checksBaptiste Coudurier2007-01-241-1/+6
* mpegts-documentation-only.patch -- adds documentation patch by Daniel Kristj...Daniel Kristjansson2007-01-231-13/+28
* remove unused filesMåns Rullgård2007-01-232-1365/+0
* "converts printf's to avlog's" patch by Daniel Kristjansson / danielk mrl.nyu...Daniel Kristjansson2007-01-231-16/+21
* "removes definition for old crc func" patch by Daniel Kristjansson / danielk ...Daniel Kristjansson2007-01-231-1/+0
* make the asf demuxer resistant against insertion/deletion errorsMichael Niedermayer2007-01-231-12/+17
* remove padding to 16bit code, i dont think this change can break anything and...Michael Niedermayer2007-01-231-4/+0
* make av_find_stream_info() duration user selectableMichael Niedermayer2007-01-232-4/+7
* flv follows in movs footsteps and has random trash in the width/height fieldsMichael Niedermayer2007-01-231-2/+2
* improve probe and give it the max scoreMichael Niedermayer2007-01-231-2/+2
* Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be.Michel Bardiaux2007-01-231-1/+1
* consistant error return for asf_get_packet()Michael Niedermayer2007-01-221-1/+5
* better padsize checkMichael Niedermayer2007-01-221-1/+1
* more correct error messageMichael Niedermayer2007-01-221-1/+1
* replace wrong return 0 by -1Michael Niedermayer2007-01-221-4/+6
* check to detect nonsense fragment sizeMichael Niedermayer2007-01-221-0/+4
* inden(ta)tionMichael Niedermayer2007-01-221-1/+1
* replace nonsense code by something which makes at least some senseMichael Niedermayer2007-01-221-22/+6
* check fragment offset and sizeMichael Niedermayer2007-01-222-2/+10
* move frame header reading into its own functionMichael Niedermayer2007-01-221-50/+60
* more correct packet alignment check and correctionMichael Niedermayer2007-01-221-4/+7
* 10lMichael Niedermayer2007-01-221-2/+3
* doxygenize commentsMichael Niedermayer2007-01-221-29/+29
* cosmetics (aligne stuff nicely)Michael Niedermayer2007-01-221-5/+5
* get rid of some sensless malloc/freeMichael Niedermayer2007-01-221-4/+2
* simplifyMichael Niedermayer2007-01-221-7/+3
* remove a few unused and duplicated variablesMichael Niedermayer2007-01-222-9/+4
* adding a few checks to the audio packet descrambling, this should hopefully c...Michael Niedermayer2007-01-221-1/+9
* cosmeticMichael Niedermayer2007-01-221-1/+1