]> git.sesse.net Git - ffmpeg/log
ffmpeg
19 years agofix stream class
Michael Niedermayer [Fri, 3 Jun 2005 09:04:34 +0000 (09:04 +0000)]
fix stream class
fix a infinite loop on corrupted streams

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

19 years agofix stream class
Michael Niedermayer [Fri, 3 Jun 2005 08:54:32 +0000 (08:54 +0000)]
fix stream class
fix a infinite loop on corrupted streams

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

19 years agoa step toward CODEC_TYPE_DATA support
Michael Niedermayer [Fri, 3 Jun 2005 08:50:46 +0000 (08:50 +0000)]
a step toward CODEC_TYPE_DATA support
remove a little duplicated code

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

19 years ago10l (segfault fix)
Michael Niedermayer [Fri, 3 Jun 2005 08:48:10 +0000 (08:48 +0000)]
10l (segfault fix)

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

19 years agoIgnore .pc files.
Diego Biurrun [Thu, 2 Jun 2005 23:05:15 +0000 (23:05 +0000)]
Ignore .pc files.

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

19 years agodecode H.264 with 8x8 transform.
Loren Merritt [Thu, 2 Jun 2005 21:15:20 +0000 (21:15 +0000)]
decode H.264 with 8x8 transform.
deblocking is still incorrect with 8x8+cavlc

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

19 years agoone bugfix and a few gcc4 bug workaorunds by (Gianluigi Tiesi: mplayer, netfarm it)
Michael Niedermayer [Thu, 2 Jun 2005 20:54:03 +0000 (20:54 +0000)]
one bugfix and a few gcc4 bug workaorunds by (Gianluigi Tiesi: mplayer, netfarm it)

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

19 years agosort H.264 mmx dsp functions into their own file
Loren Merritt [Thu, 2 Jun 2005 20:45:35 +0000 (20:45 +0000)]
sort H.264 mmx dsp functions into their own file

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

19 years agoadding a few const
Michael Niedermayer [Wed, 1 Jun 2005 21:19:00 +0000 (21:19 +0000)]
adding a few const

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

19 years ago100l for myself (breaking amd64)
Michael Niedermayer [Wed, 1 Jun 2005 18:04:01 +0000 (18:04 +0000)]
100l for myself (breaking amd64)

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

19 years agofix segfault if flush is called before the first frame
Måns Rullgård [Wed, 1 Jun 2005 12:03:25 +0000 (12:03 +0000)]
fix segfault if flush is called before the first frame
(I think that's it, and this fixes it)

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

19 years agomerge a few asm blocks so gcc cant unoptimize it (658->631 dezicycles on duron)
Michael Niedermayer [Wed, 1 Jun 2005 11:56:58 +0000 (11:56 +0000)]
merge a few asm blocks so gcc cant unoptimize it (658->631 dezicycles on duron)

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

19 years agoget rid of 2 movq (680 -> 658 dezicycles on duron)
Michael Niedermayer [Wed, 1 Jun 2005 11:36:32 +0000 (11:36 +0000)]
get rid of 2 movq (680 -> 658 dezicycles on duron)

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

19 years agoavoid one transpose (730->680 dezicycles on duron)
Michael Niedermayer [Wed, 1 Jun 2005 08:43:40 +0000 (08:43 +0000)]
avoid one transpose (730->680 dezicycles on duron)

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

19 years ago10l (symbol mangling)
Loren Merritt [Wed, 1 Jun 2005 04:51:46 +0000 (04:51 +0000)]
10l (symbol mangling)

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

19 years agoadd rounding bias before the horizontal idct (765->730 dezicyles on duron)
Michael Niedermayer [Wed, 1 Jun 2005 01:18:41 +0000 (01:18 +0000)]
add rounding bias before the horizontal idct (765->730 dezicyles on duron)

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

19 years agoMMX for H.264 iDCT (adapted from x264)
Loren Merritt [Tue, 31 May 2005 22:48:33 +0000 (22:48 +0000)]
MMX for H.264 iDCT (adapted from x264)

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

19 years agoadd -gray command line flag
Måns Rullgård [Tue, 31 May 2005 11:49:55 +0000 (11:49 +0000)]
add -gray command line flag

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

19 years agodecrease V_NB_BITS if possible
Michael Niedermayer [Mon, 30 May 2005 22:02:00 +0000 (22:02 +0000)]
decrease V_NB_BITS if possible

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

19 years agomore trivial optimizations
Michael Niedermayer [Mon, 30 May 2005 20:34:05 +0000 (20:34 +0000)]
more trivial optimizations

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

19 years agoenable x264 multi-threading
Måns Rullgård [Mon, 30 May 2005 20:34:02 +0000 (20:34 +0000)]
enable x264 multi-threading

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

19 years agomaxdepth is supposed to be a constant, its faster if its too large then if its non...
Michael Niedermayer [Mon, 30 May 2005 19:14:50 +0000 (19:14 +0000)]
maxdepth is supposed to be a constant, its faster if its too large then if its non constant

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

19 years agoaccording to the standard the object_type for H264 is 33, not 241
Nico Sabbi [Mon, 30 May 2005 17:32:02 +0000 (17:32 +0000)]
according to the standard the object_type for H264 is 33, not 241

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

19 years agoFix url_fsize for large files patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de)
Wolfram Gloger [Mon, 30 May 2005 16:45:08 +0000 (16:45 +0000)]
Fix url_fsize for large files patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de)

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

19 years agotrivial pre-C99 fix for rtp.c by (Wolfram Gloger: wmglo, dent med uni-muenchen de)
Michael Niedermayer [Mon, 30 May 2005 16:42:36 +0000 (16:42 +0000)]
trivial pre-C99 fix for rtp.c by (Wolfram Gloger: wmglo, dent med uni-muenchen de)

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

19 years agooptimizations
Michael Niedermayer [Mon, 30 May 2005 15:03:06 +0000 (15:03 +0000)]
optimizations

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

19 years agofaster float->short conversation
Michael Niedermayer [Mon, 30 May 2005 00:07:52 +0000 (00:07 +0000)]
faster float->short conversation

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

19 years agoilog() -> av_log2()
Michael Niedermayer [Sun, 29 May 2005 22:50:22 +0000 (22:50 +0000)]
ilog() -> av_log2()

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

19 years agoVorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu)
Michael Niedermayer [Sun, 29 May 2005 22:11:05 +0000 (22:11 +0000)]
Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu)

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

19 years agodecode h264 end-of-slice flag
Loren Merritt [Sun, 29 May 2005 18:18:13 +0000 (18:18 +0000)]
decode h264 end-of-slice flag

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

19 years agochanging a few AV_LOG_DEBUG to AV_LOG_INFO
Michael Niedermayer [Sun, 29 May 2005 11:44:21 +0000 (11:44 +0000)]
changing a few AV_LOG_DEBUG to AV_LOG_INFO

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

19 years agoAVPacket.pos
Michael Niedermayer [Thu, 26 May 2005 20:17:12 +0000 (20:17 +0000)]
AVPacket.pos

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

19 years agotr -d '\015'
Michael Niedermayer [Thu, 26 May 2005 17:48:23 +0000 (17:48 +0000)]
tr -d '\015'

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

19 years agocleanup
Michael Niedermayer [Thu, 26 May 2005 14:40:20 +0000 (14:40 +0000)]
cleanup

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

19 years agoBetter ARM support for mplayer/ffmpeg, ported from atty fork
Bernhard Rosenkränzer [Thu, 26 May 2005 14:32:46 +0000 (14:32 +0000)]
Better ARM support for mplayer/ffmpeg, ported from atty fork
while playing with some new hardware, I found it's running a forked mplayer
 -- and it looks like they're following the GPL.

 The maintainer's page is here: http://atty.jp/?Zaurus/mplayer
 Unfortunately it's mostly in Japanese, so it's hard to figure out any
  details.

  Their code looks quite interesting (at least to those of us w/ ARM CPUs).

  The patches I've attached are the patches from atty.jp with a couple of
  modifications by myself:
  - ported to current CVS
  - reverted their change of removing SNOW support from ffmpeg
  - cleaned up their bswap mess
  - removed DOS-style linebreaks from various files

patch by (Bernhard Rosenkraenzer: bero, arklinux org)

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

19 years agovery tiny script to remove tabs and trailing whitespace from patches
Michael Niedermayer [Thu, 26 May 2005 12:58:54 +0000 (12:58 +0000)]
very tiny script to remove tabs and trailing whitespace from patches

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

19 years agovhook watermark patch by (Marcus Engene: ffmpeg, engene se)
Marcus Engene [Thu, 26 May 2005 09:18:38 +0000 (09:18 +0000)]
vhook watermark patch by (Marcus Engene: ffmpeg, engene se)

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

19 years agosync output stream against any input stream (extension of map) patch by (Wolfram...
Wolfram Gloger [Thu, 26 May 2005 08:59:05 +0000 (08:59 +0000)]
sync output stream against any input stream (extension of map) patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de)

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

19 years agoAV_LOG_DEBUG is not a good default ...
Michael Niedermayer [Thu, 26 May 2005 08:57:13 +0000 (08:57 +0000)]
AV_LOG_DEBUG is not a good default ...

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

