]> git.sesse.net Git - ffmpeg/log
ffmpeg
19 years agoseperate bitstream encoding skip from PASS1 flag
Michael Niedermayer [Sun, 6 Feb 2005 10:36:07 +0000 (10:36 +0000)]
seperate bitstream encoding skip from PASS1 flag

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

19 years agofixing an integer overflow, which could lead to overwriting the end of a malloced...
Michael Niedermayer [Fri, 4 Feb 2005 18:58:59 +0000 (18:58 +0000)]
fixing an integer overflow, which could lead to overwriting the end of a malloced buffer by 8 bytes

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

19 years ago10l (use of deallocated memory)
Michael Niedermayer [Fri, 4 Feb 2005 11:53:35 +0000 (11:53 +0000)]
10l (use of deallocated memory)

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

19 years agooverflows
Michael Niedermayer [Fri, 4 Feb 2005 11:26:40 +0000 (11:26 +0000)]
overflows

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

19 years agoVMD playing error patch by (Kostya (cannonball bw-team com>)
Kostya Shishkov [Fri, 4 Feb 2005 03:38:33 +0000 (03:38 +0000)]
VMD playing error patch by (Kostya (cannonball bw-team com>)
"I recently got a game called Lighthouse from Sierra with FMV in VMD
format. Some of them played OK, some of them FFmpeg refused to open,
some caused a crash.

I investigated files which couldn't be opened by FFmpeg and it appeared
that they had no audio (and bytes 2-3 from beginning of file contained
01 00, all other have 00 00 insted). Attached patch fixes this issue."

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

19 years agoBuild libpostproc out of source directory patch by (James A. Morrison >ja2morri csclu...
James A. Morrison [Fri, 4 Feb 2005 03:29:50 +0000 (03:29 +0000)]
Build libpostproc out of source directory patch by (James A. Morrison >ja2morri csclub.uwaterloo ca>)

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

19 years agoH.264 multiple slice support in CABAC patch by (Loic (lll+ffmpeg m4x org)
Loic Le Loarer [Fri, 4 Feb 2005 02:47:45 +0000 (02:47 +0000)]
H.264 multiple slice support in CABAC patch by (Loic (lll+ffmpeg m4x org)

3 more streams of the conformance suite decode to the
end instead of failing on an assert (CABACI3_Sony_B.jsv,
CABAST3_Sony_E.jsv and CABASTBR3_Sony_B.jsv), they are still false since
the first B slice probably because of deblocking in B slices not yet
implemented.

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

19 years ago- samples from mplayer ftp in the "adv" profile seem to have profile=2,
anonymous [Fri, 4 Feb 2005 02:20:38 +0000 (02:20 +0000)]
- samples from mplayer ftp in the "adv" profile seem to have profile=2,
which isn't the advanced one; and indeed, using adv. profile parser fails.
Using normal parser works, and that's what is done
- attempt at taking care of stride for NORM2 bitplane decoding
- duplication of much code from msmpeg4.c; this code isn't yet used, but
goes down as far as the block layer (mainly Transform Type stuff, the
remains are wild editing without checking). Unusable yet, and lacks the AC
decoding (but a step further in bitstream parsing)
patch by anonymous

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

19 years agomerge a few shifts into the dequantization, faster and more accurate, lets hope it...
Michael Niedermayer [Thu, 3 Feb 2005 03:28:27 +0000 (03:28 +0000)]
merge a few shifts into the dequantization, faster and more accurate, lets hope it doesnt overflow

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

19 years agooptimizing imdct12
Michael Niedermayer [Wed, 2 Feb 2005 22:38:28 +0000 (22:38 +0000)]
optimizing imdct12

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

19 years agomb_lmin/max to limit the per mb quality for the ratecontrol independant from the...
Michael Niedermayer [Wed, 2 Feb 2005 19:33:48 +0000 (19:33 +0000)]
mb_lmin/max to limit the per mb quality for the ratecontrol independant from the frame limits

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

19 years agoBorder processing adaptive quant patch by (Christophe Massiot |cmassiot freebox fr)
Christophe Massiot [Wed, 2 Feb 2005 18:49:04 +0000 (18:49 +0000)]
Border processing adaptive quant patch by (Christophe Massiot |cmassiot freebox fr)

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

19 years agortp_callback: send number of mb patch by (Johan Bilien {jobi via.ecp fr)
Johan Bilien [Wed, 2 Feb 2005 18:14:59 +0000 (18:14 +0000)]
rtp_callback: send number of mb patch by (Johan Bilien {jobi via.ecp fr)

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

19 years agooptimize antialias
Michael Niedermayer [Wed, 2 Feb 2005 01:37:33 +0000 (01:37 +0000)]
optimize antialias
switch to integer antialias code as default as its faster now

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

19 years agofaster, simpler and more accurate l3_unscale()
Michael Niedermayer [Tue, 1 Feb 2005 23:43:07 +0000 (23:43 +0000)]
faster, simpler and more accurate l3_unscale()

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

19 years agooptimizing imdct36()
Michael Niedermayer [Tue, 1 Feb 2005 21:27:18 +0000 (21:27 +0000)]
optimizing imdct36()

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

19 years agocompare audio files 16bit wise instead of 8bit
Michael Niedermayer [Tue, 1 Feb 2005 21:16:33 +0000 (21:16 +0000)]
compare audio files 16bit wise instead of 8bit
additionally compare the mp2 case with some delay as this matches better (the delay issue obviously should be fixed)

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

19 years agosupport comparing files with some posiion offset relative to each other
Michael Niedermayer [Tue, 1 Feb 2005 20:32:47 +0000 (20:32 +0000)]
support comparing files with some posiion offset relative to each other

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

19 years agomake keyframe default for AVFrames
Michael Niedermayer [Tue, 1 Feb 2005 18:36:51 +0000 (18:36 +0000)]
make keyframe default for AVFrames

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

19 years agoStereo MACE fix by Burkhard Plaum <plaum AT ipf DOT uni-stuttgart DOT de>
François Revol [Tue, 1 Feb 2005 15:13:27 +0000 (15:13 +0000)]
Stereo MACE fix by Burkhard Plaum <plaum AT ipf DOT uni-stuttgart DOT de>
Still doesn't work with our mov demuxer though...

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

19 years ago10l (array gets padded with 0 which is CODEC_ID_NONE -> parsers claim to support...
Michael Niedermayer [Tue, 1 Feb 2005 13:03:44 +0000 (13:03 +0000)]
10l (array gets padded with 0 which is CODEC_ID_NONE -> parsers claim to support CODEC_ID_NONE)

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

19 years agoH.264 multiplce instance in reference list patch by (Loic <lll+ffmpeg m4x org )
Loïc Le Loarer [Tue, 1 Feb 2005 11:26:11 +0000 (11:26 +0000)]
H.264 multiplce instance in reference list patch by (Loic <lll+ffmpeg m4x org )
With this patch, the streams CAWP5_TOSHIBA_E.264 and CVWP5_TOSHIBA_E.264
are completely decoded

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

19 years agocorrect long term picture management patch by (Loic <lll+ffmpeg m4x org>)
Loïc Le Loarer [Tue, 1 Feb 2005 11:12:53 +0000 (11:12 +0000)]
correct long term picture management patch by (Loic <lll+ffmpeg m4x org>)
fixes decoding of MR2_MW_A.264

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

19 years ago- a lot less overflows when decoding frames
anonymous [Tue, 1 Feb 2005 10:03:55 +0000 (10:03 +0000)]
- a lot less overflows when decoding frames
- no more error with norm6 codes
- almost skipped frames (~110 bits) are not overflowed
However:
- there are very few bits left in those frames, so I wonder if enough MB
data is actually left
- NORM6/DIFF6 (4/5) bitplanes are a lot more present, which I don't find
obvious.
patch by anonymous

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

19 years agoDocumentation patch by anonymous
anonymous [Tue, 1 Feb 2005 09:51:49 +0000 (09:51 +0000)]
Documentation patch by anonymous

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

19 years agoCompile fix on non-x86
Reimar Döffinger [Tue, 1 Feb 2005 09:00:12 +0000 (09:00 +0000)]
Compile fix on non-x86

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

19 years agosigned 16bit support
Michael Niedermayer [Tue, 1 Feb 2005 01:21:32 +0000 (01:21 +0000)]
signed 16bit support

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

19 years agoAdd 32bit RGB support
Roberto Togni [Mon, 31 Jan 2005 22:34:02 +0000 (22:34 +0000)]
Add 32bit RGB support

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

19 years ago10000l vbr mp3 fix
Michael Niedermayer [Mon, 31 Jan 2005 21:26:20 +0000 (21:26 +0000)]
10000l vbr mp3 fix

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

19 years agomakes funnyCode pages executable (for CPU with NX bit)
Aurelien Jacobs [Mon, 31 Jan 2005 15:57:27 +0000 (15:57 +0000)]
makes funnyCode pages executable (for CPU with NX bit)

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

19 years agosupport 32bit output for the mpeg audio decoder
Michael Niedermayer [Mon, 31 Jan 2005 12:16:21 +0000 (12:16 +0000)]
support 32bit output for the mpeg audio decoder

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

19 years agomore accurate dequant of near zero coefficients
Michael Niedermayer [Mon, 31 Jan 2005 04:06:47 +0000 (04:06 +0000)]
more accurate dequant of near zero coefficients

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

19 years ago10l (missing overflow check)
Michael Niedermayer [Mon, 31 Jan 2005 03:14:22 +0000 (03:14 +0000)]
10l (missing overflow check)

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

19 years ago100000l (typos in the #define for selecting the NORM6 method -> wasnt compiled, after...
Michael Niedermayer [Sun, 30 Jan 2005 22:28:11 +0000 (22:28 +0000)]
100000l (typos in the #define for selecting the NORM6 method -> wasnt compiled, after fixing typos new method doesnt even compile -> swicth back to old until its fixed)

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

19 years ago- add another way to decode norm6 VLC; modify VLC_NORM6_METH0D define in
anonymous [Sun, 30 Jan 2005 21:54:20 +0000 (21:54 +0000)]
- add another way to decode norm6 VLC; modify VLC_NORM6_METH0D define in
vc9data.h to select the behaviour
- modified decode_b_picture_primary_header so that
decode_bi_picture_header is no more required

Fixes:
- modifications for some more using of MpegEncContext
- fixed a bit frame type decoding
- switch from pointers to index for AC tables
- corrected P CBPCY decoding (p_cbpcy += 4)

patch by anonymous

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

19 years agoIn that patch:
anonymous [Sun, 30 Jan 2005 16:34:57 +0000 (16:34 +0000)]
In that patch:
- avctx and gb elements were removed from VC9Context, hence a larger diff
- some code was added to h263dec.c regarding CODEC_ID_WMV3 (should apply to CODEC_ID_VC9 too)
- VLC tables and other related tables were made global whenever this seemed necessary; appropriate changes were therefore made to other parts of the code using those tables
- the change for the bitplane management to a struct (some of them should eventually be mapped to MpegEncContext arrays) wasn't associated with the proper frees; should be fixed now
patch by anonymous

better names for globalized tables by me

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

19 years ago10l (didnt test code after cvs up ...)
Michael Niedermayer [Sun, 30 Jan 2005 14:10:30 +0000 (14:10 +0000)]
10l (didnt test code after cvs up ...)

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

19 years agodithering for the mpeg audio decoder
Michael Niedermayer [Sun, 30 Jan 2005 14:04:56 +0000 (14:04 +0000)]
dithering for the mpeg audio decoder

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

19 years agoquick and dirty PSNR check for audio
Michael Niedermayer [Sun, 30 Jan 2005 13:26:11 +0000 (13:26 +0000)]
quick and dirty PSNR check for audio

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

19 years agofixing missaligned memory accesses in fill_rectangle()
Michael Niedermayer [Sun, 30 Jan 2005 02:16:50 +0000 (02:16 +0000)]
fixing missaligned memory accesses in fill_rectangle()

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

19 years agorequire a few valid and equal mp3 headers for resync
Michael Niedermayer [Sat, 29 Jan 2005 23:59:32 +0000 (23:59 +0000)]
require a few valid and equal mp3 headers for resync

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

19 years agoadded a lock/unlock_lib pair to allow extern progs to serialize access to lavc.
François Revol [Sat, 29 Jan 2005 20:09:33 +0000 (20:09 +0000)]
added a lock/unlock_lib pair to allow extern progs to serialize access to lavc.

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

19 years agodont predict missing timestamps if we lack the required information to do so
Michael Niedermayer [Sat, 29 Jan 2005 02:27:33 +0000 (02:27 +0000)]
dont predict missing timestamps if we lack the required information to do so

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

19 years agoexported ff_mpa_synth_filter for upcoming qdm2 decoder
Alex Beregszaszi [Fri, 28 Jan 2005 19:54:10 +0000 (19:54 +0000)]
exported ff_mpa_synth_filter for upcoming qdm2 decoder

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

19 years agofix segfault by matthieu castet <castet DOT matthieu AT free DOT fr>
François Revol [Fri, 28 Jan 2005 12:13:53 +0000 (12:13 +0000)]
fix segfault by matthieu castet <castet DOT matthieu AT free DOT fr>

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

19 years agomake decode012() static inline
Michael Niedermayer [Fri, 28 Jan 2005 11:21:57 +0000 (11:21 +0000)]
make decode012() static inline

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

19 years agodon't crash on null codec; by matthieu castet <castet DOT matthieu AT free DOT fr>
François Revol [Fri, 28 Jan 2005 11:19:47 +0000 (11:19 +0000)]
don't crash on null codec; by matthieu castet <castet DOT matthieu AT free DOT fr>

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

19 years agofix the patch to allow Sony PSP MP4 creation
François Revol [Fri, 28 Jan 2005 08:08:42 +0000 (08:08 +0000)]
fix the patch to allow Sony PSP MP4 creation

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

19 years agosupport colon-separated rates patch by Roine Gustafsson <roine AT users DOT sourcefor...
Roine Gustafsson [Thu, 27 Jan 2005 16:11:31 +0000 (16:11 +0000)]
support colon-separated rates patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net>

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

19 years agomovenc illegal access patch by Roine Gustafsson <roine AT users DOT sourceforge DOT...
Roine Gustafsson [Thu, 27 Jan 2005 15:41:03 +0000 (15:41 +0000)]
movenc illegal access patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net>

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

19 years agochunk support in mov patch by Roine Gustafsson <roine AT users DOT sourceforge DOT...
Roine Gustafsson [Thu, 27 Jan 2005 15:39:13 +0000 (15:39 +0000)]
chunk support in mov patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net>

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

19 years agoSony PSP variation of MP4 patch by <tjcannell AT blueyonder DOT co DOT uk>
tjcannell@blueyonder.co.uk [Thu, 27 Jan 2005 14:48:15 +0000 (14:48 +0000)]
Sony PSP variation of MP4 patch by <tjcannell AT blueyonder DOT co DOT uk>

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

19 years agoprobe for 'junk' and 'pict', changed the scores.
François Revol [Thu, 27 Jan 2005 06:53:09 +0000 (06:53 +0000)]
probe for 'junk' and 'pict', changed the scores.

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

19 years ago10l (negative strides)
Michael Niedermayer [Wed, 26 Jan 2005 17:04:34 +0000 (17:04 +0000)]
10l (negative strides)

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

19 years agouse dc tables from msmpeg4 instead of duplicating them patch by anonymous
anonymous [Wed, 26 Jan 2005 12:01:35 +0000 (12:01 +0000)]
use dc tables from msmpeg4 instead of duplicating them patch by anonymous

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

19 years agomov header field and compressor name patch by Roine Gustafsson <roine AT users DOT...
Roine Gustafsson [Wed, 26 Jan 2005 09:31:49 +0000 (09:31 +0000)]
mov header field and compressor name patch by Roine Gustafsson <roine AT users DOT sourceforge DOT net>

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

19 years agodont duplicate decode012()
Michael Niedermayer [Tue, 25 Jan 2005 01:40:58 +0000 (01:40 +0000)]
dont duplicate decode012()

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

19 years agocheck norm6 vlc validity as there are some bit sequences which dont corespond to...
Michael Niedermayer [Tue, 25 Jan 2005 01:29:10 +0000 (01:29 +0000)]
check norm6 vlc validity as there are some bit sequences which dont corespond to any codeword, the other vlc tables all seem to be huffman tables though

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

19 years agoFixes:
anonymous [Mon, 24 Jan 2005 23:01:18 +0000 (23:01 +0000)]
Fixes:
- i/p/b_decode_mbs functions now checks the proper values (from
bitplane). I didn't find it very clear, but it seems "raw" = "to read at
the MB layer". I used a structure, but we could spare that indirection and
add a flag in the VC9Context for each array.
- Properly decode (or so I think) the CBPCY (as it is predicted)
- many more things
patch by anonymous

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

19 years agomore 10l typos
Michael Niedermayer [Mon, 24 Jan 2005 01:56:53 +0000 (01:56 +0000)]
more 10l typos

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

19 years agonorm-6 / diff-6 support (untested, parts of it just guessed as the spec is unclear)
Michael Niedermayer [Mon, 24 Jan 2005 01:46:12 +0000 (01:46 +0000)]
norm-6 / diff-6 support (untested, parts of it just guessed as the spec is unclear)

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

19 years agofixing many bugs in bitplane_decoding()
Michael Niedermayer [Mon, 24 Jan 2005 00:35:18 +0000 (00:35 +0000)]
fixing many bugs in bitplane_decoding()
spliting row/colskip cases into their own functions as these will be needed for NORM/DIFF-6

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

19 years agodont use several 100 mb memory for a tiny 120 element table
Michael Niedermayer [Sun, 23 Jan 2005 22:54:51 +0000 (22:54 +0000)]
dont use several 100 mb memory for a tiny 120 element table
remove redundant code related to av_free()
typo fix

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

19 years ago1000000000l typos
Michael Niedermayer [Sun, 23 Jan 2005 22:49:41 +0000 (22:49 +0000)]
1000000000l typos

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

19 years agomention table duplications, note, please avoid duplicating tables!
Michael Niedermayer [Sun, 23 Jan 2005 22:10:55 +0000 (22:10 +0000)]
mention table duplications, note, please avoid duplicating tables!

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

19 years agowmv3
Michael Niedermayer [Sun, 23 Jan 2005 21:54:07 +0000 (21:54 +0000)]
wmv3

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

19 years agoCheck pointers before writing to memory
Roberto Togni [Sun, 23 Jan 2005 21:36:24 +0000 (21:36 +0000)]
Check pointers before writing to memory

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

19 years agosimplify
Michael Niedermayer [Sun, 23 Jan 2005 19:11:02 +0000 (19:11 +0000)]
simplify

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

19 years agoavoid buf_size == 0 checks in every decoder
Michael Niedermayer [Sun, 23 Jan 2005 18:09:06 +0000 (18:09 +0000)]
avoid buf_size == 0 checks in every decoder

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

19 years agomore detailed error messages
Michael Niedermayer [Sun, 23 Jan 2005 17:59:01 +0000 (17:59 +0000)]
more detailed error messages

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

19 years ago10l
Michael Niedermayer [Sun, 23 Jan 2005 16:18:10 +0000 (16:18 +0000)]
10l

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

19 years agoframerate check
Michael Niedermayer [Sun, 23 Jan 2005 14:07:25 +0000 (14:07 +0000)]
framerate check

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

19 years agosimplify deblock
Michael Niedermayer [Sun, 23 Jan 2005 14:03:13 +0000 (14:03 +0000)]
simplify deblock

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

19 years agouse clip_uint8()
Michael Niedermayer [Sun, 23 Jan 2005 11:08:18 +0000 (11:08 +0000)]
use clip_uint8()

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

19 years agoAAC fix by Thomas Raivio <tjraivio AT cc DOT hut DOT fi>
François Revol [Sun, 23 Jan 2005 10:44:50 +0000 (10:44 +0000)]
AAC fix by Thomas Raivio <tjraivio AT cc DOT hut DOT fi>

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

19 years agoTimestamp patch by Gael Chardon <gael DOT ffmpeg AT 4now DOT net>
Gael Chardon [Sun, 23 Jan 2005 10:34:10 +0000 (10:34 +0000)]
Timestamp patch by Gael Chardon <gael DOT ffmpeg AT 4now DOT net>

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

19 years agoRevert the fixed-size-sample patch as it brokes and others
François Revol [Sun, 23 Jan 2005 09:59:36 +0000 (09:59 +0000)]
Revert the fixed-size-sample patch as it brokes  and others
WTF I thought I had commited this yesterday... was probably too asleep :°)

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

19 years agosimplify
Michael Niedermayer [Sun, 23 Jan 2005 03:49:36 +0000 (03:49 +0000)]
simplify
reference list 1 swaping fix? seems its not used by any samples i found though

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

19 years agopreliminary vc9 bitstream decoder, committing to make syncing and team-work on it...
Alex Beregszaszi [Sat, 22 Jan 2005 18:00:36 +0000 (18:00 +0000)]
preliminary vc9 bitstream decoder, committing to make syncing and team-work on it easier

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

19 years agopreliminary vc9 bitstream decoder, committing to make syncing and team-work on it...
Alex Beregszaszi [Sat, 22 Jan 2005 17:52:01 +0000 (17:52 +0000)]
preliminary vc9 bitstream decoder, committing to make syncing and team-work on it easier

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

19 years agosupport discarding uninterresting packets
Michael Niedermayer [Sat, 22 Jan 2005 13:36:02 +0000 (13:36 +0000)]
support discarding uninterresting packets

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

19 years agofixing demuxing for short files where the framerate detection failed
Michael Niedermayer [Sat, 22 Jan 2005 02:30:45 +0000 (02:30 +0000)]
fixing demuxing for short files where the framerate detection failed

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

19 years agosupport discarding of uninterresting packets
Michael Niedermayer [Sat, 22 Jan 2005 01:48:11 +0000 (01:48 +0000)]
support discarding of uninterresting packets

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

19 years agocount errors instead of printing 2^31
Michael Niedermayer [Fri, 21 Jan 2005 23:47:03 +0000 (23:47 +0000)]
count errors instead of printing 2^31

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

19 years ago1/0 fix
Michael Niedermayer [Fri, 21 Jan 2005 23:38:09 +0000 (23:38 +0000)]
1/0 fix

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

19 years agoOut-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>)
Philipp Matthias Hahn [Fri, 21 Jan 2005 22:16:05 +0000 (22:16 +0000)]
Out-of-directory build patch by (Philipp Matthias Hahn <pmhahn titan.lahn de>)
preserve support for spaces in directories in case of in-tree builds by (James A. Morrison <ja2morri csclub.uwaterloo ca>)

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

19 years agoconsole text to stderr : rev2 patch by (Roine Gustafsson <roine users.sourceforge...
Roine Gustafsson [Fri, 21 Jan 2005 21:32:37 +0000 (21:32 +0000)]
console text to stderr : rev2 patch by (Roine Gustafsson <roine users.sourceforge net>)

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

19 years agofix few x86_64 registers handling
Aurelien Jacobs [Fri, 21 Jan 2005 16:48:18 +0000 (16:48 +0000)]
fix few x86_64 registers handling

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

19 years agohandle AVERROR_IO and AVERROR_NOMEM patch by (Kostya <cannonball bw-team com>)
Kostya Shishkov [Thu, 20 Jan 2005 15:31:07 +0000 (15:31 +0000)]
handle AVERROR_IO and AVERROR_NOMEM patch by (Kostya <cannonball bw-team com>)

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

19 years agojpeg style yuv fixes
Michael Niedermayer [Thu, 20 Jan 2005 00:30:20 +0000 (00:30 +0000)]
jpeg style yuv fixes

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

19 years agoH.264 b ref pic list order and long term pictures patch by (Loic Le Loarer <loic...
Loic Le Loarer [Wed, 19 Jan 2005 17:35:51 +0000 (17:35 +0000)]
H.264 b ref pic list order and long term pictures patch by (Loic Le Loarer <loic.le-loarer polytechnique org>)

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

19 years agodiv by zero aspect fix
Michael Niedermayer [Wed, 19 Jan 2005 13:24:43 +0000 (13:24 +0000)]
div by zero aspect fix

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

19 years agosvq3_get_se_golomb() fix
Michael Niedermayer [Wed, 19 Jan 2005 13:03:38 +0000 (13:03 +0000)]
svq3_get_se_golomb() fix

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

19 years agocompile with TRACE define patch by (Loic <lll+ffmpeg m4x org>)
Loïc Le Loarer [Wed, 19 Jan 2005 12:58:34 +0000 (12:58 +0000)]
compile with TRACE define patch by (Loic <lll+ffmpeg m4x org>)

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

19 years ago100l, fix broken AMD64 patch. To whoever applied it: Did you actually _try_
Reimar Döffinger [Wed, 19 Jan 2005 12:56:16 +0000 (12:56 +0000)]
100l, fix broken AMD64 patch. To whoever applied it: Did you actually _try_
to check if it's correct??

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

19 years agoExporting some more options patch by (Martin Drab <drab kepler.fjfi.cvut cz>)
Martin Drab [Wed, 19 Jan 2005 12:41:37 +0000 (12:41 +0000)]
Exporting some more options patch by (Martin Drab <drab kepler.fjfi.cvut cz>)

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

19 years agoadd luma only support to yuv4mpeg patch by (Roine Gustafsson <roine users.sourceforge...
Roine Gustafsson [Wed, 19 Jan 2005 12:27:48 +0000 (12:27 +0000)]
add luma only support to yuv4mpeg patch by (Roine Gustafsson <roine users.sourceforge net>)

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

19 years agox86_64 pointer typecast fix by (Martin Drab <drab kepler.fjfi.cvut cz>)
Michael Niedermayer [Tue, 18 Jan 2005 01:01:54 +0000 (01:01 +0000)]
x86_64 pointer typecast fix by (Martin Drab <drab kepler.fjfi.cvut cz>)

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

19 years agosimplify
Michael Niedermayer [Mon, 17 Jan 2005 18:25:32 +0000 (18:25 +0000)]
simplify
benchmark

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

19 years agotrying to fix the -ss bugs
Michael Niedermayer [Mon, 17 Jan 2005 03:15:57 +0000 (03:15 +0000)]
trying to fix the -ss bugs

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