Baptiste Coudurier
e68e5ab0cf
add bytestream big endian 16/32 writing functions
...
Originally committed as revision 7200 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
fb132953d4
Use a function for audio encoding and decoding.
...
Originally committed as revision 7199 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
36aed9e51b
Use a function for libav.
...
Originally committed as revision 7198 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f8aa76453b
Use a function for image formats.
...
Originally committed as revision 7197 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
d449d1bc64
Use a function for streamed images.
...
Originally committed as revision 7196 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
e587a0a501
Use a function for audio-only tests.
...
Originally committed as revision 7195 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Allan Hsu
56cca5f10c
Fix wrong flags for S16LE and S16BE audio in FLV files.
...
patch by Allan Hsu, allan counterpop net
Originally committed as revision 7194 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
c9cac6e3d7
typo in umh
...
Originally committed as revision 7193 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
c7675718e4
UMH support (dia_size=-1 activates it)
...
Originally committed as revision 7192 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
ac003d2461
cosmetic (prevent name clashes of variables in a macro with surrounding code)
...
Originally committed as revision 7191 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
98ba1cfaf7
100l FastUVMC rounding was incorrect.
...
This should also improve quality on WMV9Drifting.asf
Originally committed as revision 7190 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
f7f8af46f7
1 step diamond search around the median MV predictor
...
+0.01 PSNR
idea from x264
Originally committed as revision 7189 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
fc0b041637
doxy
...
Originally committed as revision 7188 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
62b9fc1571
fix overflow and remove wrong comment
...
Originally committed as revision 7187 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
3db1b8b538
return optimal fraction
...
based on a patch by Uoti Urpala
Originally committed as revision 7186 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Loïc Le Loarer
8fa641f8e8
Fix compile with --disable-muxers, patch by Loïc Le Loarer, lll+ffmpeg m4x org.
...
Originally committed as revision 7185 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
61710f7bb5
Better VQA demuxer
...
Originally committed as revision 7184 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
7667896a36
VQA v1 support
...
Originally committed as revision 7183 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
f39020269e
cleanup the #ifdef mess in encoder/decoder/parser registration
...
Originally committed as revision 7182 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
be691b1060
matroska: scale timecode according to time_scale
...
fixes jerky playback of planet.earth.mkv
Originally committed as revision 7181 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
7f25df4cd3
move source_package declaration in the loop and reset it each iteration
...
Originally committed as revision 7180 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
6a287fd7ce
readjust dts if negative
...
Originally committed as revision 7179 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
7504e4fa1d
Correct information in header
...
Originally committed as revision 7178 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
e96da13bc7
Change "p" asm constraints to "g", since "p" was a no longer necessary hack to
...
make AMD64 compilation work and ICC can not handle "p".
Originally committed as revision 21341 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Loren Merritt
b0d7bc1eab
10l in r7174 caused all options to be treated as filenames.
...
Originally committed as revision 7177 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Robert Swain
c411e7f6fb
alphabetic reordering of codec registration
...
patch by Robert Swain < robert.swain _at_ gmail.com >
Originally committed as revision 7176 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
5b9b3b6846
cleanup the #ifdef mess in muxer/demuxer registration
...
Originally committed as revision 7175 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Timo Lindfors
84bf226b65
Add support for files that begin with a dash.
...
Patch by Timo Lindfors % lindi A kurp P hut P fi %
Original thread:
Date: Mon, 27 Nov 2006 02:00:14 +0200
Subject: [Ffmpeg-devel] ffplay confused about filenames that begin with a dash
Originally committed as revision 7174 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
c61b9d4473
PIC fix
...
Originally committed as revision 7173 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Brian Foley
49cef7443a
Move copy_block* functions to dsp dsputil.h
...
Patch by Brian Foley % bfoley A compsoc P nuigalway P ie %
Original thread:
Date: Nov 26, 2006 6:44 PM
Subject: Re: [Ffmpeg-devel] [PATCH] put_mpeg4_qpel16_h_lowpass altivec, take 2
Originally committed as revision 7172 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
61f5b14a8e
Correct rounding values in overlap filtering
...
Originally committed as revision 7171 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
5081f3aad5
B-frames support for adv. profile
...
Originally committed as revision 7170 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
b8ce8f15a0
100l: Initialize dc_scale with current quantizer for adv I frames
...
Originally committed as revision 7169 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
25e9c7efa5
Use halfpq in coefficient scaling
...
Originally committed as revision 7168 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
167de74f10
Remove redundant comment.
...
Originally committed as revision 7167 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
c61e1098e7
typo
...
Originally committed as revision 7166 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Steven Johnson
fce2200da0
Implement DELTA_FLI opcodes correctly. Patch by Steven Johnson
...
Originally committed as revision 7165 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
37e6f5f321
support byte_run=0 case in DELTA_FLI (this case means only skip pixels)
...
Originally committed as revision 7164 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
fe99025b16
10l memory corruption bug found by Steven Johnson
...
Originally committed as revision 7163 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
b9d328597c
No need for special trick anymore for flac in matroska.
...
The flac decoder now understand full metadata header in extradata.
Originally committed as revision 7162 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
17c90b9d62
flac: allow reading of full metadata headers from extradata
...
Originally committed as revision 7161 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Bill O'Shaughnessy
3e954443dd
bring AC3 encoder output up to input volume level
...
patch by Bill O'Shaughnessy % bill P oshaughnessy A gmail.com %
+ reg tests update gruntwork by me
Original thread:
date: Nov 21, 2006 11:36 PM
subject: [Ffmpeg-devel] Simpler Patch to bring AC3 encoder output up to input level
Originally committed as revision 7160 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
6e8c46b7e3
Set CODEC_TYPE_DATA for timecode tracks.
...
Originally committed as revision 7159 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
9ed0023447
Set st->need_parsing = 2 for MPEG-content.
...
Originally committed as revision 7158 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
3c1418175d
fix bitstream to be correctly decoded by quicktime
...
Originally committed as revision 7157 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
f856756059
fix sigfpe with intra only encoding
...
Originally committed as revision 7156 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
d86b83f8ab
add interactive support for MinGW
...
patch by Ramiro Polla % ramiro A lisha P ufsc P br %
Orignial thread:
date: Nov 5, 2006 1:55 AM
subject: [Ffmpeg-devel] [PATCH] MinGW interactive support
Originally committed as revision 7155 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
8cff89be43
Conditionally compile some of the AltiVec optimizations.
...
Originally committed as revision 7154 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Matthias Hopf
1e25a7e7eb
fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot de
...
Originally committed as revision 7153 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
ba2433e9f5
typo
...
Originally committed as revision 7152 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago