This website requires JavaScript.
Explore
Help
Sign In
FGFS-4.1
/
OpenSceneGraph
Watch
4
Star
0
Fork
0
You've already forked OpenSceneGraph
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
8d55c5b8e9068e164b90f36cfd51eb8e28166b2f
OpenSceneGraph
/
src
/
osgPlugins
/
ffmpeg
History
Robert Osfield
41ce857c93
Fixed clang warnings
2016-06-03 09:33:47 +01:00
..
BoundedMessageQueue.hpp
From Tanguy Fautre (Aris Technologies), ffmpeg plugin
2009-02-25 16:04:48 +00:00
CMakeLists.txt
From Javier Taibo, "I have found that since version 1.1, FFMPEG changed the way audio streams are retrieved, from packed to planar format. SDL interprets packed audio, as is used in the osgmovie example. To make the audio work when the OSGffmpeg plug-in is compiled against recent FFMPEG versions, FFmpegDecoderAudio must check for planar formats and in these cases request the samples as packed. This way all works as before. It can be checked with osgmovie example application.
2015-01-07 14:14:55 +00:00
FFmpegAudioStream.cpp
Ran script to remove trailing spaces and tabs
2012-03-21 17:36:20 +00:00
FFmpegAudioStream.hpp
From Magnus Kessler, "FFmpeg headers need __STDC_CONSTANT_MACROS defined before stdint.h is loaded.
2010-06-23 14:38:49 +00:00
FFmpegClocks.cpp
Fixed clang warnings
2016-06-03 09:33:47 +01:00
FFmpegClocks.hpp
From Julen Garcia, "So here is the code with a proper audio sync (at least in my computer)"
2009-12-15 11:27:28 +00:00
FFmpegDecoder.cpp
Fixed shadows warnings
2016-05-26 08:25:12 +01:00
FFmpegDecoder.hpp
From David Longest, "I have updated the FFmpeg plugin to support the 1.0 release version of FFmpeg. The files attached were modified in order to facilitate the update. Below are the details for all changes made.
2013-02-06 12:46:03 +00:00
FFmpegDecoderAudio.cpp
Replace deprecated FFmpeg API to fix build with ffmpeg-3.0.x
2016-06-01 10:32:35 +01:00
FFmpegDecoderAudio.hpp
From Javier Taibo, "I have found that since version 1.1, FFMPEG changed the way audio streams are retrieved, from packed to planar format. SDL interprets packed audio, as is used in the osgmovie example. To make the audio work when the OSGffmpeg plug-in is compiled against recent FFMPEG versions, FFmpegDecoderAudio must check for planar formats and in these cases request the samples as packed. This way all works as before. It can be checked with osgmovie example application.
2015-01-07 14:14:55 +00:00
FFmpegDecoderVideo.cpp
Replace deprecated FFmpeg API to fix build with ffmpeg-3.0.x
2016-06-01 10:32:35 +01:00
FFmpegDecoderVideo.hpp
Replace deprecated FFmpeg API to fix build with ffmpeg-3.0.x
2016-06-01 10:32:35 +01:00
FFmpegHeaders.hpp
From Javier Taibo, "I have found that since version 1.1, FFMPEG changed the way audio streams are retrieved, from packed to planar format. SDL interprets packed audio, as is used in the osgmovie example. To make the audio work when the OSGffmpeg plug-in is compiled against recent FFMPEG versions, FFmpegDecoderAudio must check for planar formats and in these cases request the samples as packed. This way all works as before. It can be checked with osgmovie example application.
2015-01-07 14:14:55 +00:00
FFmpegImageStream.cpp
From Javier Taibo, "I have found that since version 1.1, FFMPEG changed the way audio streams are retrieved, from packed to planar format. SDL interprets packed audio, as is used in the osgmovie example. To make the audio work when the OSGffmpeg plug-in is compiled against recent FFMPEG versions, FFmpegDecoderAudio must check for planar formats and in these cases request the samples as packed. This way all works as before. It can be checked with osgmovie example application.
2015-01-07 14:14:55 +00:00
FFmpegImageStream.hpp
From Javier Taibo, "I have found that since version 1.1, FFMPEG changed the way audio streams are retrieved, from packed to planar format. SDL interprets packed audio, as is used in the osgmovie example. To make the audio work when the OSGffmpeg plug-in is compiled against recent FFMPEG versions, FFmpegDecoderAudio must check for planar formats and in these cases request the samples as packed. This way all works as before. It can be checked with osgmovie example application.
2015-01-07 14:14:55 +00:00
FFmpegPacket.hpp
Fixed shadows warnings
2016-05-26 08:25:12 +01:00
FFmpegParameters.cpp
Replace deprecated FFmpeg API to fix build with ffmpeg-3.0.x
2016-06-01 10:32:35 +01:00
FFmpegParameters.hpp
From David Longest, "I have updated the FFmpeg plugin to support the 1.0 release version of FFmpeg. The files attached were modified in order to facilitate the update. Below are the details for all changes made.
2013-02-06 12:46:03 +00:00
MessageQueue.hpp
From Tanguy Fautre (Aris Technologies), ffmpeg plugin
2009-02-25 16:04:48 +00:00
ReaderWriterFFmpeg.cpp
From Javier Taibo, "I have found that since version 1.1, FFMPEG changed the way audio streams are retrieved, from packed to planar format. SDL interprets packed audio, as is used in the osgmovie example. To make the audio work when the OSGffmpeg plug-in is compiled against recent FFMPEG versions, FFmpegDecoderAudio must check for planar formats and in these cases request the samples as packed. This way all works as before. It can be checked with osgmovie example application.
2015-01-07 14:14:55 +00:00