401 Commits (906b578f1649257ed2b8050047b72d14d8911906)

Author SHA1 Message Date
Roman Shaposhnik 906b578f16 * fixing 10l in movenc.c + updating regression patterns. 21 years ago
Roman Shaposhnik 9a4d938874 * making .mov files generated by ffmpeg compatible with Apple software. 21 years ago
Wolfram Gloger 6fb316d563 Support raw mpegts streams from dvr patch by (wmglo at dent dot med dot uni-muenchen dot de) 21 years ago
Roman Shaposhnik ca20f118d1 * enabling DV-in-QT 21 years ago
Falk Hüffner 7906085fcc warning patrol 21 years ago
Michael Niedermayer d957696f17 cleanup frame_rate code, this may also fix some large file bugs 21 years ago
Michael Niedermayer c43e7a6611 untested win32 binary pipe fix 21 years ago
Roman Shaposhnik 490c735d1b * turns out raw DV files can have .dif extension 21 years ago
Roman Shaposhnik 8066e59fa4 * enabling seek in raw DV files 21 years ago
Leon van Stuivenberg 2a42b5c37f support url_read which reads less then requested patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) 21 years ago
Michael Niedermayer 79292510a8 adjust_write_index() fix by ("Curi Fabio Eduardo (SFL)" <curif at TELEFONICA dot COM dot AR>) 21 years ago
Leon van Stuivenberg e15dec10d5 decode latency patch by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) 21 years ago
Leon van Stuivenberg b51469a0c5 tcp select() check and enables pressing 'q' when reading/(writing) from 21 years ago
Mike Melanson 23fe14bb20 minor VMD system update; still not perfect, but should not crash either 21 years ago
Mike Melanson 3a278992bd remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> 21 years ago
Michael Niedermayer 9eef2b77b2 no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) 21 years ago
Ronald S. Bultje c3775e542f fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) 21 years ago
Brian Becker 247d56f568 Parse stss info in MOV files to get key frames patch by ("Brian Becker" <Brian dot Becker at palmone dot com>) 21 years ago
Mike Melanson 6a91ec51fd added SGI image format, encoding and decoding, courtesy of Todd Kirby 21 years ago
Michael Niedermayer 6e046750d8 big endian compile fix by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) 21 years ago
Michael Niedermayer 08abe0fd66 matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) 21 years ago
Brian Becker 361b1b8676 Correcting the header size for ADPCM_IMA_WAV files patch by (Brian Becker <brian dot becker at palmone dot com>) 21 years ago
Michael Niedermayer bb01a3f021 guess framerate 21 years ago
Michael Niedermayer 4bfc029f83 10l (1 vs. descrLength(1)) found by (Jean Le Feuvre - jeanlf) 21 years ago
Michael Niedermayer 92a267756f flv fixes 21 years ago
Michael Niedermayer 6ed08157ca channel count & samplerate fix 21 years ago
Konstantin Andreyev e4053d526b forgot to commit from patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) 21 years ago
Konstantin Andreyev 615b92fd8e asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) 21 years ago
Konstantin Andreyev 542993b06e split asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>) 21 years ago
Michael Niedermayer 4346539522 av_log() cleanup 21 years ago
Michel Bardiaux bc874daea8 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Michael Niedermayer 9740beffc6 use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0 21 years ago
Michael Niedermayer d705e4a6bb (f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get 21 years ago
Gildas Bazin 2092bd7531 avsync patch by (Gildas Bazin <gbazin at altern dot org>) 21 years ago
Hauke Duden 2451592652 improved VCD support patch by ("Hauke Duden" <H.NS.Duden at gmx dot net>) 21 years ago
Gildas Bazin 69dde1ad36 AAC support in mov, correct aspect ratio support and user data support patch by (Gildas Bazin <gbazin at altern dot org>) 21 years ago
Gildas Bazin ac9fe33d0e avio patch by (Gildas Bazin <gbazin at altern dot org>) 21 years ago
Roman Shaposhnik ec26a167ee * turns out write_packet is supposed to return 0 on success, not 21 years ago
Roman Shaposhnik e5966052ee * Initial implementation of the G.726 ADPCM audio codec. 21 years ago
Michael Niedermayer 2d9aa1e3a2 100l 21 years ago
Michael Niedermayer d3e18ad027 no limits!, warning is enough 21 years ago
Tinic Uro 747a0554ea - made --extra-cflags option work on darwin 21 years ago
Mike Melanson 070ed1bc43 initial commit for Quicktime Animation (RLE) video decoder; bit depths 21 years ago
Michael Niedermayer 4aa533be03 Patch for MPEG-2 VOB headers by (Jimmy Blair <blueskyjb at verizon dot net>) 21 years ago
Michael Niedermayer 8a05bca46c CONFIG_ENCODERS fix by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>) 21 years ago
Michael Niedermayer 0888ac4f27 seeking stuff 21 years ago
Michael Niedermayer 3e9245a98e store searched distance in index, so we dont waste time searching for keyframes where we already searched 21 years ago
Michael Niedermayer 29962fea47 header parser fix 21 years ago
Michael Niedermayer 1305a9d55e replic_size==0 fix, needed so that G.726 asf file, so ffmpeg can at least decode the video without segfaulting 21 years ago
Michael Niedermayer 09646bab63 use packet number instead of byte number internally for seeking 21 years ago