Next | Query returned 33 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798)
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
   2012-10-03 01:48:16 by Aleksej Saushev | Files touched by this commit (190)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-01-26 21:57:56 by Ulrich Habel | Files touched by this commit (2)
Log message:
Updated to 0.93

Changes:

0.93    2011-09-14
        - ASF: Support seeking in a file without an ASF_Index object.
        - Don't use MAX_PATH because this limits path names to only 260 chars on \ 
Win32.
   2011-10-10 11:50:03 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Update p5-Audio-Scan to 0.92.

Changes from previous:
0.92    2011-09-09
    - Added $info->{jenkins_hash} which is a 32-bit hash value of the
      filename + mtime + file size.
    - MP4: Get correct HE-AAC samplerate values from esds.
    - ADTS AAC: Add support for .adts file extension.

0.91    2011-09-06
    - MP3, MP4, WMA, WAV, AIFF, ADTS AAC: Added DLNA audio profile
      detection as $info->{dlna_profile}.
   2011-08-06 14:48:30 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 0.90:
* ID3: Bug 17392, fixed APIC offset calculation for non-MP3 files such as AIFF
  and WAV where the tag does not live at the front of the file.

Changes 0.89:
* APE: Bug 15895, better handling if we have a broken APE tag and run out of
  tag data.
* WMA: Bug 17355, fixed WM/Picture offset calculation when artwork is stored in
  the Header Extension/Metadata Library block.
* WMA: Added output warning when trying to seek in a file without ASF_Index.
* Switched aac.t to Test::Warn instead of manual STDERR redirection.

Changes 0.88:
* ADTS AAC: Check first 2-3 frames to avoid false syncs.
* OSX: Xcode 4 doesn't include the 10.5 SDK, so check for this before using it.
* Win32: Display better error messages when unable to read from files.
* MP3, AAC, MPC: Bug 17173: Cleaned up several places where invalid memory reads \ 
could occur.

Changes 0.87:
* AAC: Bug 16874, Fixed infinite loop that could occur when reading a truncated
  ADTS stream.
* Win32: Fixed MSVC compilation error in mp3.c.

Changes 0.86:
* MP3: Require first 3 frames to have matching samplerate and channel values.
* MP3: Fixed bug where info->{vbr} would not be set if a file had a Xing frame
  but no LAME data.
* MP3: Handle case where ID3 tag indicates an extended header is present but no
  actual header exists.
   2010-09-07 12:48:32 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 0.84 again.
   2010-09-07 10:18:39 by Thomas Klausner | Files touched by this commit (2)
Log message:
Downgrade for now -- squeezeboxserver does not allow 0.84.
   2010-09-06 12:39:13 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 0.84:

0.84    2010-08-27 19:10:00
        - Added an optional audio_md5 info value, this is the MD5 checksum of the
          first N audio bytes of the file.  This is useful in determining if a file
          is the same even when tags have been changed.  See the documentation \ 
for details.
        - Added audio_size info value to all formats.
        - Added image offset values in AUDIO_SCAN_NO_ARTWORK mode for some \ 
formats, so
          image data may be extracted directly from the file if needed.  See the
          documentation for specific details.
        - AAC: Fixed samplerate values for AACplus files. The samplerate in the \ 
header
          needs to be doubled to obtain the actual playback samplerate.
        - ID3: Bug 16452, Don't add null strings as array entries for T* frames.

0.83    2010-06-10 14:15:00
        - APE: Tag could be ignored when ID3v1 tag is present.
        - Fixed error handling for invalid RVAD tags.
        - Win32: Added binmode for all open files and filehandles.
   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
   2010-07-04 18:55:03 by Quentin Garnier | Files touched by this commit (2)
Log message:
Update p5-Audio-Scan to 0.82, as required by a package I'm working on.

OK'd by maintainer.

0.82    2010-05-24 13:15:00
        - RT 57664: ID3: Add checks to avoid reading too much inside an invalid \ 
frame.
        - FLAC: Seeking bug fixes.

0.81    2010-05-15 10:40:00
        - Fixed broken boolean values.

0.80    2010-05-14 23:15:00
        - ID3: Fixed unsynchronisation of v2.2/v2.3 tags.
        - FLAC: Fixed several seeking bugs and improved seeking algorithm.
        - MP3: Subtract LAME encoder delay/padding from total samples to obtain more
          accurate song duration value.

0.79    2010-04-27 14:30:00
        - ID3: Bug 16079, fixed crash when reading empty TCON tag.
        - Bug 16095, workaround Win32+filehandle bug where file pos could sometimes
          be off-by-one after a PerlIO_read.

0.78    2010-04-16 15:45:00
        - ASF: Fixed various issues when seeking, now uses the ASF_Index object \ 
correctly.
        - ASF: Refactored to clean up the code and make it more efficient.
        - ID3: Bug 16073, properly handle illegal zero-byte frames.

0.77    2010-04-14 11:30:00
        - PerlIO_seek with SEEK_END sometimes does not work correctly, changed \ 
all seeks
          to use SEEK_SET instead.

0.76    2010-04-14 10:30:00
        - APE: Bug 15992, fixed reading of APE tags when file also has a \ 
Lyricsv2 tag.
        - APE: Bug 16056, fixed reading of APE tags with certain kinds of \ 
invalid tags.

0.75    2010-04-02 15:50:00
        - ID3: Really fixed empty text field bug this time.

0.74    2010-04-02 12:15:00
        - ID3: Fixed bug where an empty text field could contain the text from the
          previous frame.

0.73    2010-03-31 12:30:00
        - Added find_frame_fh_return_info method for MP4 seeking from a filehandle.

0.72    2010-03-31 10:50:00
        - Fixed bug in reading unsynchronized APIC frames, the APIC data \ 
returned was not
          the correct size.
        - Fixed Mac hints file to work properly on OSX Server 10.6.

0.71    2010-03-30 00:00:00
        - Added find_frame_return_info method for MP4 that returns the seek \ 
offset as well
          as a rewritten header that can be placed before the seeked audio to \ 
construct a
          valid bitstream.

Next | Query returned 33 messages, browsing 21 to 30 | Previous