summaryrefslogtreecommitdiffstats
path: root/libavformat/framecrcenc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-1/+1
* avformat/framehash: enable new outputJames Almer2016-04-131-1/+1
* avformat/framecrc: enable new outputJames Almer2016-04-131-1/+1
* avformat/framehash: Add more information to the outputMichael Niedermayer2016-04-121-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-4/+4
|\
* \ Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes2015-09-291-1/+1
|\ \ | |/
| * lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm42015-09-291-1/+1
* | avformat/framecrcenc: print the checksum and size of extradata as wellMichael Niedermayer2014-06-151-1/+17
* | Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430'Michael Niedermayer2014-03-111-1/+3
|\ \ | |/
| * lavf: more correct printf format specifiersDiego Biurrun2014-03-111-1/+3
| * lavf: Don't explicitly flush after each written packet in muxersClément Bœsch2013-09-161-1/+0
* | framecrcenc: workaround design flaw in sidedata paletteMichael Niedermayer2013-04-301-4/+13
* | Merge commit 'c2cb01d418dd18e1cf997c038d37378d773121be'Michael Niedermayer2013-04-261-1/+2
|\ \ | |/
| * lavf: introduce AVFMT_TS_NEGATIVELuca Barbato2013-04-251-1/+2
* | lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch2013-04-141-1/+0
* | framecrcenc: print all side data elements, not just the firstMichael Niedermayer2013-02-061-4/+8
* | framecrcenc: Also print the size of side data elementsMichael Niedermayer2013-02-061-1/+1
* | Fate test to print side_data crc if presentVignesh Venkatasubramanian2013-02-061-1/+6
* | framecrcenc: print flags and side data elementsMichael Niedermayer2012-10-031-1/+7
* | 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
| * avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern2012-05-201-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-041-1/+4
|\ \ | |/
| * frame{crc/md5}: set the stream timebase from codec timebase.Anton Khirnov2012-02-031-1/+4
* | Set AVFMT_TS_NONSTRICT for framecrc muxer.Reimar Döffinger2012-01-281-1/+1
* | Use more designated initializers.Paul B Mahol2011-12-301-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-241-0/+1
|\ \ | |/
| * crcenc: add flagsAnton Khirnov2011-11-231-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-10/+6
|\ \ | |/
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-10/+6
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-1/+1
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-1/+1
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-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 full path for #includes from another directory.Diego Biurrun2008-05-091-1/+2
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-2/+2
* move framecrc muxer in its own fileAurelien Jacobs2007-10-281-0/+46
OpenPOWER on IntegriCloud