machin
04-14-2008, 07:27 PM
Hello, u can upgrade MediaInfo 0.7.6.3 here :
[Only registered and activated users can see links]
Version 0.7.6.3, 2008-04-12
---------------
+ AVC: Count of reference frames
+ AU: Comments
+ Some global speed improvement
x #1931844, Id3v2: Unsynchronized frames support (v2.3 & v2.4)
Version 0.7.6.2, 2008-03-28
---------------
+ MKV: handling of files created for streaming
+ MPEG-4: Handling of corrupted stream size info with some PCM streams
+ DVD video: Hebrew patch ("iw" code is mapped to Hebrew)
x MPEG-4: better handling of bitrate mode (VBR or CBR)
x AVI: MediaInfo reads now the framerate value from the container rather than the stream value
Version 0.7.6.1, 2008-03-14
---------------
+ AC3: TrueHD detection
+ MPEG-TS (or Bluray): VC-1, AC3+ and AC3 TrueHD detection
+ AVC in MKV: all SEI userdata infos from x264/eavc in Writing library settings
+ EVO: Better detection of duration
+ Dirac: raw files parsing
+ MPEG-TS: Dirac management
+ MPEG-TS: DVB subtitles/Teletext management
x MPEG-4 Visual (DivX/XviD): writing library name was missing
x MPEG-Video: some DTS files with wrong extension were detected as MPEG-Video
x SWF: Compressed SWF files support is back
UnrarDLL 3.80.1.87 :
[Only registered and activated users can see links]
and BASS library/addons 2.4 here :
[Only registered and activated users can see links]
[Only registered and activated users can see links]
BASS 2.4
BASSFLAC 2.4
BASSWV 2.4
BASS_MPC 2.4
BASS_ALAC 2.4
BASS_TTA 2.4
BASS_APE 2.4
2.4 - 2/4/2008
--------------
* "Push" streaming
STREAMPROC_PUSH (BASS_StreamCreate "proc")
BASS_StreamPutData
LIVEFX and MULTI examples updated
* "Push" buffered file streaming
STREAMFILE_BUFFERPUSH (BASS_StreamCreateFileUser system)
BASS_StreamPutFileData
* STREAMFILEPROC replaced by table of callbacks for each file operation
BASS_FILEPROCS (FILECLOSEPROC/FILELENPROC/FILEREADPROC/FILESEEKPROC)
STREAMFILEPROC *removed*
* 64-bit file positioning
BASS_SampleLoad
BASS_MusicLoad
BASS_StreamCreateFile
BASS_StreamGetFilePosition
* File buffer level retrieval
BASS_FILEPOS_BUFFER (BASS_StreamGetFilePosition mode)
* Sinc interpolated MOD music mixing
BASS_MUSIC_SINCINTER (BASS_MusicLoad flag)
* MO3 v2.4 support
BASS_MusicLoad
* MOD orders positioning incorporated into channel functions
BASS_ChannelGetLength
BASS_ChannelSetPosition
BASS_ChannelGetPosition
BASS_MusicGetOrderPosition *removed*
BASS_MusicGetOrders *removed*
* Channel attribute functions consolidated
BASS_ChannelSetAttribute
BASS_ChannelGetAttribute
BASS_ChannelSlideAttribute
BASS_ChannelIsSliding
BASS_ChannelSetAttributes *removed*
BASS_ChannelGetAttributes *removed*
BASS_ChannelSlideAttributes *removed*
BASS_ChannelSetEAXMix *removed*
BASS_ChannelGetEAXMix *removed*
BASS_MusicSetAttribute *removed*
BASS_MusicGetAttribute *removed*
* Floating-point volume and panning
BASS_SetVolume
BASS_GetVolume
BASS_RecordSetInput
BASS_RecordGetInput
BASS_ATTRIB_PAN/VOL (BASS_ChannelGet/Set/SlideAttribute options)
BASS_ATTRIB_MUSIC_VOL_CHAN/INST (BASS_ChannelGet/Set/SlideAttribute options)
BASS_SAMPLE (volume/pan/outvol members)
BASS_CONFIG_MAXVOL *removed*
BASSTEST and RECTEST examples updated
* Output device volume control on Vista (as on other OS)
BASS_SetVolume
BASS_GetVolume
* Multiple update threads
BASS_CONFIG_UPDATETHREADS
BASSTEST example updated
* Global volume range increased to 10000
BASS_CONFIG_GVOL_SAMPLE/STREAM/MUSIC (BASS_SetConfig options)
BASSTEST example updated
* Setting and retrieving of a sample's data
BASS_SampleSetData
BASS_SampleGetData
BASS_SampleCreate
BASS_SampleCreateDone *removed*
* Channel flag setting mask
BASS_ChannelFlags
BASS_ChannelSetFlags *removed*
SPEAKERS example updated
* 256 sample FFT
BASS_DATA_FFT256 (BASS_ChannelGetDat flag)
* Channel locking to prevent access by other threads
BASS_ChannelLock
* Manual channel buffer updating
BASS_ChannelUpdate
BASS_ChannelPreBuf *removed*
* Configurable manual update length
BASS_Update
* Extended device information retrieval and detection of new/removed devices
BASS_GetDeviceInfo
BASS_RecordGetDeviceInfo
BASS_DEVICEINFO structure
BASS_GetDeviceDescription *removed*
BASS_RecordGetDeviceDescription *removed*
BASS_INFO (driver member) *removed*
BASS_RECORDINFO (driver member) *removed*
MULTI example updated
* Default device change tracking on Windows (as on OSX)
BASS_Init
BASS_RecordInit
* Speaker detection from Windows control panel
BASS_DEVICE_CPSPEAKERS (BASS_Init flag)
* Channel automatically stopped & resumed for DX8 effects
BASS_ChannelSetFX
BASS_ChannelRemoveFX
* "double" precision position conversion
BASS_ChannelBytes2Seconds
BASS_ChannelSeconds2Bytes
* Separate config functions for pointers
BASS_SetConfigPtr
BASS_GetConfigPtr
BASS_CONFIG_NET_AGENT/PROXY (BASS_SetConfigPtr options)
* Configurable file format verification length
BASS_CONFIG_VERIFY (BASS_SetConfig option)
* Stream filename retrieval
BASS_CHANNELINFO (file member)
* Channel sample retrieval
BASS_CHANNELINFO (sample member)
* META syncs no longer receive metadata in the "data" parameter
BASS_SYNC_META (BASS_ChannelSetSync type)
* Separate sync for OGG logical bitstream changes (instead of BASS_SYNC_META)
BASS_SYNC_OGG_CHANGE (BASS_ChannelSetSync type)
NETRADIO example updated (C version)
* Message syncing removed (use PostMessage instead)
BASS_SYNC_MESSAGE (BASS_ChannelSetSync flag) *removed*
* Data retrieval from stopped/paused channels
BASS_ChannelGetData
* Callback "user" parameters changed to pointers
BASS_StreamCreate / STREAMPROC
BASS_StreamCreateFileUser
BASS_StreamCreateURL / DOWNLOADPROC
BASS_RecordStart / RECORDPROC
BASS_ChannelSetDSP / DSPPROC
BASS_ChannelSetSync / SYNCPROC
[Only registered and activated users can see links]
Version 0.7.6.3, 2008-04-12
---------------
+ AVC: Count of reference frames
+ AU: Comments
+ Some global speed improvement
x #1931844, Id3v2: Unsynchronized frames support (v2.3 & v2.4)
Version 0.7.6.2, 2008-03-28
---------------
+ MKV: handling of files created for streaming
+ MPEG-4: Handling of corrupted stream size info with some PCM streams
+ DVD video: Hebrew patch ("iw" code is mapped to Hebrew)
x MPEG-4: better handling of bitrate mode (VBR or CBR)
x AVI: MediaInfo reads now the framerate value from the container rather than the stream value
Version 0.7.6.1, 2008-03-14
---------------
+ AC3: TrueHD detection
+ MPEG-TS (or Bluray): VC-1, AC3+ and AC3 TrueHD detection
+ AVC in MKV: all SEI userdata infos from x264/eavc in Writing library settings
+ EVO: Better detection of duration
+ Dirac: raw files parsing
+ MPEG-TS: Dirac management
+ MPEG-TS: DVB subtitles/Teletext management
x MPEG-4 Visual (DivX/XviD): writing library name was missing
x MPEG-Video: some DTS files with wrong extension were detected as MPEG-Video
x SWF: Compressed SWF files support is back
UnrarDLL 3.80.1.87 :
[Only registered and activated users can see links]
and BASS library/addons 2.4 here :
[Only registered and activated users can see links]
[Only registered and activated users can see links]
BASS 2.4
BASSFLAC 2.4
BASSWV 2.4
BASS_MPC 2.4
BASS_ALAC 2.4
BASS_TTA 2.4
BASS_APE 2.4
2.4 - 2/4/2008
--------------
* "Push" streaming
STREAMPROC_PUSH (BASS_StreamCreate "proc")
BASS_StreamPutData
LIVEFX and MULTI examples updated
* "Push" buffered file streaming
STREAMFILE_BUFFERPUSH (BASS_StreamCreateFileUser system)
BASS_StreamPutFileData
* STREAMFILEPROC replaced by table of callbacks for each file operation
BASS_FILEPROCS (FILECLOSEPROC/FILELENPROC/FILEREADPROC/FILESEEKPROC)
STREAMFILEPROC *removed*
* 64-bit file positioning
BASS_SampleLoad
BASS_MusicLoad
BASS_StreamCreateFile
BASS_StreamGetFilePosition
* File buffer level retrieval
BASS_FILEPOS_BUFFER (BASS_StreamGetFilePosition mode)
* Sinc interpolated MOD music mixing
BASS_MUSIC_SINCINTER (BASS_MusicLoad flag)
* MO3 v2.4 support
BASS_MusicLoad
* MOD orders positioning incorporated into channel functions
BASS_ChannelGetLength
BASS_ChannelSetPosition
BASS_ChannelGetPosition
BASS_MusicGetOrderPosition *removed*
BASS_MusicGetOrders *removed*
* Channel attribute functions consolidated
BASS_ChannelSetAttribute
BASS_ChannelGetAttribute
BASS_ChannelSlideAttribute
BASS_ChannelIsSliding
BASS_ChannelSetAttributes *removed*
BASS_ChannelGetAttributes *removed*
BASS_ChannelSlideAttributes *removed*
BASS_ChannelSetEAXMix *removed*
BASS_ChannelGetEAXMix *removed*
BASS_MusicSetAttribute *removed*
BASS_MusicGetAttribute *removed*
* Floating-point volume and panning
BASS_SetVolume
BASS_GetVolume
BASS_RecordSetInput
BASS_RecordGetInput
BASS_ATTRIB_PAN/VOL (BASS_ChannelGet/Set/SlideAttribute options)
BASS_ATTRIB_MUSIC_VOL_CHAN/INST (BASS_ChannelGet/Set/SlideAttribute options)
BASS_SAMPLE (volume/pan/outvol members)
BASS_CONFIG_MAXVOL *removed*
BASSTEST and RECTEST examples updated
* Output device volume control on Vista (as on other OS)
BASS_SetVolume
BASS_GetVolume
* Multiple update threads
BASS_CONFIG_UPDATETHREADS
BASSTEST example updated
* Global volume range increased to 10000
BASS_CONFIG_GVOL_SAMPLE/STREAM/MUSIC (BASS_SetConfig options)
BASSTEST example updated
* Setting and retrieving of a sample's data
BASS_SampleSetData
BASS_SampleGetData
BASS_SampleCreate
BASS_SampleCreateDone *removed*
* Channel flag setting mask
BASS_ChannelFlags
BASS_ChannelSetFlags *removed*
SPEAKERS example updated
* 256 sample FFT
BASS_DATA_FFT256 (BASS_ChannelGetDat flag)
* Channel locking to prevent access by other threads
BASS_ChannelLock
* Manual channel buffer updating
BASS_ChannelUpdate
BASS_ChannelPreBuf *removed*
* Configurable manual update length
BASS_Update
* Extended device information retrieval and detection of new/removed devices
BASS_GetDeviceInfo
BASS_RecordGetDeviceInfo
BASS_DEVICEINFO structure
BASS_GetDeviceDescription *removed*
BASS_RecordGetDeviceDescription *removed*
BASS_INFO (driver member) *removed*
BASS_RECORDINFO (driver member) *removed*
MULTI example updated
* Default device change tracking on Windows (as on OSX)
BASS_Init
BASS_RecordInit
* Speaker detection from Windows control panel
BASS_DEVICE_CPSPEAKERS (BASS_Init flag)
* Channel automatically stopped & resumed for DX8 effects
BASS_ChannelSetFX
BASS_ChannelRemoveFX
* "double" precision position conversion
BASS_ChannelBytes2Seconds
BASS_ChannelSeconds2Bytes
* Separate config functions for pointers
BASS_SetConfigPtr
BASS_GetConfigPtr
BASS_CONFIG_NET_AGENT/PROXY (BASS_SetConfigPtr options)
* Configurable file format verification length
BASS_CONFIG_VERIFY (BASS_SetConfig option)
* Stream filename retrieval
BASS_CHANNELINFO (file member)
* Channel sample retrieval
BASS_CHANNELINFO (sample member)
* META syncs no longer receive metadata in the "data" parameter
BASS_SYNC_META (BASS_ChannelSetSync type)
* Separate sync for OGG logical bitstream changes (instead of BASS_SYNC_META)
BASS_SYNC_OGG_CHANGE (BASS_ChannelSetSync type)
NETRADIO example updated (C version)
* Message syncing removed (use PostMessage instead)
BASS_SYNC_MESSAGE (BASS_ChannelSetSync flag) *removed*
* Data retrieval from stopped/paused channels
BASS_ChannelGetData
* Callback "user" parameters changed to pointers
BASS_StreamCreate / STREAMPROC
BASS_StreamCreateFileUser
BASS_StreamCreateURL / DOWNLOADPROC
BASS_RecordStart / RECORDPROC
BASS_ChannelSetDSP / DSPPROC
BASS_ChannelSetSync / SYNCPROC