| Commit message (Expand) | Author | Age | Files | Lines |
* | libavformat/mpjpeg: use "ffmpeg" instead of "ffserver" as boundary tag | Rostislav Pehlivanov | 2018-01-06 | 1 | -1/+1 |
* | Merge commit '161a301d44274645c2272855dac3e4664f935603' | Michael Niedermayer | 2015-07-09 | 1 | -1/+2 |
|\ |
|
| * | mpjpeg: Write the Content-length | Frank Heckenbach | 2015-07-04 | 1 | -1/+4 |
* | | Merge commit 'd09b4cce21cdad5ef2855698395ffd6e37445212' | Michael Niedermayer | 2015-07-08 | 1 | -13/+4 |
|\| |
|
| * | mpjpeg: Simplify using avio_printf | Luca Barbato | 2015-07-04 | 1 | -10/+3 |
* | | avformat/mpjpeg: make boundary tag user customizable | Michael Niedermayer | 2014-10-29 | 1 | -2/+24 |
* | | Merge commit 'f792d3cbb8e8e35c54a9358a55dd596b7a40f228' | Michael Niedermayer | 2014-06-18 | 1 | -0/+1 |
|\| |
|
| * | lavf: add the notimestamps flag to the muxers missing it | Anton Khirnov | 2014-06-18 | 1 | -0/+1 |
| * | lavf: Don't explicitly flush after each written packet in muxers | Clément Bœsch | 2013-09-16 | 1 | -1/+0 |
* | | lavf: remove some flushing in write_packet muxers callbacks. | Clément Bœsch | 2013-04-14 | 1 | -1/+0 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -2/+2 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-30 | 1 | -1/+1 |
|\| |
|
| * | avformat: Drop pointless "format" from container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
| * | Rename ffserver to avserver. | Anton Khirnov | 2011-08-09 | 1 | -1/+1 |
* | | mpjpeg: video streaming will no longer break and stop on Firefox | Zalewa PL | 2012-03-10 | 1 | -3/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -10/+9 |
|\| |
|
| * | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -10/+9 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -2/+2 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -4/+4 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | cosmetics: format long_name spelling fixes | Diego Biurrun | 2009-02-12 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -6/+6 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | allow individual selection of muxers and demuxers | Måns Rullgård | 2006-07-10 | 1 | -9/+1 |
* | give AVInput/OutputFormat structs consistent names | Måns Rullgård | 2006-07-09 | 1 | -2/+2 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS | Diego Biurrun | 2005-09-23 | 1 | -2/+2 |
* | remove -f singlejpeg as its identical to -f mjpeg | Michael Niedermayer | 2005-07-10 | 1 | -35/+0 |
* | pass AVPacket into av_write_frame() | Michael Niedermayer | 2004-05-29 | 1 | -6/+4 |
* | disable encoders where appropriate (patch courtesy of BERO | Mike Melanson | 2003-10-14 | 1 | -0/+2 |
* | 64 bit pts for writing - more const usage | Fabrice Bellard | 2003-09-10 | 1 | -2/+2 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -4/+4 |
* | added jpeg image encoder and decoder (new YUV handling routines and mjpeg cod... | Fabrice Bellard | 2003-02-02 | 1 | -0/+108 |