172 Commits (95e2ce4aa05d0bd24c5620937b47e21125532df1)

Author SHA1 Message Date
François Revol 3f95e8434b added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 support 22 years ago
François Revol 9ddd71fc60 added BeOS net_server support (R5 network stack), basically the same 22 years ago
Zdenek Kabelac cb146fafa5 * always set extradata_size 22 years ago
Zdenek Kabelac e40fed0b62 * removed extra_data from AVStream (it's part of Codec) 22 years ago
Philip Gladstone 2727c35ed7 * Made encoding to ASF streams work again. It turns out that the default 23 years ago
Fabrice Bellard e095026ab4 unified wav header parsing - added extradata support 23 years ago
Fabrice Bellard 3b4b29dcd9 put/get portable for IEEE double - renamed put_native_string/get_native_string 23 years ago
Fabrice Bellard d4c0ff917d single frame output fix 23 years ago
Fabrice Bellard 1e51d801d3 the new output PTS handling is now generic 23 years ago
Fabrice Bellard 17a241dd0b use PTS api - suppressed redundant fourcc tags (don't know why it was duplicated) 23 years ago
Fabrice Bellard b2cac18443 use consistant PTS handling - fixed MPEG2 Pack header generation (clock_ref value is still slightly inaccurate) 23 years ago
Fabrice Bellard 916c80e94a AV synchronisation API 23 years ago
Michael Niedermayer 3f9bff71b5 new video grab device for ATI All-In-Wonder cards based on the GATOS km driver patch by (Fred <foohoo at shaw dot ca>) 23 years ago
Fabrice Bellard fb7566d082 better framework for specific mpeg mux options such as vcd - added (incomplete) mpeg2 vob muxer for dvd creation 23 years ago
Fabrice Bellard 8351471307 suppressed vcd flag - use new mpeg mux format instead 23 years ago
Fabrice Bellard 87bdd3e535 added null output format for speed testing 23 years ago
Fabrice Bellard 0e7eed09ce better MPEG4 support (at least can view some mpeg4 examples) 23 years ago
Alex Beregszaszi bb15f7fdd5 added mjpeg 23 years ago
Fabrice Bellard a48b7a6bfa added stream copy capability 23 years ago
Fabrice Bellard 92391c6c89 use C99 syntax for field init 23 years ago
Fabrice Bellard 1cbc289016 added mpeg in avi support 23 years ago
Fabrice Bellard e1687cc07f added DV support 23 years ago
Fabrice Bellard f20dca4020 added raw DV demux (audio is currently not handled) 23 years ago
Måns Rullgård bb76a117b1 c syntax update patch by (mru at users dot sourceforge dot net (Måns Rullgård)) 23 years ago
Fabrice Bellard 1e5c667c91 fixed MPEG2 pts parsing - ignore unknown stream type 23 years ago
Fabrice Bellard 020fcc94e0 added DV support 23 years ago
Michael Niedermayer 144f062500 rv10 cleanup (de)muxer still needs to be cleaned up (still searching volunteer for that ;) ) 23 years ago
Michael Niedermayer 4c2bc159bd fixing rv10, this isnt the cleanest solution (parsing the packet header in the codec & creating it in the muxer) but it was that way before things broke, and its the simplest solution 23 years ago
Michael Niedermayer 2f0f5b2059 mpegvideo_probe cant distinguish mpeg4 and mpeg1 raws :( so m4v needs "-f m4v" now 23 years ago
Michael Niedermayer 7866eeff46 m4v input support 23 years ago
Philip Gladstone 42343f7e6e Change calls to abort() to be calls to av_abort() 23 years ago
Philip Gladstone 75bdb984c7 Add the transfer of the new parameters from ffmpeg to ffserver and vice-versa 23 years ago
Max Krasnyansky 89b3d7c9f1 mpeg4 raw output support patch by ("Maksim (Max) Krasnyanskiy" <maxk at qualcomm dot com>) 23 years ago
Michael Niedermayer c2c2cd2da1 fixing raw yuv input 23 years ago
Henry Mason ad4369076b yuv4mpeg output support patch by (Henry Mason <talus25 at speakeasy dot net>) 23 years ago
Michael Niedermayer be7109c12b ar -s -> ranlib 23 years ago
Mark Hills 81e0d0b412 oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>) 23 years ago
Lennert Buytenhek cca1b2410e dont needlessly gettimeofday in video grabber patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>) 23 years ago
Lennert Buytenhek e61efa2468 unmap video buffers on close patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>) 23 years ago
Zdenek Kabelac 1359c2d43e * skiping unwanted packets when it's possible 23 years ago
Zdenek Kabelac 840824970c * using statics 23 years ago
Zdenek Kabelac 2141dc37d3 * added support for multiple payloads 23 years ago
Zdenek Kabelac 2a10020bf3 * ok - let's start with avifile->ffmpeg morphing 23 years ago
Philip Gladstone 64e105e051 Fix a potential endless loop (nb (1 * 3) / 2 == 1) 23 years ago
Philip Gladstone 487ec9a0d9 Add conditional build of strptime 23 years ago
Philip Gladstone dcb7d9cbe0 Add strptime into the source pool for those systems that don't have it. 23 years ago
Philip Gladstone c5510dd63b * Add code for ffserver to get stream output formats: guess_stream_format 23 years ago
Philip Gladstone 36ada60ccb Add prototype of guess_stream_format 23 years ago
Philip Gladstone 8b3c13f9f1 Add another asf output format type -- asf_stream. The convention is that 23 years ago
Fabrice Bellard 910fdd21b5 added installlib target 23 years ago