Feed aggregator
Style fix, as suggested by Jer?\195?\131?\194?\180me.
Commit by phoudoin :: r38575 /haiku/trunk/src/ (2 files in 2 dirs): Style fix, as suggested by Jer?\195?\131?\194?\180me.
Added Ruby and Paladin as OptionalPackages
Commit by scottmc :: r38574 /haiku/trunk/build/jam/ (2 files): Added Ruby and Paladin as OptionalPackages
Patch from Janito Ferreira Filho (aka jjvf): this is the result of his GSoC...
Commit by korli :: r38573 /haiku/trunk/src/add-ons/kernel/file_systems/ext2/ (37 files):
Patch from Janito Ferreira Filho (aka jjvf): this is the result of his GSoC assignment "Implement ext2/3 Read and Write Support for Haiku".
- Tested and checked most features and fs operations, while passing successfully the Linux fsck. Though the implementation still needs more testing and is to be used with caution, it's better in my mind to have the code committed now given the size of the patch.
- Code style isn't extensively checked but is mostly OK. Code review is welcome. Some notes from Janito:
- Sparse files aren't supported and hard links aren't supported. Write attributes methods aren't activated nor tested.
- Journaling needs more testing to make sure it behaves in a compatible way to Ext3, and support for the different modes hasn't been implemented (due to the block and file cache incompatibility). Correct revoke management is also lacking, as is proper management of the superblock state and copies and block group copies.
- The code is partly based and inspired by the BFS implementation. Author information might need to be fixed. I'd like to congratulate and thank Janito for his hard work to bring the implementation to the current state. I hope he'll keep on maintaining it and become a regular contributor/committer.
Check if the mouse click is in the decorator drag area.
Commit by czeidler :: r38572 /haiku/trunk/src/add-ons/decorators/SATDecorator/StackAndTile.cpp: Check if the mouse click is in the decorator drag area.
Ticket #6563 ([MediaPlayer] add search support in playlist window) created
Something like jump to item and/or context search.
Ticket #6562 ([MediaPlayer] needs more shortcuts in playlist window) created
Currently there is no way to control items in playlist window via keyboard.
Force grep to treat files as text files, as it seems freegrep doesn't like...
Commit by mmu_man :: r38571 /haiku/trunk/src/add-ons/media/media-add-ons/usb_webcam/Jamfile: Force grep to treat files as text files, as it seems freegrep doesn't like UTF-8.
Ticket #6561 ([MediaPlayer] crashes on playing wmv file) created
This is r38570 in VirtualBox. Before recent ffmpeg update this file used to play fine.
Thread 536 caused an exception: Segment violation [...] [Switching to team /boot/system/apps/MediaPlayer (480) thread playback manager (536)] 0x01efdaf0 in ff_msmpeg4_decode_init () from /boot/system/add-ons/media/plugins/ffmpeg (gdb) bt #0 0x01efdaf0 in ff_msmpeg4_decode_init () from /boot/system/add-ons/media/plugins/ffmpeg #1 0x0270c580 in ff_msmp4_dc_chroma_vlc () from /boot/system/add-ons/media/plugins/ffmpeg #2 0x00000009 in ?? () #3 0x00000078 in ?? () #4 0x02104c44 in ff_table0_dc_lum () from /boot/system/add-ons/media/plugins/ffmpeg #5 0x00000008 in ?? () #6 0x00000004 in ?? () #7 0x02104c40 in table_mb_non_intra () from /boot/system/add-ons/media/plugins/ffmpeg #8 0x00000008 in ?? () #9 0x00000004 in ?? () #10 0x00000000 in ?? () #11 0x00000000 in ?? () #12 0x00000000 in ?? () #13 0x00000004 in ?? () #14 0x02598e5e in static_rl_table_store () from /boot/system/add-ons/media/plugins/ffmpeg #15 0x00003000 in ?? () #16 0x01efd5e4 in ff_msmpeg4_decode_init () from /boot/system/add-ons/media/plugins/ffmpeg #17 0x021af4a4 in ?? () from /boot/system/add-ons/media/plugins/ffmpeg ---Type <return> to continue, or q <return> to quit--- #18 0x1824fa90 in ?? () #19 0x021c3fa0 in wmavoice_decoder () from /boot/system/add-ons/media/plugins/ffmpeg #20 0xffffffff in ?? () #21 0x180e96a8 in ?? () #22 0x00003000 in ?? () #23 0xffffffff in ?? () #24 0x01f9fbf3 in wmv2_decode_init () from /boot/system/add-ons/media/plugins/ffmpeg #25 0x18040940 in ?? () #26 0x00000000 in ?? () #27 0x00003000 in ?? () #28 0x01f9fbc6 in wmv2_decode_init () from /boot/system/add-ons/media/plugins/ffmpeg #29 0x021af4a4 in ?? () from /boot/system/add-ons/media/plugins/ffmpeg #30 0x18040940 in ?? () #31 0x021c3fa0 in wmavoice_decoder () from /boot/system/add-ons/media/plugins/ffmpeg #32 0x009e4b01 in BPrivate::hoardUnlock () from /boot/system/lib/libroot.so Previous frame inner to this frame (corrupt stack?) (gdb)First implementation at the "loop by default" settings. To make it better, there...
Commit by stippi :: r38570 /haiku/trunk/src/apps/mediaplayer/ (3 files in 2 dirs): First implementation at the "loop by default" settings.
To make it better, there should be a looping mode per
window, and the settings should serve only as defaults.
To make it better, there should be a looping mode per
window, and the settings should serve only as defaults.
Removed VideoNode, as it wasn't used. It's almost the same code as the VideoNode...
Commit by stippi :: r38569 /haiku/trunk/src/apps/mediaplayer/ (VideoNode.cpp VideoNode.h): Removed VideoNode, as it wasn't used. It's almost the same
code as the VideoNode in the TV application.
code as the VideoNode in the TV application.
Moved TransportControlGroup into "interface" folder, as it's a more or less...
Commit by stippi :: r38568 /haiku/trunk/src/apps/mediaplayer/ (5 files in 2 dirs): Moved TransportControlGroup into "interface" folder, as it's
a more or less generic foundation class.
a more or less generic foundation class.
Style cleanup.
Commit by phoudoin :: r38567 /haiku/trunk/src/ (2 files in 2 dirs): Style cleanup.
Reworked, as suggested by stippi, to avoid keeping cursors instances of system...
Commit by phoudoin :: r38566 /haiku/trunk/src/ (4 files in 2 dirs): Reworked, as suggested by stippi, to avoid keeping cursors instances of system ones.
Make CpuCapabilities.h self-contained and thereby fix the build.
Commit by stippi :: r38565 /haiku/trunk/src/add-ons/media/plugins/ffmpeg/CpuCapabilities.h: Make CpuCapabilities.h self-contained and thereby fix the build.
* Hopefully fixed the PPC build. * Fixed coding style issues.
Commit by stippi :: r38564 /haiku/trunk/src/add-ons/media/plugins/ffmpeg/CpuCapabilities.cpp:
- Hopefully fixed the PPC build.
- Fixed coding style issues.
ff_x264_deblock_v8_luma_intra_mmxext is GPL and needs to be wrapped in a...
Commit by stippi :: r38563 /haiku/trunk/src/add-ons/media/plugins/ffmpeg/libavcodec/x86/dsputil_mmx.c: ff_x264_deblock_v8_luma_intra_mmxext is GPL and needs to be wrapped
in a CONFIG_GPL #ifdef (should be upstreamed, actually). This fixes
the GCC2 build (and probably GCC4) if the Haiku build is not configured
to include GPL add-ons.
in a CONFIG_GPL #ifdef (should be upstreamed, actually). This fixes
the GCC2 build (and probably GCC4) if the Haiku build is not configured
to include GPL add-ons.
Enable run-time CPU detection. I didn't yet test this on an older CPU.
Commit by stippi :: r38562 /haiku/trunk/src/add-ons/media/plugins/ffmpeg/ (Jamfile config.h): Enable run-time CPU detection. I didn't yet test this
on an older CPU.
on an older CPU.
yuv2rgb_mmx.c will now include other files depending on whether GPL code is...
Commit by stippi :: r38561 /haiku/trunk/src/add-ons/media/plugins/ffmpeg/libswscale/Jamfile: yuv2rgb_mmx.c will now include other files depending on whether
GPL code is enabled or not. We need to build it in either case.
GPL code is enabled or not. We need to build it in either case.


Commenti recenti
3 days 14 hours fa
2 weeks 5 days fa
2 weeks 5 days fa
3 weeks 1 giorno fa
3 weeks 1 giorno fa
3 weeks 4 days fa
3 weeks 5 days fa
3 weeks 5 days fa
4 weeks 13 min fa
4 weeks 23 hours fa