84 Commits (2ef0f2b269e2232a973ab51be6843e683b23f92d)

Author SHA1 Message Date
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
Zdenek Kabelac 1ac9248bb7 * cleanup 23 years ago
Juanjo 4b1f4f236b - Versions defined for libav/libavcodec. 23 years ago
Juanjo e0d2714adc - Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode for 23 years ago
Philip Gladstone 502d105f96 * patch by Philip Gladstone 23 years ago
Zdenek Kabelac 4606ac8dee * some minor modification by Philip Gladston 23 years ago
Zdenek Kabelac a266644f56 * more warning cleanups 23 years ago
Zdenek Kabelac 684f44d9a0 * fixing some warnings 23 years ago
Zdenek Kabelac 6cea494e32 * support for .au .gif .mov .mp4 by François Revol <revol@free.fr> 23 years ago
Zdenek Kabelac 30b68f33aa * encoding of AC3 with more than 2 channels 23 years ago
Juanjo 10bb7023a2 - Added force_pts to av_write_packet() to be able to force PTS, this helps 23 years ago
Juanjo 5b0ad91b99 - Fix memory leak and others bugs for ppmpipe. Thanks to Rudolf Opalla. 23 years ago
Juanjo af469427b3 - Fix pts calculation on mpeg mux (A/V sync) - Thanks to Lennert Buytenhek 23 years ago