index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
framecrcenc.c
Age
Commit message (
Expand
)
Author
2017-03-29
Fix all -Wformat warnings raised by DJGPP
Clément Bœsch
2016-04-13
avformat/framehash: enable new output
James Almer
2016-04-13
avformat/framecrc: enable new output
James Almer
2016-04-12
avformat/framehash: Add more information to the output
Michael Niedermayer
2016-04-10
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
Derek Buitenhuis
2015-09-29
Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'
Hendrik Leppkes
2015-09-29
lavc: Make AVPacket.duration int64, and deprecate convergence_duration
wm4
2014-06-15
avformat/framecrcenc: print the checksum and size of extradata as well
Michael Niedermayer
2014-03-11
Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430'
Michael Niedermayer
2014-03-11
lavf: more correct printf format specifiers
Diego Biurrun
2013-09-16
lavf: Don't explicitly flush after each written packet in muxers
Clément Bœsch
2013-04-30
framecrcenc: workaround design flaw in sidedata palette
Michael Niedermayer
2013-04-26
Merge commit 'c2cb01d418dd18e1cf997c038d37378d773121be'
Michael Niedermayer
2013-04-25
lavf: introduce AVFMT_TS_NEGATIVE
Luca Barbato
2013-04-14
lavf: remove some flushing in write_packet muxers callbacks.
Clément Bœsch
2013-02-06
framecrcenc: print all side data elements, not just the first
Michael Niedermayer
2013-02-06
framecrcenc: Also print the size of side data elements
Michael Niedermayer
2013-02-06
Fate test to print side_data crc if present
Vignesh Venkatasubramanian
2012-10-03
framecrcenc: print flags and side data elements
Michael Niedermayer
2012-08-07
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-07-30
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-30
avformat: Drop pointless "format" from container long names
Diego Biurrun
2012-05-20
avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.
James Zern
2012-02-04
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-03
frame{crc/md5}: set the stream timebase from codec timebase.
Anton Khirnov
2012-01-28
Set AVFMT_TS_NONSTRICT for framecrc muxer.
Reimar Döffinger
2011-12-30
Use more designated initializers.
Paul B Mahol
2011-11-24
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-23
crcenc: add flags
Anton Khirnov
2011-07-17
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-17
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-16
avio: rename put_flush_packet -> avio_flush
Anton Khirnov
2011-02-21
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-01-26
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2008-06-03
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2007-11-21
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-10-28
move framecrc muxer in its own file
Aurelien Jacobs