]> git.sesse.net Git - ffmpeg/log
ffmpeg
19 years agoReverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe others
Guillaume Poirier [Thu, 30 Jun 2005 05:35:26 +0000 (05:35 +0000)]
Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe others

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

19 years agofix assertion failure
Michael Niedermayer [Wed, 29 Jun 2005 08:48:26 +0000 (08:48 +0000)]
fix assertion failure

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

19 years agooff by 1 error bugfix
Michael Niedermayer [Wed, 29 Jun 2005 08:41:01 +0000 (08:41 +0000)]
off by 1 error bugfix
avoid adding duplicate global headers to the bitstream

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

19 years agoAnother REG_d -> REG_D fix.
Reimar Döffinger [Tue, 28 Jun 2005 22:54:09 +0000 (22:54 +0000)]
Another REG_d -> REG_D fix.

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

19 years agoIWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin : altern...
Gildas Bazin [Tue, 28 Jun 2005 22:46:36 +0000 (22:46 +0000)]
IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin : altern org)

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

19 years agodisabling all decoders patch by (Emiliano Parasassi, millallo : tiscali it)
Emiliano Parasassi [Tue, 28 Jun 2005 14:59:36 +0000 (14:59 +0000)]
disabling all decoders patch by (Emiliano Parasassi, millallo : tiscali it)

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

19 years agoWMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, npsl co uk)
Mark Weaver [Tue, 28 Jun 2005 14:56:16 +0000 (14:56 +0000)]
WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, npsl co uk)

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

19 years agoRTCP_* conflict with live.com and they seem not to be used anywhere so commenting...
Michael Niedermayer [Tue, 28 Jun 2005 14:51:56 +0000 (14:51 +0000)]
RTCP_* conflict with live.com and they seem not to be used anywhere so commenting them out

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

19 years agopart of the 'libavformat/utils.c doxygen documentation' patch by (Daniel Kristjansson...
Daniel Kristjansson [Tue, 28 Jun 2005 12:55:08 +0000 (12:55 +0000)]
part of the 'libavformat/utils.c doxygen documentation' patch by (Daniel Kristjansson: danielk, cat nyu edu)

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

19 years agoffplay seeking because url_feof() not working patch by (Andy Parkins: andyparkins...
Andy Parkins [Tue, 28 Jun 2005 08:35:38 +0000 (08:35 +0000)]
ffplay seeking because url_feof() not working patch by (Andy Parkins: andyparkins, gmail com)

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

19 years agosupport extracting sps/pps from bitstream and putting it in extradata
Michael Niedermayer [Tue, 28 Jun 2005 08:13:23 +0000 (08:13 +0000)]
support extracting sps/pps from bitstream and putting it in extradata

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

19 years agofixing first_mb_in_slice if frame_mbs_only_flag==0 && mb_aff==0
Michael Niedermayer [Tue, 28 Jun 2005 06:45:41 +0000 (06:45 +0000)]
fixing first_mb_in_slice if frame_mbs_only_flag==0 && mb_aff==0

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

19 years agocheck mb_y
Michael Niedermayer [Mon, 27 Jun 2005 23:13:10 +0000 (23:13 +0000)]
check mb_y

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

19 years agodont open and close codec at every call of try_decode_frame() as this is not only...
Michael Niedermayer [Mon, 27 Jun 2005 20:54:36 +0000 (20:54 +0000)]
dont open and close codec at every call of try_decode_frame() as this is not only slow but also fails if the previous frame is needed for setting some parameters correctly

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

19 years agokeep decoding nal units after an error
Michael Niedermayer [Mon, 27 Jun 2005 09:37:16 +0000 (09:37 +0000)]
keep decoding nal units after an error

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

19 years agowidth % 16 != 0 workaround by (Nicolas Plourde: nicolas plourde, gmail com>)
Michael Niedermayer [Mon, 27 Jun 2005 07:40:24 +0000 (07:40 +0000)]
width % 16 != 0 workaround by (Nicolas Plourde: nicolas plourde, gmail com>)
cleanup by me
  indention fixed
  second one must be yv12touyvy instead of yv12toyuy2
  replace slow modulo by bitwise and
  move %16!=0 code before the comment saying the code cant handle %16!=0

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

19 years agobetter dont read the width/height at all, its random anyway
Michael Niedermayer [Mon, 27 Jun 2005 07:09:48 +0000 (07:09 +0000)]
better dont read the width/height at all, its random anyway

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

19 years agox86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com)
Michael Niedermayer [Mon, 27 Jun 2005 00:55:29 +0000 (00:55 +0000)]
x86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr com)

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

