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