Searched hist:"9 e5c694668556b60e49a49e6708bfb550fc6ce1b" (Results 1 – 7 of 7) sorted by relevance
/haiku/src/add-ons/media/plugins/ffmpeg/ |
H A D | EncoderTable.h | 9e5c694668556b60e49a49e6708bfb550fc6ce1b Sun Aug 30 14:20:40 UTC 2015 Adrien Destugues <pulkomandy@gmail.com> ffmpeg plugin: remove more deprecated functions.
These were all deprecated between releases 0.6 and 0.10 of ffmpeg, except for one change (renaming of CodecID to AVCodecID) which we can work around with a typedef. The deprecated functions were still available in 0.11, but were removed later on after several years of deprecation.
This makes it possible to build our plugin with any ffmpeg version between 0.10 and 2.7, so we can now experiment with updating to 2.7 at least for the gcc4 builds.
|
H A D | FFmpegPlugin.cpp | 9e5c694668556b60e49a49e6708bfb550fc6ce1b Sun Aug 30 14:20:40 UTC 2015 Adrien Destugues <pulkomandy@gmail.com> ffmpeg plugin: remove more deprecated functions.
These were all deprecated between releases 0.6 and 0.10 of ffmpeg, except for one change (renaming of CodecID to AVCodecID) which we can work around with a typedef. The deprecated functions were still available in 0.11, but were removed later on after several years of deprecation.
This makes it possible to build our plugin with any ffmpeg version between 0.10 and 2.7, so we can now experiment with updating to 2.7 at least for the gcc4 builds.
|
H A D | AVCodecEncoder.h | 9e5c694668556b60e49a49e6708bfb550fc6ce1b Sun Aug 30 14:20:40 UTC 2015 Adrien Destugues <pulkomandy@gmail.com> ffmpeg plugin: remove more deprecated functions.
These were all deprecated between releases 0.6 and 0.10 of ffmpeg, except for one change (renaming of CodecID to AVCodecID) which we can work around with a typedef. The deprecated functions were still available in 0.11, but were removed later on after several years of deprecation.
This makes it possible to build our plugin with any ffmpeg version between 0.10 and 2.7, so we can now experiment with updating to 2.7 at least for the gcc4 builds.
|
H A D | CodecTable.cpp | 9e5c694668556b60e49a49e6708bfb550fc6ce1b Sun Aug 30 14:20:40 UTC 2015 Adrien Destugues <pulkomandy@gmail.com> ffmpeg plugin: remove more deprecated functions.
These were all deprecated between releases 0.6 and 0.10 of ffmpeg, except for one change (renaming of CodecID to AVCodecID) which we can work around with a typedef. The deprecated functions were still available in 0.11, but were removed later on after several years of deprecation.
This makes it possible to build our plugin with any ffmpeg version between 0.10 and 2.7, so we can now experiment with updating to 2.7 at least for the gcc4 builds.
|
H A D | AVFormatWriter.cpp | 9e5c694668556b60e49a49e6708bfb550fc6ce1b Sun Aug 30 14:20:40 UTC 2015 Adrien Destugues <pulkomandy@gmail.com> ffmpeg plugin: remove more deprecated functions.
These were all deprecated between releases 0.6 and 0.10 of ffmpeg, except for one change (renaming of CodecID to AVCodecID) which we can work around with a typedef. The deprecated functions were still available in 0.11, but were removed later on after several years of deprecation.
This makes it possible to build our plugin with any ffmpeg version between 0.10 and 2.7, so we can now experiment with updating to 2.7 at least for the gcc4 builds.
|
H A D | AVCodecEncoder.cpp | 9e5c694668556b60e49a49e6708bfb550fc6ce1b Sun Aug 30 14:20:40 UTC 2015 Adrien Destugues <pulkomandy@gmail.com> ffmpeg plugin: remove more deprecated functions.
These were all deprecated between releases 0.6 and 0.10 of ffmpeg, except for one change (renaming of CodecID to AVCodecID) which we can work around with a typedef. The deprecated functions were still available in 0.11, but were removed later on after several years of deprecation.
This makes it possible to build our plugin with any ffmpeg version between 0.10 and 2.7, so we can now experiment with updating to 2.7 at least for the gcc4 builds.
|
H A D | AVCodecDecoder.cpp | 9e5c694668556b60e49a49e6708bfb550fc6ce1b Sun Aug 30 14:20:40 UTC 2015 Adrien Destugues <pulkomandy@gmail.com> ffmpeg plugin: remove more deprecated functions.
These were all deprecated between releases 0.6 and 0.10 of ffmpeg, except for one change (renaming of CodecID to AVCodecID) which we can work around with a typedef. The deprecated functions were still available in 0.11, but were removed later on after several years of deprecation.
This makes it possible to build our plugin with any ffmpeg version between 0.10 and 2.7, so we can now experiment with updating to 2.7 at least for the gcc4 builds.
|