Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Version 0.3.12 (2008-01-09)
---------------------------
- Fixed 'inline' for the forthcoming gcc-4.3
* thanks to Martin Michlmayr for patch
Version 0.3.11 (2007-07-02)
---------------------------
- Fixed energy levels bug for mono audio
* thanks to Staale Helleberg for patch
- Fixed STDIN support in twolame frontend
Version 0.3.10 (2007-03-20)
---------------------------
- Added win32/winutil.h to tarball - fixes bug #1629945
- Fixed presentation of --enable-debug in configure script
- Added twolame_encode_buffer_float32_interleaved()
- Fixed bug that was loosing stereo in twolame_encode_buffer_float32()
- Fixed twolame_set_mode() to accept TWOLAME_AUTO_MODE
- Added source file Ids to the top of every file
- Added -pedantic to CFLAGS for debug build
Version 0.3.9 (2006-12-31)
--------------------------
- Fix for Windows in simple frontend: open files in binary mode
* thanks to Kurien Mathew
- (libtwolame) Fixed energy level support
* thanks to Staale Helleberg
- Nows displays the version number of libsndfile in frontend
* as suggested by Elio Blanca
- Changed documentation build system, so you have to run it manually
- Buffer overrun fix in new_extension()
- (libtwolame) Added warning that DAB support is still broken
- (libtwolame) Added twolame_get_framelength() to return number of bytes per frame
- Added TWOLAME_SAMPLES_PER_FRAME macro, clarifying that there are
always 1152 samples per frame in Layer 2
- Frontend now displays extra information
* Duration of input file (if known)
* Total number of frames to be encoded and percentage complete
* The filesize of the output file
- Cleaned up source files so that it is consistent and all uses tabs (tab width 4)
Version 0.3.8 (2006-06-19)
--------------------------
- (libtwolame) Fixed CRC protection
- More code tidying
- pkg-config is no-longer required (but is recommended)
- frontend now has the exectuable suffix appended to filename
- added -std=c99 to the compiler options
|
|
and working one without having to delve too far into imake.
|
|
|
|
|
|
Overview of changes in libgpod 0.7.0
====================================
* support for iPod Nano 4th generation
This includes support for cover art.
Please note that this release DOES NOT support iPhones and iPod Touch
with firmware 2.x
* support for "sparse artwork" writing
This lets us write more compact artwork files to the iPod, which in turn makes
the UI more responsive (and saves disk space on the iPod).
* jump table support
These are the big letters that show up in the album/artist list when someone
quickly scrolls through them. Thanks a lot to Ian Stewart for implementing it.
* chapter data support
Chapter data allows large files (movies, audio books, podcasts) to be divided
into smaller sections. Thanks to Michael Tiffany for this feature.
* improved timezone handling
This should now work up to 5G iPods, for newer iPods, libgpod will assume
timestamps are in UTC.
* translation updates
Thanks to all of our translators :)
* much more complete API doc
All of the public API is now documented with gtk-doc.
* simplification of the cover art handling API
The API for artwork for developers using libgpod should be more
straightforward, if things are missing, don't hesitate to get in touch
with us ;)
* extensive plist parser
In libgpod 0.6.0, libgpod got a very basic parser for the SysInfoExtended file
(which is a XML plist description). This parser was rewritten for this release
to parse the whole file. This parser depends on libxml2 but its compilation
will be disabled if libxml2 and its development headers can't be found.
* add mapping from iPod serial numbers to iPod models
The iPod serial number can be obtained programmatically, and its last 3 digits
are characteristic of an iPod (type, generation, color, capacity). libgpod
can now find out an iPod model using this serial number.
* portability improvements to windows and macosx
This is probably not perfect yet, but the goal is to improve it as much as
possible so don't hesitate to send bug reports if some things are still not
working. Thanks to the songbird project and Éric Lassauge.
* reworked handling of artwork formats
libgpod can now automatically use the artwork formats described in
SysInfoExtended even if the iPod model is unknown, this should make it possible
for libgpod to support artwork on newly released iPod models without the need
to upgrade.
* python bindings are more consistent with other python container objects
This enables testing whether a key exists in an object (e.g. "'title' in track")
as well as iterating over a Track or Photo object's keys, values, or items.
* bug fixes and code cleanup all over the place
|
|
It should be also removed from bl3.mk.
Fixes PR 40430.
|
|
|
|
|
|
see Debian bug #510205, just done correctly.
The IMA code might have similar problems. The code appearently can't
handle stereo files correctly anyway, so bail out if >1 channel
which should avoid the problem.
bump PKGREVISION
|
|
First release in a year and a half. Tons of bugfixes and feature additions
|
|
This release features fixes for jack instability, many streaming issues,
solaris build, cross fading audio defects, improvement in software
volume and non-distribution building. This releases adds writer/composer
tag support and disables oggvorbis seeking on remote files, which fixes
slow ogg file streaming playback.
|
|
changes (incomplete):
The focus of this release was bugfixes, stability, memory
reductions, features, and general UI cleanups.
|
|
Didn't find a consistent changelog - at least it seems to be a lot
of bugfixes.
(worked well for me for two weeks)
|
|
This release includes a lot of bug fixes, and the lastfmradio plugin.
|
|
|
|
|
|
|
|
|
|
|
|
Colin Guthrie (2):
Fix a potential C++/C99 ism, add a log message on error condition
Fix two typos that broke tunnels
Lennart Poettering (46):
Initialize exit_idle_time to -1 instead of 0 when in system mode.
instead of resetting virtual_volume unconditionally on initialization, do so only when no volume was set before
use pa_channel_map_init_extend() instead of pa_channel_map_init_auto() as channel map for sink inputs/source outputs in case no map is specified
if the channel map was modified due to PA_SINK_INPUT_FIX_CHANNELS, remap the specified volume properly
define 0dB in PA as maximum amplification
properly remove dbus matches an filters when unloading m-b-d
always check for libtool prefix binary name to avoid confusion when using both installed and run-from-build-tree versions of PA in parallel
Fix spelling of privilige
Make missing git-changelog.perl non-fatal
fix invalid validity check
convert argument to boolean int in PA_UNLIKELY, too
include log.h near the end so that macro.h can be included in log.h and defines pa_bool_t properly
Try to catch certain driver errors
make the debug trap macro a proper macro in macro.h
don't set the volume of pacat unless it is explicitly set
warn if ALSA wakes us up and there is actually nothing to do
fix build
make sure to use 64bit rounding even on 32bit machines when converting to pa_usec_t
make shm marker architecture independant, patch from michich, closes #401
Make sure libpulse never gets unloaded
Check if environ is actually set before we use it
Fix return value of --dump-resample-methods
Don't mix front-center into rear channels
Pass GDBM_NOLOCK to gdbm
Load module-volume-restore and module-device-restore before all other modules
introduce new function pa_module_unload_request_by_index
Don't store pointer to pa_module
actually unload the modules from a new stack frame
unload tunnel modules from a new stack frame
it's better to always use the index of a module instead of the pa_module*
downgrade a few warnings
Make sure we drop CAP_NICE if RT is not allowed
Allow access("/dev/dsp", W_OK) succeed
Use FIONREAD instead of TIOCINQ
Implement PA_SOURCE_MESSAGE_GET_LATENCY
make sure we don't hit an assert when we issue two rewind requests in a
If we cannot open an ALSA device with SND_PCM_NO_AUTO_FORMAT retry without
fix a gcc warning
Rework handling of the PA_SINK_LATENCY/PA_SOURCE_LATENCY flags
A few minor cleanups and updates
add a few missing parens
show maximum usable slot size
Make sure we don't drop any data on the client side
for record streams fill in the latency as the fragsize
Fix suspending of all sinks/sources
bump version/soname
Luiz Augusto von Dentz (7):
Unload module-bluetooth-device if the remote device disconnects.
Fix possible invalid read while attempting to load module-bluetooth-device.
Fix bug walking on module list.
Update module-bluetooth-device to the new ipc.
Send packets with proper size.
Fix send and recv message sizes.
Fix sending wrong codec capability length.
Sean McNamara (1):
--check: Updated manpage slightly and pulseaudio --help slightly.
Tom Bamford (1):
Multicast SDP packets sent with same IP TTL as RTP packets
chocolateboy (1):
Fix typo in log message: s/Recevied/Received/
|
|
forgetting about gnome-speech-espeak.
|
|
gnome-speech-espeak as well, to avoid updating one and not the other.
|
|
Not necessary, but gets rid of a patch(1) warning on NetBSD.
|
|
gnome-speech 0.4.22:
* drivers/swift/swiftsynthesisdriver.c: fix for bug #559583 - Swift
synthesis driver causes Python client to get "TypeError: could not
demarshal return value" on call to getAllVoices.
|
|
Buffer Overflow
(homegrown patch, might be sufficient or not)
bump PKGREVISION
|
|
on older compilers but cause crashes (and possible security problems)
instead
bump PKGREVISION
|
|
Place them into a group, make it optional.
OK by wiz@.
|
|
|
|
* Fix possible buffer overflows when parsing Audible .aa files.
Bump PKGREVISION.
|
|
Patch from Gergo Szakal.
|
|
|
|
|
|
6 years passed since 2.0.4, too much changes happened to list here.
Most of them seem to fix various playback accuracy issues.
Many patches were merged upstream. Major change -- X11 frontend (xxmp)
is missing, there's nothing in change log about that.
pkgsrc change: pulseaudio support (default on).
OK by wiz@.
|
|
|
|
won't be available, and the previous version of this patch would not allow
successful building.
Change the code (in the OSS module) to check for a defined AUDIO_GETBUFINFO
under NetBSD. If it isn't available, indicate that the system has no
mechanism available.
(May compromise on audio synchronisation on local OSS devices)
Ok jmcneill@
|
|
OK by wiz@.
|
|
|
|
This is the newest version of streamripper. A user visible difference
to current pkgsrc/audio/streamripper is that it doesn't create id3v1
tags per default.
(It should also get some testing with non-ASCII locales.)
|
|
(CVE-2008-4829), bump PKGREVISION
|
|
OK by wiz@.
|
|
scrollkeeper is nowadays included in rarian, so the omf.mk file should
be there as well.
Adapt all references.
|
|
out of the box). Bump revision.
|
|
games/adom -- I don't use (play :-) it these days.
|
|
packages that use pkg-config to check for pulseaudio but don't depend
on glib2 can build. Reviewed by wiz@.
|
|
|
|
|
|
|
|
|
|
* Fix interpreter in alsaconf and make package depend on bash (runtime).
* Bump PKGREVISION
|