22189 Commits (8d072dd2a96dc1ed7c1a65d49361311db71f5bfb)
 

Author SHA1 Message Date
Björn Sandell b6acbc3caf various openbsd and general warning fixes - patch by Björn Sandell <biorn@dce.chalmers.se> 23 years ago
Juanjo ab0ff2a563 - Fixes for MPEG-PS which have more than 1 system header, now we don't take 23 years ago
Juanjo 9cd3766f6e - pict_type exported to AVCodecContext 23 years ago
Juanjo a5dc85efb8 - Bug fix in map stream parser 23 years ago
Philip Gladstone 7434ba6d53 * Improve logging -- now actually gives you the number of bytes sent 23 years ago
Philip Gladstone 8d1335ea2b * Add implementation of strlcpy 23 years ago
Philip Gladstone 283383715f * Add prototype for strlcpy 23 years ago
Philip Gladstone ccac2e27f1 * Add the 'flags' field to the list of codec fields passed from ffserver to 23 years ago
Juanjo e7f9c67417 - HQ option for ffserver. Thanks to D Richard Felker III. 23 years ago
Nick Kurshev 816d7ff5a8 version info for so too 23 years ago
Juanjo 564ef23d49 - Warning fix. 23 years ago
Juanjo 3e12d48a89 - Updating docs.... 23 years ago
Juanjo ba9b374f89 - Changed default qmin = 3 as ffmpeg.c 23 years ago
Juanjo afc80f59a7 - Segfault fixed when mpeg audio decoder returns a negative data_size. 23 years ago
Philip Gladstone 0edf8a7a65 * Don't allocate 0 bytes of memory. It upsets electricFence! 23 years ago
Philip Gladstone 8170f3dc8f * Fix a problem with the first sample when down sampling. 23 years ago
Philip Gladstone 4c3d2e5f86 * Every frame is a key_frame 23 years ago
Philip Gladstone 4a663d8042 * Start using enumerated types (makes debugging much easier) 23 years ago
Philip Gladstone afc25d93ea * Make put_wav_header return the number of bytes that it put. 23 years ago
Philip Gladstone ec6ac5e1fb * Change extern inline to static inline so that it will compile without optimization 23 years ago
Philip Gladstone 5d6ef63fdc * Try and fill out some more of the RV header fields correctly 23 years ago
Philip Gladstone ac5e6a5bd7 * Add defaults to switch statements 23 years ago
Philip Gladstone ddceb31d93 * Add a sleep when doing the post to ffserver. Yes, this is the wrong 23 years ago
Philip Gladstone 28c66901a9 Intialize the codec type to video. 23 years ago
Philip Gladstone 20f0154831 * Add the gop_size to the video parameters. Also the audio framesize. 23 years ago
Philip Gladstone 7ac13f0c7e * Change extern inline to static inline. This improves compiling without optimization. 23 years ago
Philip Gladstone 53cafac09c * Add default cases to switch statements. 23 years ago
Philip Gladstone 6d9872f416 * Add a duration field to the AVPacket 23 years ago
Philip Gladstone 1de1cce27d * Make it work with sound cards (like mine) that can only capture in stereo. 23 years ago
Philip Gladstone f80c1ac01b * Many, many changes to make it work (mostly). Information snagged from 23 years ago
Philip Gladstone f359a5bed8 * Updated so that some streams actually work! 23 years ago
Philip Gladstone bdd3c092bf * These are my notes on streaming 23 years ago
Philip Gladstone f747e6d343 * Fix a nasty problem with output buffering not have enough (or large enough) 23 years ago
Philip Gladstone 51bd4565f7 * Fix nasty problem with unitialized memory in the file_table 23 years ago
Philip Gladstone c6a8f2ce07 Move the EXTRALIBS to the end of the link line where they actually get used! 23 years ago
Alex Beregszaszi a69b930cd3 clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25) 23 years ago
Alex Beregszaszi 723106b279 added support for various app headers, and writin FFmpeg comment 23 years ago
Juanjo fffcb5e841 - Segfault fixed when liba52 dynamic library isn't found. 23 years ago
Juanjo bc6caae212 - MPEG-4 B frames coding option for ffmpeg.c 23 years ago
Zdenek Kabelac afa90da5fb * replaced with liba52 23 years ago
Michael Niedermayer 7aaf3b98fc there are divx5? encoded files without a userdata section but with b-frames :( 23 years ago
Michael Niedermayer e71a4f7425 segfault fix for b-frame encoding with height%16!=0 23 years ago
Michael Niedermayer 413dec620d 3dnow temporal denoiser bugfix by Rémi Guyomarch <rguyom@pobox.com> 23 years ago
Nick Kurshev 156e5023e8 version info 23 years ago
Michael Niedermayer 3649cfd9b3 MV visualisation support 23 years ago
Michael Niedermayer 3d1d9b2c37 shorter user data with formating by juanjo 23 years ago
Michael Niedermayer 32cd20de42 move ABS() to common.h 23 years ago
Arpi 4085d977dd 10l - MMX rgb2bgr 32bpp expects num_of_bytes instead of num_of_pixels 23 years ago
Michael Niedermayer 9717dad883 move put_string() to common.{c,h} 23 years ago
Michael Niedermayer 1c3a2382d0 correct quantizer bias 23 years ago