summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
| | | | Originally committed as revision 7867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name ↵Michael Niedermayer2007-02-06
| | | | | | seperated by . place at here gmail place a dot here com>) Originally committed as revision 7853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2007-02-05
| | | | Originally committed as revision 7845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dynamic index building so forward and backward seeking in avi without an ↵Michael Niedermayer2007-02-05
| | | | | | index is possible Originally committed as revision 7842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better generic index building and seeking codeMichael Niedermayer2007-02-05
| | | | Originally committed as revision 7841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix audio corruption when cutting.Wolfram Gloger2007-02-05
| | | | | | Patch by Wolfram Gloger, wmglo dent dot med dot uni-muenchen dot de. Originally committed as revision 7818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move networking #includes into separate fileRamiro Polla2007-02-04
| | | | | | patch by Ramiro Polla angustia =a= arrozcru =d= no-ip =d= org Originally committed as revision 7817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make x11grab output its warning that it couldn't find the mouse pointer onlyPanagiotis Issaris2007-02-02
| | | | | | | once. This prevents flooding of the terminal when grabbing from a different X-screen. Originally committed as revision 7808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set correct aspect ratio (it's sample aspect, not display aspect)Zuxy Meng2007-02-02
| | | | | | | Patch by Zuxy Meng (mail = `echo "Zuxy Meng" | tr "[A-Z] " "[a-z]." | sed "s/$/@gmail.com/"`) Originally committed as revision 7806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* packets must be correctly interleavedMichael Niedermayer2007-02-02
| | | | Originally committed as revision 7805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract aspect ratioMichael Niedermayer2007-01-31
| | | | Originally committed as revision 7791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l to whoever wrote this (wrong fps, fixes nirvana.nuv)Michael Niedermayer2007-01-31
| | | | Originally committed as revision 7781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some context to av_log calls.Michel Bardiaux2007-01-31
| | | | | | patch by Michel Bardiaux, mbardiaux mediaxim be Originally committed as revision 7774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix misbehaviour in url_fseek() when seeking fails.Ronald S. Bultje2007-01-30
| | | | | | | | | | The return value of the seek function is -1 on error, not -EPIPE (the return value in url_seek() if no seek function pointer is set) Patch by Ronald S. Bultje % rbultje A ronald P bitfreak P net % Original thread: date: Dec 31, 2006 9:25 PM subject: [Ffmpeg-devel] Re: [PATCH] file length handling Originally committed as revision 7766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else theRonald S. Bultje2007-01-30
| | | | | | | | | | | | return value may still end up being zero (if the seek returns -1, which is e.g. what file.c will return on error), which is a valid (but incorrect) filesize. Patch by Ronald S. Bultje % rbultje A ronald P bitfreak P net % Original thread: date: Jan 2, 2007 2:11 AM subject: [Ffmpeg-devel] Re: [PATCH] file length handling Originally committed as revision 7765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missing prototype addedLuca Barbato2007-01-29
| | | | Originally committed as revision 7760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix seeking in wmaMichael Niedermayer2007-01-29
| | | | Originally committed as revision 7759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Seeking support in WavPackKostya Shishkov2007-01-28
| | | | Originally committed as revision 7750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* an alloc func failing should give ENOMEM anyway.François Revol2007-01-28
| | | | Originally committed as revision 7737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* proper error handling in file size retrieval, patch by Ronald S. Bultje ↵Ronald S. Bultje2007-01-28
| | | | | | rbultje at ronald bitfreak net Originally committed as revision 7736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stealing a few field names from mplayers asf demuxerMichael Niedermayer2007-01-27
| | | | Originally committed as revision 7725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove void * used in arithmetic warningsBaptiste Coudurier2007-01-26
| | | | Originally committed as revision 7716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add waveformatextensible supportBaptiste Coudurier2007-01-25
| | | | Originally committed as revision 7714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use more portable PRIu64Guillaume Poirier2007-01-25
| | | | Originally committed as revision 7707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move conditional CFLAGS and OBJS setting to common place.Diego Biurrun2007-01-25
| | | | Originally committed as revision 7699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sortDiego Biurrun2007-01-25
| | | | Originally committed as revision 7697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove some printf warningsBaptiste Coudurier2007-01-24
| | | | Originally committed as revision 7691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make vars unsignedBaptiste Coudurier2007-01-24
| | | | Originally committed as revision 7690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stop if current sample is higher than sample countBaptiste Coudurier2007-01-24
| | | | Originally committed as revision 7689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace strcpy by memcpyBaptiste Coudurier2007-01-24
| | | | Originally committed as revision 7685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless fieldBaptiste Coudurier2007-01-24
| | | | Originally committed as revision 7682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove obsolete commentBaptiste Coudurier2007-01-24
| | | | Originally committed as revision 7681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make some fields unsignedBaptiste Coudurier2007-01-24
| | | | Originally committed as revision 7680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add sanity checksBaptiste Coudurier2007-01-24
| | | | Originally committed as revision 7679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegts-documentation-only.patch -- adds documentation patch by Daniel ↵Daniel Kristjansson2007-01-23
| | | | | | | | Kristjansson / danielk mrl.nyu edu yes another 1 year old patch, this one though has one failed hunk Originally committed as revision 7676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused filesMåns Rullgård2007-01-23
| | | | Originally committed as revision 7675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* "converts printf's to avlog's" patch by Daniel Kristjansson / danielk ↵Daniel Kristjansson2007-01-23
| | | | | | | | | mrl.nyu edu another 1 year old patch forgoten by mans trailing whitespace removial by me Originally committed as revision 7674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* "removes definition for old crc func" patch by Daniel Kristjansson / danielk ↵Daniel Kristjansson2007-01-23
| | | | | | | | mrl.nyu edu patch ~ 1year old, apparently forgotten by our mpeg-ts demuxer maintainer Originally committed as revision 7673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make the asf demuxer resistant against insertion/deletion errorsMichael Niedermayer2007-01-23
| | | | Originally committed as revision 7672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove padding to 16bit code, i dont think this change can break anything ↵Michael Niedermayer2007-01-23
| | | | | | and it makes the broken MPEG2-pub.avi from http://www.albx79.it/stuff/ playable other players arent that picky either ... Originally committed as revision 7670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make av_find_stream_info() duration user selectableMichael Niedermayer2007-01-23
| | | | Originally committed as revision 7669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flv follows in movs footsteps and has random trash in the width/height fieldsMichael Niedermayer2007-01-23
| | | | Originally committed as revision 7668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve probe and give it the max scoreMichael Niedermayer2007-01-23
| | | | Originally committed as revision 7667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be.Michel Bardiaux2007-01-23
| | | | Originally committed as revision 7659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistant error return for asf_get_packet()Michael Niedermayer2007-01-22
| | | | Originally committed as revision 7657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better padsize checkMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more correct error messageMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace wrong return 0 by -1Michael Niedermayer2007-01-22
| | | | Originally committed as revision 7654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check to detect nonsense fragment sizeMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* inden(ta)tionMichael Niedermayer2007-01-22
| | | | Originally committed as revision 7652 to svn://svn.ffmpeg.org/ffmpeg/trunk