44 Commits (4ced36744ee0bea5fb7a20d1b2926c588f89ea0b)

Author SHA1 Message Date
Andreas Rheinhardt 37f0dbbc39 avformat: Enforce codec_id where appropriate 8 months ago
Anton Khirnov 08bebeb1be Revert "all: Don't set AVClass.item_name to its default value" 10 months ago
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 11 months ago
Andreas Rheinhardt 59c9dc82f4 avformat/avformat: Move AVOutputFormat internals out of public header 2 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Andreas Rheinhardt ad18f69bcb avformat/mpjpeg: Remove mpjpeg_write_trailer 5 years ago
Marton Balint 4bf90e095b avformat: remove avio_flush() calls from the end of write_header functions 5 years ago
Rostislav Pehlivanov 7c6125cbcc libavformat/mpjpeg: use "ffmpeg" instead of "ffserver" as boundary tag 7 years ago
Martin Storsjö 6ccf76aec7 mpjpeg: Use proper CR/LF in multipart headers 8 years ago
Frank Heckenbach 161a301d44 mpjpeg: Write the Content-length 10 years ago
Luca Barbato d09b4cce21 mpjpeg: Simplify using avio_printf 10 years ago
Michael Niedermayer a0528d9ddd avformat/mpjpeg: make boundary tag user customizable 10 years ago
Anton Khirnov f792d3cbb8 lavf: add the notimestamps flag to the muxers missing it 11 years ago
Clément Bœsch 7308439158 lavf: Don't explicitly flush after each written packet in muxers 11 years ago
Clément Bœsch 8de9bb6e5e lavf: remove some flushing in write_packet muxers callbacks. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Zalewa PL 0d2f4eedc8 mpjpeg: video streaming will no longer break and stop on Firefox 13 years ago
Anton Khirnov 4d58e4cb4c Rename ffserver to avserver. 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov b7f2fdde74 avio: rename put_flush_packet -> avio_flush 14 years ago
Anton Khirnov e9eb8d0bce avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Biurrun 69acc88b2f cosmetics: format long_name spelling fixes 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 19 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun a9e3509529 Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS 19 years ago
Michael Niedermayer c6fa36cf58 remove -f singlejpeg as its identical to -f mjpeg 20 years ago
Michael Niedermayer e928649b0b pass AVPacket into av_write_frame() 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
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Fabrice Bellard 0250738f13 added jpeg image encoder and decoder (new YUV handling routines and mjpeg codec fixes are necessary to go further) 22 years ago