Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
525b810c
Commit
525b810c
authored
Jul 29, 2006
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
svn ids and stuff
parent
77824cb4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
test/native/i18n.c
test/native/i18n.c
+1
-1
test/native/profiles.c
test/native/profiles.c
+4
-4
test/native/url.c
test/native/url.c
+1
-1
No files found.
test/native/i18n.c
View file @
525b810c
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* i18n: I18n tests
* i18n: I18n tests
*****************************************************************************
*****************************************************************************
* Copyright (C) 2006 Rémi Denis-Courmont
* Copyright (C) 2006 Rémi Denis-Courmont
* $Id
: i18n_atof.c 14675 2006-03-08 12:25:29Z courmisch
$
* $Id$
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
...
test/native/profiles.c
View file @
525b810c
/*****************************************************************************
/*****************************************************************************
*
i18n
: Test streaming profiles
*
profiles.c
: Test streaming profiles
*****************************************************************************
*****************************************************************************
* Copyright (C) 2006 The VideoLAN project
* Copyright (C) 2006 The VideoLAN project
* $Id
: i18n_atof.c 14675 2006-03-08 12:25:29Z courmisch
$
* $Id$
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -24,10 +24,10 @@
...
@@ -24,10 +24,10 @@
#include <vlc_streaming.h>
#include <vlc_streaming.h>
#define STDCHAIN1 "#std{access=udp,url=12.42.12.42,mux=ts}"
#define STDCHAIN1 "#std{access=udp,url=12.42.12.42,mux=ts}"
//#define GUICHAIN1
//#define GUICHAIN1
static
void
BuildStdChain1
(
sout_chain_t
*
p_chain
)
static
void
BuildStdChain1
(
sout_chain_t
*
p_chain
)
{
{
streaming_ChainAddStd
(
p_chain
,
"udp"
,
"ts"
,
"12.42.12.42"
);
streaming_ChainAddStd
(
p_chain
,
"udp"
,
"ts"
,
"12.42.12.42"
);
}
}
#define TRACHAIN1 "#transcode{vcodec=mpgv,vb=1024,scale=1.0,acodec=mp3,ab=128,channels=2}:std{mux=mp4,access=file,url=/dev/null}"
#define TRACHAIN1 "#transcode{vcodec=mpgv,vb=1024,scale=1.0,acodec=mp3,ab=128,channels=2}:std{mux=mp4,access=file,url=/dev/null}"
...
...
test/native/url.c
View file @
525b810c
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* url.c: Test for url encoding/decoding stuff
* url.c: Test for url encoding/decoding stuff
*****************************************************************************
*****************************************************************************
* Copyright (C) 2006 Rémi Denis-Courmont
* Copyright (C) 2006 Rémi Denis-Courmont
* $Id
: url.c 15178 2006-04-11 16:18:39Z courmisch
$
* $Id$
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment