96 Commits (b210c96c0c0048bb4923a5cf45633507f34b532b)

Author SHA1 Message Date
Michael Niedermayer 390dffc5ad more mpeg4 fourcc's 23 years ago
Fabrice Bellard 24f9709b22 fixed VOB parsing bug 23 years ago
Michael Niedermayer 9b030d9d73 wmv1 23 years ago
Philip Gladstone cbadbf19fc Change ticker_tick to use ticker_abs as we want the absolute number 23 years ago
Philip Gladstone c25fdfc683 Add ticker_abs function that returns the number of ticks to get the 23 years ago
Philip Gladstone 2dbceb9f8a Change the way that the ?date= stuff is parsed. It now takes a time (with optional date) 23 years ago
Fabrice Bellard d714edf190 optimized ticker_tick() if num is big - please test it (should reduce CPU usage - this code is temporary before new PTS handling scheme) 23 years ago
Philip Gladstone 16300e23d5 * Get the buffer size right now we have the buffer inside the FFStream block 23 years ago
Philip Gladstone 084fada8d1 * Add the comment block if any of the comment fields are present. 23 years ago
Philip Gladstone 2824c47368 Remove some calls to av_free that tured out to be duplicate. This improves 23 years ago
Philip Gladstone 3a2d04473d Make sure that the http_proxy environment variable starts with http:// 23 years ago
Fabrice Bellard b13788c53f use sys/soundcard.h for OSS audio 23 years ago
Fabrice Bellard 19720f15fd license/copyright change 23 years ago
Fabrice Bellard 17269bdfcd fixed double free - fixed probe function 23 years ago
Fabrice Bellard 0726b2d1ea fixed double free - fixed jpg image sequence automatic selection 23 years ago
Fabrice Bellard 66d2ff2a3d fixed memory free (no free necessary for private data) - added better support for automatic testing 23 years ago
Philip Gladstone a8dbe9514f Change order of extensions and read_probe checking. This gives the read_probe 23 years ago
Philip Gladstone 07c4ed85f7 * Add a probe function for FFM files 23 years ago
Philip Gladstone 789bee1264 * Fix a problem caused by a duplicate free of priv_data -- now uses av_freep 23 years ago
Fabrice Bellard 754ebe3465 fixed memory free 23 years ago
Fabrice Bellard c9a65ca8c3 converted to new API 23 years ago
Fabrice Bellard db7f1f95ac suppressed mpeg demux mess - use now dynamic stream creation api 23 years ago
Fabrice Bellard b9a281db69 split mux/demux related structures - added file probing support - improve media file reading API 23 years ago
Fabrice Bellard fe9cf0d44e added first version of MPEG/DVB transport stream demux 23 years ago
Fabrice Bellard 1ea4f59365 use av memory handling functions 23 years ago
Fabrice Bellard 065422677a fixed pcm read 23 years ago
Fabrice Bellard f57a4535bd added VPATH support 23 years ago
Fabrice Bellard 1c098b2fb6 added dummy crc output format for easy codec testing 23 years ago
Philip Gladstone 5e57424d11 Fix the WAIT_FEED problem. It turns out that when you open up an FFM 23 years ago
Philip Gladstone 3884a3c322 Pass over the bit_rate_tolerance field to ffmpeg 23 years ago
Juanjo 76c0441b10 - Added r_frame_rate in AVStream to store the real frame rate. 23 years ago
Juanjo 92b3e12592 - VCD MPEG-1 compliant stream support (set AVF_FLAG_VCD) 23 years ago
Juanjo ab0ff2a563 - Fixes for MPEG-PS which have more than 1 system header, now we don't take 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
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
Juanjo 95c79a24e5 - Changed FOURCC for H263. 23 years ago
Gert Vervoort bb3debab2c more msmpeg4 fourccs patch by Gert Vervoort <Gert.Vervoort@wxs.nl> 23 years ago