git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/mjpegenc : Don't log to private context
3 mars, par Andreas Rheinhardt -
avcodec/mjpegenc : Remove nonsensical AMV options
3 mars, par Andreas Rheinhardt -
avcodec/Makefile : remove redundant object
2 mars, par Timo Rothenpieler -
avformat/mpegenc, mpegts. mxfenc : Mark (de)muxers declarations as internal
2 mars, par Andreas Rheinhardtavformat/mpegenc, mpegts. mxfenc: Mark (de)muxers declarations as internal Otherwise compilers might emit code that presumes there to be a GOT which can't be fixed by the linker. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
avutil/attributes_internal : Add EXTERN macro for extern+hidden
2 mars, par Andreas Rheinhardtavutil/attributes_internal: Add EXTERN macro for extern+hidden This is inspired by the equivalent dav1d attribute introduced by Henrik Gramner in e4c4af02f3de5e6cea6f81272a2981c0fa7bae28. Also already use it to beautify declarations. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>