summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &Mike Melanson2003-10-01
| | | | | | Video-1, Apple RPZA, Cinepak, Westwood IMA ADPCM Originally committed as revision 2324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rate distortion optimal cbp support (h263/mpeg4 non intra only)Michael Niedermayer2003-09-30
| | | | Originally committed as revision 2323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Patch for attribute(printf) by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer2003-09-30
| | | | Originally committed as revision 2322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-09-29
| | | | Originally committed as revision 2321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * The functionality is now available in dv.[ch].Roman Shaposhnik2003-09-29
| | | | Originally committed as revision 2320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * DV handling was streamlined for both muxing/demuxing andRoman Shaposhnik2003-09-29
| | | | | | | | | | | | | | 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
* avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>)Drew Hess2003-09-29
| | | | Originally committed as revision 2318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a very nasty problem with extra bytes appearing in TCP data streams.Philip Gladstone2003-09-29
| | | | | | | 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
* Trivial error reporting patch by (Glenn Maynard <g_sf at zewt dot org>)Glenn Maynard2003-09-29
| | | | Originally committed as revision 2316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi ↵Dan Christiansen2003-09-28
| | | | | | dot au dot dk>) Originally committed as revision 2315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mov/mp4/3gp muxer improvements patch by (Thomas Raivio <tjraivio at cc dot ↵Thomas Raivio2003-09-28
| | | | | | hut dot fi>) Originally committed as revision 2314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ppm vhook follow up patch by (Charles Yates <charles dot yates at pandora ↵Charles Yates2003-09-28
| | | | | | | | dot be>) mostly tab -> space cosmetics Originally committed as revision 2313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init AVFrame with defaultsMichael Niedermayer2003-09-28
| | | | Originally committed as revision 2312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)Michael Niedermayer2003-09-28
| | | | Originally committed as revision 2311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplerMichael Niedermayer2003-09-28
| | | | Originally committed as revision 2310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updatedFabrice Bellard2003-09-28
| | | | Originally committed as revision 2309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean target removes output_exampleFabrice Bellard2003-09-28
| | | | Originally committed as revision 2308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor bugfix to prevent segfault if a malloc fails. I have no idea whatPhilip Gladstone2003-09-27
| | | | | | will happen, but at least this crash is gone. Originally committed as revision 2307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hurry_up fix?Michael Niedermayer2003-09-27
| | | | Originally committed as revision 2306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100lMichael Niedermayer2003-09-27
| | | | Originally committed as revision 2305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* srcSliceY % 4 != 0 fixMichael Niedermayer2003-09-26
| | | | Originally committed as revision 10953 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* h263 stuffing decode fixMichael Niedermayer2003-09-26
| | | | Originally committed as revision 2304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* send the chunk preamble bytes to the respective decoders; Id RoQ demuxerMike Melanson2003-09-26
| | | | | | now works correctly Originally committed as revision 2303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixes levis.aviMichael Niedermayer2003-09-25
| | | | | | dunno if this is correct ... Originally committed as revision 2302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yuv4mpeg.c extra space patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2003-09-25
| | | | Originally committed as revision 2301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slight quality improvement ( < +0.04 PSNR) for high bitrate videos with ↵Michael Niedermayer2003-09-24
| | | | | | trellis quantization Originally committed as revision 2300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constraint_parameter_flag fixMichael Niedermayer2003-09-24
| | | | Originally committed as revision 2299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with cccFalk Hüffner2003-09-22
| | | | Originally committed as revision 2298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fix for integer overflowRoman Shaposhnik2003-09-22
| | | | Originally committed as revision 2297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reversed for cause of code obsolescencePierre Lombard2003-09-21
| | | | Originally committed as revision 10896 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* clean up 4xm demuxer; make valgrind just a little happierMike Melanson2003-09-20
| | | | Originally committed as revision 2296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* printf() requires stdio.hPierre Lombard2003-09-20
| | | | Originally committed as revision 10891 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* iterate through the appropriate range of palette entriesMike Melanson2003-09-20
| | | | Originally committed as revision 2295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix Interplay DPCM (frames are intracoded, predictors do not carryMike Melanson2003-09-19
| | | | | | forward to next block, initial predictors go to the output) Originally committed as revision 2294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MACRO-ize a bunch of redundant code blocks; fix 16-bit RGB modes (it'sMike Melanson2003-09-19
| | | | | | RGB not RGG) Originally committed as revision 2293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do away with all those naughty global variablesMike Melanson2003-09-19
| | | | Originally committed as revision 2292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* provisions for raw PCM audioMike Melanson2003-09-18
| | | | Originally committed as revision 2291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* video looks beautiful now, many thanks to Alexander BelyakovMike Melanson2003-09-18
| | | | | | <abel at krasu.ru> for squishing bunches of bugs Originally committed as revision 2290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wrong, wrong, wrong...coded bits are read in the opposite directionMike Melanson2003-09-17
| | | | Originally committed as revision 2289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updateFabrice Bellard2003-09-16
| | | | Originally committed as revision 2288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused AMREXTRALIBSFabrice Bellard2003-09-16
| | | | Originally committed as revision 2287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use VC++ lib tool if availableFabrice Bellard2003-09-16
| | | | Originally committed as revision 2286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doc updateFabrice Bellard2003-09-16
| | | | Originally committed as revision 2285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid initializing pts for not decoded streamsFabrice Bellard2003-09-16
| | | | Originally committed as revision 2284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better image sequence support (Charles Yates) - suppressed unused non ↵Fabrice Bellard2003-09-16
| | | | | | overlay support Originally committed as revision 2283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generate correct PTS in transport stream - use mpeg2 encoder by defaultFabrice Bellard2003-09-16
| | | | Originally committed as revision 2282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* scenechange_thresholdMichael Niedermayer2003-09-16
| | | | Originally committed as revision 2281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a typo ;-)Roman Shaposhnik2003-09-16
| | | | Originally committed as revision 2280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct DLL windows installFabrice Bellard2003-09-15
| | | | Originally committed as revision 2279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed windows buildFabrice Bellard2003-09-15
| | | | Originally committed as revision 2278 to svn://svn.ffmpeg.org/ffmpeg/trunk