François Revol
a018d318e7
64 bit pts for writing - more const usage (don't forget me !)
...
Originally committed as revision 2269 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
0f371e3e2a
final word on RGBA byte order
...
Originally committed as revision 2268 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Roman Shaposhnik
e7015b41e7
* patch for compile problem by "Steven M. Schultz" sms at 2BSD dot COM
...
Originally committed as revision 2267 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
ba118447d5
deploy palette control API
...
Originally committed as revision 2266 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
50f52fcdc3
doc update
...
Originally committed as revision 2265 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
7b7d86f120
simplified version handling
...
Originally committed as revision 2264 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
d35ff76b79
windows installer
...
Originally committed as revision 2263 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
258207b7fc
simplified version handling - set win32 install path
...
Originally committed as revision 2262 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
e9cc5211a4
copy & paste strikes again
...
Originally committed as revision 2261 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
6f4915ac83
xan_wc3 decoder now works correctly; added a bunch of output
...
colorspaces
Originally committed as revision 2260 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
7e5ef401b7
forgot to apply the palette component lookup table
...
Originally committed as revision 2259 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
541ae14095
AVI stream header FCC / more reliable detection of old xvid files
...
Originally committed as revision 2258 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
cb0c448a8d
example using video encoder latency
...
Originally committed as revision 2257 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
fa0f62c37d
removed invalid sequence end code
...
Originally committed as revision 2256 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
490579042a
64 bit pts for writing - more const usage
...
Originally committed as revision 2255 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
8c653280bd
get_bi(), be/le fix
...
Originally committed as revision 2254 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
8fc6c2b537
detect old xvid with fourcc=DIVX
...
remove "this file was encoded with ..." stuff (use debug=4096 if u want to know that)
Originally committed as revision 2253 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
2187d9482e
theres no SVQ1 encoder -> it cant be default
...
Originally committed as revision 2252 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
09770af869
detect avcodec_open() on an already opened AVCodecContext
...
Originally committed as revision 2251 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
d9d8910bf2
Tim
...
Originally committed as revision 2250 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
6e6d6dc0a5
mov/mp4 muxer cleanup (mostly cosmetics/simplifications & global header fix)
...
Originally committed as revision 2249 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
b160941221
removed warnings
...
Originally committed as revision 2248 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
09b85c13a3
use const data - began to make code more portable
...
Originally committed as revision 2247 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
1df1df0b44
removed warnings
...
Originally committed as revision 2246 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
83586795a2
remove warnings
...
Originally committed as revision 2245 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
3bb1f2da02
mpegaudio decoder no longer forgets to decoder last audio frame
...
Originally committed as revision 2244 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
2523e73c77
--disable-risky fix by (Luca Abeni <lucabe72 at email dot it>)
...
Originally committed as revision 2243 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
9d90c37f39
memleak fix by (Michel Bardiaux <mbardiaux at peaktime dot be>)
...
Originally committed as revision 2242 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
72a476c1e1
kernel header bug workaround by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>)
...
Originally committed as revision 2241 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Glenn Maynard
cddf3f452a
Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>)
...
Originally committed as revision 2240 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
d0526ecf66
show stream info with -stats
...
Originally committed as revision 2239 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
98ce5991d7
update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?)
...
Originally committed as revision 2238 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
6a58e1510d
ID3 parsing and generation in MP3 format
...
Originally committed as revision 2237 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
e224e36030
removed localtime_r.h
...
Originally committed as revision 2236 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
c54d0a1ae0
removed strptime test
...
Originally committed as revision 2235 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
33f25681ae
removed ctype.h
...
Originally committed as revision 2234 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
f42eda74dd
header fixes - removed MPEG-4 b frame limtation in help
...
Originally committed as revision 2233 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
80783dc2c2
CODEC_ID_MP3LAME is obsolete
...
Originally committed as revision 2232 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
dcedf58672
changed my mind about CODEC_ID_MPEGVIDEO - CODEC_ID_MP3LAME is absolete
...
Originally committed as revision 2231 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
66a15ea2d2
removed os_support.h
...
Originally committed as revision 2230 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
db0e9b034b
AC3 note
...
Originally committed as revision 2229 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
f71869a4db
simpler strptime - added os_support.[ch] - moved localtime_r to os_support.c
...
Originally committed as revision 2228 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
742d87d633
removed os_support.h
...
Originally committed as revision 2227 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
ca4a77c5b3
removed os_support.h as most of libavcodec is os independant - most of the time only libavformat needs OS dependant features
...
Originally committed as revision 2226 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
4358d5def3
removed ctype.h header
...
Originally committed as revision 2225 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
a182f5da93
fixed endianness dependancies (untested)
...
Originally committed as revision 2224 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
56c4a18464
ctype.h is a common header
...
Originally committed as revision 2223 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
25f90cf76a
version update
...
Originally committed as revision 2222 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
b17e9c996c
fringe feature update
...
Originally committed as revision 2221 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
9e8cd0db54
hacks to support Xan AVI files
...
Originally committed as revision 2220 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago