Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
f982997d
Commit
f982997d
authored
Feb 22, 2004
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ALL: preparation for 0.7.1-test2.
parent
acbd501e
Changes
7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
480 additions
and
17 deletions
+480
-17
ChangeLog
ChangeLog
+460
-0
NEWS
NEWS
+5
-3
configure.ac
configure.ac
+3
-3
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
+2
-2
extras/MacOSX/vlc.pbproj/project.pbxproj
extras/MacOSX/vlc.pbproj/project.pbxproj
+3
-3
include/video_output.h
include/video_output.h
+2
-2
src/video_output/vout_pictures.c
src/video_output/vout_pictures.c
+5
-4
No files found.
ChangeLog
View file @
f982997d
This diff is collapsed.
Click to expand it.
NEWS
View file @
f982997d
$Id: NEWS,v 1.8
3 2004/02/10 17:36:45
gbazin Exp $
$Id: NEWS,v 1.8
4 2004/02/22 00:15:33
gbazin Exp $
Changes between 0.7.0 and 0.7.1:
Changes between 0.7.0 and 0.7.1:
---------------------------------
---------------------------------
...
@@ -23,13 +23,14 @@ Input:
...
@@ -23,13 +23,14 @@ Input:
small and strange formats.
small and strange formats.
* New PVA demux.
* New PVA demux.
* New MOD audio demux.
* New MOD audio demux.
* Support for DTS wav files.
* Support for DTS
and A52/AC3
wav files.
* Support for DTS audio CD.
* Support for DTS a
nd A52/AC3 a
udio CD.
* New and experimental DVD input plugin with menus support (using libdvdnav).
* New and experimental DVD input plugin with menus support (using libdvdnav).
Stream output:
Stream output:
* MP4/MOV muxer improvements (fast-start, aac in mov, etc...).
* MP4/MOV muxer improvements (fast-start, aac in mov, etc...).
* Fixed a nasty bug in the mpeg video packetizer.
* Fixed a nasty bug in the mpeg video packetizer.
* Improved transcoding (multithreading, more tuning, etc...).
Service discovery:
Service discovery:
* Fixed sdp in SAP.
* Fixed sdp in SAP.
...
@@ -39,6 +40,7 @@ Mac OS X port:
...
@@ -39,6 +40,7 @@ Mac OS X port:
Win32 port:
Win32 port:
* A few improvements to the DirectShow input plugin.
* A few improvements to the DirectShow input plugin.
* Fixed ipv6 name resolution.
Changes between 0.6.2 and 0.7.0:
Changes between 0.6.2 and 0.7.0:
---------------------------------
---------------------------------
...
...
configure.ac
View file @
f982997d
dnl Autoconf settings for vlc
dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.18
2 2004/02/20 22:07:51
gbazin Exp $
dnl $Id: configure.ac,v 1.18
3 2004/02/22 00:15:33
gbazin Exp $
AC_INIT(vlc,0.7.1-test
1
)
AC_INIT(vlc,0.7.1-test
2
)
CONFIGURE_LINE="$0 $*"
CONFIGURE_LINE="$0 $*"
CODENAME="Bond"
CODENAME="Bond"
...
@@ -13,7 +13,7 @@ AC_CANONICAL_SYSTEM
...
@@ -13,7 +13,7 @@ AC_CANONICAL_SYSTEM
dnl XXX: we don't put any flags here, because automake 1.5 doesn't support
dnl XXX: we don't put any flags here, because automake 1.5 doesn't support
dnl them. And we need the comma otherwize automake will choke on it.
dnl them. And we need the comma otherwize automake will choke on it.
AM_INIT_AUTOMAKE(vlc,0.7.1-test
1
)
AM_INIT_AUTOMAKE(vlc,0.7.1-test
2
)
AM_CONFIG_HEADER(config.h)
AM_CONFIG_HEADER(config.h)
dnl
dnl
...
...
extras/MacOSX/Resources/English.lproj/InfoPlist.strings
View file @
f982997d
/* Localized versions of Info.plist keys */
/* Localized versions of Info.plist keys */
CFBundleName = "VLC";
CFBundleName = "VLC";
CFBundleShortVersionString = "0.7.1-test
1
";
CFBundleShortVersionString = "0.7.1-test
2
";
CFBundleGetInfoString = "VLC media player 0.7.1-test
1
, Copyright (c) 1996-2004 VideoLAN.";
CFBundleGetInfoString = "VLC media player 0.7.1-test
2
, Copyright (c) 1996-2004 VideoLAN.";
NSHumanReadableCopyright = "Copyright (c) 1996-2004 VideoLAN.";
NSHumanReadableCopyright = "Copyright (c) 1996-2004 VideoLAN.";
extras/MacOSX/vlc.pbproj/project.pbxproj
View file @
f982997d
...
@@ -525,7 +525,7 @@
...
@@ -525,7 +525,7 @@
<key>CFBundleExecutable</key>
<key>CFBundleExecutable</key>
<string>VLC</string>
<string>VLC</string>
<key>CFBundleGetInfoString</key>
<key>CFBundleGetInfoString</key>
<string>VLC media player 0.7.1-test
1
, Copyright (c) 1996-2003 VideoLAN.</string>
<string>VLC media player 0.7.1-test
2
, Copyright (c) 1996-2003 VideoLAN.</string>
<key>CFBundleIconFile</key>
<key>CFBundleIconFile</key>
<string>vlc.icns</string>
<string>vlc.icns</string>
<key>CFBundleIdentifier</key>
<key>CFBundleIdentifier</key>
...
@@ -537,7 +537,7 @@
...
@@ -537,7 +537,7 @@
<key>CFBundlePackageType</key>
<key>CFBundlePackageType</key>
<string>APPL</string>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<key>CFBundleShortVersionString</key>
<string>0.7.1-test
1
</string>
<string>0.7.1-test
2
</string>
<key>CFBundleSignature</key>
<key>CFBundleSignature</key>
<string>VLC#</string>
<string>VLC#</string>
<key>CFBundleURLTypes</key>
<key>CFBundleURLTypes</key>
...
@@ -584,7 +584,7 @@
...
@@ -584,7 +584,7 @@
</dict>
</dict>
</array>
</array>
<key>CFBundleVersion</key>
<key>CFBundleVersion</key>
<string>0.7.1-test
1
</string>
<string>0.7.1-test
2
</string>
<key>NSAppleScriptEnabled</key>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
<string>YES</string>
<key>NSMainNibFile</key>
<key>NSMainNibFile</key>
...
...
include/video_output.h
View file @
f982997d
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* video_output.h : video output thread
* video_output.h : video output thread
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
* $Id: video_output.h,v 1.10
7 2003/12/11 23:12:46
gbazin Exp $
* $Id: video_output.h,v 1.10
8 2004/02/22 00:15:33
gbazin Exp $
*
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@via.ecp.fr>
* Samuel Hocevar <sam@via.ecp.fr>
...
@@ -206,7 +206,7 @@ VLC_EXPORT( int, vout_ChromaCmp, ( uint32_t, uint32_t ) );
...
@@ -206,7 +206,7 @@ VLC_EXPORT( int, vout_ChromaCmp, ( uint32_t, uint32_t ) );
VLC_EXPORT
(
picture_t
*
,
vout_CreatePicture
,
(
vout_thread_t
*
,
vlc_bool_t
,
vlc_bool_t
,
unsigned
int
)
);
VLC_EXPORT
(
picture_t
*
,
vout_CreatePicture
,
(
vout_thread_t
*
,
vlc_bool_t
,
vlc_bool_t
,
unsigned
int
)
);
VLC_EXPORT
(
void
,
vout_InitFormat
,
(
video_frame_format_t
*
,
uint32_t
,
int
,
int
,
int
)
);
VLC_EXPORT
(
void
,
vout_InitFormat
,
(
video_frame_format_t
*
,
uint32_t
,
int
,
int
,
int
)
);
VLC_EXPORT
(
void
,
vout_InitPicture
,
(
vlc_object_t
*
,
picture_t
*
,
uint32_t
,
int
,
int
,
int
)
);
VLC_EXPORT
(
void
,
vout_InitPicture
,
(
vlc_object_t
*
,
picture_t
*
,
uint32_t
,
int
,
int
,
int
)
);
VLC_EXPORT
(
void
,
vout_AllocatePicture
,(
v
out_thread
_t
*
,
picture_t
*
,
uint32_t
,
int
,
int
,
int
)
);
VLC_EXPORT
(
void
,
vout_AllocatePicture
,(
v
lc_object
_t
*
,
picture_t
*
,
uint32_t
,
int
,
int
,
int
)
);
VLC_EXPORT
(
void
,
vout_DestroyPicture
,
(
vout_thread_t
*
,
picture_t
*
)
);
VLC_EXPORT
(
void
,
vout_DestroyPicture
,
(
vout_thread_t
*
,
picture_t
*
)
);
VLC_EXPORT
(
void
,
vout_DisplayPicture
,
(
vout_thread_t
*
,
picture_t
*
)
);
VLC_EXPORT
(
void
,
vout_DisplayPicture
,
(
vout_thread_t
*
,
picture_t
*
)
);
VLC_EXPORT
(
void
,
vout_DatePicture
,
(
vout_thread_t
*
,
picture_t
*
,
mtime_t
)
);
VLC_EXPORT
(
void
,
vout_DatePicture
,
(
vout_thread_t
*
,
picture_t
*
,
mtime_t
)
);
...
...
src/video_output/vout_pictures.c
View file @
f982997d
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* vout_pictures.c : picture management functions
* vout_pictures.c : picture management functions
*****************************************************************************
*****************************************************************************
* Copyright (C) 2000-2004 VideoLAN
* Copyright (C) 2000-2004 VideoLAN
* $Id: vout_pictures.c,v 1.4
5 2004/01/25 17:16:06 zorglub
Exp $
* $Id: vout_pictures.c,v 1.4
6 2004/02/22 00:15:33 gbazin
Exp $
*
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
* Samuel Hocevar <sam@zoy.org>
...
@@ -165,7 +165,8 @@ picture_t *vout_CreatePicture( vout_thread_t *p_vout,
...
@@ -165,7 +165,8 @@ picture_t *vout_CreatePicture( vout_thread_t *p_vout,
*/
*/
if
(
p_freepic
!=
NULL
)
if
(
p_freepic
!=
NULL
)
{
{
vout_AllocatePicture
(
p_vout
,
p_freepic
,
p_vout
->
render
.
i_chroma
,
vout_AllocatePicture
(
VLC_OBJECT
(
p_vout
),
p_freepic
,
p_vout
->
render
.
i_chroma
,
p_vout
->
render
.
i_width
,
p_vout
->
render
.
i_height
,
p_vout
->
render
.
i_width
,
p_vout
->
render
.
i_height
,
p_vout
->
render
.
i_aspect
);
p_vout
->
render
.
i_aspect
);
...
@@ -455,13 +456,13 @@ void vout_PlacePicture( vout_thread_t *p_vout,
...
@@ -455,13 +456,13 @@ void vout_PlacePicture( vout_thread_t *p_vout,
* used exactly like a video buffer. The video output thread then manages
* used exactly like a video buffer. The video output thread then manages
* how it gets displayed.
* how it gets displayed.
*****************************************************************************/
*****************************************************************************/
void
vout_AllocatePicture
(
v
out_thread_t
*
p_vout
,
picture_t
*
p_pic
,
void
vout_AllocatePicture
(
v
lc_object_t
*
p_this
,
picture_t
*
p_pic
,
vlc_fourcc_t
i_chroma
,
vlc_fourcc_t
i_chroma
,
int
i_width
,
int
i_height
,
int
i_aspect
)
int
i_width
,
int
i_height
,
int
i_aspect
)
{
{
int
i_bytes
,
i_index
;
int
i_bytes
,
i_index
;
vout_InitPicture
(
VLC_OBJECT
(
p_vout
)
,
p_pic
,
i_chroma
,
vout_InitPicture
(
p_this
,
p_pic
,
i_chroma
,
i_width
,
i_height
,
i_aspect
);
i_width
,
i_height
,
i_aspect
);
/* Calculate how big the new image should be */
/* Calculate how big the new image should be */
...
...
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