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
2c17a978
Commit
2c17a978
authored
Nov 14, 2004
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ChangeLog: update.
parent
536a7db0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
50 additions
and
1 deletion
+50
-1
ChangeLog
ChangeLog
+49
-0
modules/codec/dmo/dmo.c
modules/codec/dmo/dmo.c
+1
-1
No files found.
ChangeLog
View file @
2c17a978
------------------------------------------------------------------------
r9328 | gbazin | 2004-11-14 20:32:45 +0100 (Sun, 14 Nov 2004) | 1 line
Changed paths:
M /branches/0.8.1/modules/codec/dmo/dmo.c
* modules/codec/dmo/dmo.c: work around for buggy dmo implementations.
------------------------------------------------------------------------
r9326 | fkuehne | 2004-11-14 19:15:34 +0100 (Sun, 14 Nov 2004) | 1 line
Changed paths:
M /branches/0.8.1/NEWS
* ffixed typo
------------------------------------------------------------------------
r9325 | zorglub | 2004-11-14 19:10:58 +0100 (Sun, 14 Nov 2004) | 2 lines
Changed paths:
M /branches/0.8.1/po/fr.po
Fix typo in french po
------------------------------------------------------------------------
r9323 | gbazin | 2004-11-14 19:01:01 +0100 (Sun, 14 Nov 2004) | 1 line
Changed paths:
M /branches/0.8.1/Makefile.am
* Makefile.am: fixed make dist.
------------------------------------------------------------------------
r9321 | gbazin | 2004-11-14 18:58:44 +0100 (Sun, 14 Nov 2004) | 3 lines
Changed paths:
M /branches/0.8.1/ChangeLog
M /branches/0.8.1/modules/codec/quicktime.c
M /branches/0.8.1/po/da.po
M /branches/0.8.1/po/de.po
M /branches/0.8.1/po/en_GB.po
M /branches/0.8.1/po/es.po
M /branches/0.8.1/po/fr.po
M /branches/0.8.1/po/hu.po
M /branches/0.8.1/po/it.po
M /branches/0.8.1/po/ja.po
M /branches/0.8.1/po/nl.po
M /branches/0.8.1/po/no.po
M /branches/0.8.1/po/pl.po
M /branches/0.8.1/po/pt_BR.po
M /branches/0.8.1/po/ru.po
M /branches/0.8.1/po/sv.po
M /branches/0.8.1/po/vlc.pot
* po/*, ChangeLog: update for 0.8.1 release.
* modules/codec/quicktime.c: fixed small mem leak.
------------------------------------------------------------------------
r9320 | ipkiss | 2004-11-14 18:32:25 +0100 (Sun, 14 Nov 2004) | 2 lines
Changed paths:
modules/codec/dmo/dmo.c
View file @
2c17a978
...
...
@@ -541,7 +541,7 @@ static int LoadDMO( vlc_object_t *p_this, HINSTANCE *p_hmsdmo_dll,
IEnumDMO
*
p_enum_dmo
=
NULL
;
WCHAR
*
psz_dmo_name
;
GUID
clsid_dmo
;
DWORD
i_dummy
;
uint32_t
i_dummy
;
#endif
GETCLASS
GetClass
;
...
...
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