Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-01lavu/timestamp: Avoid C++-unfriendly code in user headerMark Thompson
Including this header in a C++11 program (inside extern "C") will throw an error because it looks like a user-defined literal. Add a space between the two tokens to avoid the problem.
2014-03-13avutil/timestamp: Warn about missing __STDC_FORMAT_MACROS for C++ useMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-06-13avutil/timestamp: remove ""Michael Niedermayer
This may fix an error with C++ Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-10lavu/timestamp: remove duplicate definition of AV_TS_MAX_STRING_SIZEStefano Sabatini
2012-02-09lavu: add timestamp.h header with convenience timestamp utilitiesStefano Sabatini