]> git.sesse.net Git - ffmpeg/log
ffmpeg
21 years agoadded IDCT248 testing
Fabrice Bellard [Thu, 3 Oct 2002 19:49:23 +0000 (19:49 +0000)]
added IDCT248 testing

Originally committed as revision 995 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofirst version of IDCT248 for DV decoding support
Fabrice Bellard [Thu, 3 Oct 2002 13:41:33 +0000 (13:41 +0000)]
first version of IDCT248 for DV decoding support

Originally committed as revision 994 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixing custom quantizer matrix decoding
Michael Niedermayer [Wed, 2 Oct 2002 22:56:58 +0000 (22:56 +0000)]
fixing custom quantizer matrix decoding
minor optimizations

Originally committed as revision 993 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agooptimization
Michael Niedermayer [Wed, 2 Oct 2002 17:07:39 +0000 (17:07 +0000)]
optimization

Originally committed as revision 992 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agosliced mode for mpeg1/2
Michael Niedermayer [Wed, 2 Oct 2002 16:36:43 +0000 (16:36 +0000)]
sliced mode for mpeg1/2

Originally committed as revision 991 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agomove scantable init from block-decode to header parser
Michael Niedermayer [Tue, 1 Oct 2002 23:47:04 +0000 (23:47 +0000)]
move scantable init from block-decode to header parser

Originally committed as revision 990 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agooptimizing mpeg2 decode block stuff
Michael Niedermayer [Tue, 1 Oct 2002 23:11:40 +0000 (23:11 +0000)]
optimizing mpeg2 decode block stuff

Originally committed as revision 989 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agorv10 cleanup (de)muxer still needs to be cleaned up (still searching volunteer for...
Michael Niedermayer [Tue, 1 Oct 2002 19:29:10 +0000 (19:29 +0000)]
rv10 cleanup (de)muxer still needs to be cleaned up (still searching volunteer for that ;) )

Originally committed as revision 988 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agosuppressed unrelated logs
Fabrice Bellard [Tue, 1 Oct 2002 08:46:41 +0000 (08:46 +0000)]
suppressed unrelated logs

Originally committed as revision 987 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixing rv10, this isnt the cleanest solution (parsing the packet header in the codec...
Michael Niedermayer [Mon, 30 Sep 2002 21:36:43 +0000 (21:36 +0000)]
fixing rv10, this isnt the cleanest solution (parsing the packet header in the codec & creating it in the muxer) but it was that way before things broke, and its the simplest solution

Originally committed as revision 986 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agooptimizing mpeg1_decode_block()
Michael Niedermayer [Mon, 30 Sep 2002 16:14:14 +0000 (16:14 +0000)]
optimizing mpeg1_decode_block()

Originally committed as revision 985 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoforgot zigzag_direct[] behind #ifdef DEBUG (found by Klaas-Pieter Vlieg <vlieg at...
Michael Niedermayer [Mon, 30 Sep 2002 10:06:17 +0000 (10:06 +0000)]
forgot zigzag_direct[] behind #ifdef DEBUG (found by Klaas-Pieter Vlieg <vlieg at eurescom dot de>)

Originally committed as revision 984 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoconvert only needed matrixes in convert_matrix() (mjpeg calls it for every frame)
Michael Niedermayer [Mon, 30 Sep 2002 09:19:54 +0000 (09:19 +0000)]
convert only needed matrixes in convert_matrix() (mjpeg calls it for every frame)

Originally committed as revision 983 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoindenting preprocessor stuff, as its completly unreadable otherwise
Michael Niedermayer [Sun, 29 Sep 2002 23:39:30 +0000 (23:39 +0000)]
indenting preprocessor stuff, as its completly unreadable otherwise

Originally committed as revision 982 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agorenaming variable
Michael Niedermayer [Sun, 29 Sep 2002 23:21:13 +0000 (23:21 +0000)]
renaming variable

Originally committed as revision 981 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoidct permutation cleanup, idct can be selected per context now
Michael Niedermayer [Sun, 29 Sep 2002 22:44:22 +0000 (22:44 +0000)]
idct permutation cleanup, idct can be selected per context now
fixing some threadunsafe code

Originally committed as revision 980 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoAdd Alpha assembly for pix_abs16x16. Optimized for pca56, no large win
Falk Hüffner [Sun, 29 Sep 2002 15:14:28 +0000 (15:14 +0000)]
Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large win
on ev6.

Originally committed as revision 979 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoAn easy way to speed up encoding by 6%.
Falk Hüffner [Sat, 28 Sep 2002 02:18:34 +0000 (02:18 +0000)]
An easy way to speed up encoding by 6%.

Originally committed as revision 978 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoMinor warning fix.
Falk Hüffner [Sat, 28 Sep 2002 01:49:37 +0000 (01:49 +0000)]
Minor warning fix.

Originally committed as revision 977 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agominor optimization of h263_encode_motion()
Michael Niedermayer [Fri, 27 Sep 2002 15:38:54 +0000 (15:38 +0000)]
minor optimization of h263_encode_motion()

Originally committed as revision 976 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoff_get_fourcc() & XVIX support
Michael Niedermayer [Fri, 27 Sep 2002 10:27:57 +0000 (10:27 +0000)]
ff_get_fourcc() & XVIX support

Originally committed as revision 975 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoautodetect UMP4 (by adding a fourcc field to AVCodecContext)
Michael Niedermayer [Thu, 26 Sep 2002 23:27:22 +0000 (23:27 +0000)]
autodetect UMP4 (by adding a fourcc field to AVCodecContext)

Originally committed as revision 974 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoautomatically detect broken opendivx codec and workaround, so bug=1 shouldnt be neede...
Michael Niedermayer [Thu, 26 Sep 2002 22:37:33 +0000 (22:37 +0000)]
automatically detect broken opendivx codec and workaround, so bug=1 shouldnt be needed anymore for mpeg4 files, if there still are files which need bug=1 then tell me ...

Originally committed as revision 973 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoh263_dc_scale() cleanup
Michael Niedermayer [Thu, 26 Sep 2002 09:16:23 +0000 (09:16 +0000)]
h263_dc_scale() cleanup

Originally committed as revision 972 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agompeg4 interlaced dct encoding
Michael Niedermayer [Thu, 26 Sep 2002 00:22:25 +0000 (00:22 +0000)]
mpeg4 interlaced dct encoding

Originally committed as revision 971 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agops2 idct bugfix patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
Leon van Stuivenberg [Tue, 24 Sep 2002 23:57:17 +0000 (23:57 +0000)]
ps2 idct bugfix patch by (Leon van Stuivenberg <leonvs at iae dot nl>)

Originally committed as revision 970 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoadaptive quantization for h263
Michael Niedermayer [Tue, 24 Sep 2002 15:07:44 +0000 (15:07 +0000)]
adaptive quantization for h263

Originally committed as revision 969 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoadaptive quantization for mpeg1
Michael Niedermayer [Tue, 24 Sep 2002 12:33:37 +0000 (12:33 +0000)]
adaptive quantization for mpeg1

Originally committed as revision 968 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agodarkness masking (lumi masking does only bright stuff now)
Michael Niedermayer [Tue, 24 Sep 2002 10:53:59 +0000 (10:53 +0000)]
darkness masking (lumi masking does only bright stuff now)

Originally committed as revision 967 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixing ac prediction encoding with adaptive quantization
Michael Niedermayer [Tue, 24 Sep 2002 09:15:46 +0000 (09:15 +0000)]
fixing ac prediction encoding with adaptive quantization

Originally committed as revision 966 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixing variance scaling for b frames (messed adaptive quants up)
Michael Niedermayer [Mon, 23 Sep 2002 15:16:09 +0000 (15:16 +0000)]
fixing variance scaling for b frames (messed adaptive quants up)
cliping too long MVs in b frames instead of setting them to 0

Originally committed as revision 965 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoadaptive quantization (lumi/temporal & spatial complexity masking)
Michael Niedermayer [Mon, 23 Sep 2002 14:56:11 +0000 (14:56 +0000)]
adaptive quantization (lumi/temporal & spatial complexity masking)

Originally committed as revision 964 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agops2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
Leon van Stuivenberg [Mon, 23 Sep 2002 08:44:24 +0000 (08:44 +0000)]
ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)

