summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 10lMichael Niedermayer2002-11-041-1/+1
* fixing dependanciesMichael Niedermayer2002-11-041-3/+3
* pp docsMichael Niedermayer2002-11-031-6/+5
* -pMichael Niedermayer2002-11-031-1/+1
* fixed some bugs in app parser - some jfif and adobe jpgs fixedAlex Beregszaszi2002-11-021-10/+45
* use cp ; strip instead of strip -oMichael Niedermayer2002-11-021-1/+1
* gcc optimization on BeOS (patch by François Revol <revol at free dot fr>)François Revol2002-11-021-0/+10
* support forcing low_delay during decodingMichael Niedermayer2002-11-022-0/+4
* cleanupMichael Niedermayer2002-11-022-8/+8
* cleanupMichael Niedermayer2002-11-023-145/+179
* Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>)Michael Niedermayer2002-11-0210-13/+993
* added BeOS net_server support (R5 network stack), basically the sameFrançois Revol2002-11-021-2/+8
* added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 supportFrançois Revol2002-11-025-3/+455
* added BeOS net_server support (R5 network stack), basically the sameFrançois Revol2002-11-0210-12/+119
* added perm inheritance from ffmpeg_g (it looks like 'strip' in BeOS doesn't k...François Revol2002-11-021-1/+1
* cleanupMichael Niedermayer2002-11-021-9/+20
* handle init error in ffmpeg12Arpi2002-11-021-2/+3
* -mdynamic-no-pic for darwin -> 5% speedup patch by (Dieter Shirley <dieters a...Dieter2002-11-021-1/+1
* better padding bug detectionMichael Niedermayer2002-11-021-2/+2
* put MIN/MAX under ifndef MAX/MINMichael Niedermayer2002-11-011-2/+8
* fixing msmpeg4v3 with mb_height % slice_height != 0Michael Niedermayer2002-11-011-2/+1
* verbose can be negativeArpi2002-11-011-1/+1
* hopefully fixing sprite_warping_points==0Michael Niedermayer2002-11-011-4/+2
* cosmetics requested by kabiMichael Niedermayer2002-11-012-5/+5
* * avoid negative numbers as wellZdenek Kabelac2002-10-311-1/+1
* 10lNick Kurshev2002-10-311-2/+2
* reverse first hunkNick Kurshev2002-10-311-3/+3
* fixed debug compilationNick Kurshev2002-10-311-2/+2
* put a few large tables under #ifdef CONFIG_ENCODERS or dynamically allocate themMichael Niedermayer2002-10-312-7/+29
* * always set extradata_sizeZdenek Kabelac2002-10-311-6/+5
* * removed extra_data from AVStream (it's part of Codec)Zdenek Kabelac2002-10-312-10/+4
* dont call emms_c() for each MBMichael Niedermayer2002-10-312-5/+10
* cleanupMichael Niedermayer2002-10-312-25/+3
* disabling compilation of .so if its not needed, gcc 3.1 seems to have problem...Michael Niedermayer2002-10-311-1/+5
* fixed 10lAlex Beregszaszi2002-10-311-2/+4
* using fewer registers ... to workaround somethingMichael Niedermayer2002-10-311-18/+17
* fixing another assert q>0.0 issue caused by variance < 0, this fix allso chan...Michael Niedermayer2002-10-313-24/+22
* fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does no...Fabrice Bellard2002-10-311-4/+11
* fixing q>0.0 assert failure caused by overflow of variance for b framesMichael Niedermayer2002-10-301-1/+1
* removing "-npp" (found by arpi)Michael Niedermayer2002-10-301-4/+4
* per context cpuCaps (idea by kabi)Michael Niedermayer2002-10-302-15/+10
* change qscale type to int8 and fix qscale orderingMichael Niedermayer2002-10-303-8/+10
* exporting the internal qscale table, this allso fixes the orderingMichael Niedermayer2002-10-303-75/+47
* NetBSD fix by Bernd Ernesti <mplayer@lists.veego.de>Alex Beregszaszi2002-10-301-1/+2
* -vcodec copy fix patch by (mru at users dot sourceforge dot net (MÃ¥ns RullgÃ...MÃ¥ns RullgÃ¥rd2002-10-301-0/+1
* 1) Add MMX deinterlace code.Fred2002-10-301-51/+181
* * Made encoding to ASF streams work again. It turns out that the defaultPhilip Gladstone2002-10-303-12/+23
* Added VideoBitRateRange and VideoBitRAteTolerance settingsPhilip Gladstone2002-10-301-1/+29
* using same numbers for cpuCaps as libmpeg2 & liba52Michael Niedermayer2002-10-301-3/+3
* cleanly passing the cpuCapsMichael Niedermayer2002-10-302-13/+16