35 Commits (a94e666cb5db1b23b22b5804abaee7c44b547431)

Author SHA1 Message Date
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 18 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 years ago
Gildas Bazin 04f46ced8c Add --disable-protocols option to configure to disable I/O protocol from 19 years ago
Michael Niedermayer d271481f1a pts fix by (Bryan Mayland / bmayland O leoninedev o com) 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Alex Beregszaszi 26aa0f8956 fix feed read_header, avoid using put_tag in write_header, to be consistent with read_header, also some minor cosmetics 19 years ago
Diego Biurrun a9e3509529 Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS 19 years ago
Michael Niedermayer 7cb8f314db remove non portable get/put_be64_double() 19 years ago
Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 19 years ago
Michael Niedermayer 2692067a45 AVPacket.pos 20 years ago
Aurelien Jacobs a965c478b2 drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) 20 years ago
Philip Gladstone 34f633dfcb Flush the ffm packet to the wire (or file) whenever we flush the ffm packet. 20 years ago
Philip Gladstone 223321268f Add in many fields that have been added to the Codec structure. This means 20 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 20 years ago
Måns Rullgård 88730be651 kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
Michael Niedermayer 7b3c1382bf 100l (forgoten seeking functions) 20 years ago
Michael Niedermayer c40a3a42e1 move free() of AVStream priv data to av_write_trailer() 20 years ago
Michael Niedermayer 71c32f19b3 do not call (av_)abort() 20 years ago
Michael Niedermayer 53e2f9caf8 ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all dot nl>) 20 years ago
Michael Niedermayer e928649b0b pass AVPacket into av_write_frame() 21 years ago
Michael Niedermayer 79292510a8 adjust_write_index() fix by ("Curi Fabio Eduardo (SFL)" <curif at TELEFONICA dot COM dot AR>) 21 years ago
Philip Gladstone 91628427ec Add more resilience in reading ffm files. In particular, don't assume 21 years ago
Mike Melanson 764ef40015 disable encoders where appropriate (patch courtesy of BERO 21 years ago
Fabrice Bellard 490579042a 64 bit pts for writing - more const usage 21 years ago
Fabrice Bellard fa26a29d65 add av_new_stream() usage 21 years ago
Michael Niedermayer 14bea432f1 per context frame_rate_base, this should finally fix frame_rate related av sync issues 22 years ago
Michael Niedermayer 0bf79c2fcd fixing frame_rate accuracy 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Fabrice Bellard e9a9e0c210 use av_strdup() 22 years ago
Michael Niedermayer 492cd3a920 AVVideoFrame -> AVFrame 22 years ago
Philip Gladstone f694168d52 Fix a crash caused by a null coded_picture pointer in ffserver. 22 years ago
Michael Niedermayer 1e491e29c2 cleanup 22 years ago
Fabrice Bellard abac617591 renamed libav to libavformat 22 years ago
Zdenek Kabelac c18a2692d2 * cleanup statics & const 22 years ago
Fabrice Bellard 3b4b29dcd9 put/get portable for IEEE double - renamed put_native_string/get_native_string 22 years ago
Philip Gladstone 75bdb984c7 Add the transfer of the new parameters from ffmpeg to ffserver and vice-versa 22 years ago
Mark Hills 81e0d0b412 oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>) 22 years ago
Fabrice Bellard a11bf0bd61 renamed gettime to av_gettime() 22 years ago
Philip Gladstone 16300e23d5 * Get the buffer size right now we have the buffer inside the FFStream block 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 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 c9a65ca8c3 converted to new API 23 years ago
Fabrice Bellard 1ea4f59365 use av memory handling functions 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
Philip Gladstone ccac2e27f1 * Add the 'flags' field to the list of codec fields passed from ffserver to 23 years ago
Philip Gladstone 20f0154831 * Add the gop_size to the video parameters. Also the audio framesize. 23 years ago