]> git.sesse.net Git - ffmpeg/log
ffmpeg
22 years agolicense/copyright change - fixed memory leaks
Fabrice Bellard [Sat, 25 May 2002 22:25:13 +0000 (22:25 +0000)]
license/copyright change - fixed memory leaks

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

22 years agomore config options
Fabrice Bellard [Sat, 25 May 2002 22:24:08 +0000 (22:24 +0000)]
more config options

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

22 years agolicense/copyright change
Fabrice Bellard [Sat, 25 May 2002 22:23:19 +0000 (22:23 +0000)]
license/copyright change

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

22 years agolicense/copyright change - use consistent library names
Fabrice Bellard [Sat, 25 May 2002 22:22:57 +0000 (22:22 +0000)]
license/copyright change - use consistent library names

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

22 years agoadd more info about new configure features
Fabrice Bellard [Sat, 25 May 2002 22:21:14 +0000 (22:21 +0000)]
add more info about new configure features

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

22 years agoupdated
Fabrice Bellard [Sat, 25 May 2002 22:18:04 +0000 (22:18 +0000)]
updated

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

22 years agoChange order of extensions and read_probe checking. This gives the read_probe
Philip Gladstone [Fri, 24 May 2002 02:09:40 +0000 (02:09 +0000)]
Change order of extensions and read_probe checking. This gives the read_probe
a higher priority than extensions. This gives FFM a chance of working. Note
that some of the other probe functions are bit optimistic, and can be
confused by binary data (such as 0x00 0x00 0x01 0xzz) for some values of zz.

This set of changes makes ffserver work again, and fixes the cannot open
video grab device message.

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

22 years ago* Add a probe function for FFM files
Philip Gladstone [Fri, 24 May 2002 02:06:51 +0000 (02:06 +0000)]
* Add a probe function for FFM files

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

22 years ago* Added yet more output to the status page to try and track down a problem
Philip Gladstone [Fri, 24 May 2002 02:06:15 +0000 (02:06 +0000)]
* Added yet more output to the status page to try and track down a problem

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

22 years ago* Fix a problem caused by a duplicate free of priv_data -- now uses av_freep
Philip Gladstone [Fri, 24 May 2002 01:19:27 +0000 (01:19 +0000)]
* Fix a problem caused by a duplicate free of priv_data -- now uses av_freep
* Make sure that the read buffer for the ffm file is allocated in the priv_data.

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

