]> git.sesse.net Git - ffmpeg/log
ffmpeg
18 years agocheck time_base.den for mpeg4
Michael Niedermayer [Sat, 30 Jul 2005 16:15:36 +0000 (16:15 +0000)]
check time_base.den for mpeg4
avoid zero time_base.* for h263

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

18 years agomotion vector limit for mpeg2
Michael Niedermayer [Wed, 27 Jul 2005 13:16:35 +0000 (13:16 +0000)]
motion vector limit for mpeg2

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

18 years agoPIC for ia64
Michael Niedermayer [Wed, 27 Jul 2005 11:17:39 +0000 (11:17 +0000)]
PIC for ia64

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

18 years ago-ldl fix
Michael Niedermayer [Wed, 27 Jul 2005 10:13:13 +0000 (10:13 +0000)]
-ldl fix

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

18 years agoround pointer up to next packet_size multiple
Michael Niedermayer [Wed, 27 Jul 2005 07:31:40 +0000 (07:31 +0000)]
round pointer up to next packet_size multiple

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

18 years agoReduce verbosity.
Diego Biurrun [Wed, 27 Jul 2005 07:29:20 +0000 (07:29 +0000)]
Reduce verbosity.

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

18 years agofixing colocated mv if colocated block is L1 predicted for the temporal direct case
Michael Niedermayer [Wed, 27 Jul 2005 00:15:55 +0000 (00:15 +0000)]
fixing colocated mv if colocated block is L1 predicted for the temporal direct case
untested (none of the conformance streams laying around on my disk seems affected by this change)

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

18 years agofixing colocated mv if colocated block is L1 predicted
Michael Niedermayer [Tue, 26 Jul 2005 23:40:55 +0000 (23:40 +0000)]
fixing colocated mv if colocated block is L1 predicted
fixes "H.264 decoding bug in either lavc/JM"

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

18 years agospelling fixes
Diego Biurrun [Tue, 26 Jul 2005 16:41:34 +0000 (16:41 +0000)]
spelling fixes

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

