14208 Commits (bea91b8c2931e3263ca68003a888df2592176587)
 

Author SHA1 Message Date
Arpi 2c029cd19d postprocess array increased to handle images up to 2048x1536 23 years ago
Michael Niedermayer 91029be790 much better ME for b frames (a bit slow though) 23 years ago
Michael Niedermayer 1f0cd30fd9 fixing hq mode with mpeg1 and 2-pass 23 years ago
Michael Niedermayer 9dbf1dddbd mpeg2/mpeg4 dequantizer support (c & mmx) 23 years ago
Michael Niedermayer 9dbcbd92e8 fixed mpeg4 time stuff on encoding 23 years ago
Zdenek Kabelac a7c02e2589 * solaris does not support -q 23 years ago
Zdenek Kabelac 076b09e9b3 * minor - slightly modified debug message 23 years ago
Juanjo 4b1f4f236b - Versions defined for libav/libavcodec. 23 years ago
Juanjo 101bea5f22 - ME method compatibility with legacy apps. 23 years ago
Juanjo e4986da9ce - ME setting moved to AVCodecContext/MpegEncContext, no longer a global. 23 years ago
Michael Niedermayer b1ec5875a6 yuv422p -> yuy2 (untested) 23 years ago
Michael Niedermayer 74d3583521 rgb24->bgr24 23 years ago
Michael Niedermayer 096172d435 fix typo found by Milan Cutka <cutka@szm.sk> 23 years ago
Zdenek Kabelac 9eafa60dde * no error message without config.h 23 years ago
Zdenek Kabelac 045ed63f11 * support for simple_idct config 23 years ago
Juanjo 29da453b32 - New switch to activate 4MV in ffmpeg. 23 years ago
Juanjo e0d2714adc - Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode for 23 years ago
Juanjo 9f862d1133 - PIX_FMT_ANY = -1 to avoid breaking any stuff that could be using it. 23 years ago
Juanjo dbc598bb79 - Commented out PIX_FMT_ANY by now. It seems that not all codecs are setting 23 years ago
Philip Gladstone 502d105f96 * patch by Philip Gladstone 23 years ago
Zdenek Kabelac bc657ac31d * using pixtype as enum - by Philip Gladstone 23 years ago
Zdenek Kabelac 4606ac8dee * some minor modification by Philip Gladston 23 years ago
Zdenek Kabelac a266644f56 * more warning cleanups 23 years ago
Zdenek Kabelac 684f44d9a0 * fixing some warnings 23 years ago
Michael Niedermayer 7ba8435d64 fixing black stripe at right if width%8!=0 && stride%8==0 reported by kabi 23 years ago
Zdenek Kabelac 6cea494e32 * support for .au .gif .mov .mp4 by François Revol <revol@free.fr> 23 years ago
Zdenek Kabelac 0129e7b3e6 *** empty log message *** 23 years ago
Zdenek Kabelac 30b68f33aa * encoding of AC3 with more than 2 channels 23 years ago
Juanjo 10bb7023a2 - Added force_pts to av_write_packet() to be able to force PTS, this helps 23 years ago
Michael Niedermayer 3bf43d42ed mpeg4 mpeg quantizer support 23 years ago
Michael Niedermayer e1a9dbffed wmv1 header parser (unfinished) 23 years ago
Michael Niedermayer 3825cd1d55 msmpeg4v2 encoding 23 years ago
Michael Niedermayer 2ed627e64e fixing msmpeg4v2 bugs (is bugfree now afaik) 23 years ago
Michael Niedermayer 3c4f1840e6 b frames & slices bugfix 23 years ago
Michael Niedermayer 84afee348f msmpeg4v2 decoding (no encoding yet) 23 years ago
Michael Niedermayer fcb609f432 dump_stream support (nicely formated 0s and 1s) 23 years ago
Michael Niedermayer 5b403c4015 emms was missing, found by juanjo but he didnt commit it?! 23 years ago
Juanjo 5b0ad91b99 - Fix memory leak and others bugs for ppmpipe. Thanks to Rudolf Opalla. 23 years ago
Michael Niedermayer c60cf138bd fixing MVs in hq mode 23 years ago
Michael Niedermayer b7dc6f6628 overread in the mmx2 horizontal scaler fixed 23 years ago
Alex Beregszaszi 0344cd0a7c multiple init bugfix (patch by Alex Beregszaszi <alex@naxine.org>) 23 years ago
Michael Niedermayer ff3dfbae1a fixing 1/0 23 years ago
Michael Niedermayer 14ae07d86c divx5-gmc bug workaround 23 years ago
Michael Niedermayer 7f89b6fbdc msmpeg4v2 header parser & some dump bits code behind #if 0 23 years ago
Michael Niedermayer dbbe89994b minor optimizations / simplifications 23 years ago
Arpi 60e575acc8 using Juanjo's way to pass forced type - especially as I_TYPE/P_TYPE defines aren't exported in the public interface, and the flagged method matches the way as qscale forcing work 23 years ago
Michael Niedermayer 4d69fbc99e force frame type for 2-pass encoding 23 years ago
Michael Niedermayer 649c00c96d sizeof(s->block) isnt 64*6*2 anymore bugfix 23 years ago
Michael Niedermayer cf8039b2cf mpeg4 4MV encoding 23 years ago
Michael Niedermayer ba6802debf 4MV motion estimation (not finished yet) 23 years ago