22 years ago* Add support for time-limiting a live stream. (Some guy streamed one of
Philip Gladstone [Fri, 24 May 2002 01:18:19 +0000 (01:18 +0000)]
* Add support for time-limiting a live stream. (Some guy streamed one of
  my pondcam streams for 24 hours! I'll bet he wasn't watching.
* Add code to allocate the priv_data so that the ffm header can be
  parsed again. [Fix crash]

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

22 years agoAdd an av_abort macro that aborts, but also prints out the location of the abort.
Philip Gladstone [Fri, 24 May 2002 01:16:08 +0000 (01:16 +0000)]
Add an av_abort macro that aborts, but also prints out the location of the abort.
Helps track down bugs.

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

22 years ago* baling 8 seems to have the same speed
Zdenek Kabelac [Thu, 23 May 2002 16:19:07 +0000 (16:19 +0000)]
* baling 8  seems to have the same speed

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

22 years ago* cosmetic
Zdenek Kabelac [Thu, 23 May 2002 15:58:07 +0000 (15:58 +0000)]
* cosmetic

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

22 years ago* always baling even though it seems to produce sometime worse
Zdenek Kabelac [Thu, 23 May 2002 15:57:28 +0000 (15:57 +0000)]
* always baling even though it seems to produce sometime worse
  results then for -fPIC compilation - don't ask me why...

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

22 years ago* cleanup for put_pixels_mmx
Zdenek Kabelac [Thu, 23 May 2002 15:48:30 +0000 (15:48 +0000)]
* cleanup for put_pixels_mmx

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

22 years ago* minor update
Zdenek Kabelac [Thu, 23 May 2002 15:46:07 +0000 (15:46 +0000)]
* minor update

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

22 years agoapplied 64bit patch from Ulrich Hecht <uli at suse dot de>
Alex Beregszaszi [Thu, 23 May 2002 15:40:08 +0000 (15:40 +0000)]
applied 64bit patch from Ulrich Hecht <uli at suse dot de>

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

22 years ago* a little bit extended dsptest also suports dsptestpic target
Zdenek Kabelac [Thu, 23 May 2002 14:57:11 +0000 (14:57 +0000)]
* a little bit extended dsptest also suports dsptestpic target

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

22 years ago* somewhat more advanced test suit for dsp code - for now i386 only
Zdenek Kabelac [Thu, 23 May 2002 13:34:22 +0000 (13:34 +0000)]
* somewhat more advanced test suit for dsp code - for now i386 only
  cd test ; make dsptest ; ./dsptest

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

22 years ago* align the source initialy address
Zdenek Kabelac [Thu, 23 May 2002 12:17:08 +0000 (12:17 +0000)]
* align the source initialy address

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

22 years ago* fixed contrains and avoid usage of scale index access
Zdenek Kabelac [Thu, 23 May 2002 10:10:14 +0000 (10:10 +0000)]
* fixed contrains and avoid usage of scale index access

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

22 years ago* added simple test main - see comments about how to
Zdenek Kabelac [Thu, 23 May 2002 10:09:33 +0000 (10:09 +0000)]
* added simple test main - see comments about how to
  compile - should be probably made as a regression test

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

22 years agousing 1 operand less and slightly faster put_pixels_y2
Michael Niedermayer [Wed, 22 May 2002 23:18:59 +0000 (23:18 +0000)]
using 1 operand less and slightly faster put_pixels_y2

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

22 years ago* fix for -fPIC compilation - compiles with 2.95.2 as well - any
Zdenek Kabelac [Wed, 22 May 2002 20:46:24 +0000 (20:46 +0000)]
* fix for -fPIC compilation - compiles with 2.95.2 as well - any
  other compiler shows any problem here ??

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

22 years ago* minor cleanup
Zdenek Kabelac [Wed, 22 May 2002 13:53:23 +0000 (13:53 +0000)]
* minor cleanup

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

22 years agoworkaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=1 for...
Michael Niedermayer [Tue, 21 May 2002 23:13:57 +0000 (23:13 +0000)]
workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=1 for this)

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

22 years ago* oops - these are the midnight commits...
Zdenek Kabelac [Tue, 21 May 2002 23:07:26 +0000 (23:07 +0000)]
* oops - these are the midnight commits...
  removed -fPIC used for testing compilability

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

22 years ago* restored previous behaviour for this moment
Zdenek Kabelac [Tue, 21 May 2002 22:18:12 +0000 (22:18 +0000)]
* restored previous behaviour for this moment
  users are supposed to supply proper SCR_PATH however

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

22 years ago* restored previous non '..' version
Zdenek Kabelac [Tue, 21 May 2002 21:50:05 +0000 (21:50 +0000)]
* restored previous non '..' version

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

22 years agofixed incorrect global gain - slightly increased precision of n^(4/3) table
Fabrice Bellard [Tue, 21 May 2002 21:07:47 +0000 (21:07 +0000)]
fixed incorrect global gain - slightly increased precision of n^(4/3) table

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

22 years ago* using ../ for bswap.h
Zdenek Kabelac [Tue, 21 May 2002 19:42:43 +0000 (19:42 +0000)]
* using ../ for bswap.h

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

22 years ago* avoid conflicts with non-ffmpeg config.h and also it's consistent
Zdenek Kabelac [Tue, 21 May 2002 18:56:03 +0000 (18:56 +0000)]
* avoid conflicts with non-ffmpeg config.h and also it's consistent
  with few other header files included from the main ffmpeg's dir

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

22 years agoBSD/OS support by Steven M Schultz
Alex Beregszaszi [Tue, 21 May 2002 15:43:00 +0000 (15:43 +0000)]
BSD/OS support by Steven M Schultz

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

22 years agofixed one overflow problem
Fabrice Bellard [Mon, 20 May 2002 21:15:53 +0000 (21:15 +0000)]
fixed one overflow problem

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

22 years agofixed memory free
Fabrice Bellard [Mon, 20 May 2002 19:43:20 +0000 (19:43 +0000)]
fixed memory free

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

22 years agoremoved unused stuff - added dsputil_set_bit_exact() support for easier testing
Fabrice Bellard [Mon, 20 May 2002 16:37:58 +0000 (16:37 +0000)]
removed unused stuff - added dsputil_set_bit_exact() support for easier testing

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

22 years agoadded libavtest target
Fabrice Bellard [Mon, 20 May 2002 16:34:07 +0000 (16:34 +0000)]
added libavtest target

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

22 years agouse new api (NOT TESTED) - suppressed strlcpy
Fabrice Bellard [Mon, 20 May 2002 16:33:46 +0000 (16:33 +0000)]
use new api (NOT TESTED) - suppressed strlcpy

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

22 years agobegan to simplify code - use modified API for stream reading
Fabrice Bellard [Mon, 20 May 2002 16:32:49 +0000 (16:32 +0000)]
began to simplify code - use modified API for stream reading

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

22 years agoconverted to new API
Fabrice Bellard [Mon, 20 May 2002 16:31:13 +0000 (16:31 +0000)]
converted to new API

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

22 years agosuppressed mpeg demux mess - use now dynamic stream creation api
Fabrice Bellard [Mon, 20 May 2002 16:29:40 +0000 (16:29 +0000)]
suppressed mpeg demux mess - use now dynamic stream creation api

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

22 years agosplit mux/demux related structures - added file probing support - improve media file...
Fabrice Bellard [Mon, 20 May 2002 16:28:47 +0000 (16:28 +0000)]
split mux/demux related structures - added file probing support - improve media file reading API

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

22 years agoadded first version of MPEG/DVB transport stream demux
Fabrice Bellard [Mon, 20 May 2002 16:27:23 +0000 (16:27 +0000)]
added first version of MPEG/DVB transport stream demux

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

22 years agoremoved unused code
Fabrice Bellard [Mon, 20 May 2002 16:25:09 +0000 (16:25 +0000)]
removed unused code

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

22 years agompeg1/2 identifier - fixed frame rate for some bad mpeg1 streams
Fabrice Bellard [Mon, 20 May 2002 16:24:39 +0000 (16:24 +0000)]
mpeg1/2 identifier - fixed frame rate for some bad mpeg1 streams

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

22 years agobetter av_freep()
Fabrice Bellard [Mon, 20 May 2002 16:23:27 +0000 (16:23 +0000)]
better av_freep()

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

22 years agoadded avcodec_set_bit_exact() for testing
Fabrice Bellard [Mon, 20 May 2002 16:22:51 +0000 (16:22 +0000)]
added avcodec_set_bit_exact() for testing

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

22 years agoupdate
Fabrice Bellard [Mon, 20 May 2002 16:22:05 +0000 (16:22 +0000)]
update

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

22 years agoadded regression test mention
Fabrice Bellard [Mon, 20 May 2002 16:21:46 +0000 (16:21 +0000)]
added regression test mention

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

22 years agoadded libav regression tests
Fabrice Bellard [Mon, 20 May 2002 16:20:05 +0000 (16:20 +0000)]
added libav regression tests

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

22 years ago64bit incompatibility bug, patch by Artur Grabowski <art@blahonga.org>
Artur Grabowski [Mon, 20 May 2002 04:00:25 +0000 (04:00 +0000)]
64bit incompatibility bug, patch by Artur Grabowski <art@blahonga.org>

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

22 years agobig cosmetics patch, cleanup of messages printed by mplayer and libs.
Arpi [Mon, 20 May 2002 03:25:26 +0000 (03:25 +0000)]
big cosmetics patch, cleanup of messages printed by mplayer and libs.
some printf->mp_msg conversion, and some debug messages moved from warn/info to v/dbg2
mplayer's output is now shorter, readable and consistent

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

22 years agoFix a segfault when handling errors or .asx or .ram files. Silly bug
Philip Gladstone [Mon, 20 May 2002 03:02:09 +0000 (03:02 +0000)]
Fix a segfault when handling errors or .asx or .ram files. Silly bug
on my part.

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

22 years agofixing alignment for alignment picky cpus
Michael Niedermayer [Sun, 19 May 2002 01:49:53 +0000 (01:49 +0000)]
fixing alignment for alignment picky cpus

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

22 years agooops - removed obsolete license draft
Fabrice Bellard [Sat, 18 May 2002 23:31:08 +0000 (23:31 +0000)]
oops - removed obsolete license draft

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

22 years agoupdate
Fabrice Bellard [Sat, 18 May 2002 23:20:40 +0000 (23:20 +0000)]
update

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

22 years agoadded first version of regression tests - simply type 'make test' to test every codec...
Fabrice Bellard [Sat, 18 May 2002 23:18:22 +0000 (23:18 +0000)]
added first version of regression tests - simply type 'make test' to test every codec and some mux/demuxes - added simple synthetic audio and video bitstreams generators so that no big streams needs to be used

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

22 years agouse av memory functions
Fabrice Bellard [Sat, 18 May 2002 23:17:41 +0000 (23:17 +0000)]
use av memory functions

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

22 years agoadded bigendian support - added cross compilation support - added generation of objec...
Fabrice Bellard [Sat, 18 May 2002 23:13:26 +0000 (23:13 +0000)]
added bigendian support - added cross compilation support - added generation of objects in another directory for simultaneous compilations (needs testing) - simplified redundant code

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

22 years agoadded VPATH support - added regression targets
Fabrice Bellard [Sat, 18 May 2002 23:11:25 +0000 (23:11 +0000)]
added VPATH support - added regression targets

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

22 years agouse av memory handling functions
Fabrice Bellard [Sat, 18 May 2002 23:11:09 +0000 (23:11 +0000)]
use av memory handling functions

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

22 years agofixed pcm read
Fabrice Bellard [Sat, 18 May 2002 23:09:43 +0000 (23:09 +0000)]
fixed pcm read

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

22 years agoadded VPATH support
Fabrice Bellard [Sat, 18 May 2002 23:07:57 +0000 (23:07 +0000)]
added VPATH support

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

22 years agoadded dummy crc output format for easy codec testing
Fabrice Bellard [Sat, 18 May 2002 23:06:13 +0000 (23:06 +0000)]
added dummy crc output format for easy codec testing

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

22 years agoremoved unmaintained vc stuff
Fabrice Bellard [Sat, 18 May 2002 23:05:19 +0000 (23:05 +0000)]
removed unmaintained vc stuff

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

22 years agoremoved not maintained vc stuff
Fabrice Bellard [Sat, 18 May 2002 23:04:30 +0000 (23:04 +0000)]
removed not maintained vc stuff

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

22 years agoremoved useless header includes - use av memory functions
Fabrice Bellard [Sat, 18 May 2002 23:03:29 +0000 (23:03 +0000)]
removed useless header includes - use av memory functions

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

22 years agoadded VPATH support for multiple dir compilation
Fabrice Bellard [Sat, 18 May 2002 23:01:20 +0000 (23:01 +0000)]
added VPATH support for multiple dir compilation

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

22 years agoproper memory handling functions
Fabrice Bellard [Sat, 18 May 2002 22:59:50 +0000 (22:59 +0000)]
proper memory handling functions

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

22 years agoremoved debug function
Fabrice Bellard [Sat, 18 May 2002 22:59:12 +0000 (22:59 +0000)]
removed debug function

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

22 years agoput all integer init code to compute n^(4/3) - memory alloc and header fixes
Fabrice Bellard [Sat, 18 May 2002 22:58:08 +0000 (22:58 +0000)]
put all integer init code to compute n^(4/3) - memory alloc and header fixes

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

22 years agoimproved mpeg1/2 decoding speed
Fabrice Bellard [Sat, 18 May 2002 22:56:50 +0000 (22:56 +0000)]
improved mpeg1/2 decoding speed

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

22 years agoadded proper memory handling functions - fixed include paths
Fabrice Bellard [Sat, 18 May 2002 22:56:25 +0000 (22:56 +0000)]
added proper memory handling functions - fixed include paths

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

22 years agotried to avoid gcc 2.95.2 bug by puting explicit register constraints - added comment...
Fabrice Bellard [Sat, 18 May 2002 22:49:11 +0000 (22:49 +0000)]
tried to avoid gcc 2.95.2 bug by puting explicit register constraints - added comment about rounding bug in some functions (need to correct or suppress them for regression tests)

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

22 years ago* If a stream gets stuck in WAIT_FEED, then disconnecting the other end
Philip Gladstone [Sat, 18 May 2002 21:33:05 +0000 (21:33 +0000)]
* If a stream gets stuck in WAIT_FEED, then disconnecting the other end
  will clear out the stream. I think that this is really a linux bug in
  the handling of poll, but I did a workaround anyway.
* Improve the statistics output and prevent a buffer overrun when lots
  of clients are connected.
* Process ffm input when it is received and don't always be one ffm
  packet behind.
* Try to avoid going through the poll loop when not required.

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

22 years agoFix the WAIT_FEED problem. It turns out that when you open up an FFM
Philip Gladstone [Sat, 18 May 2002 21:30:16 +0000 (21:30 +0000)]
Fix the WAIT_FEED problem. It turns out that when you open up an FFM
file and seek to an FFM packet, then it is important that the packet
found has a frame header within it. If not, then terrible things happen.
This fixes the problem.

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

22 years agoupdated for my short term goals
Fabrice Bellard [Sat, 18 May 2002 10:28:55 +0000 (10:28 +0000)]
updated for my short term goals

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

22 years agoqmin==1 bugfix
Michael Niedermayer [Fri, 17 May 2002 15:31:33 +0000 (15:31 +0000)]
qmin==1 bugfix

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

22 years agoshared lib support (req by kabi) ...
Michael Niedermayer [Fri, 17 May 2002 13:01:01 +0000 (13:01 +0000)]
shared lib support (req by kabi) ...

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

22 years ago* Added a note that says that WMP cannot stream .mpg files.
Philip Gladstone [Fri, 17 May 2002 01:54:39 +0000 (01:54 +0000)]
* Added a note that says that WMP cannot stream .mpg files.

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

22 years agoAdded use of StartSendOnKey
Philip Gladstone [Fri, 17 May 2002 01:54:14 +0000 (01:54 +0000)]
Added use of StartSendOnKey

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

22 years ago* Change the default behaviour to start streaming as soon as possible (i.e.
Philip Gladstone [Fri, 17 May 2002 01:53:28 +0000 (01:53 +0000)]
* Change the default behaviour to start streaming as soon as possible (i.e.
  no waiting for key frames).
* Provide StartSendOnKey paramter for a stream to wait until we get key frames
  before sending.
* Add the codec names into the status page. May help debugging problems.

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

22 years agohopefully faster mmx2&3dnow MC
Michael Niedermayer [Fri, 17 May 2002 01:04:14 +0000 (01:04 +0000)]
hopefully faster mmx2&3dnow MC

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

22 years agonew hopefully faster MC
Michael Niedermayer [Thu, 16 May 2002 23:29:09 +0000 (23:29 +0000)]
new hopefully faster MC

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

22 years agoprint frame decoding time support (x86 only)
Michael Niedermayer [Thu, 16 May 2002 22:01:30 +0000 (22:01 +0000)]
print frame decoding time support (x86 only)

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

22 years ago* fixed --enable-shared handling
Zdenek Kabelac [Thu, 16 May 2002 18:02:50 +0000 (18:02 +0000)]
* fixed --enable-shared handling

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

22 years ago* Updated with new stream configuration items
Philip Gladstone [Thu, 16 May 2002 02:03:34 +0000 (02:03 +0000)]
* Updated with new stream configuration items

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

22 years ago* Add code to configure the following:
Philip Gladstone [Thu, 16 May 2002 02:03:07 +0000 (02:03 +0000)]
* Add code to configure the following:
  * prebuffering/preroll a live stream -- this improves startup time
  * videoqmin/videoqmax/videoqdiff -- codec parameters
  * maximum bandwidth for live streams
* Add support for .ram and .rpm extensions mapping onto .rm
* Make the status page show bandwidth. Also make the .asf and .rm
  links go to .asx and .ram files.
* Make a stream only start streaming when it gets a keyframe on each
  stream. This is arguable, and it maybe ought to be restricted to
  live streams. However, since I don't think that file streams work,
  this is a step in the right direction. It improves the startup delay.
* Log an error if we are unable to delete the temp feed file.

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

22 years agoPass over the bit_rate_tolerance field to ffmpeg
Philip Gladstone [Thu, 16 May 2002 01:57:55 +0000 (01:57 +0000)]
Pass over the bit_rate_tolerance field to ffmpeg

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

22 years agofixing end overwrite bugs (some at least)
Michael Niedermayer [Wed, 15 May 2002 02:27:41 +0000 (02:27 +0000)]
fixing end overwrite bugs (some at least)
this needs testing, untested parts should be reversed before release
i tested 24->32, 15->16, bgr24->rgb, bgr32->rgb (retesting them isnt a bad idea either ...)

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

22 years ago- Bug fix for AVStream->r_frame_rate not being initialized for live video
Juanjo [Wed, 15 May 2002 02:02:24 +0000 (02:02 +0000)]
- Bug fix for AVStream->r_frame_rate not being initialized for live video
capture.

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

22 years ago- Now ffmpeg handles MPEG-2 streams with pull down, it gets the real frame
Juanjo [Tue, 14 May 2002 22:06:13 +0000 (22:06 +0000)]
- Now ffmpeg handles MPEG-2 streams with pull down, it gets the real frame
rate of the stream.

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

22 years ago- Added r_frame_rate in AVStream to store the real frame rate.
Juanjo [Tue, 14 May 2002 21:50:00 +0000 (21:50 +0000)]
- Added r_frame_rate in AVStream to store the real frame rate.
- This stuff could be done in AVCodecContext and the real frame rate
calculated in utils.c, but we don't changes in that by now ;)

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

22 years ago- repeat_pict meaning changed, now it signals the extra delay for the
Juanjo [Tue, 14 May 2002 19:56:42 +0000 (19:56 +0000)]
- repeat_pict meaning changed, now it signals the extra delay for the
decoded frame.
- extra_delay = (repeat_pict / 2) * (1/fps)

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

22 years agoenable simple-idct by default (needed cuz otherwise files encoded with ffmpeg will...
Michael Niedermayer [Tue, 14 May 2002 15:42:54 +0000 (15:42 +0000)]
enable simple-idct by default (needed cuz otherwise files encoded with ffmpeg will show stripes with the reference IDCT during decoding)

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

22 years ago* first shot for the new avcodec API
Zdenek Kabelac [Tue, 14 May 2002 14:17:11 +0000 (14:17 +0000)]
* first shot for the new avcodec API
  - comments, critics, improvements on the ffmpeg list are welcomed

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

22 years ago* Mea culpa: it seems that I broke encoding to 8-bit pcm files. This fixes it.
Philip Gladstone [Tue, 14 May 2002 02:36:23 +0000 (02:36 +0000)]
* Mea culpa: it seems that I broke encoding to 8-bit pcm files. This fixes it.

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

22 years ago- Video CD option for ffmpeg
Juanjo [Sun, 12 May 2002 21:39:44 +0000 (21:39 +0000)]
- Video CD option for ffmpeg

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

22 years ago- VCD MPEG-1 compliant stream support (set AVF_FLAG_VCD)
Juanjo [Sun, 12 May 2002 21:38:54 +0000 (21:38 +0000)]
- VCD MPEG-1 compliant stream support (set AVF_FLAG_VCD)

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