19 years agonut prefers extradata style global headers
Michael Niedermayer [Mon, 27 Jun 2005 00:24:34 +0000 (00:24 +0000)]
nut prefers extradata style global headers

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

19 years agosupport changing in bitstream global headers into extradata style and back
Michael Niedermayer [Mon, 27 Jun 2005 00:04:03 +0000 (00:04 +0000)]
support changing in bitstream global headers into extradata style and back

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

19 years agotiny docs improvement which i apparebtly forgot to commit
Michael Niedermayer [Sun, 26 Jun 2005 23:04:59 +0000 (23:04 +0000)]
tiny docs improvement which i apparebtly forgot to commit

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

19 years agoTheora fourcc
Roberto Togni [Sun, 26 Jun 2005 20:26:47 +0000 (20:26 +0000)]
Theora fourcc

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

19 years ago*BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com)
Michael Niedermayer [Sat, 25 Jun 2005 09:04:08 +0000 (09:04 +0000)]
*BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com)

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

19 years agoFixes GCC4 fix by using "g" instead of "mp" as some compilers misscompile
Guillaume Poirier [Fri, 24 Jun 2005 12:17:30 +0000 (12:17 +0000)]
Fixes GCC4 fix by using "g" instead of "mp" as some compilers misscompile
that code othewisei (leading to segfaults).

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

19 years agoanother chapter in the neverending mov demuxer cleanup
Michael Niedermayer [Fri, 24 Jun 2005 11:43:08 +0000 (11:43 +0000)]
another chapter in the neverending mov demuxer cleanup
a timebase isnt an average frame rate neither can highlevel (considering edit lists) duration be mixed with lowlevel ones

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

19 years agoAVStream.nb_frames and docs for r_frame_rate
Michael Niedermayer [Fri, 24 Jun 2005 11:38:22 +0000 (11:38 +0000)]
AVStream.nb_frames and docs for r_frame_rate

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

19 years agoffplay crashes patch by (Ivan Wong: email, ivanwong info)
Ivan Wong [Fri, 24 Jun 2005 08:32:55 +0000 (08:32 +0000)]
ffplay crashes patch by (Ivan Wong: email, ivanwong info)

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

19 years agoGCC4 fix
Guillaume Poirier [Thu, 23 Jun 2005 20:24:25 +0000 (20:24 +0000)]
GCC4 fix

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

19 years agotypo
Michael Niedermayer [Thu, 23 Jun 2005 00:12:36 +0000 (00:12 +0000)]
typo

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

19 years agoThis trivial patch adds "avc1" as fourcc for h264 in mp4, which makes it
Erik Slagter [Sun, 19 Jun 2005 23:45:54 +0000 (23:45 +0000)]
This trivial patch adds "avc1" as fourcc for h264 in mp4, which makes it
a little bit more standard, although it still seems to lack some
metadata. Anyway, recent mplayer plays these streams without problems.

It also has two globally scoped global structs changed to "static".
patch by (Erik Slagter <erik slagter name)

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

19 years agomake decoder a little bit more tolerant to missing NAL units
Michael Niedermayer [Sun, 19 Jun 2005 23:33:09 +0000 (23:33 +0000)]
make decoder a little bit more tolerant to missing NAL units

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

19 years agoCommunicate proper aliasing to gcc (needed for 4.1).
Falk Hüffner [Sun, 19 Jun 2005 21:46:14 +0000 (21:46 +0000)]
Communicate proper aliasing to gcc (needed for 4.1).

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

19 years ago10l. Previous GCC4 commit broke compilation with gcc-3.4 and maybe others ia-32
Guillaume Poirier [Sun, 19 Jun 2005 14:35:10 +0000 (14:35 +0000)]
10l. Previous GCC4 commit broke compilation with gcc-3.4 and maybe others ia-32
tested with gcc-2.95, 3.3, 3.4, 4.0 on ia-32 and 3.4, 4.0, 3.3 on amd64

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

19 years agoGCC-4 fix for AMD-64
Guillaume Poirier [Sat, 18 Jun 2005 20:16:19 +0000 (20:16 +0000)]
GCC-4 fix for AMD-64
Warning: high cola-affinity here)

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

19 years agoAnimated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com)
Todd Kirby [Sat, 18 Jun 2005 01:52:24 +0000 (01:52 +0000)]
Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com)

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

19 years agospelling fixes
Diego Biurrun [Fri, 17 Jun 2005 15:02:53 +0000 (15:02 +0000)]
spelling fixes
patch by Peter Robinson pbrobinson @ at @ gmail . dot . com and myself

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

19 years agoH.264 lossless mode
Loren Merritt [Fri, 17 Jun 2005 08:24:35 +0000 (08:24 +0000)]
H.264 lossless mode

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

19 years agoadd support for muxing subtitles in mpeg-ps
Aurelien Jacobs [Wed, 15 Jun 2005 20:50:12 +0000 (20:50 +0000)]
add support for muxing subtitles in mpeg-ps

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

19 years agoRephrase a paragraph for ease of understanding, suggested by Mans.
Diego Biurrun [Sun, 12 Jun 2005 16:11:40 +0000 (16:11 +0000)]
Rephrase a paragraph for ease of understanding, suggested by Mans.

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

19 years agospelling/phrasing fixes, mostly by Mans
Diego Biurrun [Sat, 11 Jun 2005 18:18:13 +0000 (18:18 +0000)]
spelling/phrasing fixes, mostly by Mans

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

19 years agotypo
Diego Biurrun [Sat, 11 Jun 2005 17:46:18 +0000 (17:46 +0000)]
typo

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

19 years agospelling/grammar/wording/phrasing
Diego Biurrun [Sat, 11 Jun 2005 17:41:23 +0000 (17:41 +0000)]
spelling/grammar/wording/phrasing

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

19 years agoCosmetics: Removed trailing whitespace, converted tabs to spaces.
Diego Biurrun [Sat, 11 Jun 2005 17:32:22 +0000 (17:32 +0000)]
Cosmetics: Removed trailing whitespace, converted tabs to spaces.

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

19 years agoClarify the sentence about WMP object IDs.
Diego Biurrun [Sat, 11 Jun 2005 16:15:53 +0000 (16:15 +0000)]
Clarify the sentence about WMP object IDs.

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

19 years agoTalk of MPEG-4 instead of DivX.
Diego Biurrun [Sat, 11 Jun 2005 15:56:19 +0000 (15:56 +0000)]
Talk of MPEG-4 instead of DivX.

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

19 years agoconsistent spelling
Diego Biurrun [Fri, 10 Jun 2005 10:26:44 +0000 (10:26 +0000)]
consistent spelling

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

19 years agoFurther spelling/grammar/wording fixes as suggested by the Wanderer and Mans
Diego Biurrun [Thu, 9 Jun 2005 22:29:18 +0000 (22:29 +0000)]
Further spelling/grammar/wording fixes as suggested by the Wanderer and Mans

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

19 years agospelling/grammar/wording
Diego Biurrun [Thu, 9 Jun 2005 21:14:15 +0000 (21:14 +0000)]
spelling/grammar/wording

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

19 years agospelling fixes suggested by the Wanderer
Diego Biurrun [Thu, 9 Jun 2005 20:02:57 +0000 (20:02 +0000)]
spelling fixes suggested by the Wanderer

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

19 years agonon-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bitfreak...
Ronald S. Bultje [Thu, 9 Jun 2005 20:01:02 +0000 (20:01 +0000)]
non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bitfreak net)

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

19 years agospelling/wording/grammar
Diego Biurrun [Thu, 9 Jun 2005 19:56:38 +0000 (19:56 +0000)]
spelling/wording/grammar

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

19 years agoFurther spelling/wording/grammar fixes suggested by the Wanderer.
Diego Biurrun [Thu, 9 Jun 2005 19:54:58 +0000 (19:54 +0000)]
Further spelling/wording/grammar fixes suggested by the Wanderer.

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

19 years agoCosmetics: Break overly long lines.
Diego Biurrun [Thu, 9 Jun 2005 19:31:28 +0000 (19:31 +0000)]
Cosmetics: Break overly long lines.

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

19 years agospelling/grammar/wording
Diego Biurrun [Thu, 9 Jun 2005 19:23:14 +0000 (19:23 +0000)]
spelling/grammar/wording

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

