summaryrefslogtreecommitdiff
path: root/libavformat/mpjpeg.c
Commit message (Expand)AuthorAge
* 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