- Mar 04, 2004
-
-
Ivan Kalvachev authored
Originally committed as revision 2843 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 03, 2004
-
-
Michael Niedermayer authored
null pointer segfaults dont print redundant spam dont print prefix if reference==NULL class -> av_class dont copy AVClass to every object, its a waste of memory and not a good idea at all Originally committed as revision 2841 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michel Bardiaux authored
Originally committed as revision 2840 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 2839 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Feb 25, 2004
-
-
Michael Niedermayer authored
move AV_NOPTS_VALUE & AV_TIME_BASE from avformat.h -> avcodec.h related fixes Originally committed as revision 2814 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Feb 22, 2004
-
-
Michael Niedermayer authored
(f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get Originally committed as revision 2806 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Feb 13, 2004
-
-
Michael Niedermayer authored
multithreaded/SMP encoding for MPEG1/MPEG2/MPEG4/H263 all pthread specific code is in pthread.c to try it, run configure --enable-pthreads and ffmpeg ... -threads <num> the internal thread API is a simple AVCodecContext.execute() callback which executes a given function pointer with different arguments and returns after finishing all, that way no mutexes or other thread-mess is needed outside pthread.c Originally committed as revision 2772 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Feb 12, 2004
-
-
Michael Niedermayer authored
ppc chroma mess workaround (real bug is that the motion compensation code assumes that 2*uvlinesize == linesize and fixing this would mean a slowdown) Originally committed as revision 2771 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Feb 01, 2004
-
-
Falk Hüffner authored
Originally committed as revision 2741 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 23, 2004
-
-
Michael Niedermayer authored
Originally committed as revision 2719 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 10, 2004
-
-
Michael Niedermayer authored
copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise Originally committed as revision 2686 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 05, 2004
-
-
Michael Niedermayer authored
Originally committed as revision 2670 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Nov 26, 2003
-
-
Roberto Togni authored
- Add default reget_buffer implementation in libavcodec/utils.c - Remove AVCodecContext.cr_available, no longer needed - Remove CODEC_CAP_CR, no longer used - Add img_copy() prototype to avcodec.h (function from imgconvert.c) - Rename img_copy() to jpeg_img_copy() in libavformat/jpeg.c to avoid conflict - Updated msrle, msvideo1, rpza, smc to use reget_buffer Originally committed as revision 2531 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Nov 07, 2003
-
-
Roberto Togni authored
Originally committed as revision 2484 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Nov 03, 2003
-
-
Michael Niedermayer authored
Originally committed as revision 2471 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michel Bardiaux authored
Originally committed as revision 2469 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 30, 2003
-
-
Michael Niedermayer authored
initalize various uninitalized variables and avoid coded_picture_number as its not always correct (later should be reversed after fixing the picture_number mess) Originally committed as revision 2454 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Mike Melanson authored
Originally committed as revision 2451 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 29, 2003
-
-
Fabrice Bellard authored
added fake codec CODEC_ID_MPEG2TS of type CODEC_TYPE_DATA (needed for simpler handling of raw transport streams in ffserver and RTP - better solutions are welcomed) Originally committed as revision 2445 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 20, 2003
-
-
Michael Niedermayer authored
Originally committed as revision 2405 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
sample_aspect_ratio aspect ratio in JPEG JFIF is SAR not DAR ! removed nonsense SAR guessing code various related cleanups bugs? Originally committed as revision 2403 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 16, 2003
-
-
Roman Shaposhnik authored
was not set. Originally committed as revision 2394 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 15, 2003
-
-
Michael Niedermayer authored
Originally committed as revision 2391 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Oct 07, 2003
-
-
Michael Niedermayer authored
use lagrange multipler instead of qp for ratecontrol, this may break some things, tell me ASAP if u notice anything broken quality which was 1..31 float is now a 1..FF_LAMBDA_MAX int, and FF_QP2LAMBDA * qp can be used to convert to the new range Originally committed as revision 2348 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Sep 10, 2003
-
-
Michael Niedermayer authored
Originally committed as revision 2251 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Sep 09, 2003
-
-
Fabrice Bellard authored
Originally committed as revision 2248 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Sep 08, 2003
-
-
Fabrice Bellard authored
Originally committed as revision 2238 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Aug 05, 2003
-
-
Michael Niedermayer authored
Originally committed as revision 2103 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 29, 2003
-
-
Michael Niedermayer authored
fix decoding of old %16!=0 divx fix assertion failure in motion_est.c Originally committed as revision 2094 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 17, 2003
-
-
Michael Niedermayer authored
ff_draw_horiz_band() in coded order / cleanup Originally committed as revision 2064 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jul 09, 2003
-
-
Garrick Meeker authored
Originally committed as revision 2024 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 30, 2003
-
-
Michael Niedermayer authored
Originally committed as revision 1921 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 24, 2003
-
-
Falk Hüffner authored
Originally committed as revision 1902 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 14, 2003
-
-
Michael Niedermayer authored
Originally committed as revision 1882 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- May 12, 2003
-
-
Michael Niedermayer authored
Originally committed as revision 1866 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 25, 2003
-
-
Michael Niedermayer authored
Originally committed as revision 1823 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 1820 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 20, 2003
-
-
Fabrice Bellard authored
Originally committed as revision 1799 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Apr 02, 2003
-
-
Michael Niedermayer authored
Originally committed as revision 1725 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Mar 22, 2003
-
-
Michael Niedermayer authored
Originally committed as revision 1701 to svn://svn.ffmpeg.org/ffmpeg/trunk
-