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
ff3794bc
Commit
ff3794bc
authored
Jul 21, 2002
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* all : enable cinepak, clean some functions, fix some memory leaks
parent
d710a2d5
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
204 additions
and
348 deletions
+204
-348
plugins/mp4/libmp4.c
plugins/mp4/libmp4.c
+200
-346
plugins/mp4/libmp4.h
plugins/mp4/libmp4.h
+2
-1
plugins/mp4/mp4.h
plugins/mp4/mp4.h
+2
-1
No files found.
plugins/mp4/libmp4.c
View file @
ff3794bc
This diff is collapsed.
Click to expand it.
plugins/mp4/libmp4.h
View file @
ff3794bc
...
...
@@ -2,7 +2,7 @@
* libmp4.h : LibMP4 library for mp4 module for vlc
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: libmp4.h,v 1.
1 2002/07/17 21:37:27
fenrir Exp $
* $Id: libmp4.h,v 1.
2 2002/07/21 15:13:19
fenrir Exp $
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -105,6 +105,7 @@
#define FOURCC_3IV1 MP4_FOURCC( '3', 'I', 'V', '1' )
#define FOURCC_h263 MP4_FOURCC( 'h', '2', '6', '3' )
#define FOURCC_DIVX MP4_FOURCC( 'D', 'I', 'V', 'X' )
#define FOURCC_cvid MP4_FOURCC( 'c', 'v', 'i', 'd' )
/*
...
...
plugins/mp4/mp4.h
View file @
ff3794bc
...
...
@@ -2,7 +2,7 @@
* mp4.h : MP4 file input module for vlc
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: mp4.h,v 1.
1 2002/07/17 21:37:27
fenrir Exp $
* $Id: mp4.h,v 1.
2 2002/07/21 15:13:19
fenrir Exp $
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -213,6 +213,7 @@ static struct
{
FOURCC_SVQ1
,
SVQ1_VIDEO_ES
,
"SVQ1 SampleEntry (Sorenson Video v1"
},
{
FOURCC_mp4v
,
MPEG4_VIDEO_ES
,
"MP4VisualSampleEntry (MPEG-4)"
},
{
FOURCC_3IV1
,
UNKNOWN_ES
,
"3IV1 SampleEntry"
},
{
FOURCC_cvid
,
CINEPAK_VIDEO_ES
,
"cvid SampleEntry (Cinepak Video Codec)"
},
/* Audio codec */
{
FOURCC_soun
,
UNKNOWN_ES
,
"Generic AudioSampleEntry"
},
...
...
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