Loren Merritt
93a319f13b
asm implementation of mid_pred.
...
20% faster huffyuv decoding, 4% faster ffv1.
Originally committed as revision 6254 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
04d7f60143
Add official LGPL license headers to the files that were missing them.
...
Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
9814587500
Align the input buffer in ffplay, introduce a public macro for aligned declarations
...
Update the avcodec_decode_audio and the float_to_int16 descriptions accordingly
Originally committed as revision 6147 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
955ab9a4d8
attribute_deprecated
...
Originally committed as revision 6033 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
67eca72dc0
SWAP
...
Originally committed as revision 6030 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
aab7715910
do not include bswap.h in common.h for external programs, since the former
...
is not installed currently.
Originally committed as revision 5809 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Abeni
cea8f6f323
Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil
...
Originally committed as revision 5784 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
05020c89eb
Split common.h in two parts, purely internal stuff (internal.h) and things
...
available to external programs as well.
Also make more things available to external programs like GET_UTF8, MKTAG etc.
Originally committed as revision 5765 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
29e4710a70
indent
...
Originally committed as revision 5739 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
0339e2b49f
simplify
...
Originally committed as revision 5738 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
6d3d62b3d3
simplify
...
Originally committed as revision 5737 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
1dd590619a
remove impossible #ifdef case
...
Originally committed as revision 5736 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
b2b48c77ca
remove old msvc cruft
...
Originally committed as revision 5735 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
43756fa17f
remove redundant #include <math.h>
...
Originally committed as revision 5734 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
2f30a81d19
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
...
CONFIG_MINGW or __MINGW32__ instead.
Originally committed as revision 5718 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
f7facfbf23
cosmetics: Fix indentation after last commit.
...
Originally committed as revision 5710 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
4bbefe6b5e
Remove old MSVC remnants.
...
Originally committed as revision 5709 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
18769c0a79
cosmetic
...
Originally committed as revision 5690 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
a7702890bd
remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway)
...
Originally committed as revision 5689 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
9d82b0dda1
moving utf8 reading function to libavutil
...
Originally committed as revision 5664 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
24dd8c616d
Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org>
...
Originally committed as revision 5631 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
959e63c9ba
floorf() is not used, and causes warnings on Solaris
...
Originally committed as revision 5617 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Pettenò
72468a035a
make sure NDEBUG is not defined already before defining it
...
Patch by Diego 'Flameeyes' Petteno flameeyes AA gentoo PP org
Original thread:
Date: Jun 30, 2006 1:09 AM
Subject: [Ffmpeg-devel] [PATCH] Avoid warning on NDEBUG redefinition
Originally committed as revision 5557 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Aurelien Jacobs
77177335f0
document clip functions
...
Originally committed as revision 5338 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Panagiotis Issaris
3a1fda0a37
clip_uint8 should return an uint8_t instead of an int (patch by Panagiotis Issaris < takis.issaris _at_ uhasselt.be >)
...
Originally committed as revision 5336 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
d2fbcb3bc8
#define [U]INT32_{MIN,MAX} if missing
...
Originally committed as revision 5261 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Sam Hocevar
5f112e1f96
Proper mangling information for symbols in OS X Mach-O shared objects.
...
patch by Samuel Hocevar, sam ..at.. zoy ..dot.. org
Originally committed as revision 5120 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
320d060ae9
On MinGW it is not possible to build shared and static libraries at once.
...
Add means to disable building the static libraries and fix a few issues
with the MinGW build.
All the hard work done by Alexander Strasser, minor changes by myself.
Originally committed as revision 4909 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Gildas Bazin
ac44871c77
WinCE cross-compilation support
...
patch by Gildas Bazin < gbazin **@** altern **.** org >
Originally committed as revision 4881 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
bb270c0896
COSMETICS: tabs --> spaces, some prettyprinting
...
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
115329f160
COSMETICS: Remove all trailing whitespace.
...
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
François Revol
86f77a493a
Add some more PRIfooNN crap so it builds again here. Why can't ppl add defaults when they use such things ?
...
Originally committed as revision 4741 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Fredrik Orderud
765c344060
Define EMULATE_INTTYPES for all windows-systems, except Cygwin and MinGW
...
to simplify usage on Windows.
patch by Fredrik Orderud fredrik - . - orderud - @ - idi - . - ntnu - . - no
Originally committed as revision 4736 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
François Revol
e684b35d62
fix for systems not defining PRIu64, not everyone knows C99.
...
Originally committed as revision 4721 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alexander Strasser
e852beeee3
Fixed format specifier in STOP_TIMER macro.
...
Originally committed as revision 4713 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
Diego Biurrun
978844ccaa
Wrong comment after #endif.
...
Noticed by Fred Rothganger < rothgang -- at -- uiuc -- dot -- edu >
Originally committed as revision 4566 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alexander Strasser
c11c2bc20b
libavutil: Utility code from libavcodec moved to a separate library.
...
Originally committed as revision 4489 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
59d8efb340
uint_fast64_t emulation by (Wolfram Gloger: wmglo, dent med uni-muenchen de)
...
Originally committed as revision 4356 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
0775c88f4e
START/STOP_TIMER for ppc32 by (Luca Barbato: lu_zero, gentoo org)
...
Originally committed as revision 4298 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
ee572c5482
remove duplicate clip to 8bit function
...
Originally committed as revision 4143 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Aurelien Jacobs
8230cf0210
add an AMD64 specific implementation of rdtsc()
...
Originally committed as revision 4135 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
40c5fa2689
AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)
...
with minor changes from me
Originally committed as revision 4019 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Måns Rullgård
88730be651
kill warnings patch by (Måns Rullgård <mru inprovide com>)
...
Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
1f3f950799
disallow strcat
...
Originally committed as revision 3826 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
2fc8ea249f
dissallow sprintf
...
Originally committed as revision 3823 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
caa336b4cc
common.c -> bitstream.c (and the single non bitstream func -> utils.c)
...
common.h -> common.h/bitstream.h
Originally committed as revision 3777 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Drew Hess
a2c3bf82a7
fixes for PIC code on x86-64 patch by (Drew Hess <drew.hess gmail com>)
...
Originally committed as revision 3757 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Burkhard Plaum
073c2593c9
Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>)
...
Originally committed as revision 3717 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Bohdan Horst
cc044c1cc0
INT MIN/MAX patch by (Bohdan Horst <nexus at irc dot pl>)
...
Originally committed as revision 3632 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago