shithub: opusfile

RSS feed

d0a4b9bb – Ralph Giles <giles@mozilla.com> authored on 2012/11/13 04:13
Remove 'export' from the NO_DOXYGEN Makefile variable.

036328d4 – Ralph Giles <giles@mozilla.com> authored on 2012/11/13 05:25
Bump soname version for the v0.2 release.

15193c53 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/11/12 11:58
Check for end_offset < data_offset.

4dcf9b0d – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/11/12 11:34
Add op_get_last_page() for calculating duration.

99c3c5e9 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/11/12 11:33
Some minor comment updates.

ac0af36f – Ron <ron@debian.org> authored and Ralph Giles <giles@mozilla.com> committed on 2012/11/11 21:00
Support --disable-maintainer-mode

009e8253 – Ron <ron@debian.org> authored and Ralph Giles <giles@mozilla.com> committed on 2012/11/11 17:09
Add some extra makefile targets

9502cd84 – Ron <ron@debian.org> authored and Ralph Giles <giles@mozilla.com> committed on 2012/11/11 16:52
Move the extra EXTRA_DIST out of HAVE_DOXYGEN

a6e62879 – Ron <ron@debian.org> authored and Ralph Giles <giles@mozilla.com> committed on 2012/11/11 17:28
Trim some things out of autogen.sh that aren't doing anything

44388a28 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/11/10 22:30
Another spelling fix.

fa14fab3 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/11/10 22:18
Spelling fix.

0ad11587 – Ralph Giles <giles@mozilla.com> authored on 2012/11/07 10:03
Use /bin/echo so -n works on osx.

2effe9d3 – Ralph Giles <giles@mozilla.com> authored on 2012/11/01 15:34
Fix a ci script typo.

2b4bc458 – Ralph Giles <giles@mozilla.com> authored on 2012/11/01 14:56
Attempt to fix the autotools linking issue on jenkins.

137d309c – Ralph Giles <giles@mozilla.com> authored on 2012/11/01 12:25
Document where to put release packages.

24cae65e – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/28 00:37
Fix potential memory leaks added in 3bc74807.

3bc74807 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/27 02:52
A few small updates to the hostname verification.

3f54b9dd – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/26 16:13
Remove OP_SSL_SKIP_CERTIFICATE_CHECK from opusfile_example.

a7c5b93c – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/26 15:59
Make SSL/TLS certificate checking actually work.

4f538abc – Ralph Giles <giles@mozilla.com> authored on 2012/10/26 06:48
Document the release process.

7579e03f – Ralph Giles <giles@mozilla.com> authored on 2012/10/24 11:04
Update git-version for the vN.M release tagging scheme.

9871fbbc – Ralph Giles <giles@mozilla.com> authored on 2012/10/24 09:10
Fix mingw warnings with -U__STRICT_ANSI__.

8a52a14d – Ralph Giles <giles@mozilla.com> authored on 2012/10/24 07:10
Print a warning when disabling http support for dependencies.

35fda4d7 – Ralph Giles <giles@mozilla.com> authored on 2012/10/24 07:00
Disable HTTP support if sys/socket.h isn't present.

4b70af03 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/24 05:57
Replace return code checks with OP_ALWAYS_TRUE().

f75d06a9 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/23 12:55
Fix some printf format warnings in the examples.

bc1985a1 – Ralph Giles <giles@mozilla.com> authored on 2012/10/23 12:50
Don't build the API docs if doxygen isn't available.

cfd4e2c3 – Ralph Giles <giles@mozilla.com> authored on 2012/10/01 07:30
Set the autoconf version from git.

853393be – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/23 07:21
Don't discard timestamps from invalid packets.

9bb7bc21 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/23 06:04
Fix an assertion failure.

c372a2eb – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/22 16:42
One small addendum to 7c52622f.

6d61f3f1 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/22 16:05
Bisect from the current file position when seeking.

7b2cc5f1 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/22 15:37
Some http improvements.

7c52622f – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/22 15:18
Be more scrupulous about reading extra data.

498fc0bd – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/21 14:14
Bias the offsets in op_predict_link_start().

21f72850 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/21 14:09
Fix a few minor nits.

e2d7b266 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/20 10:12
Re-do abstract stream reader API.

800be8c0 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/20 05:54
Make the URL API more extensible.

756c4c0b – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/20 05:14
Fix op_http_parse_connection().

f83266d9 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/20 03:10
Some http robustness improvements.

2ffd8cb7 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/20 02:24
Documentation revisions and a leak fix.

bb8cb7a3 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/14 07:31
Fix some socket connection bugs.

e88aa498 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/12 13:57
Remove an assert.

3d78feff – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/12 11:29
Major updates to the http backend.

009ecafb – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/08 14:36
Fix a couple of MSVC warnings.

e0d55f6c – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/08 14:02
Disable excessive warnings about parentheses.

