summaryrefslogtreecommitdiff
path: root/libav
Commit message (Collapse)AuthorAge
* Compile framehook.cPhilip Gladstone2002-11-20
| | | | Originally committed as revision 1245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial versions of code to all per-frame video processing in ffmpeg.Philip Gladstone2002-11-20
| | | | Originally committed as revision 1244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set the pkt->pts field correctly so that frame rate reduction has a chancePhilip Gladstone2002-11-20
| | | | | | of working Originally committed as revision 1243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set the pkt->pts field so that we have a chance of doing frame rate reductionPhilip Gladstone2002-11-20
| | | | | | correctly in ffmpeg.c Originally committed as revision 1242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of a warning from asfcheck. Not sure that it really helps with WMP ↵Philip Gladstone2002-11-20
| | | | | | though! Originally committed as revision 1241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed output pts computation in case of pcm audio (fixes ffplay status display)Fabrice Bellard2002-11-19
| | | | Originally committed as revision 1231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better than nothing patch for correct audio output with ffplayFabrice Bellard2002-11-19
| | | | Originally committed as revision 1230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* a/v sync support: added correct pts handlingFabrice Bellard2002-11-19
| | | | Originally committed as revision 1229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorized All In Wonder code (not tested) - Added AIW auto detect (not ↵Fabrice Bellard2002-11-19
| | | | | | 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
* now raw mpeg4 video decoding is fully supportedFabrice Bellard2002-11-18
| | | | Originally committed as revision 1224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added multicast SDP/RTP demux for multicast streams - added support for ↵Fabrice Bellard2002-11-18
| | | | | | MPEG4 video decoding in SDP/RTP Originally committed as revision 1223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not read probe data if format is specified - match_ext() must be exportedFabrice Bellard2002-11-18
| | | | Originally committed as revision 1222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed multicast connectFabrice Bellard2002-11-18
| | | | Originally committed as revision 1221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lower case div3Michael Niedermayer2002-11-18
| | | | Originally committed as revision 1218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing mp3 detection patch by (John Ryland <jryland at trolltech dot com>)John Ryland2002-11-14
| | | | Originally committed as revision 1213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fix double freeZdenek Kabelac2002-11-13
| | | | Originally committed as revision 1206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump up the priority on the decoding thread.François Revol2002-11-12
| | | | Originally committed as revision 1201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * cleanup statics & constZdenek Kabelac2002-11-11
| | | | | | * 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
* * cleanup statics & constZdenek Kabelac2002-11-11
| | | | Originally committed as revision 1188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * cleanup statics & constZdenek Kabelac2002-11-11
| | | | | | | * using frame_bits to store bits_per_sample (to be able to recontruct exactly wav header) Originally committed as revision 1187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * cleanup statics & constZdenek Kabelac2002-11-11
| | | | Originally committed as revision 1186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reversing header gameMichael Niedermayer2002-11-10
| | | | | | MIN/MAX -> FFMIN/FFMAX Originally committed as revision 1184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use FF_INPUT_BUFFER_PADDING_SIZEMichael Niedermayer2002-11-09
| | | | Originally committed as revision 1181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* c standard style / warnings patch by (mru at users dot sourceforge dot net ↵Måns Rullgård2002-11-09
| | | | | | (Måns Rullgård)) Originally committed as revision 1180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ringbuffer patch by (François Revol <revol at free dot fr>)François Revol2002-11-08
| | | | Originally committed as revision 1177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup (breaks compatibility, requested by fabrice)Michael Niedermayer2002-11-08
| | | | | | | | | | | remove CODEC_FLAG_NOT_TRUNCATED & add CODEC_FLAG_TRUNCATED add CODEC_CAP_TRUNCATED add alpha plane to AVPicture remove CODEC_ID_MSMPEG4 remove various unused stuff support "truncated" mpeg4 streams Originally committed as revision 1175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * put there more reasnable 15fps speed (though it's probably meaningless)Zdenek Kabelac2002-11-06
| | | | Originally committed as revision 1174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * calculating with the full packet sizeZdenek Kabelac2002-11-05
| | | | Originally committed as revision 1170 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * allocate slightly more data - so decoders won't be touching memoryZdenek Kabelac2002-11-05
| | | | | | out of allocated range (would be 4 bytes enough here ???) Originally committed as revision 1168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * free extradataZdenek Kabelac2002-11-05
| | | | Originally committed as revision 1167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * don't show header errors when eof is reachedZdenek Kabelac2002-11-05
| | | | Originally committed as revision 1165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MIN/MAX sys/param.h patch by (François Revol <revol at free dot fr>)François Revol2002-11-05
| | | | Originally committed as revision 1164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BeOS Audio ouput patch by (François Revol <revol at free dot fr>)François Revol2002-11-05
| | | | Originally committed as revision 1163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 supportFrançois Revol2002-11-02
| | | | | | | | | contribution by Laszlo Torok <torokl@alpha.dfmk.hu> 4CC 'MAC3' and 'MAC6' in Quicktime. It works for mono streams, needs to be fixed for stereo when I get my hands on a stereo sample :) patch by (François Revol <revol at free dot fr>) Originally committed as revision 1145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added BeOS net_server support (R5 network stack), basically the sameFrançois Revol2002-11-02
| | | | | | | | problems as with winsock (sockets != fd), and the broken select(). based on older patch by Andrew Bachmann. patch by (François Revol <revol at free dot fr>) Originally committed as revision 1144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * always set extradata_sizeZdenek Kabelac2002-10-31
| | | | Originally committed as revision 1129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * removed extra_data from AVStream (it's part of Codec)Zdenek Kabelac2002-10-31
| | | | | | * removed pts*1000 for paket timing (using ms) Originally committed as revision 1128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Made encoding to ASF streams work again. It turns out that the defaultPhilip Gladstone2002-10-30
| | | | | | | | | stream id that AVI wants for MSMPEG4V3 doesn't work for ASF. I have added a flag to indicate that certain tags should not be used in ASF streams. I think that this is the wrong solution (just adding a flag for ASF), but it does work. Originally committed as revision 1112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unified wav header parsing - added extradata supportFabrice Bellard2002-10-28
| | | | Originally committed as revision 1092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put/get portable for IEEE double - renamed put_native_string/get_native_stringFabrice Bellard2002-10-22
| | | | Originally committed as revision 1062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* single frame output fixFabrice Bellard2002-10-21
| | | | Originally committed as revision 1061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the new output PTS handling is now genericFabrice Bellard2002-10-21
| | | | Originally committed as revision 1058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use PTS api - suppressed redundant fourcc tags (don't know why it was ↵Fabrice Bellard2002-10-21
| | | | | | duplicated) Originally committed as revision 1056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use consistant PTS handling - fixed MPEG2 Pack header generation (clock_ref ↵Fabrice Bellard2002-10-21
| | | | | | value is still slightly inaccurate) Originally committed as revision 1055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AV synchronisation APIFabrice Bellard2002-10-21
| | | | Originally committed as revision 1054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new video grab device for ATI All-In-Wonder cards based on the GATOS km ↵Michael Niedermayer2002-10-20
| | | | | | driver patch by (Fred <foohoo at shaw dot ca>) Originally committed as revision 1053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better framework for specific mpeg mux options such as vcd - added ↵Fabrice Bellard2002-10-15
| | | | | | (incomplete) mpeg2 vob muxer for dvd creation Originally committed as revision 1042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppressed vcd flag - use new mpeg mux format insteadFabrice Bellard2002-10-15
| | | | Originally committed as revision 1041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added null output format for speed testingFabrice Bellard2002-10-14
| | | | Originally committed as revision 1036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better MPEG4 support (at least can view some mpeg4 examples)Fabrice Bellard2002-10-14
| | | | Originally committed as revision 1033 to svn://svn.ffmpeg.org/ffmpeg/trunk