Originally committed as revision 963 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agotons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
Arpi [Sun, 22 Sep 2002 02:33:28 +0000 (02:33 +0000)]
tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug

Originally committed as revision 7473 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

21 years agoregression test for ratecontrol & adv mpeg4 stuff
Michael Niedermayer [Fri, 20 Sep 2002 15:22:24 +0000 (15:22 +0000)]
regression test for ratecontrol & adv mpeg4 stuff

Originally committed as revision 962 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agopix_sum16_mmx()
Michael Niedermayer [Fri, 20 Sep 2002 10:03:01 +0000 (10:03 +0000)]
pix_sum16_mmx()

Originally committed as revision 961 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)
Arpi [Thu, 19 Sep 2002 22:14:53 +0000 (22:14 +0000)]
fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)
[found by Kim Minh Kaplan]

Originally committed as revision 960 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixing i_quant_factor, this should finally fix the bitrate bug with ffserver hopefully
Michael Niedermayer [Thu, 19 Sep 2002 20:22:39 +0000 (20:22 +0000)]
fixing i_quant_factor, this should finally fix the bitrate bug with ffserver hopefully

Originally committed as revision 959 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixing apiexample
Michael Niedermayer [Thu, 19 Sep 2002 18:24:52 +0000 (18:24 +0000)]
fixing apiexample

Originally committed as revision 958 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agodocumenting most stuff in AVCodecContext
Michael Niedermayer [Thu, 19 Sep 2002 17:44:54 +0000 (17:44 +0000)]
documenting most stuff in AVCodecContext

Originally committed as revision 957 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago* Remove -finline-limit=8000 (not supported by gcc 2.95)
Falk Hüffner [Thu, 19 Sep 2002 16:06:25 +0000 (16:06 +0000)]
* Remove -finline-limit=8000 (not supported by gcc 2.95)
* Hack to force correct gcc arch flags for motion_est_alpha.c

Originally committed as revision 956 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixing *pixels_tab stuff (hopefully, as its untested ...)
Michael Niedermayer [Thu, 19 Sep 2002 10:26:49 +0000 (10:26 +0000)]
fixing *pixels_tab stuff (hopefully, as its untested ...)

Originally committed as revision 955 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoavcodec_alloc_context()
Michael Niedermayer [Thu, 19 Sep 2002 09:13:43 +0000 (09:13 +0000)]
avcodec_alloc_context()

Originally committed as revision 954 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago10l (forgot to commit)
Michael Niedermayer [Wed, 18 Sep 2002 18:30:31 +0000 (18:30 +0000)]
10l (forgot to commit)

Originally committed as revision 953 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agobetter min/max rate handling
Michael Niedermayer [Wed, 18 Sep 2002 18:28:11 +0000 (18:28 +0000)]
better min/max rate handling
cleanup

Originally committed as revision 952 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixing
Michael Niedermayer [Wed, 18 Sep 2002 09:08:03 +0000 (09:08 +0000)]
fixing
fixing max_rate/min_rate

Originally committed as revision 951 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agouse detected WORDSIZE instead of warning, when inttypes.h doesn't define __WORDSIZE
Arpi [Mon, 16 Sep 2002 19:39:57 +0000 (19:39 +0000)]
use detected WORDSIZE instead of warning, when inttypes.h doesn't define __WORDSIZE

Originally committed as revision 7422 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

21 years agofixing rc of non-intra-only streams which only contain i frames
Michael Niedermayer [Mon, 16 Sep 2002 08:45:57 +0000 (08:45 +0000)]
fixing rc of non-intra-only streams which only contain i frames

Originally committed as revision 950 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixing memalign
Michael Niedermayer [Sun, 15 Sep 2002 10:02:15 +0000 (10:02 +0000)]
fixing memalign

Originally committed as revision 949 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agodont store version for bit-exact tests
Michael Niedermayer [Sat, 14 Sep 2002 22:07:35 +0000 (22:07 +0000)]
dont store version for bit-exact tests

Originally committed as revision 948 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoalignment info
Michael Niedermayer [Sat, 14 Sep 2002 19:00:09 +0000 (19:00 +0000)]
alignment info

Originally committed as revision 947 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agointerlaced b frames fix
Michael Niedermayer [Sat, 14 Sep 2002 17:18:26 +0000 (17:18 +0000)]
interlaced b frames fix

