summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* checksuming for nut & nice checksum API for libavformatMichael Niedermayer2004-04-05
| | | | Originally committed as revision 2969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* antitimeMichael Niedermayer2004-04-05
| | | | Originally committed as revision 2968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (Titel->Title)Michael Niedermayer2004-04-05
| | | | Originally committed as revision 2967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* info packet read/write & simplifyMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make vorbis default againMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store extradata, vorbis in avi works now, dont expect av sync thoughMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some random id for vorbis so we can do some experiments with vorbis in ↵Michael Niedermayer2004-04-04
| | | | | | various containers, anyone knows if vorbis in WAV/AVI has a official id? Originally committed as revision 2961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* large extradata fixMichael Niedermayer2004-04-04
| | | | | | use 3 pts predictors for vorbis, slightly more efficient Originally committed as revision 2960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move zero size hack from ogg.c to utils.cMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix global header passing from demuxer to decoderMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove function call from muxer->encoder and cleanly pass global headersMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix obnoxious ogg_packet passing from encoder to muxerMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill obnoxious ogg_packet passing from demuxer to decoderMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove spyware from ogg*.cMichael Niedermayer2004-04-04
| | | | | | fix vorbis in ogg decoding Originally committed as revision 2952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nut (de)muxer updateMichael Niedermayer2004-04-03
| | | | | | | | | | | | conform to latest spec remove get/put_s() not needed anymore update_packetheader() fixed (wasnt always working) store/load extradata & aspect ratio memleak fix dont use vorbis by default yet use frame_size from the codec instead of hardcoding it in the source Originally committed as revision 2951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yuv4mpeg output 'C' tag patch by ("Steven M. Schultz" <sms at 2bsd dot com>)Steven M. Schultz2004-04-01
| | | | Originally committed as revision 2944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * .mov files with uncompressed audio can't be correctly processedRoman Shaposhnik2004-03-31
| | | | | | | | | | | because of the sample_size == 1 and MINOLTA hack relying on the information. So in a way, it's a hack of a hack. btw, if somebody knows why in the world even Apple's software thinks that for PCM 16bit sample_size == 1 please let me know. It clearly isn't documented that way. Originally committed as revision 2941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing 10l in movenc.c + updating regression patterns.Roman Shaposhnik2004-03-28
| | | | Originally committed as revision 2938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * making .mov files generated by ffmpeg compatible with Apple software.Roman Shaposhnik2004-03-28
| | | | Originally committed as revision 2937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support raw mpegts streams from dvr patch by (wmglo at dent dot med dot ↵Wolfram Gloger2004-03-26
| | | | | | uni-muenchen dot de) Originally committed as revision 2931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * enabling DV-in-QTRoman Shaposhnik2004-03-26
| | | | | | * fixing a bug in movenc.c: for QT files hdrl should contain 'mhlr' Originally committed as revision 2928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning patrolFalk Hüffner2004-03-24
| | | | Originally committed as revision 2925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup frame_rate code, this may also fix some large file bugsMichael Niedermayer2004-03-24
| | | | Originally committed as revision 2924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* untested win32 binary pipe fixMichael Niedermayer2004-03-24
| | | | Originally committed as revision 2922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * turns out raw DV files can have .dif extensionRoman Shaposhnik2004-03-24
| | | | Originally committed as revision 2921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * enabling seek in raw DV filesRoman Shaposhnik2004-03-23
| | | | | | * generic DV demuxer now sets correct pts for every packet Originally committed as revision 2919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support url_read which reads less then requested patch by (Leon van ↵Leon van Stuivenberg2004-03-20
| | | | | | | | Stuivenberg <l dot vanstuivenberg at chello dot nl>) this is needed for compatibility with tcp.c 1.10 Originally committed as revision 2911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adjust_write_index() fix by ("Curi Fabio Eduardo (SFL)" <curif at TELEFONICA ↵Michael Niedermayer2004-03-18
| | | | | | dot COM dot AR>) Originally committed as revision 2903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at ↵Leon van Stuivenberg2004-03-15
| | | | | | chello dot nl>) Originally committed as revision 2896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tcp select() check and enables pressing 'q' when reading/(writing) fromLeon van Stuivenberg2004-03-14
| | | | | | tcp/http in ffmpeg.c patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) Originally committed as revision 2891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor VMD system update; still not perfect, but should not crash eitherMike Melanson2004-03-14
| | | | Originally committed as revision 2887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson2004-03-14
| | | | | | MKTAG/MKBETAG Originally committed as revision 2886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot ↵Michael Niedermayer2004-03-14
| | | | | | vanstuivenberg at chello dot nl>) Originally committed as revision 2885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje ↵Ronald S. Bultje2004-03-13
| | | | | | at students dot uu dot nl>) Originally committed as revision 2884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parse stss info in MOV files to get key frames patch by ("Brian Becker" ↵Brian Becker2004-03-13
| | | | | | <Brian dot Becker at palmone dot com>) Originally committed as revision 2879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added SGI image format, encoding and decoding, courtesy of Todd KirbyMike Melanson2004-03-13
| | | | | | <doubleshot@pacbell.net> Originally committed as revision 2876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* big endian compile fix by ("Ronald S. Bultje" <R dot S dot Bultje at ↵Michael Niedermayer2004-03-12
| | | | | | students dot uu dot nl>) Originally committed as revision 2873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot ↵Michael Niedermayer2004-03-11
| | | | | | uu dot nl>) Originally committed as revision 2872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correcting the header size for ADPCM_IMA_WAV files patch by (Brian Becker ↵Brian Becker2004-03-10
| | | | | | <brian dot becker at palmone dot com>) Originally committed as revision 2867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* guess framerateMichael Niedermayer2004-03-10
| | | | Originally committed as revision 2866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (1 vs. descrLength(1)) found by (Jean Le Feuvre - jeanlf)Michael Niedermayer2004-03-09
| | | | Originally committed as revision 2864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flv fixesMichael Niedermayer2004-03-09
| | | | Originally committed as revision 2863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* channel count & samplerate fixMichael Niedermayer2004-03-08
| | | | Originally committed as revision 2858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgot to commit from patch by (Konstantin Andreyev <kandreyev at bcsii dot ↵Konstantin Andreyev2004-03-06
| | | | | | com>) Originally committed as revision 2853 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() cleanupMichael Niedermayer2004-03-03
| | | | | | | | | | null pointer segfaults dont print redundant spam dont print prefix if reference==NULL class -> av_class dont copy AVClass to every object, its a waste of memory and not a good idea at all Originally committed as revision 2841 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
* use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0Michael Niedermayer2004-02-25
| | | | | | | move AV_NOPTS_VALUE & AV_TIME_BASE from avformat.h -> avcodec.h related fixes Originally committed as revision 2814 to svn://svn.ffmpeg.org/ffmpeg/trunk