CMake config - updates and fixes (#532)

* CMake Config - updates and fixes

* Version - Updates

* Changelog - updates

* Update CHANGELOG.md

Co-authored-by: spolifroni-amd <Sandra.Polifroni@amd.com>

---------

Co-authored-by: spolifroni-amd <Sandra.Polifroni@amd.com>

[ROCm/rocdecode commit: 6b026af151]
Tento commit je obsažen v:
Kiriti Gowda
2025-03-17 11:38:01 -05:00
odevzdal GitHub
rodič 68dee64275
revize 26a67fb210
34 změnil soubory, kde provedl 154 přidání a 150 odebrání
+1 -1
Zobrazit soubor
@@ -23,7 +23,7 @@ THE SOFTWARE.
#include <memory>
#include <string>
#include "roc_bitstream_reader.h"
#include "rocdecode/roc_bitstream_reader.h"
#include "es_reader.h"
class RocBitstreamReaderHandle {
+1 -1
Zobrazit soubor
@@ -25,7 +25,7 @@ THE SOFTWARE.
#include <iostream>
#include <fstream>
#include <vector>
#include "rocdecode.h"
#include "rocdecode/rocdecode.h"
#define BS_RING_SIZE (16 * 1024 * 1024)
#define INIT_PIC_DATA_SIZE (2 * 1024 * 1024)
+1 -1
Zobrazit soubor
@@ -23,7 +23,7 @@ THE SOFTWARE.
#include <memory>
#include <string>
#include "rocparser.h"
#include "rocdecode/rocparser.h"
#include "roc_video_parser.h"
#include "avc_parser.h"
#include "av1_parser.h"
+1 -1
Zobrazit soubor
@@ -24,7 +24,7 @@ THE SOFTWARE.
#include <memory>
#include <string>
#include <vector>
#include "rocparser.h"
#include "rocdecode/rocparser.h"
#include "../commons.h"
typedef enum ParserResult {
+1 -1
Zobrazit soubor
@@ -30,7 +30,7 @@ THE SOFTWARE.
#include <sstream>
#include <string.h>
#include <map>
#include "../api/rocdecode.h"
#include "../api/rocdecode/rocdecode.h"
#include <hip/hip_runtime.h>
#include "vaapi/vaapi_videodecoder.h"
+1 -1
Zobrazit soubor
@@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
#include "dec_handle.h"
#include "rocdecode.h"
#include "rocdecode/rocdecode.h"
#include "vaapi_videodecoder.h"
#include "../commons.h"
+1 -1
Zobrazit soubor
@@ -40,7 +40,7 @@ THE SOFTWARE.
#include <va/va_drm.h>
#include <va/va_drmcommon.h>
#include "../../commons.h"
#include "../../../api/rocdecode.h"
#include "../../../api/rocdecode/rocdecode.h"
#define CHECK_HIP(call) {\
hipError_t hip_status = call;\