Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Gerbera

Building the Gerbera Media Server
Collective - Host: opensource - https://opencollective.com/gerbera-io - Website: https://gerbera.io - Code: https://github.com/gerbera

made sure extend protocol info options for seeking are set correctly

github.com/gerbera/gerbera - 338f078fe1c3dcf47354147665dac8cd06e45c89 authored over 17 years ago
rewrote the CdsResourceManager::addResources function, it should be much

cleaner now

added helper function to retrieve mimetype from the protocol info string

added LPCM...

github.com/gerbera/gerbera - bbcda022f8df9231657615e95d47e08008e250af authored over 17 years ago
UTF8 fix suggested by piman - taglib should handle UTF-8 correctly, so we will

request an UTF8 string

github.com/gerbera/gerbera - 55cda15c3d77b4c8e53012078c3d972adfce3fc3 authored over 17 years ago
added fix for chunked encoding that was posted on the maemo forums

github.com/gerbera/gerbera - 11c8194008d2d924ebe9b025b74e02206fc5da70 authored over 17 years ago
fixed a newly introduced coredump when taking care of process killing/temp fifo

removal :>

github.com/gerbera/gerbera - 7d95de86bb78c6c4aaf00c37f58e4203d07809f9 authored over 17 years ago
removed some debug printfs

made sure that when the server is killed the temp fifos are removed

github.com/gerbera/gerbera - 95ed8697bd6864c46f8f16449c69df4de53a9888 authored over 17 years ago
since tmpnam was giving this "dangerous" warning upon compiling we took in

the mkstemp function from glibc and modified it in a way that it is now
suitable for opening a fifo

github.com/gerbera/gerbera - 89be88dd68a8de0ee7ef620d61651c912f61bc42 authored over 17 years ago
made sure that range requests specified as "bytes=0-" do not trigger

a 416 on media where the filesize is unknown

github.com/gerbera/gerbera - ccd7994d45644986a583a2ff1b60f0729658f382 authored over 17 years ago
fixed a bug where check of the home directory was enforced even if

the configuration file was specified on command line

github.com/gerbera/gerbera - 8b6ccdd79ab4306a94f8491323392f4a05c4e362 authored over 17 years ago
added option to put the transcoded resource first in the res list

github.com/gerbera/gerbera - 7e003f0b1a7ab441b36b74828d6e87ddc560cc86 authored over 17 years ago
added the handling of transcoding enabled="y/n" attribute

fixed a bug where server did not start when no iface/ip was specified

github.com/gerbera/gerbera - 4b37f817d2d62f6d3a5bc7bf44e5bb2edd9a9c91 authored over 17 years ago
when transcoding was not specified in config.xml we exited with an error;

that is obviously wrong, since the whole transcoding stuff is optional

github.com/gerbera/gerbera - cec3dc3a53a9f141f228f3ed8dd113b1de6c9d69 authored over 17 years ago
reworked transcoding configuration, I think that's how we want it.. finally

fixed a typo in configure (thx to Arthis for pointing this out)

github.com/gerbera/gerbera - bf1d43a97a552bf26767cd62dc3b90933cf51e58 authored over 17 years ago
added function to parse command line and replace tokens with appropriate values

(use by transcode request handler)

github.com/gerbera/gerbera - cb284b75986aeedbff26e40e6432a5ee37844987 authored over 17 years ago
made sure that transcoding processes get killed when server is shutting down

github.com/gerbera/gerbera - f3e20b4e3a22624e5bf7ec308ae74c4dc23ab5c4 authored over 17 years ago
implemented non blocking read for the transcode_process_io_handler

in case of a timeout when reading the fifo we now have the chance to check
if the transcoding pr...

github.com/gerbera/gerbera - 4d8b6fe7d6b580ed243808c2c6576372e52749ab authored over 17 years ago
according to the interface the read callback returns a negative value in

case of error, however the check on the return value was never done and things
went terribly wron...

github.com/gerbera/gerbera - 5e49358c7165c49e6804f5a00aaa741b99d54e40 authored over 17 years ago
removed debug printfs

github.com/gerbera/gerbera - 1266b3d94313a5afdaabde8c0dbc30a6c85df222 authored over 17 years ago
further work done on transcoding, proof of concept is working, however

a lot of finetuning is still required

github.com/gerbera/gerbera - 05f4bf9d671c622e1c8062e0d7c7cecb4cf1fab1 authored over 17 years ago
some sourcefile were not included in the makefile (for ffmpeg handler support)

github.com/gerbera/gerbera - 6aab46bef8058d31b63e82fdd0fd8f7a780c1fc3 authored over 17 years ago
fixed coredump on Solaris

github.com/gerbera/gerbera - d7d606f6ff8986bc8f6082377352a8d9e09bb56a authored over 17 years ago
webserver.c: make sure that close callback is called in an error case

uri.c: fixed warning on solaris

github.com/gerbera/gerbera - de633562498ad1ebe75fd900f7cc0f8dc5d3d430 authored over 17 years ago
added ffmpeg metadata handler, contributed by Ingo Preiml

github.com/gerbera/gerbera - ff35585642aa646c9bbc00685f62ab9720a2ddba authored over 17 years ago
made sure that FIFOs are accepted when the user creates a new object via the

UI

github.com/gerbera/gerbera - 7fadf9316f0e025704eda60d5c20b691d75fbd06 authored over 17 years ago
removed debug printf

github.com/gerbera/gerbera - 941fc9f5e8d94250552f5c80fe1f958f06ae14bd authored over 17 years ago
config manager was missing the TRANSCODING ifdef and did not compile when TRANSCODING was not defined

github.com/gerbera/gerbera - f4f4baa4d3a19b7179fbc52efb45f37a151b3199 authored over 17 years ago
first "stub" for transcoding... the train ride from Presov to Bratislava was

worth it ;>

this is the layout of the config.xml that will curently be processed,
I do not real...

github.com/gerbera/gerbera - 9ed4bbecdcdde8a9f2f2790434de731606993481 authored over 17 years ago
fixed a typo in the documentation, thx to Freeman for pointing this out

github.com/gerbera/gerbera - e1f9f6663b923038e9176f3a11eaf35bc8196aa5 authored over 17 years ago
made sure that database-file is not checked when using mysql (bug was introduced

when I rewrote config manager prior to the release)

made sure that mrreg service compiles again ...

github.com/gerbera/gerbera - 55568c233015cf4038c0c4a7506ac8e916ea24c7 authored over 17 years ago
updating files for .debs to 0.10.0

github.com/gerbera/gerbera - 755a98408dfa89e5edad39c441feb0c2f7816b38 authored over 17 years ago
update manpage to 0.10.0

github.com/gerbera/gerbera - ec2163fd080f4f5d8fd50669029083fecc5eea88 authored over 17 years ago
as always ... forgot to check in

github.com/gerbera/gerbera - a97bdfb72ac7d82110d2d3e71a56f9cf9a84de19 authored over 17 years ago
update config.xsd to 0.10.0

github.com/gerbera/gerbera - 5240ae882cd1f5b87f6be71d4710d2bc1a9c01f9 authored over 17 years ago
fix build for older gcc version

github.com/gerbera/gerbera - 4a78c047f464b255d5e8428bb029e6ccc4aa600f authored over 17 years ago
seems I forgot to merge over the fedora init script changes from 0.9.1 into

trunk...

github.com/gerbera/gerbera - 8101608520e33812447683d382b4d59a825341b8 authored over 17 years ago
seems like those changes were forgotten in some branch..

github.com/gerbera/gerbera - e5dad0b811b01c53b789255f267a03860efbdbf1 authored over 17 years ago
made sure that server is stopped before package is uninstalled

github.com/gerbera/gerbera - 018b43c330cd95a2b6658f91caae63acfd12980f authored over 17 years ago
updated log

github.com/gerbera/gerbera - 896fb432209bb8eb4eca950a3b8caac72dc29569 authored over 17 years ago
updated changelog

added shutdown exception to web_callbacks to make the log output more user
friendly

mediatomb.s...

github.com/gerbera/gerbera - 61d3f207fd38d3fa2c1caf2fbd5ec1fa2332947c authored over 17 years ago
made sure that parsing of playlists can be

- cancelled by user (via the UI)
- cancelled upon server shutdown

introduced a new exception type

github.com/gerbera/gerbera - cab31c1659e26fb5f52324e04be06b1a67e2c72d authored over 17 years ago
adapted playlist script to not use array for pls

github.com/gerbera/gerbera - 188a4b83ccad93292a17cb3069195ea7c96e37b8 authored over 17 years ago
fixed a "Conditional jump or move depends on uninitialised value(s)"

github.com/gerbera/gerbera - 49c9ea2142b58f9467fd05e355bc594b2a7ddea5 authored over 17 years ago
don't show inotify option if we don't have inotify

github.com/gerbera/gerbera - c24d5f06c495d8235f9311176776ce3863e51f0c authored over 17 years ago
further finetuning :>

github.com/gerbera/gerbera - 26ee0b6b7e20c6cca970b3e2889c43c1e9dd1c79 authored over 17 years ago
upped the version number in configure

got rid of the XP_MAC thing
run spellchecker on scripting.lyx

github.com/gerbera/gerbera - fcf8a33a3c3330ea2f4f64cc0309d706cf3939bf authored over 17 years ago
updated readme documents and ChangeLog

github.com/gerbera/gerbera - 53222b24d7dc231f8d0482d06328e5701582ea5c authored over 17 years ago
fixed changelog

added pc directory hiding for upnp
added some parts to autoscan list in UI (not finished...)
upda...

github.com/gerbera/gerbera - e8b3d863b96a8c2091bb05c0bc3ecccbcd686195 authored over 17 years ago
fixed naming of the pc-directory hide attribute (should be upnp-hide)

github.com/gerbera/gerbera - 5e4db35a52cde818e99f12c51267d5053f50c6d9 authored over 17 years ago
made character conversion functions available to js scripts

made sure that extra charset validation takes place when converting js to cds
objects

added co...

github.com/gerbera/gerbera - 4b06f7a40b5ba26857d29d042968b802653c9778 authored over 17 years ago
preparing flag for hiding pc directory

github.com/gerbera/gerbera - 459574497058f919378828566fefddee27fe5898 authored over 17 years ago
added a function to retrieve an array of all autoscan directories in one array

github.com/gerbera/gerbera - 157cc28bceb29ddd50799030b34bcf7a4128b648 authored over 17 years ago
added functions to retrieve a copy of the autoscan list as an array

github.com/gerbera/gerbera - 27433f139b5b94f15a6a7a512395f69f4a0ed061 authored over 17 years ago
setting array slots to nil when removing

github.com/gerbera/gerbera - 4a1a30d0242527977a706b5f0cedb30e06054b76 authored over 17 years ago
improved conversion from js objects to cds objects

github.com/gerbera/gerbera - 9ca4dca32f8617fc3a3030ed32c123059f1258be authored over 17 years ago
correctly setting class+mimetype for virtual items in playlist containers

github.com/gerbera/gerbera - 70066684f39e57ecbb0d50b4e309c1fd4dae808c authored over 17 years ago
made sure that album art is only added if we can determine the mimetype

github.com/gerbera/gerbera - 08447737b7f016dd90cde1000ca845f2a2957537 authored over 17 years ago
added fallback mimetype recognition of album art images using libmagic

github.com/gerbera/gerbera - f6ddb7fabb5708f2fc10c9bb2c116f6f97eb263b authored over 17 years ago
wrong variable name was used whe id3 check was failing, as a result

magic was disabled allthough the check had nothing to do with it

github.com/gerbera/gerbera - e93205935c1625077d5a2b38bd4c0da32b33621c authored over 17 years ago
fixed cut&paste error in help message

github.com/gerbera/gerbera - 4ee376471499e00a6909e99fe2bc62949f7491b6 authored over 17 years ago
extractor options were not set correctly

github.com/gerbera/gerbera - 2df9f117d4f9cc69803c82a6e4330953c63faf20 authored over 17 years ago
cygwin has no ifnameindex... so return first available interface

github.com/gerbera/gerbera - 9eafcf153a9ef5b9c48fc6d1da7573279e4cc943 authored over 17 years ago
making sure that JS_SetPrivate works - now setting the class flags correctly

github.com/gerbera/gerbera - 9404e72ccc104f4edfd4e2621b91ad51786c716f authored over 17 years ago
final fix for JS_THREADSAFE detection

github.com/gerbera/gerbera - 46d6a7c01cf4837b7d50637d827e258d69a92d71 authored over 17 years ago
my attempts to figure out if weshould use JS_THREADSAFE did break js linking,

fixed now

github.com/gerbera/gerbera - 89cfe98d516594c58561aa0c692387f7bf32a2f9 authored over 17 years ago
finished normalizePath function (but not necessarily for Cygwin)

finished playlists

github.com/gerbera/gerbera - a347ac26ce0da517103953f8c901ce199a260e47 authored over 17 years ago
added JS_THREADSAFE detection

github.com/gerbera/gerbera - cb913847bc4db40ef23c34658e73f55e39699a9c authored over 17 years ago
fixed a bug where getOption was called instead of getBoolOption

github.com/gerbera/gerbera - 4b19011fbf3a9b05b6a8a4c26b4ae808cefac37f authored over 17 years ago
improved iconv handling of illegal characters

github.com/gerbera/gerbera - cb64f1dd49832e2ec5cc9370533cca117e7d6a04 authored over 17 years ago
finalized album art support - now working with both, id3lib and taglib

github.com/gerbera/gerbera - ac9f510d1d4cd73126029e5fd5cd9f309eec5fb2 authored over 17 years ago
fixed a serious bug that was introduces during my yesterday's late night

coding session ;)

an unnecessary \r\n was added to http headers and this messed up the first
two...

github.com/gerbera/gerbera - 61a06daacbbb44b30f7e908e87613e8371412069 authored over 17 years ago
implemented album art, currently only using id3lib, taglib is still on the

todo list

github.com/gerbera/gerbera - 4274872eca113b261cfa127e0885579c840beacb authored over 17 years ago
added retries-on-timeout option to configuration;

this should solve the problem that some PS3 users are experiencing,
when the PS3 is not closing s...

github.com/gerbera/gerbera - fb1b558b7b344b4bfe136debafdf733a21813b9a authored over 17 years ago
traditionally forgot to check in new source file

made sure that the config.xml gets released from memory once validation is
complete

github.com/gerbera/gerbera - b9424d4c34d5ebdfad111fcdc0d38b99d3485331 authored over 17 years ago
completely reworked the config manager, should be much more efficient now

TODO: remove the asserts once we are sure that nothing got screwed during
migration to the new i...

github.com/gerbera/gerbera - 6bb1a7b5de4d0faee0226575fc4af0f73b46d1d7 authored over 17 years ago
polishing playlist script (relative path support)

allowing non-back-recursive removal of virtual containers again

github.com/gerbera/gerbera - 1abc8323d8339118f6915695bf1a9b6fe2cbb002 authored over 17 years ago
added playlistOrder support to scripts

not processing playlists with imports.js

github.com/gerbera/gerbera - 960d67762d1f247e10c1a8c8353ba441d554fa4f authored over 17 years ago
added playlist order sorting

github.com/gerbera/gerbera - 5a61f494ba6dacb749b9e852bbe22afc0af01842 authored over 17 years ago
added playlistOrder property to jsObject2cdsObject

