summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* * Don't allocate 0 bytes of memory. It upsets electricFence!Philip Gladstone2002-05-09
| | | | Originally committed as revision 472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Fix a problem with the first sample when down sampling.Philip Gladstone2002-05-09
| | | | | | | * 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
* * Every frame is a key_framePhilip Gladstone2002-05-09
| | | | Originally committed as revision 470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Start using enumerated types (makes debugging much easier)Philip Gladstone2002-05-09
| | | | Originally committed as revision 469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Make put_wav_header return the number of bytes that it put.Philip Gladstone2002-05-09
| | | | Originally committed as revision 468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Change extern inline to static inline so that it will compile without ↵Philip Gladstone2002-05-09
| | | | | | optimization Originally committed as revision 467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Try and fill out some more of the RV header fields correctlyPhilip Gladstone2002-05-09
| | | | Originally committed as revision 466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Add defaults to switch statementsPhilip Gladstone2002-05-09
| | | | Originally committed as revision 465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Add a sleep when doing the post to ffserver. Yes, this is the wrongPhilip Gladstone2002-05-09
| | | | | | solution. Originally committed as revision 464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Intialize the codec type to video.Philip Gladstone2002-05-09
| | | | Originally committed as revision 463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Add the gop_size to the video parameters. Also the audio framesize.Philip Gladstone2002-05-09
| | | | | | | * 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
* * Change extern inline to static inline. This improves compiling without ↵Philip Gladstone2002-05-09
| | | | | | optimization. Originally committed as revision 461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Add default cases to switch statements.Philip Gladstone2002-05-09
| | | | Originally committed as revision 460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Add a duration field to the AVPacketPhilip Gladstone2002-05-09
| | | | Originally committed as revision 459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Make it work with sound cards (like mine) that can only capture in stereo.Philip Gladstone2002-05-09
| | | | | | | | * 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
* * Many, many changes to make it work (mostly). Information snagged fromPhilip Gladstone2002-05-09
| | | | | | | 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
* * Updated so that some streams actually work!Philip Gladstone2002-05-09
| | | | Originally committed as revision 456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * These are my notes on streamingPhilip Gladstone2002-05-09
| | | | Originally committed as revision 455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Fix a nasty problem with output buffering not have enough (or large enough)Philip Gladstone2002-05-09
| | | | | | | | | | | | | | | | | buffers. In fact, the code was pretty much shot. * Try to fool WMP into thinking that we are a microsoft server. * When we establish a stream to a user, copy the codec information from that saved as part of the stream. This gives us the real frame_size and other important parameters. * ASF needs to know about key frames, so add some logic to copy this information around. * When we get the data from ffmpeg as part of a feed, make sure that we save the actual codec parameters. * Allow configuration of AudioCodec and VideoCodec * Make sure that we delete the feed file before starting. This is not ideal but it makes things work a whole lot better! Originally committed as revision 454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Fix nasty problem with unitialized memory in the file_tablePhilip Gladstone2002-05-09
| | | | | | | | | * Add default entries to switch statements to catch programming errors * Fix problem with high CPU usage when capturing live (the audio grabber is non-blocking for some reason). This is the stream_no_data stuff. * Handle the video grabber getting behind in its work -- PKT_FLAG_DROPPED_FRAME Originally committed as revision 453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the EXTRALIBS to the end of the link line where they actually get used!Philip Gladstone2002-05-09
| | | | Originally committed as revision 452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25)Alex Beregszaszi2002-05-07
| | | | Originally committed as revision 451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added support for various app headers, and writin FFmpeg commentAlex Beregszaszi2002-05-07
| | | | Originally committed as revision 450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Segfault fixed when liba52 dynamic library isn't found.Juanjo2002-05-06
| | | | Originally committed as revision 449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - MPEG-4 B frames coding option for ffmpeg.cJuanjo2002-05-06
| | | | | | - Warning fixes. Originally committed as revision 448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * replaced with liba52Zdenek Kabelac2002-05-06
| | | | Originally committed as revision 447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* there are divx5? encoded files without a userdata section but with b-frames :(Michael Niedermayer2002-05-06
| | | | Originally committed as revision 446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fix for b-frame encoding with height%16!=0Michael Niedermayer2002-05-05
| | | | Originally committed as revision 445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 3dnow temporal denoiser bugfix by Rémi Guyomarch <rguyom@pobox.com>Michael Niedermayer2002-05-05
| | | | Originally committed as revision 5981 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* version infoNick Kurshev2002-05-05
| | | | Originally committed as revision 443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MV visualisation supportMichael Niedermayer2002-05-05
| | | | Originally committed as revision 442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* shorter user data with formating by juanjoMichael Niedermayer2002-05-05
| | | | Originally committed as revision 441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ABS() to common.hMichael Niedermayer2002-05-04
| | | | | | print mb_types in nice looking format support Originally committed as revision 440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l - MMX rgb2bgr 32bpp expects num_of_bytes instead of num_of_pixelsArpi2002-05-03
| | | | Originally committed as revision 5962 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* move put_string() to common.{c,h}Michael Niedermayer2002-05-03
| | | | Originally committed as revision 439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct quantizer biasMichael Niedermayer2002-05-03
| | | | Originally committed as revision 438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ar -s has portability problems, anyway rc is enough without s -- suggested ↵Arpi2002-05-03
| | | | | | by Atmosfear Originally committed as revision 437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - H263 PAR support by Alex Beregszaszi.Juanjo2002-05-03
| | | | | | - Typo fix in mpeg4data. Originally committed as revision 436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch by Alex Beregszaszi <alex@naxine.org>Alex Beregszaszi2002-05-03
| | | | | | | | - AVID (AVRn) support (workaround) - print error instead of failing for unsupported SOF - fixed the 0<code<FF range checking Originally committed as revision 435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* freeze fixMichael Niedermayer2002-05-02
| | | | Originally committed as revision 434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* C4=16383 for the c version too and even for some outcommented codeMichael Niedermayer2002-05-02
| | | | Originally committed as revision 433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set C4 to 16383Michael Niedermayer2002-05-02
| | | | Originally committed as revision 432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* printf to mp_msgAlban Bedel2002-05-02
| | | | Originally committed as revision 5938 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.Juanjo2002-05-02
| | | | | | | - Bug fix H.263+ AIC tables. - Warning fixes. Originally committed as revision 431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Changed FOURCC for H263.Juanjo2002-05-02
| | | | | | - Warnings fixes. Originally committed as revision 430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for external huffman table and various fixes by Alex Beregszaszi ↵Arpi2002-05-01
| | | | | | <alex@naxine.org> Originally committed as revision 429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * by Thomas Sailer:Zdenek Kabelac2002-05-01
| | | | | | | otherwise ffmpeg doesn't compile if shared libs are requested and mp3lame is selected... Originally committed as revision 428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing msmpeg4v3 dc-scale for quantizers 24-31Michael Niedermayer2002-04-30
| | | | Originally committed as revision 427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more msmpeg4 fourccs patch by Gert Vervoort <Gert.Vervoort@wxs.nl>Gert Vervoort2002-04-29
| | | | Originally committed as revision 426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detecting xvid/divx4/opendivx and set low_delay flagMichael Niedermayer2002-04-27
| | | | Originally committed as revision 425 to svn://svn.ffmpeg.org/ffmpeg/trunk