summaryrefslogtreecommitdiff
path: root/libavformat/mpjpeg.c
Commit message (Expand)AuthorAge
* mpjpeg: Write the Content-lengthFrank Heckenbach2015-07-04
* mpjpeg: Simplify using avio_printfLuca Barbato2015-07-04
* 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
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* Rename ffserver to avserver.Anton Khirnov2011-08-09
* 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