Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-10-01New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &Mike Melanson
Video-1, Apple RPZA, Cinepak, Westwood IMA ADPCM Originally committed as revision 2324 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-30Patch for attribute(printf) by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer
Originally committed as revision 2322 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-3010lMichael Niedermayer
Originally committed as revision 2321 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-29 * The functionality is now available in dv.[ch].Roman Shaposhnik
Originally committed as revision 2320 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-29 * DV handling was streamlined for both muxing/demuxing andRoman Shaposhnik
decoding. All muxing/demuxing functionality is now available in libavformat/dv.[ch]. * dv1394.c and avidec.c were hooked up with general DV demuxer. * DVAUDIO is dead! Long live pcm_s16le! * DV audio is now always recognized -- which means we can now hear all those ducks quaking in pond.dv. Originally committed as revision 2319 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-29Fix a very nasty problem with extra bytes appearing in TCP data streams.Philip Gladstone
Whenever there was an EINTR/EAGAIN return, then a byte in the data stream would be duplicated!! This fix should allow ffserver to work again. Originally committed as revision 2317 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-29PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi ↵Dan Christiansen
dot au dot dk>) Originally committed as revision 2315 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-29mov/mp4/3gp muxer improvements patch by (Thomas Raivio <tjraivio at cc dot ↵Thomas Raivio
hut dot fi>) Originally committed as revision 2314 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-29AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)Michael Niedermayer
Originally committed as revision 2311 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-26send the chunk preamble bytes to the respective decoders; Id RoQ demuxerMike Melanson
now works correctly Originally committed as revision 2303 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-25yuv4mpeg.c extra space patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz
Originally committed as revision 2301 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-23Fix compilation with cccFalk Hüffner
Originally committed as revision 2298 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-21clean up 4xm demuxer; make valgrind just a little happierMike Melanson
Originally committed as revision 2296 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-20iterate through the appropriate range of palette entriesMike Melanson
Originally committed as revision 2295 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-18provisions for raw PCM audioMike Melanson
Originally committed as revision 2291 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-17remove unused AMREXTRALIBSFabrice Bellard
Originally committed as revision 2287 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-16generate correct PTS in transport stream - use mpeg2 encoder by defaultFabrice Bellard
Originally committed as revision 2282 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-16 * fixing a typo ;-)Roman Shaposhnik
Originally committed as revision 2280 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-16correct DLL windows installFabrice Bellard
Originally committed as revision 2279 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-14adapt to use interim palette control API; do away with multi-chunk dataMike Melanson
transfer to decoder Originally committed as revision 2274 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-1364 bit pts for writing - more const usage (don't forget me !)François Revol
Originally committed as revision 2269 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-12deploy palette control APIMike Melanson
Originally committed as revision 2266 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-12simplified version handlingFabrice Bellard
Originally committed as revision 2264 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-11forgot to apply the palette component lookup tableMike Melanson
Originally committed as revision 2259 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-11removed invalid sequence end codeFabrice Bellard
Originally committed as revision 2256 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-1164 bit pts for writing - more const usageFabrice Bellard
Originally committed as revision 2255 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-10get_bi(), be/le fixMichael Niedermayer
Originally committed as revision 2254 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-10theres no SVQ1 encoder -> it cant be defaultMichael Niedermayer
Originally committed as revision 2252 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-10mov/mp4 muxer cleanup (mostly cosmetics/simplifications & global header fix)Michael Niedermayer
Originally committed as revision 2249 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-09memleak fix by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer
Originally committed as revision 2242 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-09kernel header bug workaround by (Ronald Bultje <rbultje at ronald dot ↵Michael Niedermayer
bitfreak dot net>) Originally committed as revision 2241 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-09Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>)Glenn Maynard
Originally committed as revision 2240 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-09ID3 parsing and generation in MP3 formatFabrice Bellard
Originally committed as revision 2237 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-09removed localtime_r.hFabrice Bellard
Originally committed as revision 2236 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-09CODEC_ID_MP3LAME is obsoleteFabrice Bellard
Originally committed as revision 2232 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-09removed os_support.hFabrice Bellard
Originally committed as revision 2230 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-09simpler strptime - added os_support.[ch] - moved localtime_r to os_support.cFabrice Bellard
Originally committed as revision 2228 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-09removed ctype.h headerFabrice Bellard
Originally committed as revision 2225 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-09fixed endianness dependancies (untested)Fabrice Bellard
Originally committed as revision 2224 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-08hacks to support Xan AVI filesMike Melanson
Originally committed as revision 2220 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-08support for Duck DK3 and DK4 ADPCMMike Melanson
Originally committed as revision 2219 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-08demuxer for custom Wing Commander III movie (.mve) filesMike Melanson
Originally committed as revision 2218 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-07memory leak fix by (Tom Dexter <devel at www dot digitalaudiorock dot com>)Michael Niedermayer
Originally committed as revision 2216 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-07move packetheader after startcodesAlex Beregszaszi
Originally committed as revision 2215 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-07some fixesAlex Beregszaszi
Originally committed as revision 2214 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-06padding fixMichael Niedermayer
Originally committed as revision 2213 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-06big/little endian fixMichael Niedermayer
storing 64bit stuff in int fix put_v() fix startcodes nut_probe() Originally committed as revision 2212 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-05initial nut muxer and demuxer (demuxer is not fail safe)Alex Beregszaszi
Originally committed as revision 2211 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-05bump version numbers to 0.4.8Alex Beregszaszi
Originally committed as revision 2210 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-05rewriteMichael Niedermayer
Originally committed as revision 2208 to svn://svn.ffmpeg.org/ffmpeg/trunk