957
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Fix a problem with the first sample when down sampling. * Note that this code needs to be fixed -- the rate conversion from 48000->44100 sounds horrible! More... about 22 years ago
* Every frame is a key_frame More... about 22 years ago
* Start using enumerated types (makes debugging much easier) More... about 22 years ago
* Make put_wav_header return the number of bytes that it put. More... about 22 years ago
* Change extern inline to static inline so that it will compile without optimization More... about 22 years ago
* Try and fill out some more of the RV header fields correctly More... about 22 years ago
* Add defaults to switch statements More... about 22 years ago
* Add a sleep when doing the post to ffserver. Yes, this is the wrong solution. More... about 22 years ago
Intialize the codec type to video. More... about 22 years ago
* Add the gop_size to the video parameters. Also the audio framesize. * Copy the duration over as well, though I'm not 100% certain that that is still needed. More... about 22 years ago
* Change extern inline to static inline. This improves compiling without optimization. More... about 22 years ago
* Add default cases to switch statements. More... about 22 years ago
* Add a duration field to the AVPacket More... about 22 years ago
* Make it work with sound cards (like mine) that can only capture in stereo. * 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. More... about 22 years ago
* Many, many changes to make it work (mostly). Information snagged from staring at headers of real ASF files. ASFRecorder and avifile were other useful sources. More... about 22 years ago
* Updated so that some streams actually work! More... about 22 years ago
* These are my notes on streaming More... about 22 years ago
* Fix a nasty problem with output buffering not have enough (or large enough) 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! More... about 22 years ago
* Fix nasty problem with unitialized memory in the file_table * 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 More... about 22 years ago
Move the EXTRALIBS to the end of the link line where they actually get used! More... about 22 years ago
clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25) More... about 22 years ago
added support for various app headers, and writin FFmpeg comment More... about 22 years ago
- Segfault fixed when liba52 dynamic library isn't found. More... about 22 years ago
- MPEG-4 B frames coding option for ffmpeg.c - Warning fixes. More... about 22 years ago
* replaced with liba52 More... about 22 years ago
there are divx5? encoded files without a userdata section but with b-frames :( More... about 22 years ago
segfault fix for b-frame encoding with height%16!=0 More... about 22 years ago
3dnow temporal denoiser bugfix by RĂ©mi Guyomarch <[email protected]> More... about 22 years ago
version info More... about 22 years ago
MV visualisation support More... about 22 years ago