aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Collapse)AuthorAgeFilesLines
...
* always use audio spread (instead of "video no spread" for audio ...)Michael Niedermayer2007-02-121-19/+12
| | | | Originally committed as revision 7960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increaseing preroll time to the minimum of the asf files i haveMichael Niedermayer2007-02-121-1/+1
| | | | Originally committed as revision 7955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont set the keyframe flag for audio as microshitty doesnt do it and some ↵Michael Niedermayer2007-02-121-2/+6
| | | | | | things have problems with our asfs, maybe that has a positive effect? Originally committed as revision 7952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FACT chunk for non-PCM wav formatsMichel Bardiaux2007-02-121-1/+32
| | | | Originally committed as revision 7950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass a proper context to av_log()Luca Abeni2007-02-121-33/+38
| | | | Originally committed as revision 7946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mxf aes decryption support, patch by Reimar, simplified to only look for ↵Reimar Döffinger2007-02-111-5/+107
| | | | | | first crypto context, will be extended once we get files with multiple cryptocontext, and hope that they won't have broken container ul Originally committed as revision 7925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add key field to AVFormatContext for de/encryption support, patch by ReimarReimar Döffinger2007-02-111-2/+5
| | | | Originally committed as revision 7924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #include detected soundcard.h instead of testing for OpenBSDMåns Rullgård2007-02-101-1/+1
| | | | Originally committed as revision 7912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use dvr-ms timestampsMichael Niedermayer2007-02-102-2/+16
| | | | Originally committed as revision 7905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix broken memset(padding, 0) codeMichael Niedermayer2007-02-091-6/+10
| | | | | | add a few asserts Originally committed as revision 7903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* demux VC1 in mpegtsNico Sabbi2007-02-092-1/+7
| | | | Originally committed as revision 7902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Raw VC-1 demuxerKostya Shishkov2007-02-093-0/+14
| | | | Originally committed as revision 7896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove obsolete imgformat1 leftovers.Diego Biurrun2007-02-093-801/+0
| | | | Originally committed as revision 7894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove commented-out NUT muxer entry, can be added once we have a native muxer.Diego Biurrun2007-02-091-1/+0
| | | | Originally committed as revision 7893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reorder NUT entries.Diego Biurrun2007-02-091-6/+6
| | | | Originally committed as revision 7892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly separate native and libnut NUT (de)muxers.Diego Biurrun2007-02-094-9/+9
| | | | Originally committed as revision 7891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add read_probe function to raw ac3 demuxerJustin Ruggles2007-02-081-1/+17
| | | | Originally committed as revision 7887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use av_set_pts_info and set some arbitrary timebase fallbackReimar Döffinger2007-02-081-6/+3
| | | | Originally committed as revision 7883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove senseless and wrong direct access to ByteIOContext internalsMichael Niedermayer2007-02-071-2/+2
| | | | Originally committed as revision 7881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pts_wrap_bits to 32 since timestamps in packets are 32 bitReimar Döffinger2007-02-071-0/+1
| | | | Originally committed as revision 7880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* iam pretty sure send time is dts and not pts ...Michael Niedermayer2007-02-072-12/+3
| | | | Originally committed as revision 7879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, forgot to skip payload description in UMF packet parsingReimar Döffinger2007-02-071-3/+4
| | | | Originally committed as revision 7878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* muxing packets with unknown timestamps is not allowedMichael Niedermayer2007-02-071-10/+2
| | | | Originally committed as revision 7877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* supporting files with A,V,I,0x19 headerMichael Niedermayer2007-02-071-1/+4
| | | | Originally committed as revision 7876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-075-12/+12
| | | | 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-061-5/+46
| | | | | | 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-051-8/+8
| | | | 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-051-6/+8
| | | | | | index is possible Originally committed as revision 7842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better generic index building and seeking codeMichael Niedermayer2007-02-055-15/+59
| | | | Originally committed as revision 7841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix audio corruption when cutting.Wolfram Gloger2007-02-051-7/+10
| | | | | | 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-048-34/+37
| | | | | | 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-021-1/+7
| | | | | | | 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-021-5/+3
| | | | | | | 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-021-0/+2
| | | | Originally committed as revision 7805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract aspect ratioMichael Niedermayer2007-01-312-4/+56
| | | | 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-311-1/+1
| | | | Originally committed as revision 7781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some context to av_log calls.Michel Bardiaux2007-01-311-16/+16
| | | | | | 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-301-2/+4
| | | | | | | | | | 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-301-1/+3
| | | | | | | | | | | | 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-291-0/+1
| | | | Originally committed as revision 7760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix seeking in wmaMichael Niedermayer2007-01-291-1/+2
| | | | Originally committed as revision 7759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Seeking support in WavPackKostya Shishkov2007-01-281-3/+42
| | | | Originally committed as revision 7750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* an alloc func failing should give ENOMEM anyway.François Revol2007-01-281-1/+1
| | | | 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-281-1/+3
| | | | | | 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-271-15/+15
| | | | Originally committed as revision 7725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove void * used in arithmetic warningsBaptiste Coudurier2007-01-261-1/+1
| | | | Originally committed as revision 7716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add waveformatextensible supportBaptiste Coudurier2007-01-251-11/+19
| | | | Originally committed as revision 7714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use more portable PRIu64Guillaume Poirier2007-01-251-1/+1
| | | | Originally committed as revision 7707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move conditional CFLAGS and OBJS setting to common place.Diego Biurrun2007-01-251-2/+0
| | | | Originally committed as revision 7699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: sortDiego Biurrun2007-01-251-1/+1
| | | | Originally committed as revision 7697 to svn://svn.ffmpeg.org/ffmpeg/trunk