index
:
delta/flac.git
1.3.x
gitlab-ci-squash
master
topic/aarch64
topic/cmake-dist
topic/fix-damn-cpp-goop
topic/get-decoder
topic/oss-fuzz
topic/release-1.3.4
topic/test-1.3.3
topic/travis
wip/cpu
gitlab.xiph.org: xiph/flac.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test_libOggFLAC
Commit message (
Expand
)
Author
Age
Files
Lines
*
add new requirements to ogg mapping: vorbis comment block must come second af...
Josh Coalson
2004-09-10
2
-19
/
+20
*
fix valgrind uninitialized memory errors
Josh Coalson
2004-07-16
1
-0
/
+1
*
revamp OggFLAC__SeekableStreamDecoder to derive from OggFLAC__StreamDecoder i...
Josh Coalson
2004-07-07
1
-37
/
+37
*
update copyright to 2004
Josh Coalson
2004-01-17
11
-11
/
+11
*
add read callback to OggFLAC__SeekableStreamEncoder, necessary for metadata r...
Josh Coalson
2004-01-17
1
-0
/
+11
*
various fixes related to deriving OggFLAC__SeekableStreamEncoder from FLAC__S...
Josh Coalson
2004-01-16
1
-30
/
+12
*
revamp ogg flac file decoder; it needed to be derived from the ogg flac strea...
Josh Coalson
2003-12-31
1
-11
/
+10
*
fix bug in dummy tell callback
Josh Coalson
2003-12-30
1
-1
/
+2
*
fix bug in read callback where *bytes was not being set to 0 on end-of-stream...
Josh Coalson
2003-12-30
1
-7
/
+9
*
add undocumented option --apply-replaygain-which-is-not-lossless to flac; req...
Josh Coalson
2003-12-17
3
-4
/
+4
*
add ogg seekable stream and file encoder and decoder interfaces
Josh Coalson
2003-09-26
2
-3
/
+2053
*
add metadata callback back to ogg stream encoder
Josh Coalson
2003-09-25
1
-0
/
+6
*
add the metadata callback back in the stream encoder
Josh Coalson
2003-09-24
1
-0
/
+11
*
C89 standard fixes, based on feedback from IRIX port
Josh Coalson
2003-05-20
1
-1
/
+3
*
Build libtool archives instead of plain .a archives, so that PIC versions are
Matt Zimmerman
2003-02-07
1
-2
/
+2
*
remove reference to obsolete Makefile.vc
Josh Coalson
2003-01-25
1
-1
/
+0
*
obsolete now that .dsp files are complete
Josh Coalson
2003-01-25
1
-44
/
+0
*
bump version number to 1.1.0
Josh Coalson
2003-01-25
1
-2
/
+2
*
Second patch from X-Fixer: tweaks for better MSVC build
Josh Coalson
2003-01-14
1
-2
/
+2
*
augment unit tests to test for correctness with unknown metadata blocks
Josh Coalson
2003-01-10
4
-13
/
+32
*
move in some common metadata setting stuff here
Josh Coalson
2003-01-10
2
-22
/
+246
*
move common stuff into metadata_utils
Josh Coalson
2003-01-10
2
-173
/
+25
*
minor verbiage
Josh Coalson
2003-01-10
1
-6
/
+10
*
bump version string to 1.0.5_beta2
Josh Coalson
2003-01-08
1
-2
/
+2
*
update the version number from 1.0.4 to 1.0.5-beta1
Josh Coalson
2003-01-02
1
-2
/
+2
*
Add 2003 to copyright notice
Josh Coalson
2003-01-02
12
-12
/
+12
*
add flushed fwrite in Valgrind mode
Josh Coalson
2002-12-28
1
-1
/
+13
*
fix bug in cuesheet comparison
Josh Coalson
2002-12-13
1
-23
/
+26
*
add "is_cd" flag to CUESHEET everywhere
Josh Coalson
2002-12-05
1
-0
/
+4
*
fix library list
Josh Coalson
2002-12-04
4
-4
/
+5
*
get Makefile.vc system working again with new debug/release dirs and static/d...
Josh Coalson
2002-11-22
1
-2
/
+2
*
revamp MSVC build system, separate dynamic and static builds, separate debug ...
Josh Coalson
2002-11-21
1
-6
/
+6
*
revamp Makefile.lite system, use separate dirs and names for debug and releas...
Josh Coalson
2002-11-20
1
-6
/
+6
*
copy updates from test_libFLAC
Josh Coalson
2002-11-19
2
-4
/
+71
*
fix path to grabbag lib
Josh Coalson
2002-11-14
1
-1
/
+1
*
updates to work with new grabbag lib
Josh Coalson
2002-11-07
6
-9
/
+14
*
work related to moving some file utils into the new file_utils convenience lib
Josh Coalson
2002-10-30
6
-52
/
+7
*
add notion of topdir to Makefile.lite build system
Josh Coalson
2002-10-23
1
-2
/
+4
*
fixes for building static libs (new FLAC__NO_DLL #define)
Josh Coalson
2002-10-18
1
-2
/
+2
*
initial import
Josh Coalson
2002-10-17
1
-0
/
+136
*
changes for MSCV: added dsp file, rename any .cc files to .cpp
Josh Coalson
2002-10-16
1
-3
/
+4
*
Fix a broken search-and-replace which produced effects like @ OGG_CFLAGS@
Matt Zimmerman
2002-10-15
1
-1
/
+1
*
Fix slightly botched search-and-replace which produced constructs like
Matt Zimmerman
2002-10-15
1
-1
/
+1
*
Use config.h rather than passing all defs in CFLAGS
Matt Zimmerman
2002-10-10
1
-2
/
+2
*
bump the version number from 1.0.4_beta to 1.0.4
Josh Coalson
2002-09-25
1
-2
/
+2
*
bump version number to 1.0.4_beta
Josh Coalson
2002-09-09
1
-2
/
+2
*
add support for serial number in Ogg streams
Josh Coalson
2002-09-04
4
-0
/
+15
*
minor formatting
Josh Coalson
2002-08-27
3
-90
/
+90
*
update tests to reflect addition of vorbis comment with vendor string
Josh Coalson
2002-08-25
1
-13
/
+16
*
fixes based on a pass over everything with autoconf/automake
Josh Coalson
2002-08-23
1
-1
/
+1
[next]