a53a6cc6 – Gregory Maxwell <greg@xiph.org> authored on 2012/10/07 07:01
remove GNUism from install doc command

87e50171 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/02 03:58
Fix a 10L bug in the memory stream reader.

30074799 – Ralph Giles <giles@mozilla.com> authored on 2012/10/01 07:25
Fix git-version.sh invocation.

eb35299b – Ralph Giles <giles@mozilla.com> authored on 2012/10/01 07:01
Make git-version.sh executable.

57274679 – Ralph Giles <giles@mozilla.com> authored on 2012/10/01 06:04
Keep the continuous integration build scripts in the repo.

cc8c6502 – Ralph Giles <giles@mozilla.com> authored on 2012/10/01 05:29
Adjectival hyphen.

4bcc447c – Ralph Giles <giles@mozilla.com> authored on 2012/10/01 05:24
Remove 'lib' from the package name.

743570c4 – Ralph Giles <giles@mozilla.com> authored on 2012/10/01 05:17
Remove FILE_VERSION_FILTER from the doxygen config.

1408b2bf – Ralph Giles <giles@mozilla.com> authored on 2012/10/01 05:15
Substitute the package name as well.

ae7cc8bf – Ralph Giles <giles@mozilla.com> authored on 2012/10/01 05:09
Use input redirect instead of explicit cat.

0f028d74 – Ralph Giles <giles@mozilla.com> authored on 2012/10/01 05:01
Make the configure summary more legible.

6c56a973 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/01 04:41
Multiple small fixes.

737cbf57 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/10/01 04:04
Fix scan_build static analysis reports.

6d091e3d – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/30 20:14
Move installed include files under the opus dir.

02b82ebb – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/30 19:57
Add pkg-config files.

8e6d4a76 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/30 19:30
Add status output to opusfile_example.

643aed3d – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/30 19:24
Make seeking_example continue after failures.

9926a466 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/30 19:23
Documentation updates.

1f2f0bc4 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/30 18:53
Fix an uninitialized warning from cf594de6.

01012058 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/30 17:59
Fix file: <host> comparison.

cf594de6 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/30 17:49
Clean up page seeking a bit.

bed73602 – Ralph Giles <giles@mozilla.com> authored on 2012/09/30 06:18
Fix the doc makefile.

e7661191 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/29 08:43
Fix handling of holes.

9391feca – Diego Elio Pettenò <flameeyes@flameeyes.eu> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2012/09/29 03:31
build: implement autotools build system for libopusfile. (v4)

21322357 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/29 03:17
Clean-up for alternate configurations.

1886f65b – Gregory Maxwell <greg@xiph.org> authored on 2012/09/28 18:15
Make seeking_example show maximums.

e1b0a7ca – Ralph Giles <giles@mozilla.com> authored on 2012/09/24 05:01
Use $(AR) for ar to support cross-compiling.

98c7eb71 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/23 20:27
A bunch of minor improvements.

b9e59d59 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/23 17:03
Fix URL flags documentation link.

9caaf8a8 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/23 15:54
Add copyright information.

3405380b – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/23 15:44
More minor documentation updates.

090fe4cf – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/23 15:15
More minor documentation updates.

bf55730f – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/23 12:31
Disable linear scan/matching in seeking_example.

7be86aca – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/23 12:18
Documentation clean-up and updates.

620ae47d – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/23 07:10
Abstract position indicator tracking slightly.

bcbd60b8 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/23 07:07
Fix end_offset tracking bug from 007ec4e4.

d0ce8564 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/23 04:49
Minor 16-bit int fix.

007ec4e4 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/23 04:42
More link enumeration improvements.

9ed9fa49 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/22 21:45
Further reduce seeks per bisection search.

2592d24f – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/22 19:19
Fix typo in e4f32131.

e4f32131 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/22 19:12
Estimate http connection latency and bandwidth.

3774672b – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/22 15:51
Extrapolate in op_bisect_forward_serialno().

c741deb8 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/22 14:11
Fix an uninitialized value in the http reader.

28dce6b3 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/22 14:02
Save more stream state on seekable open.

2df5f786 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/22 12:09
Save initial stream state on seekable open.

167822cf – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/22 11:08
Small speed-up to op_bisect_forward_serialno().

5e36109d – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/22 10:40
Clean up offset tracking.

9b57b0c2 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/22 09:37
Fix some issues with trailing junk in files.

073fe98c – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/22 08:35
Minor http redirect clean-ups.

9df7ae98 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/22 06:16
Add URL support to seeking_example.

8d04070b – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/22 04:54
Add support for http, https, and file URLs.

f4c72321 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/20 15:12
Fix crash in seeking_example.

78e5fffc – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/19 11:43
Fix hole reporting discrepancy.

efbca3a1 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/09/19 10:13
A couple of seeking_example improvements.

Next