19 years agospelling/grammar/wording
Diego Biurrun [Thu, 9 Jun 2005 18:12:07 +0000 (18:12 +0000)]
spelling/grammar/wording

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

19 years agoThe default MPEG-4 fourcc is now FMP4.
Diego Biurrun [Thu, 9 Jun 2005 17:55:36 +0000 (17:55 +0000)]
The default MPEG-4 fourcc is now FMP4.

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

19 years agospelling/grammar/wording
Diego Biurrun [Thu, 9 Jun 2005 17:54:48 +0000 (17:54 +0000)]
spelling/grammar/wording

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

19 years agotypo in cabac tables
Loren Merritt [Wed, 8 Jun 2005 00:40:41 +0000 (00:40 +0000)]
typo in cabac tables

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

19 years agoset log level to AV_LOG_DEBUG if -debug ... is used
Michael Niedermayer [Tue, 7 Jun 2005 21:53:56 +0000 (21:53 +0000)]
set log level to AV_LOG_DEBUG if -debug ... is used

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

19 years agosome nut.hu hype
Alex Beregszaszi [Tue, 7 Jun 2005 21:21:54 +0000 (21:21 +0000)]
some nut.hu hype

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

19 years agoapiexample fix by (Chip: szarlada, freemail hu)
Michael Niedermayer [Tue, 7 Jun 2005 20:57:15 +0000 (20:57 +0000)]
apiexample fix by (Chip: szarlada, freemail hu)

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

19 years agouint_fast64_t emulation by (Wolfram Gloger: wmglo, dent med uni-muenchen de)
Michael Niedermayer [Tue, 7 Jun 2005 14:12:15 +0000 (14:12 +0000)]
uint_fast64_t emulation by (Wolfram Gloger: wmglo, dent med uni-muenchen de)

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

19 years ago10l (dont read variables before they have been set)
Michael Niedermayer [Sun, 5 Jun 2005 15:51:20 +0000 (15:51 +0000)]
10l (dont read variables before they have been set)

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

19 years agotypo fix by (lists: kenneth aafloy net)
Michael Niedermayer [Sun, 5 Jun 2005 11:09:50 +0000 (11:09 +0000)]
typo fix by (lists: kenneth aafloy net)

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

19 years agoremove mixed code/declarations
Måns Rullgård [Sat, 4 Jun 2005 15:49:54 +0000 (15:49 +0000)]
remove mixed code/declarations

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

19 years agompegts regression test
Michael Niedermayer [Fri, 3 Jun 2005 19:06:06 +0000 (19:06 +0000)]
mpegts regression test

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

19 years agosupport for adding new components (syntax: ffmpeg -i input_file [output options]...
Fabrice Bellard [Fri, 3 Jun 2005 14:31:45 +0000 (14:31 +0000)]
support for adding new components (syntax: ffmpeg -i input_file [output options] output_file [[component output options] {-newaudio|-newvideo|-newsubtitle}]... - added subtitle support - added '-alang' option

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

19 years agosubtitle option
Fabrice Bellard [Fri, 3 Jun 2005 14:07:47 +0000 (14:07 +0000)]
subtitle option

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

19 years agobuggy PCR output (just to keep HW decoders happy) - audio and subtitle language suppo...
Fabrice Bellard [Fri, 3 Jun 2005 14:05:41 +0000 (14:05 +0000)]
buggy PCR output (just to keep HW decoders happy) - audio and subtitle language support - 'title' stream field sets the service name - fixed TS packet stuffing code - support for subtitle PES packets

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

19 years agooptional ISO 639 3 letter language field
Fabrice Bellard [Fri, 3 Jun 2005 14:02:29 +0000 (14:02 +0000)]
optional ISO 639 3 letter language field

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

19 years agoDVD subtitle parsing - show mpeg component IDs by default
Fabrice Bellard [Fri, 3 Jun 2005 14:01:49 +0000 (14:01 +0000)]
DVD subtitle parsing - show mpeg component IDs by default

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

19 years agosubtitle codec type support
Fabrice Bellard [Fri, 3 Jun 2005 13:59:38 +0000 (13:59 +0000)]
subtitle codec type support

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

19 years agoremove some purely cosmetical hunks
Michael Niedermayer [Fri, 3 Jun 2005 11:38:49 +0000 (11:38 +0000)]
remove some purely cosmetical hunks

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

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