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
Steven M. Schultz
495d6cdcfd
vhoook vs vhook typo, patch by Steven M. Schultz < sms - at - 2BSD - at - COM >
...
Originally committed as revision 4624 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
5693c08356
sse2 16x16 sum squared diff (306=>268 cycles on a K8)
...
faster 8x8 mmx ssd (77=>70 cycles)
Originally committed as revision 4623 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
François Revol
7dd611c900
change my ç from latin-1 to UTF-8. UTF-8 ownz!
...
Originally committed as revision 4622 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
e926e391bd
Remove references to release or CVS versions, they are misleading.
...
Originally committed as revision 4621 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Martin Boehme
be0efc0cfa
Since there have been quite a few questions recently on how to use the
...
FFmpeg libraries with Visual C++, here's a patch for the documentation
that explains everything in (excruciating) detail.
patch by Martin Boehme <boehme -- at -- inb -- dot -- uni-luebeck -- dot -- de>
Originally committed as revision 4620 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Jan Knutar
515875484b
NetBSD build fix: A forgotten $extraflags caused -lm to fall off.
...
patch by Jan Knutar <jknutar -- at -- nic -- dot -- fi>
Originally committed as revision 4619 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
d90cbe5fe8
6% faster decode_cabac_residual
...
Originally committed as revision 4618 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
diane_cartman@gmx.de
ca3b0d2719
13% faster decode_residual (cavlc).
...
patch by diane_cartman at gmx dot de.
Originally committed as revision 4617 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
4e159595b5
support for building dynamic libraries on Mac OS X
...
based on a patch by Lina Pezzella <J4rg0n -- at -- gentoo -- dot -- org>
Originally committed as revision 4616 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michel Bardiaux
399d84012f
Fix some #ifdef to allow building amr_wb alone.
...
patch by Michel Bardiaux < mbardiaux -- dot -- mediaxim -- dot -- be >
Originally committed as revision 4615 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Sam Hocevar
67860b268e
Tell configure about hppa, s390, mipsel, m68k and ia64 architectures.
...
patch by Sam Hocevar < sam -- at -- zoy -- dot -- org >
Originally committed as revision 4614 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
29799f8b75
spelling fixes
...
Originally committed as revision 4613 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
b34c63f773
Make configure bail out when confronted with unknown options.
...
Originally committed as revision 4612 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
a9e3509529
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
...
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
19 years ago
Michel Bardiaux
288f1e6815
fix some pointer to intger without cast warnings (patch by Michel Bardiaux)
...
Originally committed as revision 4610 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Aurelien Jacobs
62ab0b7822
fix unused variable warnings
...
Originally committed as revision 4609 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
12e9668119
replace a few mov + psrlq with pshufw, there are more cases which could benefit from this but they would require us to duplicate some functions ...
...
the trick is from various places (my own code in libpostproc, a patch on the x264 list, ...)
Originally committed as revision 4608 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Gábor Kovács
dc9f52602f
Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer.
...
Here is a patch which frees the rbsp_buffer in decode_end().
patch by (Gábor Kovács | picard / demoscene \ hu)
Originally committed as revision 4607 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Sam Hocevar
528bbdde7f
Add a leading zero to the sequence files generated by the testsuite
...
so they always appear in proper order.
patch by Sam Hocevar < sam -- at -- zoy -- dot -- org >
Originally committed as revision 4606 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
96f2c1fbce
Add some files generated by regression tests.
...
Originally committed as revision 4605 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
4bc113a937
Misplaced #ifdef, the MMFContext struct is needed outside CONFIG_ENCODERS.
...
Originally committed as revision 4604 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
8f196b14f5
changing a few options to AVOptions
...
Originally committed as revision 4603 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
9061be9fb3
precautionary checks
...
Originally committed as revision 4602 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
267e9dfa9d
doxygenize a few comments
...
very minor cleanup
Originally committed as revision 4601 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
d2752a0ddf
dont print NULL
...
Originally committed as revision 4600 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
7df6545556
Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.h
...
where it makes more sense.
Originally committed as revision 4599 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
0f88407075
set pts for h.263 decoding
...
Originally committed as revision 4598 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
344b825ceb
Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.
...
Originally committed as revision 4597 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
2118901192
print more time_base fps stuff if av_log level is at debug or above
...
print more likely correct fps
not sure if this is formated optimally ...
Originally committed as revision 4596 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
357a28430a
check return value of decode_cabac_mb_dqp, it is INT_MIN on error.
...
fixes crash with http://stud4.tuwien.ac.at/~e0326863/ats/bbc-sample_small.mpg
and MPlayer's broken packetizer (but will not decode right of course).
Originally committed as revision 4595 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Dario Andrade
18ae520b72
set more x264 encoding parameters
...
patch by Dario Andrade <dario at ip tv>
Originally committed as revision 4594 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
9fcfac15ba
minor typo fixes
...
Originally committed as revision 4593 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
fac862c659
the people want lower case ...
...
Originally committed as revision 4592 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago