2007-04-04 |
Andre Noll | compress.c: fix serious typo |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Andre Noll | fix compress filter for big endian systems |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Andre Noll | Revert "fix compress filter for big endian machines" |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Andre Noll | fix compress filter for big endian machines |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Andre Noll | Merge /fml/ag-raetsch/home/maan/scm/paraslash_meins... |
commit | commitdiff | tree | snapshot |
2007-03-25 |
Andre Noll | do not copy the audio file header |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Andre Noll | kill some more unneeded includes |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Andre Noll | aac_afh.c: Get rid of some superfluous includes |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Andre Noll | mp3_afh.c: set bitrate, frequency and channels of struc... |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Andre Noll | ogg_afh.c: store bitrate, frequency and channels in... |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Andre Noll | Merge /home/maan/scm/paraslash_fml/paraslash |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Andre Noll | aac_afh.c: compute bitrate and store it in the new... |
commit | commitdiff | tree | snapshot |
2007-03-24 |
Andre Noll | afh: add additional fields channels, frequency, and... |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Andre Noll | server.h: kill unneccessary openssl/pem.h include |
commit | commitdiff | tree | snapshot |
2007-03-23 |
Andre Noll | mp3_afh.c: Fix header_bitrate() for invalid headers |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Andre Noll | audiod.c: Fix typo in log message |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Andre Noll | NEWS update |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Andre Noll | Makefile.in: Remove some unused variables |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Andre Noll | vss.c: Don't try to mmap empty files |
commit | commitdiff | tree | snapshot |
2007-03-22 |
Andre Noll | mp3_afh.c: Fix off by one bug |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Andre Noll | mysql_selector.c: refresh selector info on com_us and... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Andre Noll | Change year in GPL header to 2007 |
commit | commitdiff | tree | snapshot |
2007-03-15 |
Andre Noll | NEWS: Update |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Andre Noll | fd.c: Kill para_fread() and para_fseek() |
commit | commitdiff | tree | snapshot |
2007-03-14 |
Andre Noll | Merge /home/maan/scm/paraslash_fml/paraslash into mmap |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Andre Noll | mp3_afh.c: More documentation updates |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Andre Noll | mp3_afh.c: Documentation update |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Andre Noll | vss.c: simplify vss_eof() |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Andre Noll | vss.c: Switch from fopen() to open() |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Andre Noll | kill file parameter from get_file_info of struct audio... |
commit | commitdiff | tree | snapshot |
2007-03-13 |
Andre Noll | mp3_afh.c: Switch to memory mapped input file |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Andre Noll | aac_afh: use the file mapping rather than read() |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Andre Noll | vss.c: Use the file mapping instead of fseek()/read() |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Andre Noll | first draft of the mmap patch series |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Andre Noll | dccp.c was modified in 2007, so change header to reflec... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Andre Noll | NEWS: cosmetic menu item fix |
commit | commitdiff | tree | snapshot |
2007-03-12 |
Andre Noll | Merge ../paraslash_meins/paraslash |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Andre Noll | vss.c: rename get_song() to vss_get_audio_file() |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Andre Noll | comment out some noisy debug messages |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Andre Noll | small documentation cleanup |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Andre Noll | command.c kill unused declaration of user_list |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Andre Noll | ogg_afh.c: make two functions static |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Andre Noll | fix doxygen comment of the init functions of all audio... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Andre Noll | mp3_afh.c: Kill global variable num_chunks and seconds. |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Andre Noll | kill close_audio_file handler from struct audio format. |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Andre Noll | kill global variable af from all audio format handlers |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Andre Noll | aac_afh.c: kill global variables inbuf and inbuf_len |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Andre Noll | aac_afh.c: free the inbuffer already in aac_get_file_info() |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Andre Noll | aac_afh.c: Kill global variable af |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Andre Noll | aac_afh.c: Kill global variable num_chunks |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Andre Noll | aac_afh.c: Kill global variable inbuf_size |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Andre Noll | introduce struct audio_format_info |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Andre Noll | ogg_afh.c: Kill tunetable() |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Andre Noll | ogg_afh.c: Switch to ogg vorbis callbacks |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Andre Noll | READMY.mysql: replace --enable-mysql-headers by --with... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Andre Noll | simplify dccp_set_socket() (Gerrit Renker) |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Andre Noll | audiod: avoid busy loop on startup |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Andre Noll | ogg_afh.c: Fix format string compiler warning |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Andre Noll | mysql_selector.c: mark mysql_macro_list[] const |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Andre Noll | mysql.c: fix -Wshadow warnings |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Andre Noll | Makefile.in: use CPPFLAGS also for target mysql.o |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Andre Noll | aac_afh.c: Make "handle" a local variable |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Andre Noll | mp3_afh.c: Mark frequencies, bitrate and frame_size_ind... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Andre Noll | mp3_afh.c: Kill unused mp3.filename |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Andre Noll | ogg_afh.c: Kill unneccessary inclusion of fd.h |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Andre Noll | ogg_afh.c: Kill global variable num_chunks |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Andre Noll | ogg_afh.c: make vi_sampling_rate, vi_bitrate local |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Andre Noll | ogg_afh.c: Kill unused vi_bitrate_nominal |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Andre Noll | ogg_afh.c: get rid of global variable max_chunk_len |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Andre Noll | simplify ogg_compute_chunk_table() |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Andre Noll | ogg_afh.c: Kill global variable infile |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Andre Noll | ogg_afh.c: Kill superflous vi_channels |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Andre Noll | ogg_afh.c: Kill unused inbuf and inbuf_size |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Andre Noll | mp3_afh.c: Kill unused inbuf and inbuf_size; |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Andre Noll | simplify vss_read_chunk() |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Andre Noll | kill the read_chunk handler of struct audio_format... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Andre Noll | make get_file_info() return the chunk table |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Andre Noll | vss.c: Kill check for get_file_info == NULL |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Andre Noll | kill the reposition handler in struct audio_format_handler |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Andre Noll | unify all audio format handlers |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Andre Noll | ogg_afh.c: Rename oggbuf_len to inbuf_size |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Andre Noll | ogg_afh.c: Rename oggbuf to inbuf |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Andre Noll | unify aac and mp3 audio format handlers |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Andre Noll | string.c para_realloc(): report requested size on reall... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Andre Noll | ogg_afh.c: chunk_table is an array of type size_t |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Andre Noll | simplify ogg_compute_header_len() |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Andre Noll | dccp_recv.c, stdout.h: change year in GPL header to... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Andre Noll | rename DB_READ, DB_WRITE to AFS_READ, AFS_WRITE |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Andre Noll | Merge /fml/ag-raetsch/home/maan/scm/paraslash_meins... |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Andre Noll | FEATURES update |
commit | commitdiff | tree | snapshot |
2007-03-02 |
Andre Noll | osx_write.c: Kill sleep() on buffer underruns |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Andre Noll | NEWS update |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Andre Noll | stdout.h: Kill unused bufsize |
commit | commitdiff | tree | snapshot |
2007-03-01 |
Andre Noll | filter.c: Register tasks in proper order |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Andre Noll | rename db.c to afs.c and db.h to afs.h |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Andre Noll | db.c find_audio_files(): use int rather than char for... |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Andre Noll | Merge /home/maan/scm/paraslash_fml/paraslash |
commit | commitdiff | tree | snapshot |
2007-02-20 |
Andre Noll | simplify get_atts() |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Andre Noll | fix typo in dccp_writer |
commit | commitdiff | tree | snapshot |
2007-02-19 |
Andre Noll | simplify setup_default_wng() |
commit | commitdiff | tree | snapshot |
next |