summaryrefslogtreecommitdiff
path: root/libavformat/mpjpeg.c
Commit message (Expand)AuthorAge
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/mpjpeg: Remove mpjpeg_write_trailerAndreas Rheinhardt2020-01-08
* avformat: remove avio_flush() calls from the end of write_header functionsMarton Balint2020-01-07
* libavformat/mpjpeg: use "ffmpeg" instead of "ffserver" as boundary tagRostislav Pehlivanov2018-01-06
* Merge commit '161a301d44274645c2272855dac3e4664f935603'Michael Niedermayer2015-07-09
|\
| * mpjpeg: Write the Content-lengthFrank Heckenbach2015-07-04
* | Merge commit 'd09b4cce21cdad5ef2855698395ffd6e37445212'Michael Niedermayer2015-07-08
|\|
| * mpjpeg: Simplify using avio_printfLuca Barbato2015-07-04
* | avformat/mpjpeg: make boundary tag user customizableMichael Niedermayer2014-10-29
* | Merge commit 'f792d3cbb8e8e35c54a9358a55dd596b7a40f228'Michael Niedermayer2014-06-18
|\|
| * lavf: add the notimestamps flag to the muxers missing itAnton Khirnov2014-06-18
| * lavf: Don't explicitly flush after each written packet in muxersClément Bœsch2013-09-16
* | lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch2013-04-14
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-30
|\|
| * avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
| * Rename ffserver to avserver.Anton Khirnov2011-08-09
* | mpjpeg: video streaming will no longer break and stop on FirefoxZalewa PL2012-03-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-17
|\|
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* cosmetics: format long_name spelling fixesDiego Biurrun2009-02-12
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23
* remove -f singlejpeg as its identical to -f mjpegMichael Niedermayer2005-07-10
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-14
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-10
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* added jpeg image encoder and decoder (new YUV handling routines and mjpeg cod...Fabrice Bellard2003-02-02