19 years agoRTP/RTSP and MPEG4-AAC audio
Romain Degez [Thu, 26 May 2005 07:47:51 +0000 (07:47 +0000)]
RTP/RTSP and MPEG4-AAC audio
  - preliminary support for mpeg4-aac rtp payload (no interleaving support)
  - use udp transport as default (makes more sense with rtp, doesn't it ?)
  - some code factorization, so adding support for new rtp payload will be easier
  (I hope ;-)
patch by (Romain DEGEZ: romain degez, smartjog com)

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

19 years agoMMX code for (put|avg)_h264_chroma_mc8
Zoltán Hidvégi [Wed, 25 May 2005 08:05:41 +0000 (08:05 +0000)]
MMX code for (put|avg)_h264_chroma_mc8

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

19 years agoread loop filter limit values from Theora header, courtesy of Matthieu
Mike Melanson [Tue, 24 May 2005 14:21:42 +0000 (14:21 +0000)]
read loop filter limit values from Theora header, courtesy of Matthieu
Castet (castet.matthieu -at- free.fr)

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

19 years agoldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com)
Jacob Meuser [Sun, 22 May 2005 23:58:58 +0000 (23:58 +0000)]
ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com)

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

19 years agolibgsm warper by (Alban Bedel: albeu, free fr)
Michael Niedermayer [Sun, 22 May 2005 23:39:11 +0000 (23:39 +0000)]
libgsm warper by (Alban Bedel: albeu, free fr)

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

19 years agoav_find_stream_info() end check fixes
Michael Niedermayer [Sun, 22 May 2005 08:47:09 +0000 (08:47 +0000)]
av_find_stream_info() end check fixes
  10l (wrong time base)
  use timestamps if duration isnt available

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

19 years agofix max b frames with b frame strategy 1
Michael Niedermayer [Sat, 21 May 2005 22:20:26 +0000 (22:20 +0000)]
fix max b frames with b frame strategy 1

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

19 years agob frame strategy
Michael Niedermayer [Sat, 21 May 2005 22:03:24 +0000 (22:03 +0000)]
b frame strategy
set emu edge if lowres

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

19 years agoSTART/STOP_TIMER for ppc32 by (Luca Barbato: lu_zero, gentoo org)
Michael Niedermayer [Sat, 21 May 2005 21:37:07 +0000 (21:37 +0000)]
START/STOP_TIMER for ppc32 by (Luca Barbato: lu_zero, gentoo org)

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

19 years agofix bugs in new loop filter code; also, refrain from filtering against
Mike Melanson [Sat, 21 May 2005 19:31:16 +0000 (19:31 +0000)]
fix bugs in new loop filter code; also, refrain from filtering against
data that has yet to be rendered; still #if'd out, will revisit when
proper algorithm can be validated

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

19 years agoupdate current_sample number for non split mode
Michael Niedermayer [Sat, 21 May 2005 10:41:52 +0000 (10:41 +0000)]
update current_sample number for non split mode
fix chunk split decission

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

19 years agosegfault fix
Michael Niedermayer [Sat, 21 May 2005 10:25:58 +0000 (10:25 +0000)]
segfault fix

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

19 years agosupport non interleaved mov files
Michael Niedermayer [Sat, 21 May 2005 09:50:25 +0000 (09:50 +0000)]
support non interleaved mov files

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

19 years agoremove unused vp3 related function pointers
Michael Niedermayer [Sat, 21 May 2005 07:43:49 +0000 (07:43 +0000)]
remove unused vp3 related function pointers

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

19 years agodisable broken loop filter optimization
Michael Niedermayer [Sat, 21 May 2005 07:35:15 +0000 (07:35 +0000)]
disable broken loop filter optimization
melanson please test your optimizations before commiting!

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

19 years agoapply the loop filter to fragments as they are rendered into the final
Mike Melanson [Sat, 21 May 2005 05:20:52 +0000 (05:20 +0000)]
apply the loop filter to fragments as they are rendered into the final
output

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

19 years agorender by the slice rather than the plane
Mike Melanson [Sat, 21 May 2005 04:43:36 +0000 (04:43 +0000)]
render by the slice rather than the plane

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

19 years ago10l (overwriting w/h with 0)
Michael Niedermayer [Sat, 21 May 2005 02:06:45 +0000 (02:06 +0000)]
10l (overwriting w/h with 0)

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

19 years agoclean up some warnings and dead code
Mike Melanson [Sat, 21 May 2005 02:06:27 +0000 (02:06 +0000)]
clean up some warnings and dead code

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

19 years ago1.) LGPL license mentioned
Denes Balatoni [Sat, 21 May 2005 01:17:20 +0000 (01:17 +0000)]
1.) LGPL license mentioned
2.) Stack useage decreased by 64kb
3.) One more bug fixed
patch by (Balatoni Denes <dbalatoni.programozo@hu>)

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

19 years agoanother bitstream extraction to optimize: fixed-length motion vectors
Mike Melanson [Sat, 21 May 2005 01:12:41 +0000 (01:12 +0000)]
another bitstream extraction to optimize: fixed-length motion vectors

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

19 years agofix ac3 and dts detection (patch by Joakim Plate <joakim.plate at ecce.se>)
Joakim Plate [Fri, 20 May 2005 13:10:09 +0000 (13:10 +0000)]
fix ac3 and dts detection (patch by Joakim Plate <joakim.plate at ecce.se>)

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

19 years agoShould fix altivec detection for g3 system.
Nicolas Plourde [Fri, 20 May 2005 12:08:31 +0000 (12:08 +0000)]
Should fix altivec detection for g3 system.

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

19 years agoread Huffman tables from Theora header (patch courtesy of
Mike Melanson [Thu, 19 May 2005 23:59:10 +0000 (23:59 +0000)]
read Huffman tables from Theora header (patch courtesy of
Matthieu Castet <castet.matthieu at free.fr>)

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

19 years agodon't try to find file length if streaming
Måns Rullgård [Thu, 19 May 2005 21:03:03 +0000 (21:03 +0000)]
don't try to find file length if streaming

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

19 years agomemory leak
Loren Merritt [Thu, 19 May 2005 19:11:40 +0000 (19:11 +0000)]
memory leak

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

19 years agoaccept old extradata format
Måns Rullgård [Thu, 19 May 2005 11:45:10 +0000 (11:45 +0000)]
accept old extradata format

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

19 years agofix decoding of multi-channel vorbis streams
Måns Rullgård [Thu, 19 May 2005 11:41:41 +0000 (11:41 +0000)]
fix decoding of multi-channel vorbis streams

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

19 years agouse O(number of non zero coeffs) instead of O(number of coeffs) storage for the coeff...
Michael Niedermayer [Thu, 19 May 2005 10:48:36 +0000 (10:48 +0000)]
use O(number of non zero coeffs) instead of O(number of coeffs) storage for the coefficient colleting/reordering

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

19 years agofix crash on negative POC
Loren Merritt [Thu, 19 May 2005 04:48:06 +0000 (04:48 +0000)]
fix crash on negative POC

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

19 years agoreplace unpack_token() with a series of lookup tables
Mike Melanson [Thu, 19 May 2005 02:43:21 +0000 (02:43 +0000)]
replace unpack_token() with a series of lookup tables

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

19 years agoinstall libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from...
Aurelien Jacobs [Thu, 19 May 2005 00:17:50 +0000 (00:17 +0000)]
install libav(codec|format).pc/libpostproc.pc for pkg-config (original patch from <j at v2v.cc>)

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

19 years agodrop most url_fileno() calls (allows to use ByteIOContext directly in caller apps...
Aurelien Jacobs [Thu, 19 May 2005 00:06:27 +0000 (00:06 +0000)]
drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol)

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

19 years agofix mpeg2 chroma_420_type
Michael Niedermayer [Wed, 18 May 2005 19:42:42 +0000 (19:42 +0000)]
fix mpeg2 chroma_420_type

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

19 years agofix 4MV MC and reinstate new MC VLC
Mike Melanson [Wed, 18 May 2005 17:14:59 +0000 (17:14 +0000)]
fix 4MV MC and reinstate new MC VLC

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

19 years agofix shared libpostproc build
Måns Rullgård [Wed, 18 May 2005 14:05:17 +0000 (14:05 +0000)]
fix shared libpostproc build

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

19 years agoH.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cases to...
Loren Merritt [Wed, 18 May 2005 09:17:22 +0000 (09:17 +0000)]
H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cases to 8-bit math)

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

19 years agoreduce size of Vp3Fragment from 32byte to 16byte
Michael Niedermayer [Wed, 18 May 2005 09:07:26 +0000 (09:07 +0000)]
reduce size of Vp3Fragment from 32byte to 16byte

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

19 years agooptimizing rle decoding loops a little
Michael Niedermayer [Wed, 18 May 2005 08:48:11 +0000 (08:48 +0000)]
optimizing rle decoding loops a little

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

19 years agodisabling buggy optimizations
Michael Niedermayer [Wed, 18 May 2005 07:59:07 +0000 (07:59 +0000)]
disabling buggy optimizations

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

19 years agoreplace get_superblock_run_length() with a VLC table
Mike Melanson [Wed, 18 May 2005 00:11:49 +0000 (00:11 +0000)]
replace get_superblock_run_length() with a VLC table

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

19 years agouse VLCs for in place of get_fragment_run_length(), get_mode_code(), and
Mike Melanson [Tue, 17 May 2005 23:39:23 +0000 (23:39 +0000)]
use VLCs for in place of get_fragment_run_length(), get_mode_code(), and
get_motion_vector_vlc()

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

19 years agosignature has an 'x'
Mike Melanson [Tue, 17 May 2005 23:09:59 +0000 (23:09 +0000)]
signature has an 'x'

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

19 years agoFraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine
Mike Melanson [Tue, 17 May 2005 22:47:34 +0000 (22:47 +0000)]
Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine
at users sf net>

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

19 years agosome optimizations gcc should have done (10% faster loop filter)
Michael Niedermayer [Tue, 17 May 2005 20:50:47 +0000 (20:50 +0000)]
some optimizations gcc should have done (10% faster loop filter)

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

19 years agoSATURATE_U8 -> clip_uint8 (10% faster loop filter)
Michael Niedermayer [Tue, 17 May 2005 20:30:22 +0000 (20:30 +0000)]
SATURATE_U8 -> clip_uint8 (10% faster loop filter)

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

19 years agoVorbis decoder by (Balatoni Denes | dbalatoni programozo hu)
Michael Niedermayer [Tue, 17 May 2005 19:02:43 +0000 (19:02 +0000)]
Vorbis decoder by (Balatoni Denes | dbalatoni programozo hu)

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

19 years agoporting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API
Michael Niedermayer [Tue, 17 May 2005 18:28:40 +0000 (18:28 +0000)]
porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API

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

19 years agoremove duplicate zigzag tables
Michael Niedermayer [Tue, 17 May 2005 11:36:07 +0000 (11:36 +0000)]
remove duplicate zigzag tables

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

19 years agofix idct permutation
Michael Niedermayer [Tue, 17 May 2005 11:31:57 +0000 (11:31 +0000)]
fix idct permutation

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

19 years agoporting vp3 idct over to lavc idct api
Michael Niedermayer [Tue, 17 May 2005 11:12:04 +0000 (11:12 +0000)]
porting vp3 idct over to lavc idct api

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

19 years agoremove permutation done to quant tables and then undone during idct
Michael Niedermayer [Tue, 17 May 2005 09:18:49 +0000 (09:18 +0000)]
remove permutation done to quant tables and then undone during idct
move permutation from idct to unpack_vlcs

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

19 years agodisabling vp3 mmx&mmx2 idcts, they must be ported over to the lavc idct API, ill...
Michael Niedermayer [Tue, 17 May 2005 09:11:48 +0000 (09:11 +0000)]
disabling vp3 mmx&mmx2 idcts, they must be ported over to the lavc idct API, ill port the vp3 c idct

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

19 years agofix last coeff
Michael Niedermayer [Tue, 17 May 2005 08:46:40 +0000 (08:46 +0000)]
fix last coeff

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

19 years agoclear blocks after each idct instead of per picture
Michael Niedermayer [Tue, 17 May 2005 00:52:29 +0000 (00:52 +0000)]
clear blocks after each idct instead of per picture
dont store the all zero coefficients of skiped blocks

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

19 years agoparse and save hrd_fullness and range_map
Ivan Kalvachev [Mon, 16 May 2005 23:11:38 +0000 (23:11 +0000)]
parse and save hrd_fullness and range_map

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

19 years agoCygwin now has a native inttypes.h that works better than the custom one.
Diego Biurrun [Mon, 16 May 2005 22:49:28 +0000 (22:49 +0000)]
Cygwin now has a native inttypes.h that works better than the custom one.

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

19 years agosome benchmarking code
Michael Niedermayer [Mon, 16 May 2005 21:49:18 +0000 (21:49 +0000)]
some benchmarking code

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

19 years agovarious 10l fixes for the loop filter
Michael Niedermayer [Mon, 16 May 2005 17:22:36 +0000 (17:22 +0000)]
various 10l fixes for the loop filter

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

19 years agowhitespace cosmetics
Ivan Kalvachev [Mon, 16 May 2005 14:55:22 +0000 (14:55 +0000)]
whitespace cosmetics

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

19 years agoadd VP30 fourcc
Måns Rullgård [Mon, 16 May 2005 13:21:39 +0000 (13:21 +0000)]
add VP30 fourcc

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