18 years agoFix for overflow issue in mpegvideo.c patch by (Martin Boehme: boehme, inb uni-luebec...
Martin Boehme [Mon, 25 Jul 2005 23:07:27 +0000 (23:07 +0000)]
Fix for overflow issue in mpegvideo.c patch by (Martin Boehme: boehme, inb uni-luebeck de)
this integer overflow might lead to the execution of arbitrary code during encoding with threads

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

18 years agoyamaha adpcm regression test
Michael Niedermayer [Mon, 25 Jul 2005 14:36:58 +0000 (14:36 +0000)]
yamaha adpcm regression test

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

18 years agothread mess check for avcodec_open/close()
Michael Niedermayer [Mon, 25 Jul 2005 14:35:01 +0000 (14:35 +0000)]
thread mess check for avcodec_open/close()

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

18 years agofix user data parsing code so it suppors pre1 and cvs
Michael Niedermayer [Sun, 24 Jul 2005 09:28:24 +0000 (09:28 +0000)]
fix user data parsing code so it suppors pre1 and cvs

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

18 years agompeg1video m bit fix by (Luca Abeni: lucabe72, email it)
Michael Niedermayer [Sat, 23 Jul 2005 21:52:41 +0000 (21:52 +0000)]
mpeg1video m bit fix by (Luca Abeni: lucabe72, email it)

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

18 years agoMPEG4 streaming over RTP patch by (Luca Abeni: lucabe72, email it)
Luca Abeni [Sat, 23 Jul 2005 21:48:58 +0000 (21:48 +0000)]
MPEG4 streaming over RTP patch by (Luca Abeni: lucabe72, email it)

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

18 years ago10l (!= vs. >)
Michael Niedermayer [Sat, 23 Jul 2005 15:43:07 +0000 (15:43 +0000)]
10l (!= vs. >)

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

18 years agominor user data reading bugfix
Michael Niedermayer [Sat, 23 Jul 2005 11:16:18 +0000 (11:16 +0000)]
minor user data reading bugfix

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

18 years agolet user set codec even if CODEC_ID_NONE is default patch by (Luca Abeni: lucabe72...
Luca Abeni [Fri, 22 Jul 2005 22:24:41 +0000 (22:24 +0000)]
let user set codec even if CODEC_ID_NONE is default patch by (Luca Abeni: lucabe72, email it)

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

18 years agoAdd missing +1 in bounds check.
Reimar Döffinger [Fri, 22 Jul 2005 09:01:47 +0000 (09:01 +0000)]
Add missing +1 in bounds check.

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

18 years agoreset restart_count when restart_interval is set and fill the
Reimar Döffinger [Fri, 22 Jul 2005 08:48:00 +0000 (08:48 +0000)]
reset restart_count when restart_interval is set and fill the
MJpegDecodeContext with 0 on init.

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

18 years agoudp ipv6 localhost resolving patch by ("Hans Zandbelt": Hans Zandbelt, telin nl)
Hans Zandbelt [Thu, 21 Jul 2005 21:10:23 +0000 (21:10 +0000)]
udp ipv6  localhost resolving patch by ("Hans Zandbelt": Hans Zandbelt, telin nl)

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

18 years agomore non portable float parsing code ...
Michael Niedermayer [Tue, 19 Jul 2005 15:32:43 +0000 (15:32 +0000)]
more non portable float parsing code ...

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

18 years agoremove non portable get/put_be64_double()
Michael Niedermayer [Tue, 19 Jul 2005 14:50:22 +0000 (14:50 +0000)]
remove non portable get/put_be64_double()

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

18 years agokill duplicated get/put_be24()
Michael Niedermayer [Tue, 19 Jul 2005 14:41:08 +0000 (14:41 +0000)]
kill duplicated get/put_be24()

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

18 years agoextract duration if available
Michael Niedermayer [Tue, 19 Jul 2005 14:26:41 +0000 (14:26 +0000)]
extract duration if available

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

18 years agoportable IEEE float/double read/write functions
Michael Niedermayer [Tue, 19 Jul 2005 14:25:23 +0000 (14:25 +0000)]
portable IEEE float/double read/write functions

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

18 years agoportable IEEE float/double read/write functions
Michael Niedermayer [Tue, 19 Jul 2005 13:29:13 +0000 (13:29 +0000)]
portable IEEE float/double read/write functions

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

18 years agoenabling ffserver regression tests
Michael Niedermayer [Mon, 18 Jul 2005 17:21:08 +0000 (17:21 +0000)]
enabling ffserver regression tests
note, none of the files is playable but this test should help against further breakage unless of course the checksums depend upon something they shouldnt

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

18 years agothis file got skipped during the API update
Mike Melanson [Mon, 18 Jul 2005 16:43:14 +0000 (16:43 +0000)]
this file got skipped during the API update

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

18 years agoffserver segfault & other fatal failure fixes
Michael Niedermayer [Mon, 18 Jul 2005 09:02:58 +0000 (09:02 +0000)]
ffserver segfault & other fatal failure fixes

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

18 years agochanging AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext...
Michael Niedermayer [Sun, 17 Jul 2005 22:24:36 +0000 (22:24 +0000)]
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility

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

18 years agodont pre allocate uselessly large buffer and dont ignore FF_INPUT_BUFFER_PADDING_SIZE
Michael Niedermayer [Sun, 17 Jul 2005 12:56:56 +0000 (12:56 +0000)]
dont pre allocate uselessly large buffer and dont ignore FF_INPUT_BUFFER_PADDING_SIZE

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

18 years agoverify len field validity in mjpeg_decode_com()
Michael Niedermayer [Sun, 17 Jul 2005 11:27:00 +0000 (11:27 +0000)]
verify len field validity in mjpeg_decode_com()

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

18 years agomake error concealment related options accessable from ffplays command line
Michael Niedermayer [Sun, 17 Jul 2005 10:18:10 +0000 (10:18 +0000)]
make error concealment related options accessable from ffplays command line

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

18 years ago10l (forgot to commit this yesterday)
Michael Niedermayer [Sun, 17 Jul 2005 09:22:51 +0000 (09:22 +0000)]
10l (forgot to commit this yesterday)
DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)

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

18 years agoDVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)
Michael Niedermayer [Sun, 17 Jul 2005 00:28:12 +0000 (00:28 +0000)]
DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)

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

18 years agosplit string to avoid buffer overflow in native english speaking persons (fix suggest...
Michael Niedermayer [Sat, 16 Jul 2005 19:48:45 +0000 (19:48 +0000)]
split string to avoid buffer overflow in native english speaking persons (fix suggested by The Wanderer)

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

18 years agoyamaha adpcm nibbles in the wrong order fix by (Vidar Madsen: vidarino, gmail com)
Michael Niedermayer [Sat, 16 Jul 2005 11:18:42 +0000 (11:18 +0000)]
yamaha adpcm nibbles in the wrong order fix by (Vidar Madsen: vidarino, gmail com)

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

18 years agopatches should not contain several unrelated changes
Michael Niedermayer [Sat, 16 Jul 2005 08:28:38 +0000 (08:28 +0000)]
patches should not contain several unrelated changes

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

18 years agoYamaha SMAF file format support patch by (Vidar Madsen: vidarino, gmail com)
Vidar Madsen [Fri, 15 Jul 2005 12:50:00 +0000 (12:50 +0000)]
Yamaha SMAF file format support patch by (Vidar Madsen: vidarino, gmail com)

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

18 years agoYamaha ADPCM in wav patch by (Vidar Madsen: vidarino, gmail com)
Vidar Madsen [Fri, 15 Jul 2005 09:14:25 +0000 (09:14 +0000)]
Yamaha ADPCM in wav patch by (Vidar Madsen: vidarino, gmail com)

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

18 years agoAdd Yamaha ADPCM encoding/decoding patch by (Vidar Madsen: vidarino, gmail com)
Vidar Madsen [Fri, 15 Jul 2005 06:51:36 +0000 (06:51 +0000)]
Add Yamaha ADPCM encoding/decoding patch by (Vidar Madsen: vidarino, gmail com)

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

18 years agomore fine grained skip_frame
Michael Niedermayer [Thu, 14 Jul 2005 21:57:22 +0000 (21:57 +0000)]
more fine grained skip_frame

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

18 years agoskip_idct
Michael Niedermayer [Thu, 14 Jul 2005 21:39:36 +0000 (21:39 +0000)]
skip_idct
skip_frame
skip_loop_filter

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

18 years agocheck for CODEC_CAP_DELAY in audio decoders too
Michael Niedermayer [Thu, 14 Jul 2005 15:30:39 +0000 (15:30 +0000)]
check for CODEC_CAP_DELAY in audio decoders too

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

18 years agoffmpeg version should be "CVS"
Michael Niedermayer [Thu, 14 Jul 2005 14:34:39 +0000 (14:34 +0000)]
ffmpeg version should be "CVS"

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

18 years agoprintf-> av_log patch by (Benjamin Larsson, banan: student ltu se)
Benjamin Larsson [Wed, 13 Jul 2005 10:18:35 +0000 (10:18 +0000)]
printf-> av_log patch by (Benjamin Larsson, banan: student ltu se)

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

18 years agoRe-enables the GCC-4 fix for AMD-64 only. Patch by cartman and poirierg
Guillaume Poirier [Tue, 12 Jul 2005 19:16:04 +0000 (19:16 +0000)]
Re-enables the GCC-4 fix for AMD-64 only. Patch by cartman and poirierg

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

18 years agocheck len (should fix #1165694)
Michael Niedermayer [Mon, 11 Jul 2005 23:39:47 +0000 (23:39 +0000)]
check len (should fix #1165694)

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

18 years agofix segfault (bug #1165640)
Michael Niedermayer [Mon, 11 Jul 2005 22:56:23 +0000 (22:56 +0000)]
fix segfault (bug #1165640)

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

18 years agofix infinite loop (suggested change by rjayne at convera dot com)
Michael Niedermayer [Mon, 11 Jul 2005 22:34:34 +0000 (22:34 +0000)]
fix infinite loop (suggested change by rjayne at convera dot com)
fixes bug #1160195

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

18 years agoerror_resilience = FF_ER_CAREFULL
Michael Niedermayer [Mon, 11 Jul 2005 22:15:58 +0000 (22:15 +0000)]
error_resilience = FF_ER_CAREFULL

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

18 years agofix decoding of (broken) files with f_code=0
Michael Niedermayer [Mon, 11 Jul 2005 22:15:03 +0000 (22:15 +0000)]
fix decoding of (broken) files with f_code=0
fix segfault if the first P frames header is damaged

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

18 years ago.m1v and .m2a (feature req #1178960)
Michael Niedermayer [Mon, 11 Jul 2005 01:16:47 +0000 (01:16 +0000)]
.m1v and .m2a (feature req #1178960)

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

18 years agosegfault fix
Michael Niedermayer [Mon, 11 Jul 2005 00:43:21 +0000 (00:43 +0000)]
segfault fix

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

18 years agocompiling using nonstd include/library locations / add LDFLAGS to a few places patch...
Niki W. Waibel [Mon, 11 Jul 2005 00:15:37 +0000 (00:15 +0000)]
compiling using nonstd include/library locations / add LDFLAGS to a few places patch by (Niki W. Waibel - nikiwaibel)

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

18 years agoremove -f singlejpeg as its identical to -f mjpeg
Michael Niedermayer [Sun, 10 Jul 2005 10:28:59 +0000 (10:28 +0000)]
remove -f singlejpeg as its identical to -f mjpeg

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

18 years agoAMR-WB for 3GPP patch by (Jan Kratochvil - kratochvil) / bugreport #1187101
Jan Kratochvil [Sun, 10 Jul 2005 00:38:46 +0000 (00:38 +0000)]
AMR-WB for 3GPP patch by (Jan Kratochvil - kratochvil) / bugreport #1187101

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

18 years agopatch from http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/ffmpeg-devel/files...
Michael Niedermayer [Sun, 10 Jul 2005 00:22:13 +0000 (00:22 +0000)]
patch from http://www.freebsd.org/cgi/cvsweb.cgi/ports/multimedia/ffmpeg-devel/files/patch-libavcodec::x264.c
(math.h needed for log2() at least)

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

18 years agoHere is the patch suggested by: unkaggregate, users sf net
Michael Niedermayer [Sat, 9 Jul 2005 21:39:29 +0000 (21:39 +0000)]
Here is the patch suggested by: unkaggregate, users sf net
Main reason is: deltas in interframes need scaling by 3/4 before applying.
Detailed description is at:
http://sourceforge.net/tracker/index.php?func=detail&aid=1222099&group_id=16082&atid=116082
He also mentioned some samples at:
http://www.nerdgrounds.com/indeo21_test/
patch posted to ffmpeg-devel by (Kostya: kostya shishkov, gmail com)

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

18 years agofixing output_example to work with current CVS libavcodec/libavformat patch by (...
Andreas Öman [Fri, 8 Jul 2005 10:08:59 +0000 (10:08 +0000)]
fixing output_example to work with current CVS libavcodec/libavformat patch by ("Andreas U. Trottmann": andreas trottmann, werft22 com)

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

18 years agoavformat/av_seek_frame_binary with growing file patch by (Kenneth Aafløy: kenneth...
Kenneth Aafløy [Fri, 8 Jul 2005 09:14:05 +0000 (09:14 +0000)]
avformat/av_seek_frame_binary with growing file patch by (Kenneth Aafløy: kenneth, aafloy net)

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

19 years agoav_seek_frame() docs timestamp clarification
Michael Niedermayer [Tue, 5 Jul 2005 09:07:51 +0000 (09:07 +0000)]
av_seek_frame() docs timestamp clarification

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

19 years ago.264
Michael Niedermayer [Sun, 3 Jul 2005 14:57:23 +0000 (14:57 +0000)]
.264

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

19 years ago10l
Alex Beregszaszi [Sat, 2 Jul 2005 22:00:36 +0000 (22:00 +0000)]
10l

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

19 years agotell the user if compressed swf found
Alex Beregszaszi [Sat, 2 Jul 2005 21:59:33 +0000 (21:59 +0000)]
tell the user if compressed swf found

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

19 years ago100l - this has only worked on big endian
Alex Beregszaszi [Sat, 2 Jul 2005 19:43:23 +0000 (19:43 +0000)]
100l - this has only worked on big endian

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

19 years agoparenthesing to avoid compiler errors in the future - compared asm outputs, behaviour...
Alex Beregszaszi [Sat, 2 Jul 2005 19:39:58 +0000 (19:39 +0000)]
parenthesing to avoid compiler errors in the future - compared asm outputs, behaviour didnt changed

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

19 years agoprint 'not working' message
Alex Beregszaszi [Sat, 2 Jul 2005 19:28:32 +0000 (19:28 +0000)]
print 'not working' message

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

19 years agosome missing additions
Alex Beregszaszi [Sat, 2 Jul 2005 19:14:40 +0000 (19:14 +0000)]
some missing additions

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

19 years ago1l
Alex Beregszaszi [Sat, 2 Jul 2005 19:10:30 +0000 (19:10 +0000)]
1l

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

19 years agoDisable AltiVec IDCT for lowres decoding in lavc patch by (Sigbjørn Skjæret: cisc...
Sigbjørn Skjæret [Fri, 1 Jul 2005 09:37:35 +0000 (09:37 +0000)]
Disable AltiVec IDCT for lowres decoding in lavc patch by (Sigbjørn Skjæret: cisc, broadpark no)

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

19 years agoadd hdv2 fourcc to MPEG2 codec mapping
Aurelien Jacobs [Thu, 30 Jun 2005 11:42:17 +0000 (11:42 +0000)]
add hdv2 fourcc to MPEG2 codec mapping

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

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