github.com/gerbera/gerbera - b56132653e825465d1d820a5755dd56c8b0656b5 authored over 17 years ago
wmx mapping appeared twice, thx to littlerobbie for pointing this out :>

github.com/gerbera/gerbera - e76e70d8fefabbc416cc1de81dcbe59220402f0f authored over 17 years ago
missing socket.h include caused trouble on FreeBSD, so added it...

github.com/gerbera/gerbera - 74a23b6899dcb85d1a23405519d47553377b54f3 authored over 17 years ago
as always... forgot to add new files :>

github.com/gerbera/gerbera - 3c33a16556ad85d8ec1717ea078dba2cb7c19575 authored over 17 years ago
finalized inotify merge

github.com/gerbera/gerbera - 2151497759a10fb2460083476396bdde0d31201c authored over 17 years ago
made sure that backtraces are only printed in debug mode

github.com/gerbera/gerbera - 0cfc91af7295df29c33616da63b65f6f03abd5c9 authored over 17 years ago
BIG inotify merge (not complete)

merged most things (storage, hashes, UI) from the inotify-branch
still missing: parts in configur...

github.com/gerbera/gerbera - 4bcb1e886d57986400f90e8e204d73a8861debf2 authored over 17 years ago
automatic -pthread adding for BSD merged from 0.9.1

github.com/gerbera/gerbera - 4ecdc2604874fe19ba0187d3e8e40716f69390b6 authored over 17 years ago
updated whitespace_cleanup script; by default deactivated

github.com/gerbera/gerbera - e116350e71fd77c671dbdd43659a74fe856bfef1 authored over 17 years ago
during the last big cleanup some tabs got deleted instead of replaced by spaces

github.com/gerbera/gerbera - 189e6648e500124f72590ab7be6c8ad26d39e692 authored over 17 years ago
fixing cleanup script

removing trailing empty lines

github.com/gerbera/gerbera - 3ccb38524b650a1171b6f7bfc6f424f2ce528c52 authored over 17 years ago
id3lib related fix in configure.ac

some fixes for Solaris

github.com/gerbera/gerbera - c2ffc191e3dea2a916c94ffb754ae5a58222feeb authored over 17 years ago
updating .deb files

github.com/gerbera/gerbera - 4793247ae96abaff284ef6c680bf6a235e3a2e1c authored over 17 years ago
adding condig.xsd to tar.gz

github.com/gerbera/gerbera - b719537f88ca80d7c67823c7b7baa6a7629cc271 authored over 17 years ago
updating ChangeLog

github.com/gerbera/gerbera - 74acaba859396a76d97f790d96f5af8a03713bcd authored over 17 years ago
generating current readme

github.com/gerbera/gerbera - 358195482c5fb033dd62d00f1dd3fd345847d0a7 authored over 17 years ago
merging important mysql script changes

github.com/gerbera/gerbera - f796bf76410f288cf3c2823b0a1c764c840f9f29 authored over 17 years ago
added protocolInfo tag to config.xsd

github.com/gerbera/gerbera - 26afe44cf97a7a53f4bd6e115dfd20e273d4cbf2 authored over 17 years ago
added modelDescription and serialNumber to config.xsd

github.com/gerbera/gerbera - 6fba77267c13c8b11e269de91be3d404f9f830ba authored over 17 years ago
removed a debug message in resource manager

configure.ac was printing wrong messages in some cases
updated documentation

github.com/gerbera/gerbera - b95ea12af8c36504ad3fa00999d695897841986f authored over 17 years ago
allow editing of "PC Directory" name

github.com/gerbera/gerbera - 2e362cc368b76a7fd6e79343a3890b4d602d9b25 authored over 17 years ago
updated manpage

github.com/gerbera/gerbera - 9fca44760862e9d23fe33b5ac0ee9e77bdcc6368 authored over 17 years ago
checkin of whitespace_cleanup scripst

github.com/gerbera/gerbera - ceced9ffa71cb73e5019402d6472edebacf800cc authored over 17 years ago