summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* more correct error messageMichael Niedermayer2007-01-22
* replace wrong return 0 by -1Michael Niedermayer2007-01-22
* check to detect nonsense fragment sizeMichael Niedermayer2007-01-22
* inden(ta)tionMichael Niedermayer2007-01-22
* replace nonsense code by something which makes at least some senseMichael Niedermayer2007-01-22
* check fragment offset and sizeMichael Niedermayer2007-01-22
* move frame header reading into its own functionMichael Niedermayer2007-01-22
* more correct packet alignment check and correctionMichael Niedermayer2007-01-22
* 10lMichael Niedermayer2007-01-22
* doxygenize commentsMichael Niedermayer2007-01-22
* cosmetics (aligne stuff nicely)Michael Niedermayer2007-01-22
* get rid of some sensless malloc/freeMichael Niedermayer2007-01-22
* simplifyMichael Niedermayer2007-01-22
* remove a few unused and duplicated variablesMichael Niedermayer2007-01-22
* adding a few checks to the audio packet descrambling, this should hopefully c...Michael Niedermayer2007-01-22
* cosmeticMichael Niedermayer2007-01-22
* Fix some more license headers.Diego Biurrun2007-01-22
* these variables seem to be unused on the demuxer side so theres no sense in s...Michael Niedermayer2007-01-22
* get rid of a few idiotic asserts()Michael Niedermayer2007-01-21
* useless &0x80Michael Niedermayer2007-01-21
* remove now useless codec_tag setting code in voc muxerAurelien Jacobs2007-01-21
* Remove useless #ifdef.Diego Biurrun2007-01-21
* reorder alphabeticallyMåns Rullgård2007-01-21
* remove no longer needed ifeq testsMåns Rullgård2007-01-21
* remove no longer needed #ifdefsMåns Rullgård2007-01-21
* BeOS cleanupRamiro Polla2007-01-21
* remove sensless castsMichael Niedermayer2007-01-21