Fabrice Bellard
228ef9dde1
memmove fixes (Jon Burgess)
...
Originally committed as revision 2157 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
758cf534f5
update version
...
Originally committed as revision 2156 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
5ee03c86bc
update
...
Originally committed as revision 2155 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
b4f237b6b5
up to date regression tests
...
Originally committed as revision 2154 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
04e3f86d6b
ac3 test
...
Originally committed as revision 2153 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
44664b0915
accepts pgmyuv extension
...
Originally committed as revision 2152 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
22b37f5d32
suppressed frame number modulus hack - added loop_input hack which I find easier to understand
...
Originally committed as revision 2151 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
b1b77fe967
added loop option
...
Originally committed as revision 2150 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
375c44f4bb
use new loop option
...
Originally committed as revision 2149 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
2853e85cea
disabled file based tests
...
Originally committed as revision 2148 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
19a11db2aa
exclude Duration field too
...
Originally committed as revision 2147 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
d95ac2c554
spell fixes
...
Originally committed as revision 2146 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
23a65308e3
man page installation support
...
Originally committed as revision 2145 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
f5fe9d5f8c
export int64_t_C as it is needed by libavformat.h
...
Originally committed as revision 2144 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
02d504a7d3
more sections in help - copyright fixes
...
Originally committed as revision 2143 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
18bff7520e
added all options
...
Originally committed as revision 2142 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
b030b284f2
explain Windows Native and Cross build - linked to DLL build page (unsupported yet in the makefiles)
...
Originally committed as revision 2141 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
7eea5766d5
removed deprecated win32 option (use --enable-mingw32 and --cross-prefix)
...
Originally committed as revision 2140 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
00b4fdb758
win32 compile fix
...
Originally committed as revision 2139 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
3519af27d8
when changing version, please keep my changes (win32 compile fix)
...
Originally committed as revision 2138 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
2eb5d02427
updated supported codec/format
...
Originally committed as revision 2137 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
e99c4e1037
added ffplay documentation - added automatic man page generation for ffmpeg, ffserver and ffplay
...
Originally committed as revision 2136 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
d6eb3c500a
custom quant matrix encoding support
...
Originally committed as revision 2135 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
c3bf0288c9
PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at frogger dot rules dot pl>
...
note: completly untested, no demuxer yet
Originally committed as revision 2134 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
a6aec9c94f
update
...
Originally committed as revision 2133 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
9ee2c20e49
repeat_pict was never returned
...
Originally committed as revision 2132 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
c92454179d
all human-readable output should go into stderr for now. We really
...
need a generic logging facility in ffmpeg, but this will suffice for now.
Originally committed as revision 2131 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
f80f796434
enabling Sun medialib support via --enable-sunmlib, the default
...
(even on systems with medialib is to use ffmpeg routines)
Originally committed as revision 2130 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
743739d2c5
AC3 encoding patch ba (Ross Martin <ffmpeg at ross dot interwrx dot com>)
...
Originally committed as revision 2129 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
b928ec649c
fixing chroma MC
...
minor cleanup
postprocessing support
Originally committed as revision 2128 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
a2f11b3c3a
MC rounding fixed?
...
UMV
still not bugfree :(
Originally committed as revision 2127 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
8e39d4a744
fix AVFrame.reference (the frames are used for decoding future frames so it should be !=0)
...
fix some assert in utils.c (no bug but its saver if the released pointers are NULL)
fix double release_buffer() at the end
Originally committed as revision 2126 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
bd5a60201e
use codec_tag for encoding too
...
Originally committed as revision 2125 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
f818862633
fixing thread safety, this may cause alignment problms (if it does than the stuff should be moved to MpegEncContext)
...
Originally committed as revision 2124 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
36b58e850d
* fixing a regression in mpeg encoder (not setting pix_fmt),
...
this is hardly the right way to do things, but it'll suffice for now.
* patch from Gildas Bazin
gbazin at altern dot org
* fix for a 10l in configure
* gcc 2.95.3 and Solaris build in general are not ready
for -Werror in libavformat/Makefile
Originally committed as revision 2123 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
bdb2e37c4a
initial sh4 support
...
Originally committed as revision 2122 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mike Melanson
966df5b6b3
reverse earlier patch
...
Originally committed as revision 2121 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Magnus Damm
b6e52719c6
Simplified and fixed altivec/altivec.h detection under Linux and Darwin (and others). Patch by Magnus Damm <damm@opensource.se>
...
Originally committed as revision 2120 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
c95108037f
support for older real audio files (<= version 3)
...
Originally committed as revision 2119 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
62563c38d0
skip ext header missing message for msmpeg4v2
...
Originally committed as revision 2118 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
48091512c9
no default bit rate if decoding
...
Originally committed as revision 2117 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
cb750e331b
added get_audio_frame()
...
Originally committed as revision 2116 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
12f996edfa
initial duration/start_time generic support - displays stream duration and average total bitrate when using an input file
...
Originally committed as revision 2115 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
5b685a7a76
removed MAXINT64
...
Originally committed as revision 2114 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
25c4950e9b
update duration and start_time
...
Originally committed as revision 2113 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
32f38cb4cc
exports mpegps_demux
...
Originally committed as revision 2112 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
ca1538f8d9
update duration and start_time
...
Originally committed as revision 2111 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
247eadca9d
update duration and start_time - add av_new_stream() usage
...
Originally committed as revision 2110 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
fa26a29d65
add av_new_stream() usage
...
Originally committed as revision 2109 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
ee40480319
added stream start time and duration API - AV_NOPTS_VALUE is no longer zero
...
Originally committed as revision 2108 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago