platform/upstream/libav.git
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

21 years agonew vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) with slight...
Henry Mason [Mon, 2 Sep 2002 09:51:52 +0000 (09:51 +0000)]
new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) with slight modification by me

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

21 years agoaltivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)
Brian Foley [Mon, 2 Sep 2002 08:48:12 +0000 (08:48 +0000)]
altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)

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

21 years agohigher accuracy
Michael Niedermayer [Sun, 1 Sep 2002 20:54:38 +0000 (20:54 +0000)]
higher accuracy

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

21 years agooggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)
Mark Hills [Sun, 1 Sep 2002 18:07:56 +0000 (18:07 +0000)]
oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)

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

21 years agodct cleanup
Michael Niedermayer [Sun, 1 Sep 2002 16:52:33 +0000 (16:52 +0000)]
dct cleanup
more accurate mmx dct (dont discard bits for fun)
fixing mmx quantizer bug for qscale%2==1 (bias was slightly wrong)

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

21 years agowarning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
Arpi [Sun, 1 Sep 2002 14:30:55 +0000 (14:30 +0000)]
warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>

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

21 years agodont needlessly gettimeofday in video grabber patch by (Lennert Buytenhek <buytenh...
Lennert Buytenhek [Sun, 1 Sep 2002 11:13:02 +0000 (11:13 +0000)]
dont needlessly gettimeofday in video grabber patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>)

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

21 years agodct-test update
Michael Niedermayer [Sun, 1 Sep 2002 09:33:05 +0000 (09:33 +0000)]
dct-test update
 test simple-idct and ijg int DCT too
 do tests with random & sparse matrixes
 print systematic error matrixes

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

21 years agounmap video buffers on close patch by (Lennert Buytenhek <buytenh at math dot leidenu...
Lennert Buytenhek [Sun, 1 Sep 2002 08:54:22 +0000 (08:54 +0000)]
unmap video buffers on close patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>)

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

21 years agodont discard first frame patch by (Lennert Buytenhek <buytenh at math dot leidenuniv...
Lennert Buytenhek [Sun, 1 Sep 2002 07:40:31 +0000 (07:40 +0000)]
dont discard first frame patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>)

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

21 years agobe less verbose patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>)
Lennert Buytenhek [Sun, 1 Sep 2002 07:26:43 +0000 (07:26 +0000)]
be less verbose patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>)

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

21 years agocroping patch by (talus25 at speakeasy dot net) with fixes from atmos & me
Michael Niedermayer [Sun, 1 Sep 2002 07:19:38 +0000 (07:19 +0000)]
croping patch by (talus25 at speakeasy dot net) with fixes from atmos & me

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

21 years agochecksums for the bitexact simple idct
Michael Niedermayer [Sat, 31 Aug 2002 14:18:50 +0000 (14:18 +0000)]
checksums for the bitexact simple idct

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

21 years agobitexact hack for the simple mmx idct
Michael Niedermayer [Sat, 31 Aug 2002 14:17:51 +0000 (14:17 +0000)]
bitexact hack for the simple mmx idct

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

21 years agonot used anymore
Michael Niedermayer [Fri, 30 Aug 2002 19:51:38 +0000 (19:51 +0000)]
not used anymore

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

21 years agousing only the fast int dct for regression tests
Michael Niedermayer [Fri, 30 Aug 2002 19:49:12 +0000 (19:49 +0000)]
using only the fast int dct for regression tests

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

21 years agocygwin patch by (Felix Buenemann <atmosfear at users dot sourceforge dot net>)
Felix Bünemann [Fri, 30 Aug 2002 19:34:55 +0000 (19:34 +0000)]
cygwin patch by (Felix Buenemann <atmosfear at users dot sourceforge dot net>)

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

21 years agosun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zpr dot...
Martin Olschewski [Fri, 30 Aug 2002 18:17:20 +0000 (18:17 +0000)]
sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zpr dot uni-koeln dot de>)

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

21 years agoundefined M_PI / M_E fix
Michael Niedermayer [Fri, 30 Aug 2002 16:16:30 +0000 (16:16 +0000)]
undefined M_PI / M_E fix

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

21 years agoadded missing palette8tobgr pairs (hope it's correct)
Alex Beregszaszi [Fri, 30 Aug 2002 11:17:15 +0000 (11:17 +0000)]
added missing palette8tobgr pairs (hope it's correct)

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

21 years agopatch by Heliodoro Tammaro <helio at interactives dot org>
Heliodoro Tammaro [Fri, 30 Aug 2002 00:05:28 +0000 (00:05 +0000)]
patch by Heliodoro Tammaro <helio at interactives dot org>
- configures/builds on all darwin versions
- ffserver builds on darwin (if you have the extra libraries)
- builds correctly (again) on non-darwin ppc (no -faltivec in gcc-3.2)

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

21 years agochecksum update cuz of build change 4620->4621
Michael Niedermayer [Thu, 29 Aug 2002 23:59:59 +0000 (23:59 +0000)]
checksum update cuz of build change 4620->4621

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

21 years agoslow but accurate integer dct from IJG (should be ok with the LGPL as the old DCT...
Michael Niedermayer [Thu, 29 Aug 2002 23:55:32 +0000 (23:55 +0000)]
slow but accurate integer dct from IJG (should be ok with the LGPL as the old DCT is the fast integer DCT from IJG)
per context DCT selection

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

21 years agobase64 encoded patches posted to the devel list are prefered
Michael Niedermayer [Thu, 29 Aug 2002 13:29:01 +0000 (13:29 +0000)]
base64 encoded patches posted to the devel list are prefered

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

21 years agouse extradata for h263_long_vector mode detection
Michael Niedermayer [Wed, 28 Aug 2002 21:47:28 +0000 (21:47 +0000)]
use extradata for h263_long_vector mode detection

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

21 years agofirst cut at altivec support on darwin patch by (Brian Foley <bfoley at compsoc dot...
Brian Foley [Wed, 28 Aug 2002 13:14:36 +0000 (13:14 +0000)]
first cut at altivec support on darwin patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)

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

21 years agoworking around undefined behavior of get-vlc if the vlc s invalid
Michael Niedermayer [Wed, 28 Aug 2002 12:23:12 +0000 (12:23 +0000)]
working around undefined behavior of get-vlc if the vlc s invalid
more debug output by default for errors (so we can see immedeatly whats wrong on bugreports)
guess long_vectors mode

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

21 years agofixes rv10 decoding crash
Michael Niedermayer [Wed, 28 Aug 2002 09:19:28 +0000 (09:19 +0000)]
fixes rv10 decoding crash

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

21 years agowarning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
Dominik Mierzejewski [Wed, 28 Aug 2002 08:15:30 +0000 (08:15 +0000)]
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)

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

21 years agommx & non-mmx regerssion tests
Michael Niedermayer [Tue, 27 Aug 2002 22:20:01 +0000 (22:20 +0000)]
mmx & non-mmx regerssion tests

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

21 years agompeg4 interlaced decoding support (not completly implemented/tested due to lack of...
Michael Niedermayer [Tue, 27 Aug 2002 16:28:19 +0000 (16:28 +0000)]
mpeg4 interlaced decoding support (not completly implemented/tested due to lack of samples)

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

21 years agoadded aspected_width/height for EXTENDED_PAR
Alex Beregszaszi [Mon, 26 Aug 2002 20:45:01 +0000 (20:45 +0000)]
added aspected_width/height for EXTENDED_PAR

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

21 years agochecksum update due to LIBAVCODEC_BUILD 4619->4620
Michael Niedermayer [Mon, 26 Aug 2002 16:12:21 +0000 (16:12 +0000)]
checksum update due to LIBAVCODEC_BUILD 4619->4620

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

21 years agofixing some 64bit bugs
Michael Niedermayer [Mon, 26 Aug 2002 16:10:41 +0000 (16:10 +0000)]
fixing some 64bit bugs

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

21 years agoforgot the const bits in 2pass curve matching (patch (with rounding removed) by Rémi...
Michael Niedermayer [Mon, 26 Aug 2002 08:14:36 +0000 (08:14 +0000)]
forgot the const bits in 2pass curve matching (patch (with rounding removed) by Rémi Guyomarch <rguyom at pobox dot com>)

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

21 years agofixing qmin==qmax && qsquish==1
Michael Niedermayer [Sun, 25 Aug 2002 23:49:50 +0000 (23:49 +0000)]
fixing qmin==qmax && qsquish==1

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

21 years agoNAN doesnt exist on FreeBSD patch by (Rémi Guyomarch <rguyom at pobox dot com>)
Rémi Guyomarch [Sun, 25 Aug 2002 22:54:43 +0000 (22:54 +0000)]
NAN doesnt exist on FreeBSD patch by (Rémi Guyomarch <rguyom at pobox dot com>)

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

21 years agonew ratecontrol code
Michael Niedermayer [Sun, 25 Aug 2002 21:41:57 +0000 (21:41 +0000)]
new ratecontrol code
sadly there are no (unsigned) int left in AVCodecContext so this breaks shared libavcodec libs :(

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

21 years agonew ratecontrol code
Michael Niedermayer [Sun, 25 Aug 2002 21:19:50 +0000 (21:19 +0000)]
new ratecontrol code

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

21 years agoerror concealment needs the mbintra_table so it should allways be allocated
Michael Niedermayer [Sat, 24 Aug 2002 13:24:43 +0000 (13:24 +0000)]
error concealment needs the mbintra_table so it should allways be allocated

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

21 years agoremoved -W -Wall -g and other gcc-specific warning/debug options
Joey Parrish [Thu, 22 Aug 2002 23:29:46 +0000 (23:29 +0000)]
removed -W -Wall -g and other gcc-specific warning/debug options
patch by Joey Parrish <joey@yunamusic.com>

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

21 years agofaster ff_sqrt()
Michael Niedermayer [Thu, 22 Aug 2002 19:41:39 +0000 (19:41 +0000)]
faster ff_sqrt()

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

21 years agobetter scene change detection
Michael Niedermayer [Thu, 22 Aug 2002 19:41:06 +0000 (19:41 +0000)]
better scene change detection

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

21 years agodarwin patches by Heliodoro Tammaro <helio at interactives dot org>
Michael Niedermayer [Wed, 21 Aug 2002 19:18:02 +0000 (19:18 +0000)]
darwin patches by Heliodoro Tammaro <helio at interactives dot org>

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

21 years agoregression test checksum update (seems the files where even in different directories...
Michael Niedermayer [Wed, 21 Aug 2002 17:36:58 +0000 (17:36 +0000)]
regression test checksum update (seems the files where even in different directories ...)

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

21 years agodont trash mm0, its still used in the next iteration of the loop (fixes strange horiz...
Michael Niedermayer [Tue, 20 Aug 2002 19:23:06 +0000 (19:23 +0000)]
dont trash mm0, its still used in the next iteration of the loop (fixes strange horizontal lines on some blocks in b frames on mmx only cpus)

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

21 years agosame dc skip behavior for chroma & luma elimination, its confusing otherwise imho
Michael Niedermayer [Sun, 18 Aug 2002 00:42:58 +0000 (00:42 +0000)]
same dc skip behavior for chroma & luma elimination, its confusing otherwise imho

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

21 years agoskip blocks with small chroma dc too (if the user wants it) needed to avoid IDCT...
Michael Niedermayer [Sat, 17 Aug 2002 20:10:27 +0000 (20:10 +0000)]
skip blocks with small chroma dc too (if the user wants it) needed to avoid IDCT(input coeffs !=0) == 0 problems which cause catastrophic error accumulation at qp=1

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

21 years agoremove unused varibles patch by (Eric Sesterhenn <SnakeByte at gmx dot de>)
Eric Sesterhenn [Tue, 13 Aug 2002 19:18:20 +0000 (19:18 +0000)]
remove unused varibles patch by (Eric Sesterhenn <SnakeByte at gmx dot de>)

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

21 years agopatch by (Volker Moell <volker-ml at die-moells dot de>)
Volker Moell [Tue, 13 Aug 2002 18:51:11 +0000 (18:51 +0000)]
patch by (Volker Moell <volker-ml at die-moells dot de>)
  creating $(prefix)/bin and $(prefix)/lib
  improved linking libavcodec.so -> libavcodec-$(VERSION).so
  ldconfig does not rise an error on not beeing root when installing

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

21 years ago* skiping unwanted packets when it's possible
Zdenek Kabelac [Fri, 9 Aug 2002 13:06:27 +0000 (13:06 +0000)]
* skiping unwanted packets when it's possible
* using 64bits us timestamps (needs more checking)

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

21 years ago* using statics
Zdenek Kabelac [Fri, 9 Aug 2002 13:04:27 +0000 (13:04 +0000)]
* using statics

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

21 years ago* resync without endless loop
Zdenek Kabelac [Fri, 9 Aug 2002 10:43:02 +0000 (10:43 +0000)]
* resync without endless loop

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

21 years agofaster vlc table selection
Michael Niedermayer [Fri, 9 Aug 2002 00:13:54 +0000 (00:13 +0000)]
faster vlc table selection

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

21 years ago* added support for multiple payloads
Zdenek Kabelac [Thu, 8 Aug 2002 22:04:01 +0000 (22:04 +0000)]
* added support for multiple payloads

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

21 years ago* ok - let's start with avifile->ffmpeg morphing
Zdenek Kabelac [Thu, 8 Aug 2002 16:43:47 +0000 (16:43 +0000)]
* ok - let's start with avifile->ffmpeg morphing
  for the begining it's major rewrite of asf parsing code
  (tested only inside avifile at this moment)
  it handles descrambling (though without WMA it's probably
  useless inside ffmpeg...
* extended AVStream structure to return information about
  stream time length
* extended AVStream to export  extra data found after standard
  headers - not really usefull for ffmpeg - but Windows codecs
  need them.
* asf parsing is not yet finished but works nicely already
  (at 100% better them before :))

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

21 years ago1000l
Michael Niedermayer [Thu, 8 Aug 2002 10:46:16 +0000 (10:46 +0000)]
1000l

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

21 years agompeg4 mpeg quantizer encoding
Michael Niedermayer [Tue, 6 Aug 2002 23:51:15 +0000 (23:51 +0000)]
mpeg4 mpeg quantizer encoding

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

22 years ago4mv + bframe decoding bugfix
Michael Niedermayer [Mon, 5 Aug 2002 21:36:14 +0000 (21:36 +0000)]
4mv + bframe decoding bugfix

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

22 years agofixing level overflow check for qp=1
Michael Niedermayer [Mon, 5 Aug 2002 19:05:02 +0000 (19:05 +0000)]
fixing level overflow check for qp=1

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

22 years agohopefully fixing unreprodceable segfault when overreading the end if error_resilience...
Michael Niedermayer [Sun, 4 Aug 2002 19:28:27 +0000 (19:28 +0000)]
hopefully fixing unreprodceable segfault when overreading the end if error_resilience==-1 (it didnt overread here though)

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

22 years agofixing slices which start at mb_x>0
Michael Niedermayer [Sun, 4 Aug 2002 18:19:09 +0000 (18:19 +0000)]
fixing slices which start at mb_x>0

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

22 years agosupporting rare overflow mess even with error_resilience>=0
Michael Niedermayer [Sun, 4 Aug 2002 16:46:18 +0000 (16:46 +0000)]
supporting rare overflow mess even with error_resilience>=0

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

22 years agomaking some error checks optional
Michael Niedermayer [Sun, 4 Aug 2002 16:21:41 +0000 (16:21 +0000)]
making some error checks optional

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

22 years agolast_picture should be never == NULL (it was with dr1) this might fix a segfault...
Michael Niedermayer [Sun, 4 Aug 2002 16:05:05 +0000 (16:05 +0000)]
last_picture should be never == NULL (it was with dr1) this might fix a segfault with error concealment

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

22 years agofixing mpeg4 mpeg quantizers
Michael Niedermayer [Fri, 2 Aug 2002 20:27:46 +0000 (20:27 +0000)]
fixing mpeg4 mpeg quantizers

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

22 years agofixing normal mmx idct
Michael Niedermayer [Fri, 2 Aug 2002 11:58:02 +0000 (11:58 +0000)]
fixing normal mmx idct

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

22 years ago10l found by Rémi Guyomarch <rguyom at pobox dot com>
Michael Niedermayer [Thu, 1 Aug 2002 23:23:48 +0000 (23:23 +0000)]
10l found by Rémi Guyomarch <rguyom at pobox dot com>

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

22 years agoplanar yuv 444 422 411 support
Michael Niedermayer [Thu, 1 Aug 2002 12:39:08 +0000 (12:39 +0000)]
planar yuv 444 422 411 support

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

22 years agomax_b_frame=4 bugfix
Michael Niedermayer [Thu, 1 Aug 2002 11:01:07 +0000 (11:01 +0000)]
max_b_frame=4 bugfix

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

22 years agob frame direct mode bugfix (bug found by CM <chenm001 at 163 dot com>)
Michael Niedermayer [Wed, 31 Jul 2002 08:01:29 +0000 (08:01 +0000)]
b frame direct mode bugfix (bug found by CM <chenm001 at 163 dot com>)

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

22 years agoMVI optimizations for motion estimation.
Falk Hüffner [Mon, 29 Jul 2002 23:14:51 +0000 (23:14 +0000)]
MVI optimizations for motion estimation.

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

22 years agobetter big/little endian test
Michael Niedermayer [Sun, 28 Jul 2002 15:02:47 +0000 (15:02 +0000)]
better big/little endian test

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

22 years ago* Now we do not delete the feed file if it was created with the same
Philip Gladstone [Sun, 28 Jul 2002 04:19:46 +0000 (04:19 +0000)]
* Now we do not delete the feed file if it was created with the same
  parameters as the currently desired codec settings. Thus it is
  important not to fiddle with the streams if you want to keep the
  old data.
* Fix it so that the ?buffer= paramter can be larger than 40 minutes or
  so. Why is this good? So I can use ?buffer=43200 and get video from
  12 hours ago (i.e. when it is daylight outside)

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

22 years ago* Removed a debug printf
Philip Gladstone [Sat, 27 Jul 2002 15:22:17 +0000 (15:22 +0000)]
* Removed a debug printf
* Fix the sense of the test for "-" with customlog and not closing stdout in daemon mode

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

22 years agodump bits per frame / qp / frame complexity support
Michael Niedermayer [Sat, 27 Jul 2002 14:48:44 +0000 (14:48 +0000)]
dump bits per frame / qp / frame complexity support

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

22 years agohandle DRI/RST markers patch by Leon van Stuivenberg <leonvs at iae dot nl>
Leon van Stuivenberg [Sat, 27 Jul 2002 08:27:02 +0000 (08:27 +0000)]
handle DRI/RST markers patch by Leon van Stuivenberg <leonvs at iae dot nl>

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

22 years agoAdd notes on the ?date= format.
Philip Gladstone [Sat, 27 Jul 2002 03:22:55 +0000 (03:22 +0000)]
Add notes on the ?date= format.

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

22 years agoAdd conversions to and from RGBA32 and BGRA32.
Philip Gladstone [Sat, 27 Jul 2002 03:08:04 +0000 (03:08 +0000)]
Add conversions to and from RGBA32 and BGRA32.

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