Originally committed as revision 946 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixing qpel 4mv
Michael Niedermayer [Sat, 14 Sep 2002 12:36:54 +0000 (12:36 +0000)]
fixing qpel 4mv

Originally committed as revision 945 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agocomplete aspect support
Alex Beregszaszi [Sat, 14 Sep 2002 12:30:48 +0000 (12:30 +0000)]
complete aspect support

Originally committed as revision 944 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agointerlaced qpel mpeg4 fixed
Michael Niedermayer [Sat, 14 Sep 2002 10:11:05 +0000 (10:11 +0000)]
interlaced qpel mpeg4 fixed

Originally committed as revision 943 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoSynthesize pixels16 functions from pixels functions.
Falk Hüffner [Fri, 13 Sep 2002 23:27:01 +0000 (23:27 +0000)]
Synthesize pixels16 functions from pixels functions.

Originally committed as revision 942 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoaspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new vars)
Alex Beregszaszi [Fri, 13 Sep 2002 19:31:32 +0000 (19:31 +0000)]
aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new vars)

Originally committed as revision 941 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoFix for h % 8 == 4 in put_pixels_axp_asm.
Falk Hüffner [Fri, 13 Sep 2002 15:44:53 +0000 (15:44 +0000)]
Fix for h % 8 == 4 in put_pixels_axp_asm.

Originally committed as revision 940 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago10l (field select readed at the wrong place ...)
Michael Niedermayer [Fri, 13 Sep 2002 11:47:57 +0000 (11:47 +0000)]
10l (field select readed at the wrong place ...)

Originally committed as revision 939 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agointerlaced b frames cleanup
Michael Niedermayer [Fri, 13 Sep 2002 11:24:58 +0000 (11:24 +0000)]
interlaced b frames cleanup

Originally committed as revision 938 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoDue to version renumbering, Alpha builtins aren't supported in thegcc
Falk Hüffner [Fri, 13 Sep 2002 10:56:51 +0000 (10:56 +0000)]
Due to version renumbering, Alpha builtins aren't supported in thegcc
3.2 release.

Originally committed as revision 937 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agointerlaced mpeg4 b frame decoding
Michael Niedermayer [Fri, 13 Sep 2002 09:45:32 +0000 (09:45 +0000)]
interlaced mpeg4 b frame decoding

Originally committed as revision 936 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoAdapt to new 8/16 table scheme.
Falk Hüffner [Fri, 13 Sep 2002 09:28:45 +0000 (09:28 +0000)]
Adapt to new 8/16 table scheme.

Originally committed as revision 935 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixing 1/0 if the headers are incomplete (like what M$ encoder generates)
Michael Niedermayer [Fri, 13 Sep 2002 07:46:06 +0000 (07:46 +0000)]
fixing 1/0 if the headers are incomplete (like what M$ encoder generates)

Originally committed as revision 934 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixing interlaced mpeg4 decoding
Michael Niedermayer [Thu, 12 Sep 2002 18:28:17 +0000 (18:28 +0000)]
fixing interlaced mpeg4 decoding

Originally committed as revision 933 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoerror resilience command line option
Michael Niedermayer [Thu, 12 Sep 2002 16:41:05 +0000 (16:41 +0000)]
error resilience command line option

Originally committed as revision 932 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoparsing resync header extension support
Michael Niedermayer [Thu, 12 Sep 2002 15:22:14 +0000 (15:22 +0000)]
parsing resync header extension support

Originally committed as revision 931 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agovbv parameter parsing (more skiping actually ;) )
Michael Niedermayer [Thu, 12 Sep 2002 15:02:47 +0000 (15:02 +0000)]
vbv parameter parsing (more skiping actually ;) )

Originally committed as revision 930 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoavoid nonsense frame-skip messages
Michael Niedermayer [Thu, 12 Sep 2002 15:00:09 +0000 (15:00 +0000)]
avoid nonsense frame-skip messages

Originally committed as revision 929 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoregression checksum change cuz of LIBAVCODEC_BUILD change
Michael Niedermayer [Thu, 12 Sep 2002 14:53:05 +0000 (14:53 +0000)]
regression checksum change cuz of LIBAVCODEC_BUILD change

Originally committed as revision 928 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agouninitialized var ...
Michael Niedermayer [Thu, 12 Sep 2002 14:43:44 +0000 (14:43 +0000)]
uninitialized var ...

Originally committed as revision 927 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agompegvideo_probe cant distinguish mpeg4 and mpeg1 raws :( so m4v needs "-f m4v" now
Michael Niedermayer [Thu, 12 Sep 2002 12:46:34 +0000 (12:46 +0000)]
mpegvideo_probe cant distinguish mpeg4 and mpeg1 raws :( so m4v needs "-f m4v" now

Originally committed as revision 926 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agostatistics for forw & back p-MBs instead of just one counter for both
Michael Niedermayer [Thu, 12 Sep 2002 12:26:09 +0000 (12:26 +0000)]
statistics for forw & back p-MBs instead of just one counter for both

Originally committed as revision 925 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agom4v input support
Michael Niedermayer [Thu, 12 Sep 2002 11:10:33 +0000 (11:10 +0000)]
m4v input support
return the correct number of bytes consumed for decding h263 like formats (needed for reading raw streams) this could break some divx files with b frames, so please tell me ASAP if u notice any problems

Originally committed as revision 924 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoexport pts from stream if available
Michael Niedermayer [Thu, 12 Sep 2002 10:54:53 +0000 (10:54 +0000)]
export pts from stream if available
store pts in stream if available (otherwise use frame_rate)

Originally committed as revision 923 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoChange abort() calls to av_abort() calls.
Philip Gladstone [Thu, 12 Sep 2002 02:34:56 +0000 (02:34 +0000)]
Change abort() calls to av_abort() calls.

Originally committed as revision 922 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoChange calls to abort() to be calls to av_abort()
Philip Gladstone [Thu, 12 Sep 2002 02:34:01 +0000 (02:34 +0000)]
Change calls to abort() to be calls to av_abort()

Originally committed as revision 921 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago* Add code to pace sending a stream when it is being sent from a file.
Philip Gladstone [Thu, 12 Sep 2002 02:31:11 +0000 (02:31 +0000)]
* Add code to pace sending a stream when it is being sent from a file.
  We limit the datarate to twice the average datarate (however the first
  few seconds are sent flat out to help with prebuffering).
* Add the initialization of the rc_eq fields and the like for VIDEO codecs.
* Add the missing get_arg calls for VideoQxxxx

Originally committed as revision 920 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoAdd the transfer of the new parameters from ffmpeg to ffserver and vice-versa
Philip Gladstone [Thu, 12 Sep 2002 02:26:58 +0000 (02:26 +0000)]
Add the transfer of the new parameters from ffmpeg to ffserver and vice-versa
This adds functions to send and receive doubles and also null terminated strings.

Originally committed as revision 919 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoset pict_type & key_frame on decoding too
Michael Niedermayer [Thu, 12 Sep 2002 00:27:08 +0000 (00:27 +0000)]
set pict_type & key_frame on decoding too

Originally committed as revision 918 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agompeg4 raw output support patch by ("Maksim (Max) Krasnyanskiy" <maxk at qualcomm...
Max Krasnyansky [Wed, 11 Sep 2002 18:46:47 +0000 (18:46 +0000)]
mpeg4 raw output support patch by ("Maksim (Max) Krasnyanskiy" <maxk at qualcomm dot com>)

Originally committed as revision 917 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixing raw yuv input
Michael Niedermayer [Wed, 11 Sep 2002 17:04:04 +0000 (17:04 +0000)]
fixing raw yuv input

Originally committed as revision 916 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoput/avg_pixels16
Michael Niedermayer [Wed, 11 Sep 2002 12:39:53 +0000 (12:39 +0000)]
put/avg_pixels16
fixing 2 small qpel bugs

Originally committed as revision 915 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoreducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$
Michael Niedermayer [Wed, 11 Sep 2002 07:26:43 +0000 (07:26 +0000)]
reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$

Originally committed as revision 914 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixing y422p output
Michael Niedermayer [Mon, 9 Sep 2002 22:48:39 +0000 (22:48 +0000)]
fixing y422p output

Originally committed as revision 7352 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

21 years agofixed palette8to{rgb24,bgr24,rgb32,bgr32}
Alex Beregszaszi [Mon, 9 Sep 2002 16:18:47 +0000 (16:18 +0000)]
fixed palette8to{rgb24,bgr24,rgb32,bgr32}

Originally committed as revision 7335 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

21 years agofixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 at hotbox...
Nikolai Zhubr [Sat, 7 Sep 2002 10:57:51 +0000 (10:57 +0000)]
fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 at hotbox dot ru>)

Originally committed as revision 913 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago10l (forgot checksums after mpeg4_encode_block() optimizations which generates slight...
Michael Niedermayer [Sat, 7 Sep 2002 10:55:39 +0000 (10:55 +0000)]
10l (forgot checksums after mpeg4_encode_block() optimizations which generates slightly shorter bitstream)

Originally committed as revision 912 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agooptimizing mpeg4_encode_block(), generates allso slightly shorter bitstream as some...
Michael Niedermayer [Sat, 7 Sep 2002 00:16:30 +0000 (00:16 +0000)]
optimizing mpeg4_encode_block(), generates allso slightly shorter bitstream as some codes can be represented as esc1 and esc2 and esc2 is shorter for a few of them

Originally committed as revision 911 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoregression tests for msmpeg4v2 & wmv1
Michael Niedermayer [Fri, 6 Sep 2002 22:59:44 +0000 (22:59 +0000)]
regression tests for msmpeg4v2 & wmv1

Originally committed as revision 910 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agosupport decoding of the last mpeg "packet" even if no startcode is immedeatly afterwa...
Michael Niedermayer [Fri, 6 Sep 2002 22:30:16 +0000 (22:30 +0000)]
support decoding of the last mpeg "packet" even if no startcode is immedeatly afterwards (fixes bugs with mpeg in avi)
new behavior is only activated if CODEC_FLAG_NOT_TRUNCATED is set

Originally committed as revision 909 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoyuv4mpeg output support patch by (Henry Mason <talus25 at speakeasy dot net>)
Henry Mason [Fri, 6 Sep 2002 13:01:19 +0000 (13:01 +0000)]
yuv4mpeg output support patch by (Henry Mason <talus25 at speakeasy dot net>)

Originally committed as revision 908 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixing rv10 encoding (ffmpeg can at least decode its own rv10 files now)
Michael Niedermayer [Thu, 5 Sep 2002 13:23:11 +0000 (13:23 +0000)]
fixing rv10 encoding (ffmpeg can at least decode its own rv10 files now)

Originally committed as revision 907 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoapiexample needs EXTRALIBS
Michael Niedermayer [Thu, 5 Sep 2002 10:06:20 +0000 (10:06 +0000)]
apiexample needs EXTRALIBS

Originally committed as revision 906 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixing tests
Michael Niedermayer [Thu, 5 Sep 2002 08:48:34 +0000 (08:48 +0000)]
fixing tests

Originally committed as revision 905 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agodo regression tests for rv10 too
Michael Niedermayer [Tue, 3 Sep 2002 20:41:12 +0000 (20:41 +0000)]
do regression tests for rv10 too

Originally committed as revision 904 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixing segfault
Michael Niedermayer [Tue, 3 Sep 2002 20:15:34 +0000 (20:15 +0000)]
fixing segfault

Originally committed as revision 903 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years ago10l (compilation if defined ARCH_ALPHA)
Michael Niedermayer [Mon, 2 Sep 2002 17:08:40 +0000 (17:08 +0000)]
10l (compilation if defined ARCH_ALPHA)

Originally committed as revision 902 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agofixing encoding at high QPs (was broken after the dct accuracy increase due to too...
Michael Niedermayer [Mon, 2 Sep 2002 16:56:29 +0000 (16:56 +0000)]
fixing encoding at high QPs (was broken after the dct accuracy increase due to too small inverse table)

Originally committed as revision 901 to svn://svn.ffmpeg.org/ffmpeg/trunk

21 years agoar -s -> ranlib
Michael Niedermayer [Mon, 2 Sep 2002 16:48:40 +0000 (16:48 +0000)]
ar -s -> ranlib

Originally committed as revision 900 to svn://svn.ffmpeg.org/ffmpeg/trunk