shithub: opusfile

RSS feed

773cd69e – Timothy B. Terriberry <tterribe@xiph.org> authored on 2014/03/11 16:25
Minor simplification to op_fetch_headers_impl().

1f169e7f – Timothy B. Terriberry <tterribe@xiph.org> authored on 2014/03/03 04:06
Fix opus_tags_add() and opus_tags_add_comment().

fc3e5de1 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2014/01/10 11:43
Fix an llvm signed overflow warning.

ef966d3b – Ralph Giles <giles@mozilla.com> authored on 2014/01/10 09:13
Fix up release checklist based on the v0.5 experience.

a3363262 – Ralph Giles <giles@mozilla.com> authored on 2014/01/09 09:06
Fix typo in release checklist.

96c04cdd – Ralph Giles <giles@mozilla.com> authored on 2014/01/09 06:59
Bump soname version for v0.5.

adf627ed – Ralph Giles <giles@mozilla.com> authored on 2014/01/07 11:32
Make subdir-objects the default.

d3186edb – Timothy B. Terriberry <tterribe@xiph.org> authored on 2014/01/07 11:10
Clean up some bare malloc/free calls.

ba2e9b74 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2014/01/07 11:09
Move a misplaced #endif.

9a9825df – Ron <ron@debian.org> authored on 2013/12/05 12:20
Revert "Pass --always to 'git describe'."

e6350334 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/11/19 10:24
Update IPv4/IPv6 dual stack to RFC 6555.

bad75759 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/11/19 10:17
Reset buffer before building a CONNECT request.

128de9b9 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/11/19 10:13
Rework pipelining logic.

33eab159 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/11/19 10:01
Document some string buffer function usage.

8638d78c – Ralph Giles <giles@mozilla.com> authored on 2013/10/01 10:44
Pass --always to 'git describe'.

779ea4da – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/09/03 10:59
Fix a parentheses error in op_utf8_to_utf16().

d6697905 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/09/02 13:23
Fix a granpos calculation we assumed couldn't fail.

2ab13b78 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/08/29 14:48
%s/op_read_native_filter/op_filter_read_native/g

e6e2b83b – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/08/29 14:46
Mark more internal pointers const.

23c8a83d – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/08/28 21:05
Mark a bunch of API functions const.

87b951c3 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/08/28 20:59
Document that we will always have at least 1 link.

4d75f855 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/08/28 20:55
Minor simplification to end-trimming logic.

80751579 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/08/28 20:47
Get rid of the op_float2short_filter() wrapper.

8396a1f8 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/08/28 20:36
Add an API to disable dithering.

a88a90f9 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/08/28 20:09
Avoid clipping in short->float stereo downmixing.

49233ebf – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/08/28 19:58
Remove some OP_UNLIKELY macros.

a5a99116 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/08/28 19:56
Mark op_set_gain_offset() as not taking NULL.

e0ab29d4 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/08/28 19:47
Minor decode control flow updates.

1b114a82 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/08/28 19:37
Add an application decoding callback API.

07a813ed – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/08/26 07:37
Document that we don't support IRIs.

e96c5aa8 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/08/24 20:54
Add an opus_tags_copy() API.

046b089d – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/08/24 08:05
Expose tag comparison functions.

0e4b81e1 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/08/24 06:55
Replace 0x7FFFFFFF by new OP_INT32_MAX.

f6ed2a88 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/08/23 17:50
A bunch of documentation clean-up.

97917914 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/08/23 09:27
Add API to report information from server headers.

f310b9ef – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/08/23 09:24
Fix backwards HTTP Server header test.

06a191ef – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/08/23 09:21
Fix C&P error in proxy user/password macros.

46683958 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/08/20 17:19
Mark some functions static.

76842c59 – Ralph Giles <giles@mozilla.com> authored on 2013/08/20 10:54
Release checklist updates.

c7456038 – Ralph Giles <giles@mozilla.com> authored on 2013/08/20 09:22
Add winerrno.h to the distribution.

1aad993a – Ralph Giles <giles@mozilla.com> authored on 2013/08/20 08:42
Bump soname version for v0.4.

9b0a48cc – Ralph Giles <giles@mozilla.com> authored on 2013/08/20 06:45
Add win32utf8.c to the source file VS2010 source file listings.

8d447a9f – Ralph Giles <giles@mozilla.com> authored on 2013/08/19 13:18
Fix typo in LibraryPath directives.

382a059e – Ralph Giles <giles@mozilla.com> authored on 2013/08/19 13:14
Use the default MSVC LibraryPath.

b6799eae – Ralph Giles <giles@mozilla.com> authored on 2013/08/08 07:38
Bump overall copyright year.

2e35942f – Ralph Giles <giles@mozilla.com> authored on 2013/08/08 07:26
Create zip archives for distribution.

8f26e5a1 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/08/12 05:54
Fix an uninitialized variable.

cfa59561 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/08/12 05:48
Minor UTF-8/UTF-16 cleanups.

116b7034 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/08/10 07:19
Add an API to parse picture tags.

26ff5e08 – Ralph Giles <giles@mozilla.com> authored on 2013/08/08 07:22
Turn off incremental linking in all configurations. r=Garf

09a08269 – Ralph Giles <giles@mozilla.com> authored on 2013/08/08 07:07
Add VS2010 project files to the distribution.

