Guillaume Poirier
d4de20d11c
Typo fix
...
Originally committed as revision 4672 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
84c63c013a
Ingenient MJPEG support, more at http://www.artificis.hu/files/texts/ingenient.txt
...
Originally committed as revision 4671 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
c7ea4f1903
no mixing of code and declarations
...
Originally committed as revision 4670 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Matthieu Castet
5b0e811a65
Make rle_code int everywhere instead of signed char.
...
Fixes playback of auth_generator-demo.mov, for rle_code == -128 the assignement
rle_code = -rle_code would overflow.
Patch by matthieu castet (castet matthieu (at) free fr)
Originally committed as revision 4669 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
0f72508c10
25% faster deblocking, 4-6% overall.
...
Originally committed as revision 4668 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
cd19c677cb
fix a crash on dropped frames
...
Originally committed as revision 4667 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
a6624e21cb
faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx.
...
2-4% overall speedup.
Originally committed as revision 4666 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Marcus Engene
f368375cef
FreeBSD support as well as some assorted fixes
...
patch by the author, Marcus Engene < ffmpeg __ at __ engene __ dot __ se >
Originally committed as revision 4665 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Emiliano Parasassi
2c5ee47d84
avoid the registration of DECODERS if only CONFIG_DECODERS is not defined.
...
patch by Emiliano Parassassi < millallo AH tiscali -- it >
Original thread:
Date: Mon, 24 Oct 2005 13:03:01 +0200
Subject: [Ffmpeg-devel] [PATCH] avoid registration of decoders if only encoders are choosed
Originally committed as revision 4664 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Patrice Bensoussan
fa379405bb
Fix asf header decoding issue, patch by < patrice -- bensoussan AH gmail -- 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
19 years ago
Loren Merritt
56edbd818a
10l: cqm weren't initialized in svq3.
...
Originally committed as revision 4662 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
b2909f1a04
h264 custom quant matrices
...
Originally committed as revision 4661 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
239ea04ccf
decode custom quant matrices.
...
based on a patch by anonymous, with optimizations by me.
Originally committed as revision 4660 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
fe9a734c82
Add DTS_INC to the CFLAGS for DTS. This is only set by external configure
...
programs (such as the MPlayer one) and thus somewhat hackish. We already
do this for things like MLIB_INC and IPP_INC so it should be acceptable.
Originally committed as revision 4659 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Patrice Bensoussan
61c110fc31
Fix lrintf detection when extra libs are not installed in a standard location.
...
patch by Patrice Bensoussan patrice = dot = bensoussan = at = gmail = dot = com
Originally committed as revision 4658 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Patrice Bensoussan
3702300cbb
Fix linking failure on Mac OS X <10.4.
...
patch by Patrice Bensoussan patrice = dot = bensoussan = at = gmail = . = com
Originally committed as revision 4657 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Steven M. Schultz
da186ae269
Darwin install strips all global symbols, which gives undefined symbols
...
when linking against a stripped library. To avoid this, an installstrip
variable is added that can be overridden on a per-OS basis.
patch by Steven M. Schultz < sms == at -- 2BSD -- dot == COM >
Originally committed as revision 4656 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Roberto Togni
f9c7872c66
Increase version: 'wave' atom parsing added to mov demuxer
...
Originally committed as revision 4655 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Roberto Togni
291b3ef4fb
Increase version because of QDM2 decoder addition
...
Originally committed as revision 4654 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Steve L'Homme
065148e773
init_get_bits() requires size in bits, not bytes
...
Patch by Steve Lhomme ||| steve | lhomme >at< free | fr |||
Originally committed as revision 4653 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Guillaume Poirier
9918aa24e4
revert useless patch that was supposed to fix DTS support (but the fix belongs to MPlayer, not FFmpeg)
...
Originally committed as revision 4652 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
9a695e9899
DESTDIR support , patch taken from the Debian package
...
by Samuel Hocevar < sam == at == zoy == dot == org >
Originally committed as revision 4651 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Roberto Togni
3135258e19
QDM2 compatible decoder
...
Originally committed as revision 4650 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Roberto Togni
d9b1c197e5
QDM2 compatible decoder
...
Originally committed as revision 4649 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
ea7e68b1e2
Remove .pc files on distclean.
...
Originally committed as revision 4648 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
D Richard Felker III
73cbfb1c59
100l -- mismatched type after changing sizes to type long!
...
Originally committed as revision 16784 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
19 years ago
Mike Melanson
48fa22d747
chroma decoding fix by Kostya
...
Originally committed as revision 4647 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Roberto Togni
e6885654eb
Reverse patch 1.59->1.60, it break mp3 in ffplay and ffmpeg
...
Reversing approved by patch author
Originally committed as revision 4646 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Mike Melanson
adeba28193
TM2 fixes by Kostya
...
Originally committed as revision 4645 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Giacomo Comes
aa35d2647c
Fix DTS support compilation issue. Patch by Giacomo Comes < comes AH naic POIS edu >
...
Original thread:
Date: Oct 6, 2005 4:27 PM
Subject: [Ffmpeg-devel] [PATCH] dts support compilation issue
Originally committed as revision 4644 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
23f19574f9
utf8
...
Originally committed as revision 4643 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
edfdd7986d
10l, dont make bandwidth statistics negative when feed stops being sent (it was decreased every time feed sending was aborted)
...
Originally committed as revision 4642 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Mike Melanson
670924fd9e
gcc 2.95 fix, courtesy of Luca Abeni
...
Originally committed as revision 4641 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Mike Melanson
dce76c20cf
documentation update
...
Originally committed as revision 4640 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Mike Melanson
515ae4760a
support for FLX and DTA extensions in the FLIC format, courtesy of
...
Steven Johnson (mplayer -at- sakuraindustries.com)
Originally committed as revision 4639 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Mike Melanson
64af6168f7
Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov
...
Originally committed as revision 4638 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
f37f8d4c55
fix ffserver, it is working for me now again, a more elegant fix is needed though
...
Originally committed as revision 4637 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
26aa0f8956
fix feed read_header, avoid using put_tag in write_header, to be consistent with read_header, also some minor cosmetics
...
Originally committed as revision 4636 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
e134e10f37
set_se_golomb can only write 16bits, add a note about this (ok, maybe it's brain dead using it with more than 16bits, but..)
...
Originally committed as revision 4635 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
d10dc61682
sanity check whether dimensions are non-null
...
Originally committed as revision 4634 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
83254e245c
removed unused CONFIG_AUDIO_NONSHORT
...
Originally committed as revision 4633 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
4209fad989
lame bit_rate calculation
...
Originally committed as revision 4632 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
90448512c4
initial MorphOS support
...
Originally committed as revision 4631 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
7f526efd17
Change unsigned->signed and int->long, this fits the asm code better on 64
...
bit systems.
Also fixes several crashes because (long)-i is incorrect if i is unsigned.
Originally committed as revision 16740 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
19 years ago
Loren Merritt
b926572aa9
h264 mmx weighted prediction. up to 3% overall speedup.
...
Originally committed as revision 4630 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
5539733bed
Ignore AMR directories.
...
Originally committed as revision 4629 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
j@v2v.cc
c99dd23307
Move all definitions of external dependencies into configure instead of
...
defining it in configure and the Makefiles in a random fashion.
patch by j -- at -- v2v -- dot -- cc
Originally committed as revision 4628 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Chris Halse Rogers
5af837972c
This patch to configure makes the --tune option recognise k8 core cpus
...
(athlon64, opteron, etc). Currently configure just spits a warning,
saying "unknown cpu type", and doesn't set the --march compile flag.
Patch by Chris Halse Rogers <chalserogers at gmail com>.
Originally committed as revision 4627 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
j@v2v.cc
e47972625e
Add all possible shared libraries to the pkg-config files.
...
patch by j -- at -- v2v -- dot -- cc
Originally committed as revision 4626 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Derk-Jan Hartman
672cbd9aa8
Add the flags for faac and mp3lame to $extralibs in configure, so they
...
are reported in the pkg-config of libavcodec.
patch by Derk-Jan Hartman <d.hartman - at - student - dot - utwente - dot - nl>
Originally committed as revision 4625 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago