Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
liboggz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Sablatnig
liboggz
Graph
b9163822be0108281773505271cbd7ea8410b50c
Select Git revision
Branches
5
fix-file_access
fix-random_access
master
default
protected
opus
vp8
Tags
14
1.1.1
0.9.0
0.9.1
0.9.2
0.9.3
0.9.4
0.9.5
0.9.6
0.9.7
0.9.8
0.9.9
1.0.0
1.0.1
1.1.0
19 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
12
Jan
24
Dec
18
17
16
10
8
4
30
Oct
5
22
Aug
17
11
4
20
Jul
21
Jun
20
19
29
Apr
18
13
Mar
2
1
24
Feb
21
16
15
14
13
11
10
8
7
17
Nov
7
Oct
3
1
25
Sep
21
16
Aug
21
Jul
20
11
17
Jun
13
10
9
7
27
Apr
26
22
10
8
3
2
31
Mar
30
29
26
10
9
8
7
4
28
Feb
14
10
9
7
5
3
2
1
31
Jan
30
29
28
24
23
22
21
14
6
30
Dec
17
7
Oct
6
24
Sep
22
20
15
13
12
11
8
7
6
5
30
Aug
29
27
25
24
20
18
17
13
9
6
2
13
Jul
17
Jun
13
10
7
4
28
May
25
21
15
Apr
11
8
2
23
Mar
11
8
7
1
22
Feb
13
10
6
5
4
1
31
Jan
28
21
5
4
18
Dec
12
* Makefile.am:
Add tests for oggz_comment_generate, including reference packets as header. Possibly too many, cull if not needed.
Fix the calculation of FLAC metadata block header
Change oggz_comment_generate interface to require comment type and the end of FLAC metadata flag.
Provide oggz_comment_set_vendor for users, change the internal function to _oggz_comment_set_vendor.
apply patches from Ian Malone adding oggz_packet_destroy() (for freeing
fix up introduction to oggz_comments.h now that oggz_comment_generate() exists
Apply patch from Ian Malone implementing oggz_comment_generate()
Implement auto_calc_flac() -- calculate granulepos for flac packets (if
add some docs and stub function for auto_calc_flac() [commented out]
modify read-file example to print out stored and calculated granulepos,
use oggz_run() in dump_comments example
clarify comments API: fix some leftover references to libfishsound behaviour
restore oggz writing diagrams (these were corrupted in changeset:351)
add link to wiki.xiph.org/OggSkeleton
pretty up the output of dump-comments, include content type and serialno.
add support for reading vorbis and theora comments
rename comments.c -> oggz_comments.c for consistency
Added comment reading support, and preliminary writing structures:
formatting: replace tabs with spaces
add FLAC samplerate, channels reporting to oggzinfo
Added function signature so 64 bit values return properly.
(1) changed reported type of oggz_seek to use loff_t instead of off_t in the .h
fix windows compilation errors:
Added code to capture "hole in the data" warnings from ogg_stream_packetout
Command line help and documentation update for skeleton output option in oggzinfo.
Removed some extra newline in the skeleton output of oggzinfo.
apply patch from Tahseen Mohammad (Google SoC): display skeleton info in
(previous commit: added granulepos calculation code for vorbis. Fixed bug
Update autogen.sh to look for automake 1.8 and 1.9, and to use the
Added oggz_tell_granulepos function to query liboggz for granulepos values.
bugfix: remove memory leak in oggz_write when closing a stream early (before
Added content type detection and retrieval to liboggz. If oggz files are
update win32 readme to indicate that the VC6 files are nolonger current
update the win32 readme file to reflect current solution files
Release 0.9.5
0.9.5
0.9.5
Added missing win32 files into EXTRA_DIST such that they get distributed.
sync settings in all project files and make them output to a single directory
fix project settings so liboggz will build under windows
Loading