Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-05-16* Updated with new stream configuration itemsPhilip Gladstone
Originally committed as revision 502 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-16* Add code to configure the following:Philip Gladstone
* 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
2002-05-16Pass over the bit_rate_tolerance field to ffmpegPhilip Gladstone
Originally committed as revision 500 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-15fixing end overwrite bugs (some at least)Michael Niedermayer
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
2002-05-15- Bug fix for AVStream->r_frame_rate not being initialized for live videoJuanjo
capture. Originally committed as revision 499 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-15- Now ffmpeg handles MPEG-2 streams with pull down, it gets the real frameJuanjo
rate of the stream. Originally committed as revision 498 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-15- Added r_frame_rate in AVStream to store the real frame rate.Juanjo
- 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
2002-05-14- repeat_pict meaning changed, now it signals the extra delay for theJuanjo
decoded frame. - extra_delay = (repeat_pict / 2) * (1/fps) Originally committed as revision 496 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-14enable simple-idct by default (needed cuz otherwise files encoded with ↵Michael Niedermayer
ffmpeg will show stripes with the reference IDCT during decoding) Originally committed as revision 495 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-14* first shot for the new avcodec APIZdenek Kabelac
- comments, critics, improvements on the ffmpeg list are welcomed Originally committed as revision 494 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-14* Mea culpa: it seems that I broke encoding to 8-bit pcm files. This fixes it.Philip Gladstone
Originally committed as revision 493 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-13- Video CD option for ffmpegJuanjo
Originally committed as revision 492 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-13- VCD MPEG-1 compliant stream support (set AVF_FLAG_VCD)Juanjo
Originally committed as revision 491 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-12build num ++Nick Kurshev
Originally committed as revision 490 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-12build info for ABINick Kurshev
Originally committed as revision 489 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-12I was too lazy to be a hero ;)Nick Kurshev
Originally committed as revision 488 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-12- ffmpeg relies on libavcodec to repeat frames from 3:2 sources.Juanjo
Originally committed as revision 487 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-12- repeat_pict added to AVCodecContext to signal if the decoder must repeatJuanjo
frames from 3:2 pulldown sources. - repeat_pict honoured by MPEG-1/2 decoder. Originally committed as revision 486 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-12various openbsd and general warning fixes - patch by Björn Sandell ↵Björn Sandell
<biorn@dce.chalmers.se> Originally committed as revision 6058 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2002-05-12- Fixes for MPEG-PS which have more than 1 system header, now we don't takeJuanjo
in account the system header just walk through the file searching streams. MPEG-PS demuxer needs more work anyway. Originally committed as revision 485 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-12- pict_type exported to AVCodecContextJuanjo
- Added real_pict_num to AVCodecContext, it represent the number of the previous encoded frame, usefull when coding with B frames. - Warning fix in motion_est.c Originally committed as revision 484 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-12- Bug fix in map stream parserJuanjo
Originally committed as revision 483 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-10* Improve logging -- now actually gives you the number of bytes sentPhilip Gladstone
* Print out the logging information that comes from WMP (you'd be suprised what it sends! * Fix a remotely exploitable buffer overflow (argh!) * Add support for automatically serving up .asx files. It generates an automatic redirect to the associated .asf file (with the same parameters). I guess that someone who understands the realaudio equivalent could hack that it as well. Originally committed as revision 482 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-10* Add implementation of strlcpyPhilip Gladstone
* Fix endless loop in find_info_tag if given specific arguments Originally committed as revision 481 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-10* Add prototype for strlcpyPhilip Gladstone
Originally committed as revision 480 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-09* Add the 'flags' field to the list of codec fields passed from ffserver toPhilip Gladstone
ffmpeg. This gives the VideoHighQuality patch a fighting chance. Originally committed as revision 479 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-09- HQ option for ffserver. Thanks to D Richard Felker III.Juanjo
Originally committed as revision 478 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-09version info for so tooNick Kurshev
Originally committed as revision 477 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-09- Warning fix.Juanjo
Originally committed as revision 476 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-09- Updating docs....Juanjo
Originally committed as revision 475 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-09- Changed default qmin = 3 as ffmpeg.cJuanjo
- Less bitrate tolerance since we are streaming. Originally committed as revision 474 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-09- Segfault fixed when mpeg audio decoder returns a negative data_size.Juanjo
Originally committed as revision 473 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-09* Don't allocate 0 bytes of memory. It upsets electricFence!Philip Gladstone
Originally committed as revision 472 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-09* Fix a problem with the first sample when down sampling.Philip Gladstone
* Note that this code needs to be fixed -- the rate conversion from 48000->44100 sounds horrible! Originally committed as revision 471 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-09* Every frame is a key_framePhilip Gladstone
Originally committed as revision 470 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-09* Start using enumerated types (makes debugging much easier)Philip Gladstone
Originally committed as revision 469 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-09* Make put_wav_header return the number of bytes that it put.Philip Gladstone
Originally committed as revision 468 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-09* Change extern inline to static inline so that it will compile without ↵Philip Gladstone
optimization Originally committed as revision 467 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-09* Try and fill out some more of the RV header fields correctlyPhilip Gladstone
Originally committed as revision 466 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-09* Add defaults to switch statementsPhilip Gladstone
Originally committed as revision 465 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-09* Add a sleep when doing the post to ffserver. Yes, this is the wrongPhilip Gladstone
solution. Originally committed as revision 464 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-09Intialize the codec type to video.Philip Gladstone
Originally committed as revision 463 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-09* Add the gop_size to the video parameters. Also the audio framesize.Philip Gladstone
* Copy the duration over as well, though I'm not 100% certain that that is still needed. Originally committed as revision 462 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-09* Change extern inline to static inline. This improves compiling without ↵Philip Gladstone
optimization. Originally committed as revision 461 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-09* Add default cases to switch statements.Philip Gladstone
Originally committed as revision 460 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-09* Add a duration field to the AVPacketPhilip Gladstone
Originally committed as revision 459 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-09* Make it work with sound cards (like mine) that can only capture in stereo.Philip Gladstone
* Add a kludge to allow the left channel to be inverted -- my tv card/sound card ends up with the left channel = minus right channel. Converting to mono by adding the channels doesn't work well. Originally committed as revision 458 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-09* Many, many changes to make it work (mostly). Information snagged fromPhilip Gladstone
staring at headers of real ASF files. ASFRecorder and avifile were other useful sources. Originally committed as revision 457 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-09* Updated so that some streams actually work!Philip Gladstone
Originally committed as revision 456 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-05-09* These are my notes on streamingPhilip Gladstone
Originally committed as revision 455 to svn://svn.ffmpeg.org/ffmpeg/trunk