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