summaryrefslogtreecommitdiff
path: root/libavformat/asf.c
Commit message (Collapse)AuthorAge
* 10l, fails to compile when debug enabledAlex Beregszaszi2006-02-12
| | | | Originally committed as revision 4998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* audio in dvr-ms demuxing support by (John Donaghy <johnfdonaghy gmail com<)Michael Niedermayer2006-01-20
| | | | Originally committed as revision 4874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
| | | | Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix asf header decoding issue, patch by < patrice -- bensoussan AH gmail -- ↵Patrice Bensoussan2005-10-26
| | | | | | | | | | | com > http://avifile.sourceforge.net/asf-1.0.htm has more info about asf headers Original thread: Date: Oct 22, 2005 11:44 PM Subject: [Ffmpeg-devel] [PATCH] Fix asf header decoding issue Originally committed as revision 4663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23
| | | | | | | in libavformat to allow building (de)coders and (de)muxers independently at some point + support for this option in configure. Originally committed as revision 4611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changes to ignore command media embedded in MS WMV files patch by ("Brown, ↵Mike Brown2005-08-10
| | | | | | Mike": mikeb, vibephone com) Originally committed as revision 4501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* round pointer up to next packet_size multipleMichael Niedermayer2005-07-27
| | | | Originally committed as revision 4479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer2005-07-17
| | | | | | AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoMichael Niedermayer2005-06-23
| | | | Originally committed as revision 4387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVPacket.posMichael Niedermayer2005-05-26
| | | | Originally committed as revision 4314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-30
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ministry of English Composition, reporting for duty (and the word is ↵Mike Melanson2005-04-24
| | | | | | "skipped", not "skiped"; "skiped" would rhyme with "hyped") Originally committed as revision 4153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing demuxing of DV5700.asfMichael Niedermayer2005-04-19
| | | | Originally committed as revision 4138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more fine grained discarding of packetsMichael Niedermayer2005-03-17
| | | | Originally committed as revision 4051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support discarding uninterresting packetsMichael Niedermayer2005-01-22
| | | | Originally committed as revision 3860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
| | | | Originally committed as revision 3822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* preroll is in msMichael Niedermayer2004-12-22
| | | | | | pts should start at start_time Originally committed as revision 3771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix regression test failureMichael Niedermayer2004-12-21
| | | | Originally committed as revision 3767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate a few bytes more for extradata so the bitstream reader if its used ↵Michael Niedermayer2004-11-13
| | | | | | by the codec for parsing extardata, doesnt read over the end Originally committed as revision 3679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dvr-ms video decoding supportMichael Niedermayer2004-10-24
| | | | Originally committed as revision 3631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use native timebase for seekingMichael Niedermayer2004-10-10
| | | | | | direction flag for seeking Originally committed as revision 3577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
| | | | Originally committed as revision 3239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store index for seeking in the native timebase of each streamMichael Niedermayer2004-05-23
| | | | | | | | set correct timebase for nut merge mpeg-ts seeking with existing seeking code 10l fix in mpegts (27mhz vs. 90khz) Originally committed as revision 3152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-21
| | | | Originally committed as revision 3148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moving nearly identical binary search code from nut/mpeg/asf to utils.cMichael Niedermayer2004-04-12
| | | | Originally committed as revision 3003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)Konstantin Andreyev2004-03-05
| | | | | | | | | | 1. Corrected packet sent time. (Packet sent time => previous packet sent time) 2. Corrected payload playing time. (Payload playing time => packet sent time) 3. Used different format for packets with one payload and multi payloads. Originally committed as revision 2851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)Konstantin Andreyev2004-03-05
| | | | Originally committed as revision 2850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-03
| | | | Originally committed as revision 2840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seeking stuffMichael Niedermayer2004-01-17
| | | | | | | adaptively change middle position selection algo for seeking, this avoids some ugly worstcases of the interpolated variant avoid backward search for mpeg where possible, its 17 times slower then forward according to my benchmark Originally committed as revision 2710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store searched distance in index, so we dont waste time searching for ↵Michael Niedermayer2004-01-17
| | | | | | | | keyframes where we already searched asf seek fixes & use keyframe pos/timestamp cache Originally committed as revision 2709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* header parser fixMichael Niedermayer2004-01-14
| | | | Originally committed as revision 2707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replic_size==0 fix, needed so that G.726 asf file, so ffmpeg can at least ↵Michael Niedermayer2004-01-14
| | | | | | decode the video without segfaulting Originally committed as revision 2706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use packet number instead of byte number internally for seekingMichael Niedermayer2004-01-14
| | | | Originally committed as revision 2704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unusedMichael Niedermayer2004-01-14
| | | | Originally committed as revision 2703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seeking fixesMichael Niedermayer2004-01-14
| | | | | | | | | memleaks infinite loops uninitalized variables with some luck u can seek now a few times before it dies Originally committed as revision 2702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleak fixMichael Niedermayer2004-01-14
| | | | | | | multiple stream seeking (yes i know seeking is still broken) related cleanup Originally committed as revision 2701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seeking in single stream asf patch by ("Kevin Kuphal" <kevin dot kuphal at ↵Kevin Kuphal2004-01-14
| | | | | | sitecity dot net>) Originally committed as revision 2700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ASF extended header parsing patch by ("Kevin Kuphal" <kevin dot kuphal at ↵Kevin Kuphal2004-01-06
| | | | | | sitecity dot net>) Originally committed as revision 2672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* frame rate should be completely disabled in asf (closer now) - disabled seekFabrice Bellard2003-11-10
| | | | Originally committed as revision 2503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixes for broken builds on Solaris, OS2 and all bingendianRoman Shaposhnik2003-11-04
| | | | | | systems out there. Originally committed as revision 2480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avi and asf demuxer export palette in palctrlRoberto Togni2003-11-02
| | | | Originally committed as revision 2465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-14
| | | | | | <bero -at- geocities.co.jp>) Originally committed as revision 2375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-10
| | | | Originally committed as revision 2255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CODEC_ID_MP3LAME is obsoleteFabrice Bellard2003-09-08
| | | | Originally committed as revision 2232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use codec_tag for encoding tooMichael Niedermayer2003-08-18
| | | | Originally committed as revision 2125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update duration and start_time - add av_new_stream() usageFabrice Bellard2003-08-08
| | | | Originally committed as revision 2110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warning and compatibility fixes.Falk Hüffner2003-05-24
| | | | Originally committed as revision 1902 to svn://svn.ffmpeg.org/ffmpeg/trunk