d0adcc42 – Ralph Giles <giles@mozilla.com> authored on 2013/08/08 07:06
Add win32utf8.h to the source lists so it's distributed.

6d0555b6 – Ralph Giles <giles@mozilla.com> authored on 2013/08/07 13:02
Bump the soname versioning for v0.3.

0f429a07 – Ralph Giles <giles@mozilla.com> authored on 2013/08/06 12:28
Add a magic vpath to the unix makefile.

b89a1798 – Ralph Giles <giles@mozilla.com> authored on 2013/08/06 12:13
Add win32utf8 code to the unix makefile for mingw builds.

28347e24 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/08/06 09:56
Minor comment updates.

43129a4c – Gian-Carlo Pascutto <gcp@sjeng.org> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2013/08/06 08:39
Add MSVC project files for library and examples.

7dfee3a2 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/07/13 09:41
Relax MSVCRT requirements.

f65dab6f – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/08/06 07:56
Add UTF-8 filename support to Windows.

7aea3cae – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/07/14 13:13
Add a gain control API.

e15e3621 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/07/13 09:47
API documentation updates.

68f18feb – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/07/13 09:41
Plug possible memory leak on stream open failure.

6587f1de – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/07/13 09:40
Avoid using a long-long literal for OP_INT64_MAX.

f83826bc – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/07/13 09:38
Typo fix.

884aa610 – Ron <ron@debian.org> authored on 2013/07/02 11:35
Always try to update the version when autogen.sh is run

1eff2631 – Ron <ron@debian.org> authored on 2013/06/29 02:28
Switch to using config.h for configuration options

c939c736 – Ron <ron@debian.org> authored on 2013/06/29 01:51
More autoconf housekeeping

8df43f7c – Ron <ron@debian.org> authored on 2013/05/18 12:22
Use m4_esyscmd instead of m4_esyscmd_s

cd91ec62 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/05/14 17:26
Add internal.c to unix Makefile's libopusurl.

56be23fa – Ron <ron@debian.org> authored on 2013/05/13 17:21
Typo fix

4ed5f102 – Ron <ron@debian.org> authored on 2013/05/13 16:39
Drop the x's from shell tests

ff868661 – Ron <ron@debian.org> authored on 2013/05/13 16:32
Fully automate version updating

49861543 – Ron <ron@debian.org> authored on 2013/05/13 16:28
More gitignorance

3fd084af – Ron <ron@debian.org> authored on 2013/05/13 13:41
Don't repeatedly install the doc dir for every file

709396d5 – Ron <ron@debian.org> authored on 2013/05/13 13:35
Revert "Allow the examples to build with --disable-http"

13488656 – Ron <ron@debian.org> authored on 2013/05/13 13:32
Always build libopusurl

4e06a90e – Ron <ron@debian.org> authored on 2013/05/13 09:13
Allow the examples to build with --disable-http

428b6bc5 – Ron <ron@debian.org> authored on 2013/05/13 09:12
Autoconf and pkg-config support for libopusurl

5e3c66ce – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/05/12 14:53
Move last few URL functions into http.c

efc0d57a – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/05/07 16:20
Fix 255 packet assertion.

2862e2ea – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/05/06 16:07
Fix seeking near the start of saved live streams.

14da0dd2 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/05/01 02:25
Add <sys/types.h> for off_t.

fbdaa5bd – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/04/30 05:04
Add docs to the website when releasing.

cbcbe8d9 – Matthew Chung <matthewchung74@gmail.com> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2013/03/08 05:49
Add casts to remove clang warnings.

d1f2d06d – Ulrich Klauer <ulrich@chirlu.de> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2013/04/29 20:17
Fix pkg-config file to avoid overlinking

5c5dccb4 – Ulrich Klauer <ulrich@chirlu.de> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2013/04/29 20:11
Update opusfile.pc description line.

c3f2f068 – Ulrich Klauer <ulrich@chirlu.de> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2013/03/10 00:44
Add some files to .gitignore

365ac4c2 – Ulrich Klauer <ulrich@chirlu.de> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2013/03/10 00:02
Handle AC_SEARCH_LIBS special result value.

be4a77d2 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/04/27 19:33
Fix Base64 encoding for HTTP's basic auth.

c9964275 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/04/05 17:09
Small public header clean-up.

7b499048 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/04/05 17:06
Small cleanups of the soft clipping code.

bf06c4f2 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/03/25 08:16
Use clipping prevention on 16-bit decode paths.

f8222c99 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/03/25 08:06
Reset dither state when API path changes.

94b0c98a – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/03/25 08:00
Minor comment fix.

81002442 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/03/25 07:57
Fix a buffer overflow in op_read_stereo().

7d672dd2 – Ralph Giles <giles@mozilla.com> authored on 2013/03/01 09:17
Add an exe extension variable and use it in the mingw build.

3d742462 – Ralph Giles <giles@mozilla.com> authored on 2013/03/01 08:50
Add conditional source and libraries for mingw build.

79d17619 – Ralph Giles <giles@mozilla.com> authored on 2013/03/01 08:37
Don't remove unused test directories.

3857c426 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/03/01 06:07
Better suppression of unused parameter warnings.

03dd5138 – Ralph Giles <giles@mozilla.com> authored on 2013/03/01 06:05
Call ranlib on the unix static makefile.

Next