Fabrice Bellard
0699d2fe44
update
...
Originally committed as revision 1238 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
97373f2538
update
...
Originally committed as revision 1237 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
4745b5bf6c
update
...
Originally committed as revision 1236 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
fce16586a1
added CREDITS file (tell me if I forgot someone)
...
Originally committed as revision 1235 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
c70a211997
ffserver documentation update
...
Originally committed as revision 1234 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
47d944d2be
doc update
...
Originally committed as revision 1233 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
b242baa411
'-' can be used for standard input
...
Originally committed as revision 1232 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
7feb950a80
fixed output pts computation in case of pcm audio (fixes ffplay status display)
...
Originally committed as revision 1231 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
4364a3e016
better than nothing patch for correct audio output with ffplay
...
Originally committed as revision 1230 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
45dd5c69f9
a/v sync support: added correct pts handling
...
Originally committed as revision 1229 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
8949367ea5
factorized All In Wonder code (not tested) - Added AIW auto detect (not tested) - mute audio when leaving (maybe an option would be needed ?) - removed all global state
...
Originally committed as revision 1228 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
5940262772
* oops fixed bad initialization of ff vals.
...
- put FF_LIBMPEG2_IDCT_PERM into CVS - so it will work for now
Originally committed as revision 1227 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
d43b10ec7a
* fixed prototype
...
Originally committed as revision 1226 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
83f238cbf0
* compilation fix (ARM users please check)
...
Originally committed as revision 1225 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
231dd3f327
now raw mpeg4 video decoding is fully supported
...
Originally committed as revision 1224 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
93ced3e81a
added multicast SDP/RTP demux for multicast streams - added support for MPEG4 video decoding in SDP/RTP
...
Originally committed as revision 1223 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
5b25dfa708
do not read probe data if format is specified - match_ext() must be exported
...
Originally committed as revision 1222 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
772956c5d7
fixed multicast connect
...
Originally committed as revision 1221 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
87f9c9e091
fixing compilation of cs_test
...
Originally committed as revision 8232 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
Michael Niedermayer
58bfafbed9
hurry_up=5 support
...
Originally committed as revision 1219 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
8a555875be
lower case div3
...
Originally committed as revision 1218 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
7c5ab7b88d
slices & encoding optim
...
Originally committed as revision 1217 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
22f3e8bea7
dr1
...
Originally committed as revision 1216 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
0626afe9b2
0.1l
...
Originally committed as revision 1215 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
152ba68cc9
YV12 support (warning this is experimental & wont work with offical huffyuv but there is a approx. 20% speed & compression gain)
...
10l flush_put_bits()
Originally committed as revision 1214 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
John Ryland
b24cf8283e
fixing mp3 detection patch by (John Ryland <jryland at trolltech dot com>)
...
Originally committed as revision 1213 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Joel Yliluoma
a32072d0e9
16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-create dot com>) (note, rare formats disabled)
...
Originally committed as revision 1212 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
11f18fafca
huffyuv
...
Originally committed as revision 1211 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
5844544064
* const warning fix
...
Originally committed as revision 1210 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
6a85ec8d9c
* minor warning fix
...
Originally committed as revision 1209 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
adb4328917
* not checking for get_buffer_callback - it would be user's error
...
* if DR1 is disabled in get_buffer_callback silently fallback to
non-dr rendering
Originally committed as revision 1208 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
d6483a8e5c
1l found by kabi
...
Originally committed as revision 1207 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
4533d2d67f
* fix double free
...
Originally committed as revision 1206 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
18f770162b
* fixing some minor const warnings
...
Originally committed as revision 1205 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
92ddb69283
* init for inv_zigzag_direct16 moved to init block
...
Originally committed as revision 1204 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
5abd509acd
* init table once
...
Originally committed as revision 1203 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
4555345704
* using macros to shorten init part
...
* removing some unused/unneeded code
* unifing some function names
Originally committed as revision 1202 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
3c97fdb8bb
Bump up the priority on the decoding thread.
...
Originally committed as revision 1201 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
34dfe896e3
* quick fix for bit exact setting
...
(FIXME - add this into context flags)
Originally committed as revision 1200 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
47837688ca
* update
...
Originally committed as revision 1199 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
c9a2ebc4c0
100l for kabi (fixing qpel)
...
Originally committed as revision 1198 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
af19f78f2f
* using DSPContext - so each codec could use its local (sub)set of CPU extension
...
* these are untested - users/developers please check
Originally committed as revision 1197 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
85bd552606
* using DSPContext - so each codec could use its local (sub)set of CPU extension
...
* fixing compiler warning about uninit level
Originally committed as revision 1196 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
ec7e0bf0fd
* using DSPContext - so each codec could use its local (sub)set of CPU extension
...
* I think IDCT needs some better generic solution
Originally committed as revision 1195 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
eb4b3dd3c3
* using DSPContext - so each codec could use its local (sub)set of CPU extension
...
Originally committed as revision 1194 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
fb602cd15e
* useless commit - ignore
...
Originally committed as revision 1193 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
c6af86c240
* avcodec_init could be removed I guess...
...
Originally committed as revision 1192 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
2602c84635
* consts
...
Originally committed as revision 1191 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
8350df9704
* added dsp_mask
...
* using frame_bits for wav bits_per_sample
Originally committed as revision 1190 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
1101abfe77
* cleanup statics & const
...
* some minor initial parsing fixes (yet it's very simple parser at this moment)
Originally committed as revision 1189 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago