summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* optionally try to encode each MB with MV=<0,0> and choose the one with better RDMichael Niedermayer2003-10-023-3/+22
* * preAlpha DV encoding support -- there's still a truckloadRoman Shaposhnik2003-10-014-11/+373
* nut regression testMichael Niedermayer2003-10-014-14/+26
* ac prediction cleanupMichael Niedermayer2003-10-012-92/+76
* New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &Mike Melanson2003-10-0118-3/+2140
* rate distortion optimal cbp support (h263/mpeg4 non intra only)Michael Niedermayer2003-09-304-21/+145
* Patch for attribute(printf) by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer2003-09-301-1/+1
* 10lMichael Niedermayer2003-09-291-3/+0
* * The functionality is now available in dv.[ch].Roman Shaposhnik2003-09-292-741/+0
* * DV handling was streamlined for both muxing/demuxing andRoman Shaposhnik2003-09-299-533/+1035
* avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>)Drew Hess2003-09-294-70/+85
* Fix a very nasty problem with extra bytes appearing in TCP data streams.Philip Gladstone2003-09-291-3/+7
* Trivial error reporting patch by (Glenn Maynard <g_sf at zewt dot org>)Glenn Maynard2003-09-291-1/+1
* PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi ...Dan Christiansen2003-09-285-8/+8
* mov/mp4/3gp muxer improvements patch by (Thomas Raivio <tjraivio at cc dot hu...Thomas Raivio2003-09-281-192/+274
* ppm vhook follow up patch by (Charles Yates <charles dot yates at pandora dot...Charles Yates2003-09-282-144/+203
* init AVFrame with defaultsMichael Niedermayer2003-09-281-6/+7
* AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)Michael Niedermayer2003-09-2810-113/+394
* simplerMichael Niedermayer2003-09-281-12/+4
* updatedFabrice Bellard2003-09-281-3/+3
* clean target removes output_exampleFabrice Bellard2003-09-281-1/+1
* Minor bugfix to prevent segfault if a malloc fails. I have no idea whatPhilip Gladstone2003-09-271-3/+3
* hurry_up fix?Michael Niedermayer2003-09-271-3/+5
* 100lMichael Niedermayer2003-09-271-2/+3
* srcSliceY % 4 != 0 fixMichael Niedermayer2003-09-261-1/+4
* h263 stuffing decode fixMichael Niedermayer2003-09-262-49/+43
* send the chunk preamble bytes to the respective decoders; Id RoQ demuxerMike Melanson2003-09-261-3/+2
* fixes levis.aviMichael Niedermayer2003-09-251-4/+4
* yuv4mpeg.c extra space patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2003-09-251-1/+1
* slight quality improvement ( < +0.04 PSNR) for high bitrate videos with trell...Michael Niedermayer2003-09-241-1/+41
* constraint_parameter_flag fixMichael Niedermayer2003-09-243-8/+19
* Fix compilation with cccFalk Hüffner2003-09-222-1/+8
* * fix for integer overflowRoman Shaposhnik2003-09-221-4/+4
* reversed for cause of code obsolescencePierre Lombard2003-09-211-1/+1
* clean up 4xm demuxer; make valgrind just a little happierMike Melanson2003-09-202-15/+7
* printf() requires stdio.hPierre Lombard2003-09-201-0/+2
* iterate through the appropriate range of palette entriesMike Melanson2003-09-201-1/+1
* fix Interplay DPCM (frames are intracoded, predictors do not carryMike Melanson2003-09-191-21/+9
* MACRO-ize a bunch of redundant code blocks; fix 16-bit RGB modes (it'sMike Melanson2003-09-191-97/+40
* do away with all those naughty global variablesMike Melanson2003-09-191-257/+220
* provisions for raw PCM audioMike Melanson2003-09-181-2/+9
* video looks beautiful now, many thanks to Alexander BelyakovMike Melanson2003-09-181-32/+67
* wrong, wrong, wrong...coded bits are read in the opposite directionMike Melanson2003-09-171-56/+57
* updateFabrice Bellard2003-09-162-19/+19
* remove unused AMREXTRALIBSFabrice Bellard2003-09-161-3/+3
* use VC++ lib tool if availableFabrice Bellard2003-09-161-1/+6
* doc updateFabrice Bellard2003-09-164-11/+34
* avoid initializing pts for not decoded streamsFabrice Bellard2003-09-161-12/+14
* better image sequence support (Charles Yates) - suppressed unused non overlay...Fabrice Bellard2003-09-161-17/+29
* generate correct PTS in transport stream - use mpeg2 encoder by defaultFabrice Bellard2003-09-161-73/+101