ChangeLog-2008
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1719k
源码类别:
midi
开发平台:
Unix_Linux
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 22 20:27:55 2008 +0200
- services_discovery: Make sure we kill also object created by the input.
- This commit bother me. I don't see why we don't do it for all objects.
- commit 8d4a329306a54407904ac4fa5a5bc5858df555a7
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Tue Jul 22 10:30:54 2008 +0300
- access_filter: memory leak
- Pointed-out-by: Rémi Duraffort
- commit 5072a6cf46f1ae67f4ad1098a00b222d6aefc0eb
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jul 22 00:25:00 2008 +0200
- Fixed scaled output mouse tracking in remoteosd.
- commit 83e3e91f9c7b021b5da8bf8c6c6cd8dc0a1ce763
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jul 21 23:18:12 2008 +0200
- Fixed an invalid msg_Err format (potential segfault).
- commit e22cc82c09592b711c497b0c6c2036cbf9596106
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jul 21 23:17:53 2008 +0200
- Added a missing const qualifier.
- commit 171934abd5615437ea05522e727e8c77bf1b07c8
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jul 21 23:15:52 2008 +0200
- Fixed a memory leak in aspect-ratio/crop/zoom/deinterlace hotkeys.
- commit 24e7b2dd236e659a004f9897411b35ee6de010c7
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jul 21 23:14:47 2008 +0200
- Fixed a memory leak in AspectCallback.
- commit 5a0ac45ff4813ab8b3fe1ac39f0c87489bd1fe30
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jul 21 23:13:31 2008 +0200
- Fixed unitialized memory passed to write().
- Added missing rfbEncodingCopyRect.
- commit c33ba23af72246ea286a6c0565f1c20d5064b291
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jul 21 22:29:49 2008 +0200
- Clean up remoteosd (use picture_*, fix a few race conditions and memory
- leaks).
- commit 04c2b1220b64e11d79f635a3a8655e5bcf5971ea
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jul 21 20:47:56 2008 +0200
- Use picture_New/...
- commit ece9d8a3bae33d3bab07d80516a29bb002b243d6
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jul 21 20:31:29 2008 +0200
- Use picture_New.
- commit 8ffbd86ab31339eea0c36d295eb2398835d2738f
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jul 21 20:13:25 2008 +0200
- Use picture_New/Delete/Release.
- commit a0057ba2f41d6403d4e43fec93a1dce1770eb9cb
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Mon Jul 21 23:38:33 2008 +0200
- jvlc: specify maven central repo in pom
- commit 45942f34f38c6a97f1359d9fd06d17d6710da4d4
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Mon Jul 21 22:21:31 2008 +0200
- jvlc: MediaPlayerListener stopped method added
- commit 581d6817b21300a55bee20a2ad0ebb6b65a697e5
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Mon Jul 21 22:07:41 2008 +0200
- jvlc: VLCExample updated
- commit 8dc8114139bdc23c1871922db998db93edfeab73
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Mon Jul 21 22:05:53 2008 +0200
- jvlc: MediaInstance* renamed to MediaPlayer*
- commit f3ebe3939865db1fbb4ae07866e4859b64d4ae3d
- Author: Adrien Grand <jpountz@videolan.org>
- Date: Sun Jul 20 13:50:08 2008 +0200
- libvlc_vlm.h: Fix typo.
- Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>
- commit 037d4785d03ed25d8bd3c8a77e1f50933de11d54
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon Jul 21 20:49:08 2008 +0200
- macosx: Make sure the vout window send mouseEvents properly.
- commit 1c94ebe4d604b51644f9a129c3aa40f81ed6a97b
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Mon Jul 21 18:25:24 2008 +0200
- Use pl_Release an factorise two lines.
- commit 64868251fe44f3659459c254df6928f170d15b89
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jul 21 14:35:12 2008 +0200
- live555: Fix TCP rollover
- * Always go trough Connect on rollover. even in the case of SDP files. (The check was also wrong. It should have been || instead of &&)
- * Return from demux after initiating TCP rollover. Bug introduced by [fed83de55cdaf7f623a16f1051d97d450c44ad63]
- * Delete initiated streams during TCP rollover. We will make new ones later on.
- commit ef4da6276172fae93c921630de10ca9ab4162487
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jul 21 14:33:03 2008 +0200
- live555: Fix fallback case for unsupported transport.
- This was broken by [175310ff6066991ee45e2a839f8c53e12b75e6d4] which introduced "forced mcast".
- commit e54f502332f90b2149cc778204782f924bb2ce6d
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Mon Jul 21 10:39:49 2008 +0200
- Missing #undef
- commit 3e0ef87588c1e0b5b906887578da8cb3c8eee5a4
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Mon Jul 21 10:00:51 2008 +0200
- Use pl_Release.
- commit 494ace96d068ee8e4b6b689da0ae469c0c0e4fe3
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Mon Jul 21 09:37:36 2008 +0200
- Use pl_Locked and pl_Unlocked
- commit a518149f3478fc8bc984b114a1821d0fd83cecab
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Mon Jul 21 09:13:45 2008 +0200
- Use pl_Locked and pl_Unlocked.
- commit cd4c4f1dadf2a9b595948da6d70ac2eaad93c990
- Merge: 344b1df 9525c2b
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jul 21 02:35:21 2008 +0200
- Merge branch 'master' of git@git.videolan.org:vlc
- commit 344b1df55529d28aadf452b294fbe8256a70f4c5
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Mon Jul 21 02:28:42 2008 +0200
- qtcapture: Use Hosttime when available.
- commit 9525c2bdc421d0da330bcbca4c2473dffa79c831
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 20 23:36:13 2008 +0200
- Upgraded swscale mode to bicubic by default (fast bilinear is nearly
- a point resize).
- commit e2644877773f5a1e61b6fd833295d5c09e125803
- Author: Adrien Grand <jpountz@videolan.org>
- Date: Sun Jul 20 18:18:36 2008 +0200
- VOD support for Java bindings
- I've updated the first patch to take into account recent changes in JVLC
- tests.
- Regards,
- --
- jpountz
- From e6f5b5ff77b38ec0dfefe4e036708396df7bf459 Mon Sep 17 00:00:00 2001
- From: Adrien Grand <jpountz@videolan.org>
- Date: Sun, 20 Jul 2008 18:10:52 +0200
- Subject: [PATCH] Java bindings: Add VOD support.
- Signed-off-by: Filippo Carone <littlejohn@videolan.org>
- commit 2a641d191b5ca13091c62affca68d7251bf3b1d7
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 20 23:16:21 2008 +0200
- Added missing include file.
- commit c1ff99857d6117f2f0eb87d05b4f08044870ae66
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 20 23:13:37 2008 +0200
- Clean up include files.
- commit 9b19a07597165946cb8ec2d1753ad237963e4e6b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 20 23:09:29 2008 +0200
- Fixed subtitle duration when rate != default.
- commit 66d883a95cd1dce8b2e35efe5bee34126dd93e95
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 20 22:57:28 2008 +0200
- Cosmetics (moved BuildDone under HAVE_FONTCONFIG)
- commit fb0a060578bd8c7b2983e2b8ed0dffda8a51c631
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 20 22:53:23 2008 +0200
- Fixed locking scheme.
- commit c80284eddc1dd7005bfeb3a32782345fd57684c7
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 20 22:24:50 2008 +0200
- Fixed printf format for size_t.
- commit 2121de2768caf997399ff534c0021e9204258fa1
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 20 22:16:33 2008 +0200
- Fixed a potential segfault when font builder thread try to release
- itself.
- Use the fontconfig the font builder thread created (Fixed a few past
- broken commits).
- Fixed fontconfig lock (a unique lock for all instances).
- commit a602c01e2e1b69dd1e7241d9d98686e25842ea41
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Jul 20 17:38:13 2008 +0200
- jvlc: abstract test class added to not-internal tests too
- commit b774d66a9a2a48e42fc20c54a16e12ae840d1a83
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Jul 20 17:26:42 2008 +0200
- jvlc: download a sample file to run tests, if needed
- commit 7e496b253db3b452436b948c2bc2d21e5a5e0f6d
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Jul 20 17:25:14 2008 +0200
- jvlc: log4j and ioutils dependencies added
- commit 811a68cde20c9c010c813fbb0ca0919764de248d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 20 12:56:42 2008 +0200
- Respect mp4 track enable flag.
- commit 62c5710135a6f5bbf2f73d1e95e54fd30ef23970
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 20 12:52:57 2008 +0200
- Fixed motiondetect segfaults.
- commit a4270c7dc8ac4e35ecdfe320c2a78142e3170905
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 20 12:45:20 2008 +0200
- Added picture_New/picture_Delete/picture_CopyPixels/picture_Copy
- helpers.
- commit 71c4969b02aaf38c70a499d72ff1ac052aac68b7
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Jul 20 12:44:01 2008 +0200
- jvlc: libvlc state and event type enums aligned with libvlc
- commit f9281a91e68bc2f84cc66a13775f5fd1f8ad96d8
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 20 12:22:58 2008 +0200
- media_list_player: Don't fetch stop event from media player in media_list_player_stop.
- commit b1f976cd8a843b72efb13e8deb9571b18244b982
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Jul 20 11:24:33 2008 +0200
- jvlc tests: avoid a libvlc_media_player race condition
- commit adc653a943c78a07875d6d46594f032359cdd421
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Jul 20 11:05:43 2008 +0200
- jvlc: remove MediaInstace
- commit bc91ae254696f20b615a5306874a5ef3941a8640
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Jul 20 10:59:49 2008 +0200
- MediaInstance renamed to MediaPlayer
- commit 0b0379db5da23370333a5d503747b0733027de30
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat Jul 19 17:52:52 2008 +0200
- Fix displaying of teletext buttons.
- commit fb2b7fc5c235ede5bccc57c3d0890385ae8ed83d
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat Jul 19 17:21:19 2008 +0200
- Revert "Fix of #1640 teletext buttons appear too often"
- This reverts commit d9a4e679f03be137a6dc60e9b82050d7bba8408a.
- commit 86c7e74f879b65a640ade8af1a7facdc73af36a8
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat Jul 19 17:19:01 2008 +0200
- Fix ticket #1700: Disable video title showing when --no-osd is specified.
- commit 9369f4b32778c879811e92b12537b6ebe462619e
- Author: Lukas Durfina <lukas.durfina@gmail.com>
- Date: Thu Jun 26 20:40:19 2008 +0200
- Fix of #1640 teletext buttons appear too often
- Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
- commit 8400d104d4236612af4b31ea1852383dcfe31c7f
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 19 22:39:48 2008 +0200
- Fixed undenormalise for 64 bits.
- commit 4b00ff6ec805784d3b136591f0a4cf460ac36af9
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 19 15:41:59 2008 +0200
- Use filter helpers.
- commit cfe329716749b0b47964195e639dd4c740273ea6
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 19 15:41:08 2008 +0200
- Use picture_CopyProperties.
- commit 04cda7545e0cd049af1c2e71d080c013f26ca1e1
- Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
- Date: Sun Jul 20 00:04:38 2008 +0200
- Correct location for mpeg2
- commit 0a53ef618b5b986b83cd894e154203952c889a25
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sat Jul 19 23:48:55 2008 +0200
- jvlc: fix the native type for drawable
- commit 61888921a72410ca823930f97ab096d92f04ee18
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sat Jul 19 23:46:49 2008 +0200
- java bindings: specify hudson as continuus integration engine
- commit caea2bcf39f24969ec334258ce27eeb1cb029998
- Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
- Date: Sat Jul 19 23:41:08 2008 +0200
- libMpeg2 0.5.1 bump
- commit 19ed08bd03eb5475b642a59f65fe86ae87202d7a
- Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
- Date: Wed Jul 9 23:29:50 2008 +0200
- Typo
- commit 1d31c0090cef9aae73e84acd90394517fee17e48
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Jul 19 22:25:05 2008 +0200
- quicktime decoder: fix a cast warning
- commit 08a33c8da72d461caf217c0bbcf745c90b56228e
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Jul 19 22:21:38 2008 +0200
- quicktime codec: prevent malloc(0)
- commit a49e93d66dd52b2b85aad3743b4b4f171c45c977
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Jul 19 22:17:04 2008 +0200
- quicktime decoder: I don't trust this codec enough to have it as priority 100 resetting back to 10. Besides, shouldn't we encourage ffmpeg codec usage over proprietary codecs ?
- commit 2cd7d252bbe5e0ac8543a9e9c6e6faeedac76c14
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Sat Jul 19 21:44:36 2008 +0200
- Mac OS X framework: libvlc_MediaPlayerPlayed -> libvlc_MediaPlayerPlaying.
- commit 79c265c2fef987669665d36bc570ddd6a46ddbe4
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sat Jul 19 20:39:01 2008 +0200
- Removed some useless dgb msgs and added some more useful localised error msgs
- commit ee7537e77ae5c190881227db774a1eee6c1c7aa8
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Sat Jul 19 14:38:10 2008 +0200
- Use pl_Locked and pl_Unlocked.
- commit bd8145b408e9d70d0e861cfabb6e440c95cc6ad1
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Sat Jul 19 13:12:33 2008 +0200
- Cosmetic.
- commit d3ed2c8a6461deae52a59bc1612b3828bafad86a
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 19 13:23:57 2008 +0200
- Use block_Release instead of pf_release directly.
- commit 96a6323fd6b768beddc385ff78dad9e3291cbe22
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 19 13:22:41 2008 +0200
- Fixed buffer overread in equalizer BandCallback.
- commit 36d1d663db8961cbb85e578f43f90ecfde11016e
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 19 13:19:16 2008 +0200
- Fixed a segfault in aout_EnableFilter.
- Fixed missing lock in aout callbacks !
- Factorized duplicated code.
- commit ab131d8bfb68e02a952567e93c5a891ce8d6322c
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 19 13:17:38 2008 +0200
- Added filter_NewPicture/Subpicture/AudioBuffer helpers.
- commit c35618f7942c54336aa93282f8407175d330295c
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 19 13:16:37 2008 +0200
- Fixed vout_Create documentation.
- commit 33cd8def1afe1a364919bc0eb85bb5e877b28aab
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 19 13:14:46 2008 +0200
- Fixed a few buffer overflow by not using sprintf...
- commit d1a4a59a95672102d96b97288f81bfe3be653890
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 19 12:56:53 2008 +0200
- libvlc: Don't raise an exception if there is no vout in set_drawable.
- commit d057b0df8de8ec4816fa4d1fd194a89c7c49cce6
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 19 11:27:45 2008 +0200
- playlist: playlist_NodeAddInput was noted as deprecated in docs, remove it from exported symbols.
- commit 0a1480ee6d7dd33d312048fa62231ba5ed6e9a02
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 19 11:18:51 2008 +0200
- playlist: playlist_DeleteFromInputInParent wasn't used by modules, don't export it.
- commit 587f46a9b50b6bee11c83d9afa471a7fc8fe90d6
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 19 11:16:32 2008 +0200
- playlist: playlist_DeleteInputInParent->playlist_DeleteFromInputInParent to match playlist_DeleteFromInput.
- commit 3734ddc989adbde820ede4eb256edcb9410dc577
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Sat Jul 19 12:49:37 2008 +0200
- Qt4: We must lock the playlist before calling UpdateTreeItem()
- commit 3921a7f87de03160ecd18bcfeb68fbac459f2094
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Sat Jul 19 12:48:17 2008 +0200
- Fix a compilation warning.
- commit 347cc8cc494f02050c3c1685fa35825e257c5a5d
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sat Jul 19 12:00:24 2008 +0200
- Extra info about compiler and revision name added binded from libvlc
- commit a3b88389a26ac6f747f946ee36556d83d18bda71
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jul 18 22:34:03 2008 +0200
- Clean up gaussianblur. There is no need to nearly duplicate all code the to
- handle int/float...
- commit 96d0ab7fb39e46fa0bf0ef5e7ad076537899b14d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jul 18 22:00:16 2008 +0200
- Use picture helpers.
- commit 20fa5b0a9e8fdadb660b1c2ced348f51977f272f
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jul 18 21:52:58 2008 +0200
- Another typo.
- commit 5cc3fd9422235dc712160714f0032feccc40ae1e
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jul 18 21:39:42 2008 +0200
- Fixed a typo.
- commit 4e6bc3609e9a346b87faaaddf77ed382451e8e6c
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jul 18 21:35:44 2008 +0200
- Use picture helpers.
- commit 815e38a857fb6ed96f395abbef5023a9081aac38
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jul 18 21:24:54 2008 +0200
- Do not return title if no chapters in mkv.
- commit 5d3c921b102e46e416c8e1169d8ac604a8654ac1
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jul 18 21:18:36 2008 +0200
- Use picture helpers (Yield,Release,CopyProperties).
- commit af37ba18784c712f7b57a2420ab80d4a06984f20
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jul 18 20:47:20 2008 +0200
- Added new picture helpers (picture_Yield, picture_Release,
- picture_CopyProperties) and use them inside vlc core.
- commit efa30ea7db66a2e445f5622c04256bd8170234c5
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Fri Jul 18 19:57:42 2008 +0200
- The playlist is not locked so don't pretend that the case.
- commit be017fb2905530b0895b7158464b3f45a0d29356
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Fri Jul 18 19:33:39 2008 +0200
- The playlist it not lock here.
- commit ec32411a264bc201954be6dfeb71c9b8e4cf3eb9
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Fri Jul 18 19:25:56 2008 +0200
- The playlist is not lock for the moment.
- commit 99f299c6c6c0f460edd6bbae5f4a29a991c6f9dc
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Fri Jul 18 19:04:12 2008 +0200
- Lock the playlist so we can add SAP item to the playlist without asserting.
- commit 6a2bec6553f6802802e51768a76d7f4f0616a30e
- Author: Pavlov Konstantin <thresh@altlinux.ru>
- Date: Fri Jul 18 11:19:24 2008 +0400
- Add new x-content to desktop file. Patch by Nicolas Chauvet.
- commit 05f184decf17ab405efb648ce3d2c1e8a2ef1450
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri Jul 18 00:42:53 2008 +0200
- Revert "qtcapture: Use a direct block buffer, and remove a memcpy."
- This reverts commit b65ca27b5b5445bf4814dcbc22985cfc24f0900b.
- It doesn't work well enough.
- commit b65ca27b5b5445bf4814dcbc22985cfc24f0900b
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri Jul 18 00:17:17 2008 +0200
- qtcapture: Use a direct block buffer, and remove a memcpy.
- commit fbd86409a420fb3f62500e6b10f506d7698c679d
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Thu Jul 17 23:06:01 2008 +0200
- vout: Make sure vout_Close() has been called before the object destruction.
- commit d926bc98dd544cbd5d20b4cf3b6c3250baa51eb6
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Thu Jul 17 23:03:08 2008 +0200
- vout: Rename vout_Destroy to vout_CloseAndDestroy.
- commit 6d4e922482ba9551d4e0835c58f447edeb9b0edc
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Thu Jul 17 22:37:49 2008 +0200
- macosx: Fix motionblur and zoom in extended panel.
- commit 76ab4696aa1dd14a349a7492faf4f93ddb13cbfc
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jul 17 22:45:03 2008 +0200
- Do not increase refcount when the release callback is not present.
- commit 9e81bb494b4e8778be0a8993afa10915ce70242f
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jul 17 22:44:07 2008 +0200
- Revert "Fixed image_Convert by properly overriding release policy."
- A simpler way is comming.
- This reverts commit 796e72022f71598de3a162998a240632e65fed60.
- commit 9a72071ae6439b02fccf03e209d8aff4326dd1c4
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Thu Jul 17 00:21:02 2008 +0100
- Use the correct test
- Refs #791
- commit 8134316d83a2a54065ecb48179f93ecdec8b32a1
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Thu Jul 17 20:25:18 2008 +0100
- Fix building when VLM is disable
- Closes #1718
- commit c2f4049a65874e1eece62f75fcd63935faa66df3
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed Jul 16 23:27:02 2008 +0100
- Add Matroska mmime types
- commit 796e72022f71598de3a162998a240632e65fed60
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jul 17 21:23:19 2008 +0200
- Fixed image_Convert by properly overriding release policy.
- commit 2b0f28e60e25bdaa7d263578e37079b8646ca824
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Thu Jul 17 21:12:22 2008 +0200
- macosx: Remember the detached vout position.
- commit d0076456024468810073f43605e70e91cd3322c0
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jul 17 20:02:00 2008 +0200
- Enabled fullscreen controler by default.
- commit 3f35c5171d9181434ebb16ffbdec7f7d62c28b8d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jul 17 19:58:44 2008 +0200
- Fixed filters implemented as vout (Init/End can be called multiple times
- + use vout_Destroy where it should be)
- It closes #1722.
- commit dd066314d5dde1a5d828d2c51c0296dd7b04bac7
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jul 17 19:53:47 2008 +0200
- Revived vout_Destroy from the dead.
- No you CANNOT release a vout by vlc_object_release if you have created
- it by vout_Request or vout_Create.
- commit 8006b9d92aa68fc941e930bee4866f49ed238b60
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Thu Jul 17 14:20:19 2008 +0200
- macosx: Work-around a NSUIHeartBeat crash on quit by not allowing the sprefs window to be minimised
- No, better don't ask oO
- commit c2aa99a523d95a5ce3c5e0f14d336bd8348ed5ad
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Thu Jul 17 13:53:40 2008 +0200
- macosx: make sure that the info-panel doesn't float.
- Additionally, fixed an inconsistency in the nib-file.
- commit b9d34123ac6c9fbcb4fb890fdd1340143d64b5b5
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Thu Jul 17 13:43:22 2008 +0200
- macosx: Make sure we update the information panel, if the playlist changes.
- We shouldn't think that we are the only one who can change the pl ;-)
- commit 16c8c42c018364be49a7a913db7fd4adce1180d9
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Thu Jul 17 19:03:43 2008 +0200
- Don't unlock the playlist to lock it the next instruction.
- commit 6cc9595de6e94e5f56242a7b605fc30fa3369081
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Thu Jul 17 17:58:33 2008 +0200
- The playlist is not lock at this stage so let it lock itself.
- commit 15aaa8cbccef8a95dfc7b3bff937c70b4c459c34
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Thu Jul 17 00:15:06 2008 +0200
- qt4: Hopefully blindely fix the qt4 build, by defining the std p_playlist.
- commit db3f5756103f3103b28ca0554c59461602a75ccf
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed Jul 16 23:46:30 2008 +0200
- qt4: Forgotten lock. Reported by ahoka.
- Anyway this is broken, qt4 shouldn't assume that the playlist_item_t can't be deleted. We need to implement refcounting here, or a sound garbage collection. Refcounting would be safer.
- commit 4630078ee9fe10f7c52ccd0cf34d83ed25e20680
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed Jul 16 23:26:53 2008 +0200
- macosx: Properly inherit variables if they don't exist.
- commit 5889307336d67b11b4988253ec304d335c6bbf57
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed Jul 16 19:32:13 2008 +0100
- Use pkg-config to get the flags for libmpeg2
- commit 30fc9af91bb42d546d20bdedfaa10fbe6c88fcb8
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed Jul 16 23:20:41 2008 +0200
- macosx: Make sure the detached window is movable by background.
- commit 65b80858efa00f65e20a20c0518e2dc202da65d6
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Wed Jul 16 23:13:49 2008 +0200
- Fixed a rare sent-msg-to-freed-object issue
- commit 8c0ebf8420c3a7ce923a6365866966c22d389dc9
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Wed Jul 16 20:44:57 2008 +0200
- Another translation update
- commit f6498d061b54cd952029df56796d43846904b72f
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Wed Jul 16 20:44:15 2008 +0200
- Fixed l10n msg
- commit c3469a6a2c3d8d32c28d437af2a57f4fb59462b8
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Wed Jul 16 20:10:34 2008 +0200
- We agreed not to put sentences aka dots in non-longtext option descriptions
- commit 8907852c4f4354ac3d7a672521915c78749f7d84
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed Jul 16 23:02:45 2008 +0200
- macosx: Remove a NSLog.
- commit dee3bc7b2e5d58c17dcd3a90ad02ff7d0e574c95
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed Jul 16 22:59:18 2008 +0200
- macosx: Fix the detached window. Fix fullscreen. Use a borderless window.
- The borderless window is nicer IMO. Feel free to object, but this also saves some overhead with fullscreen changing.
- commit bd4bd54dc68f76525ede8700361dc50e5872d376
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed Jul 16 20:49:23 2008 +0200
- qtcapture: Don't release objects when libvlc quit, else we may loose our main thread, and dead lock.
- commit 8d82c4803888274094b4de48d379588af314ed9d
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 15 20:02:36 2008 +0200
- directory: Make sure we can exit and interrupt the access.
- commit 06e5daea61f283d5608de17742ed373a2e407b30
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Jul 16 17:14:22 2008 +0200
- Don't send blocks from qtcapture Demux that we have already sent before. Avoid excessive CPU usage while there are no new blocks.
- commit c375cdfc27be5adb35008d91630a0702f986cf53
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Wed Jul 16 16:58:05 2008 +0200
- Use the actual pts in qtcapture.
- This works, but perhaps i'm loosing too much precission here. Are there better ways to change timevalue + scale into walltime ?
- commit 9edde94fde60f2def3e516e04273982ef99c30b7
- Author: Jonathan Rosser <jrosser@rd.bbc.co.uk>
- Date: Tue Jul 15 12:41:32 2008 +0100
- Specifying any CFLAGS clobbers any that liboil's configure script would
- naturally choose. With only an effective -O0 gcc 4.0.1 doesn't produce
- code as intented for copy_u8_altivec, causing liboil to fail at runtime.
- Summary, liboil really needs -O2 (always).
- Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
- Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
- commit e5ca2360f83b1f0da0ee56758e54e61cbbdc3e69
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jul 15 22:35:17 2008 +0200
- Use good default value for font weigh/slan (subtitle rendering).
- commit 024baf66704a202d6237e28fd36a02bfd994f9c8
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Tue Jul 15 22:33:58 2008 +0200
- Download pcre before compiling asa
- commit e17bf628eebcba0307d3c5ad5f80c97d43c48fa5
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jul 15 21:29:54 2008 +0200
- Fixed fullscreen controler race conditions and ugly static variables.
- It is disabled by default, look for the two lines with
- //XXX uncomment for fullscreen controler
- to enable it. Please report success/failure in order to enable it by
- default (linux/win32).
- commit ae059a3c9775c987ddd78b0319c6721a836f1319
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jul 15 19:57:44 2008 +0200
- Pass vout_thread_t to releaseVideo.
- commit b4302875ea760695c51aff39d9974fad91af9e51
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jul 14 16:17:34 2008 +0200
- Simplify vlc fourcc/ffmpeg pix format conversion.
- commit 1b281d5b447b67b3d6493efe8d0d8136b0db400b
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Tue Jul 15 20:22:42 2008 +0200
- Ask the playlist to lock itself as it isn't done before.
- commit b2fcbc3a4a8f49b258b6f10cdf21da7723ac4981
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Tue Jul 15 19:59:08 2008 +0200
- Check asprintf return value and fix a potential memleak.
- commit 4239976f2b6aa0dd6a497d564eddab5a62165d6f
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Tue Jul 15 19:48:38 2008 +0200
- Fix a compilation warning.
- commit 71becfccedee328a5b3362cdd08c96ac16207d79
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 15 19:41:43 2008 +0200
- playlist: Use pl_Locked in vlc_playlist.h.
- commit f60a8c729f19447d9982c769a3cc95eef383d9c3
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 15 19:38:51 2008 +0200
- services_discovery: Don't forget a PL_LOCK.
- Spotted by 3af47f42e2ac5cfd6ab35bee5320788270a10a29 and ivoire.
- commit 9399329f8c097eb2356ee42d8896e0261283cc2f
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 15 19:31:14 2008 +0200
- macosx: Fix a dead lock.
- commit 7e97924ce74631403452a8b9652c309d65946d9c
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 15 19:24:55 2008 +0200
- interaction: Fix a interaction leak.
- commit e25c0df1323e46a22414940c5c58256d2f2ab08a
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 15 19:24:34 2008 +0200
- macosx: Use pl_Locked for better readability.
- commit 8b6e26a823cc53624ecfbadd76db7847bb6fda57
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 15 13:48:57 2008 +0200
- playlist: Defines pl_Locked, pl_Locked to pass to as b_locked.
- commit bfef7653c3e70dff098ac61b900a5c9b860542a7
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 15 13:42:52 2008 +0200
- macosx: Fix a deadlock in the broken -[VLCPlaylist isItem: inNode: checkItemExistence:]. Fixes #1711 (Deleting a playing item's parent item result in a trivial deadlock on Mac OS X.)
- commit 39c89debe2d9fcbd193f249a36ef1f4460592505
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Tue Jul 15 15:00:56 2008 +0100
- Use new libmpeg2
- Kudoz to sam and Meuuh
- commit 24ce4a48b9a5a9989e32fa1b6e0b8a3c53f39b79
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 15 13:17:36 2008 +0200
- playlist: Fix a legitimate warning.
- commit 9e745b81ba6aa90bee8205cea0e6e0c919c3e03c
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 15 13:16:29 2008 +0200
- playlist: playlist_Get*Leaf are already defined in vlc_playlist.h.
- commit e555af8ff4ff5043c487777967fecb02fd1e8425
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 15 13:15:15 2008 +0200
- playlist: Remove playlist_GetAllEnabledChildren as it wasn't used.
- commit 3af47f42e2ac5cfd6ab35bee5320788270a10a29
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 15 12:59:27 2008 +0200
- playlist: Use PL_ASSERT_LOCKED where the playlist lock should be held.
- Note, this commit may create some assert in previously working code. That does mean that this code wasn't properly working, and that it lacks a PL_LOCK. I prefer nice assert() over races.
- commit 7b6ad1735535ad12338cb2739f5065a829ac5469
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 15 13:10:02 2008 +0200
- directory: playlist_NodeCreate needs a lock.
- commit 115d0547f7176a77a18564e0f901e4734becba80
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 15 13:07:23 2008 +0200
- services_discovery: playlist_NodesPairCreate needs a lock.
- Should fix #1708 (Adding a folder in the Mac OS X VLC *media library* result in an assertion failure). Thanks to upcoming commit "playlist: Use PL_ASSERT_LOCKED where the playlist lock should be held.".
- commit 7a4fd6378700e37ce0972ed8a70a31424c96e589
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 15 13:03:51 2008 +0200
- playlist: Hold the lock at creation time to conform to playlist_NodesPairCreate requirement to have the pl lock held.
- commit ace44bc9f59e2ced98bb8534aa225fce9a479d8b
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 15 09:40:39 2008 +0200
- playlist: Use PL_LOCK_IF and PL_UNLOCK_IF to perform some more checks on lock state. And fix a unlocked usage of get_current_status_item().
- commit 4d0721f0d1dcafd37dc6116e6b6e44a2d1b500f7
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 15 09:24:40 2008 +0200
- playlist: Use PL_ASSERT_LOCKED.
- commit 7f717d69f39e3be46972fb9a462748424b09d0c3
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 15 09:17:37 2008 +0200
- playlist: Use an accessor for current status item and current status node.
- That may fix or help to fix some input item leaks.
- commit 0717f16a1e2bafc0e7fa196c7c7b238bdfb2ef82
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 15 01:25:39 2008 +0200
- plqylist: Delete current playing item, if qpplicable, inside the PL_LOCK, and at the very end.
- commit 7e063c475582352fe51175275023dfa49e09e5a1
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Mon Jul 14 17:39:27 2008 +0200
- Check asprintf return value and avoid potential segfault.
- commit 9d65e77152039fcb91ff55e8a590bafc17f642c0
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Sat Jul 12 13:20:23 2008 +0200
- Avoid potential segfault and fix potential memleak.
- commit 387950f7f7ae3768bc39f9487e9559179df325b6
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Sat Jul 12 10:44:22 2008 +0200
- Fix a memory leak.
- Test for the right thing before tring to do anything.
- Check malloc return value (fix potential segfault).
- commit ead25bd0bf1892d53584df85b8e7ac85c9bdd20f
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Mon Jul 14 10:19:12 2008 +0300
- Bump version
- commit f7b0aa63e4fcd4545ba21082bf0d58d335a91b54
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sun Jul 13 23:57:46 2008 +0100
- Dutch l10n update by Myckel Habets
- commit 3a754e5419fc1ec540a97ad1529ecd9b1c0287a0
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Mon Jul 14 00:08:49 2008 +0100
- Update po files for test2
- commit 79f590d49b6a4c2fb6c8325b4ec4f46078d41f7a
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon Jul 14 00:03:24 2008 +0200
- directory: Remove unuseful debug message.
- commit 878902ea67f2132828b90304af325e99e5a4454a
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon Jul 14 00:01:47 2008 +0200
- directory: Return VLC_EGENERIC in case of interruption (playlist death).
- commit a9a5e4830a6b6c2db67eb9db6c3addec74afbf75
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon Jul 14 00:00:25 2008 +0200
- directory: Don't get stuck if playlist dies. And remove an unused param.
- commit 1fac4d77a9b862ec150ade10173015a96986c608
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 13 23:56:53 2008 +0200
- playlist: Fix input item deletion (stupid macros), and don't send to the fetcher if it is dead.
- Fix #1704
- commit 564cbeaebc459419ace02a7f50b1ba78fc2da0b5
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 13 23:53:07 2008 +0200
- playlist: Fix a typo and an unecessary loop.
- commit 575659cfe809f32a46dd584b214f541dbd8609c7
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 13 23:20:56 2008 +0200
- playlist: wait for preparser end from playlist thread.
- commit 81b983e85e186ff417c079f726a47b38ce272714
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 13 23:15:33 2008 +0200
- playlist: Don't export playlist_ItemNewFromInput as it is not used, and don't use pl_Yield from here.
- commit 54a51559031f6f81dcfcb41bd889201264750db7
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 13 23:14:31 2008 +0200
- playlist: Don't accept more items when if preparser is dead.
- commit 1f1e1106101bc913dd3f2f4ef3789a4cad16bf93
- Author: Pavlov Konstantin <thresh@videolan.org>
- Date: Mon Jul 14 00:40:30 2008 +0400
- Contrib: build libschro / liboil by default for OSX.
- commit f31cfbac27544902e0603b54b346b3a62728e349
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 13 22:07:46 2008 +0200
- macosx: Don't use playlist_NodeAddInput() it's deprecated. Fix #1705.
- commit 2335fa6b566161fd6e5a3d171191fcf7165345a1
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 13 21:05:19 2008 +0200
- macosx: Assert on cases that should never happen.
- commit 763302ecde9c0edb1170d4b1efac860a484728cc
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jul 13 22:58:56 2008 +0300
- Qt4: merge unicast and multicast UDP, add RTP - fixes #1706
- commit b49f9579244ad289b72e45e3fc74ba266488a13c
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 13 21:01:03 2008 +0200
- macosx: Replace "Get Stream Information" by "Fetch Meta Data".
- commit 4ed7283c3af32a52eabd5be45255f4d0e1786a98
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 13 20:59:16 2008 +0200
- macosx: The menu title should be Information... not Information.
- commit 8fecaa83ebb0d4e3ecb4f684598abd8419fb3764
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 13 20:50:56 2008 +0200
- macosx: Make sure there is a title or a name for the input item.
- commit 35ce0c33427ff0314762c50b45fca7fd405e7bf2
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 13 20:35:00 2008 +0200
- macosx: Fix art loading when URL contains spaces.
- commit 8d88a428061d251ed1ef62d1461c0486a6af33cc
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 13 20:02:46 2008 +0200
- macosx: Make sure the volume slider is activated when vlc starts.
- commit df1391498a5513cc50de9bc6d7895932e1454696
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 13 19:52:20 2008 +0200
- macosx: Make sure right click can select a playlist item.
- commit 6eaebb9957b40bc3779c467f2cb4c583665baf86
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 13 18:52:35 2008 +0200
- macosx: Make sure we can move the window by clicking in its background.
- Regression if I recall well.
- commit c1a89c642e30963c3c2d8f58b6f93bcc8bd94fc8
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 13 18:34:30 2008 +0200
- macosx: Fix aspect ratio.
- This might requires some other adjustements.
- commit 4ad2f8dc6a89e4349ecfa1ad6f0c4285d86612d3
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 13 17:10:31 2008 +0200
- macosx: Make sure the o_info object gets released even if the nib has not been loaded.
- commit a3694386843da120d170f35043133d642b07cef4
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 13 17:05:45 2008 +0200
- Update qt4 interface to use new "teletex-es". It fixes the unwanted display
- of teletext buttons every time there was a subtitle track.
- commit 0e3098c5e6e58e2c6861c461a1842f7718771c4d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 13 17:04:17 2008 +0200
- Added input "teletext-es" variable to ease teletext support from
- interface.
- (This variable will contain the id of spu-es that is teletext or -1 if
- not present)
- commit ee1da75195fceb1ebbc5c91fcda8426d41a092e6
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Jul 13 16:42:43 2008 +0200
- Add libdvdread instead of compiling it implicitly
- commit 7cf99d81d8213730b7919f626d162f94b7153127
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 13 16:15:03 2008 +0200
- macosx: Fix the info panel. Remove the use of maybe-freed-ptr. Make it display currently selected item.
- commit fcc30d464b150e5d01a8028a9edc5af66b81b630
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 13 12:52:15 2008 +0200
- macosx: Never try to find an input anywhere, but get the playlist input using pl_CurrentInput.
- commit 1c10df82d7f1f62c75510fa68e4683260336b9d2
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 13 12:50:12 2008 +0200
- playlist: Defines a small helper to directly access current input.
- commit 2c2f5641c87b844c474783cc313a0d2f2b305a37
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jul 13 12:59:14 2008 +0300
- live: fix unsafe use of setlocale()
- commit 71c06757b220a261d02835ec41466e2c8447ba41
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 13 11:02:30 2008 +0200
- playlist: Fix a warning about an unitialized ptr.
- commit fe6b1c62f4c290a25ad67771b86e3c3bce305edf
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 12 23:21:59 2008 +0200
- macosx: Close the window after 3 seconds of not video output, instead of 1.5.
- commit d521d1d313824f2966862fc6d6c7e4d72d2d9b23
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 12 23:19:40 2008 +0200
- macosx: Make sure makeKeyAndOrderFront doesn't hide and then display the window if it was visible and not faded.
- commit 113ee07fa684730fb96aff8abb6f7db9b1ad369e
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 12 22:26:42 2008 +0200
- macosx: Make sure we don't leak an input.
- Should fix the input item leak error when quitting VLC.
- commit 491e2b0e7ce2400f89c6c669d12275288cc0fdea
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 12 21:44:49 2008 +0200
- text: Remove forbidden, and subject to race, playlist input access.
- commit a2846406835a6143c1c70623aa9fe53917b6a41a
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 12 21:38:43 2008 +0200
- osd: Remove a number of unneeded cast.
- commit 33a0f4dd254da4475aad732effac6a0e6e2e424e
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 12 21:37:39 2008 +0200
- osd: Make sure we release properly in __osd_Volume.
- commit 6224fcbc43874c20a1bfd6227d8374b7573f7e63
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 12 21:35:07 2008 +0200
- osd: Remove a yield() that doesn't make sense.
- commit f324714a02b2dd6350e45152c5ddf90dbb639d66
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sat Jul 12 18:04:10 2008 +0200
- Merge the final 0.8.6i notes
- commit f71d55dd356d9f1fb225f221adeb1ee8e5dc3aee
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 12 17:44:06 2008 +0200
- macosx: Remove a lonesome pl_Yield.
- commit 3699bd09d7fe02ac4ae2989f53716ae0ea70a394
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 12 18:40:22 2008 +0300
- Qt4: remove useless IPv6 option
- We have been able to autodetect this for ages
- commit 225b543a23631896813aa3a780b1f5b3bfe1c23d
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 12 17:33:28 2008 +0200
- macosx: Fix #1694 "Fullscreen video after end of playlist".
- commit 79559bdf7ff37fb54364a3ef7917b1e5481dc4c2
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 12 16:14:07 2008 +0200
- macosx: Save current fullscreen state.
- commit a30d659bb3f3946a5efc08ace8b39825c3ad2fba
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 12 16:03:56 2008 +0200
- macosx: Make sure view gets removed before we close the vout.
- commit 95779dd92c4f142b59944db7966ff7c7fa873db5
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 12 15:02:15 2008 +0200
- macosx: remove the show window hack.
- commit 1af1638ef3992f54af90c19abb30cd8907942dba
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 12 14:43:02 2008 +0200
- macosx: Simplify the title update code.
- commit aebbc1e7bf829896de43e7f4be4e6cf334f17c5e
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 12 14:36:33 2008 +0200
- macosx: Fix currently playing input item retrieving.
- commit caf6188518644f20b84536fca5af932de98ecd02
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 12 14:35:59 2008 +0200
- macosx: No need to use FREENULL here.
- commit 5c3f5dbd9dbe2949d1b1dce648de516d82b95a3d
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 12 14:15:30 2008 +0200
- macosx: One more direct playlist access removal.
- commit f48ad230e977b7f04729f6c0ecb4e44bdb7276d9
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 12 14:09:22 2008 +0200
- macosx: Close embedded if fullscreen ended.
- commit faae87f60cdb42ba6db73a3c03a6f7e9040303cd
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 12 13:01:28 2008 +0200
- macosx: Don't name 'Real' the functions that applies to those executed on MainThread.
- commit 4168ec3729c16ddc3cce5dcb2a69306e45ec0cb7
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 12 12:55:33 2008 +0200
- macosx: Remove VLCEmbeddedDetachedVout because it's not used. (Or at leat doesn't bring more than its superclass).
- commit fd964450e1eba43b68adbb82a2f684c460f93700
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sat Jul 12 17:25:23 2008 +0200
- Ehm, this is 0.9.0-test2, not 0.8.6i *coughcough*
- commit c47c6a8bc9bcb4b1bcbaaf6d702f7c1bfd313bd0
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Tue Jul 8 23:08:27 2008 +0200
- Updated version strings for OS X
- commit 2b406b2ec07f0df658a03a55d994bcad2ed36190
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed Jul 9 23:46:36 2008 +0200
- macosx: Make sure input menu are up-to-date.
- Fixes #1684.
- commit 2a07de63333c8e262f23d25ce1e9dddf37d3355c
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 12 00:36:32 2008 +0200
- Proper CODEC_TYPE_ATTACHMENT check.
- commit 941254c5f3464a42f559dc605381ddb4226e105f
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 12 00:35:58 2008 +0200
- Revert "Check for CODEC_TYPE_ATTACHMENT for outdated ffmpeg library"
- This reverts commit 49776bde2872747c8285c4aa6c5e07e35e630265.
- commit 4f793a16c59ded4dd0c7c9bcaae50125a55429e1
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 12 00:25:18 2008 +0200
- Fixed resize of subtitle with original size specified (close #1683 with
- the help of thedj)
- Clean up.
- commit 49776bde2872747c8285c4aa6c5e07e35e630265
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 12 00:22:30 2008 +0200
- Check for CODEC_TYPE_ATTACHMENT for outdated ffmpeg library (more than 7
- month old)
- commit 4433dd43f7c4663cb0c8ceb441191c47f58483f3
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jul 11 23:00:42 2008 +0200
- Clean up.
- commit f8a7b336e817e964e989519af4e1fe22df7e4861
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jul 11 22:30:19 2008 +0200
- More clean up...
- commit 8c75d5edd5a0fcf8d3556aad868fdb569cea6e47
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jul 11 21:42:13 2008 +0200
- More clean up on subtitle.
- commit fa1117e6e11da5d5e21bb5567635000ffbe5de37
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jul 11 21:21:05 2008 +0200
- More clean up (it has 1 minor side effect but in a buggy section anyway).
- Fixed scale loading conditions.
- commit cf7731dbece3727a98026f24c3bc5c9447458a2d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jul 11 20:41:00 2008 +0200
- More vout spu split up.
- commit 338a138e3b7340d3b0bc5fe3528506d9763dce83
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jul 11 20:15:05 2008 +0200
- Split up spu_RenderSubpictures to make it more readable (no functionnal
- changes except a few more return checks)
- commit 6dfaddec8ce309db6a5cd4f93880e12edbb16c76
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 12 00:01:58 2008 +0300
- Remove dead code
- commit 2f2c5f85a20bea99093c85825442280010018667
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Fri Jul 11 20:24:52 2008 +0100
- Avoid to discard qualifier
- commit afd188c9e6900bc5fcf4c4284a4fe1a75bb2d5e2
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Fri Jul 11 20:04:05 2008 +0100
- Fix description
- commit 208371724fe28e3c4df0d6a741e1d2975b35600e
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Fri Jul 11 20:02:08 2008 +0100
- Fix warning
- commit 124f8de18494066abe948cecdfe48dd907b5335d
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Fri Jul 11 19:27:06 2008 +0100
- Fix warnings
- commit fe9b4d25e1359047110fd913d93707e7d2c142b2
- Author: David Flynn <davidf@rd.bbc.co.uk>
- Date: Fri Jul 11 18:04:26 2008 +0000
- Fix potential dereference of already free()d pointer
- In some error cases p_block will have been freed before p_block is
- dereferenced.
- Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
- commit f797ddd37f7a2a8d5384064d8aa7f156389f4a2f
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jul 11 19:44:44 2008 +0200
- Clean up chroma handling in ffmpeg (as a bonus, fixed the last issue
- with #1488)
- commit 16ceb0de696197f901935b5cd05e1018e34e76d8
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jul 11 00:14:28 2008 +0200
- Fixed segfault when using sfilter in transocde (close #1663)
- commit ce4c05bb991cd177949f2e58b01d9027a78e1dec
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Thu Jul 10 00:27:00 2008 +0200
- Don't use strdup on a string created by asprintf (useless).
- commit 46f77d8add706d1d5a7f064039f63ffd219aa826
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Jul 10 22:54:02 2008 +0200
- When using contribs, don't set --with-a52-tree or --with-libmpeg2-tree
- These should both have been installed, ergo no need to use them from their src directory. (Does the same go for cyberlink? who uses it, and where? )
- Now configure.ac won't be forced into the --tree modes for these codecs (which still use BUILTINS ). The latter also shows us that we still have decprecated BUILTINS stuff to cleanup.
- Fixes #1682
- commit 883450528ae90cc67be6de49034630f3fa93e282
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jul 10 22:53:53 2008 +0200
- Fixed memory leak of 1 audio(video?) buffer when quitting.
- commit 14cc9765ed844fa23d245a60e46f3e0b30ca81d1
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jul 10 22:05:53 2008 +0200
- Let swscale handle video conversion when available (close #1695)
- commit f698b433edd2d9ec7769f750586e6faa29da8074
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Thu Jul 10 22:29:56 2008 +0300
- vlc_thread_ready: remove
- commit 9dc1a1ae673fbe4c9519de2e794e5855b15bff8a
- Author: Derk-Jan Hartman <hartman@videolan.org>
- Date: Thu Jul 10 02:07:49 2008 +0200
- Fix positioning of dvbsub. closes #1686
- This was caused by commit 23cc599d06abb5c84913c7399dd08c6b283fc49e and an attempt at fixing it in commit 251648e32246c48729986e65678bac16e5061e47.
- commit a82e5fcaf2e1520a3f5bc7af1a8b163c66086a60
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jul 9 21:58:25 2008 +0000
- Fixed infinite loop if alsa was closed before playing any audio.
- commit 5f2b369ce56dd68a3278022bdc3e97518d140a7e
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Wed Jul 9 23:31:32 2008 +0200
- Don't leak memory when something goes wrong.
- commit 6ce6dc06545e12f9f04c6afe60c99e06fdc71502
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Fri Jul 4 20:59:29 2008 +0200
- Fix non utf-8 encoding.
- commit 1a112b8a40daf2a86ad1aa310b8eb4fe1255bdce
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed Jul 9 23:22:30 2008 +0200
- Revert "dejidjei:"
- This reverts commit 5183d34db7b6640a79aeb4f919d8825df3694c2b.
- commit dfea366d0cf300a175d5efe39b7ec200c9fe7c4e
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed Jul 9 23:20:55 2008 +0200
- rtsp: Include xlocale.h for Mac OS X (at least).
- commit deee3a23527cd19beeba232358cb678a6a5c8a17
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed Jul 9 23:18:07 2008 +0200
- playlist: Be a good citizen and kill the thread before releasing fetcher and parser.
- Note, this kills a non-letal warning from libvlccore.
- commit 5183d34db7b6640a79aeb4f919d8825df3694c2b
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed Jul 9 22:05:18 2008 +0200
- dejidjei:
- commit 95c51011d5b6c8dbe2f22afc781822dda55ff92e
- Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
- Date: Wed Jul 9 22:57:24 2008 +0200
- Try to fix asademux compile on Win32.
- commit dc8472ea2c11bc4d6c1cbba670a4d2dde595401e
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jul 9 20:40:05 2008 +0000
- Fixed selection of simple mixer (close #1688)
- This mixer can only downsample.
- Let trivial mixer handles
- Dual-Mono -> Stereo|Stereo-left|Stereo-right|Stereo-reverse.
- (Please double check on your multiple channels sources)
- commit 11097ec199b7c5bd83fda41d6381a639ce2e6bef
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jul 9 20:19:28 2008 +0000
- A little clean up of simple channel mixer.
- commit 191bedcdb56e132518c1186c620c29e0b63d424b
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Jul 9 13:39:28 2008 -0700
- String review. Again.
- commit ed90b5283569e461f0188bfe384717a6cfb79571
- Author: Pavlov Konstantin <thresh@videolan.org>
- Date: Thu Jul 10 00:33:56 2008 +0400
- Contrib: use -O3 to build libschroedinger.
- commit 5e4e0bd7f3e29fc7733bc09804540bb3ef6c92b5
- Author: David Flynn <davidf+nntp@woaf.net>
- Date: Mon Jul 7 13:01:28 2008 +0000
- Patch to fix liboil build when --disable-shared
- Without --enable-shared, libtool doesn't generate symbol lists. Use
- some autogenerated-libtool-internals to sort it out.
- Tested with: gcc on linux-amd64, mingw crosscompile, apple-os10.5
- Signed-off-by: Pavlov Konstantin <thresh@videolan.org>
- commit 10d809da736e7af29639a25fa907c32b6ff579f6
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Jul 9 13:14:39 2008 -0700
- Document the guidelines for strings.
- commit 223419069363b3eab712cff2d0ac671a94d8fc65
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Jul 9 12:59:21 2008 -0700
- Various strings change and capitalisation changes to match the guidelines.
- Capitalization fixes
- commit 62557bbace8fcdafe2bdf620c8dcb757ac71120d
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Jul 9 11:45:59 2008 -0700
- use OK instead of Ok
- Same as previous
- commit 62fae3a7cab589b5c87ea6de3e65b5f698a87c9b
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Jul 9 11:40:23 2008 -0700
- Use Header capitalisation for dialogs titles.
- commit 64417a25b912edb125c8a06c1f028115ba504eef
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jul 9 22:52:21 2008 +0300
- Remove non-sensical NPT computation code from c9569b35.
- If you want RTSP time, please come up with an algorithm that makes some
- kind of sense. In the mean, it's better not to claim to support
- somethign we don't support.
- commit e1b39c52c20b72dccc5dcb635f142b11d5bab318
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jul 9 20:52:54 2008 +0300
- Partially fix parsing of npt=
- commit 7c14959cf119c24660ced3c4cb5af51f15f8c3cb
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jul 9 19:03:18 2008 +0000
- Fixed asa decoder colors (on x86 at least).
- Can someone test on a big endian CPU (I don't know if it is CPU
- dependant) ?
- commit bb62ffd37444c8764c1a2bb821e419a574b3d270
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jul 9 18:02:51 2008 +0000
- Partial clean up and fixes of asa codec.
- commit 77751c92e41bea05a7127eff21ce9040877fa9a5
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jul 9 18:02:01 2008 +0000
- Fix video format passed to pf_update_regions. (Fix asa without direct
- rendering)
- commit d4485423d9c3a5519875f8bc37467831ce10763e
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jul 9 18:16:49 2008 +0300
- Revert remnants of ddac67aaf2bde4179f695bb26033488e8e7c35cc
- Fix audio transcoding).
- commit a1bd8b94477962ef495117ea161246172ce83859
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue Jul 8 11:21:18 2008 +0200
- Allow SpinBox to go over 1600 in OS-X prefs.
- commit b48658bd32e48259689fe6b52a2f570f2cc9b004
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue Jul 8 11:16:29 2008 +0200
- Accelerate the network port SpinBox chooser.
- commit a6914ce14bb60c16731fe0c6d87bae44cfb4b2f9
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue Jul 8 10:35:33 2008 +0200
- Fix network panel (start with deactivated checkboxes)
- commit 45fee8edc633c8305b282c653b89ed600fab0a7a
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 8 22:59:56 2008 +0200
- macosx: Yet an other locking typo.
- commit adec5472ece528e16c993ab60a7aeac34e2bb967
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 8 22:57:05 2008 +0200
- macosx: The playlist is unlocked at this time, so playlist_Control() needs to lock it.
- This fixes an input and input item leak.
- IMHO, such typo are so easy, we need to fix that up. (macosx module is full of those).
- commit 75975b302058d9c6c81e237fed539ef07e3d165f
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 8 22:24:51 2008 +0200
- macosx: Don't take the playlist lock blindly, where there is no use for it.
- commit 44e4691eb741864138b750d208db1be3d93145e6
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 8 22:08:20 2008 +0200
- libvlccore.sym: Follow alphabetical order and fix make test.
- commit d6fd7e4227ae722e6e2a52f0db1054ab7d731ae5
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 8 22:05:23 2008 +0200
- macosx: Make sure we use the safe playlist_GetCurrentInput() function. Match pl_Yield with a pl_Release.
- commit 915f6a59a6b74d884a9ece2cd0d07f2a952cd834
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 8 21:32:49 2008 +0200
- libvlccore: Make sure vlc_gc_* function correctly assert() on common errors, and de-inline them.
- commit 9c750dec7c2745f859709f0444f91002a30d957e
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jul 8 21:16:44 2008 +0000
- Fixed segfault in case of title/chapters...
- commit 18d8fa4a4be9562fbd4265cf52a8ede0210ef831
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jul 8 19:34:59 2008 +0000
- Do not vlc_object_kill on vout/aout and sout when stopping input (close #1673).
- (The vout should never be killed before the decoder is stopped as we may
- use direct buffers).
- commit 235529f2aca9d8ee263d0723792e91d582f1816a
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Tue Jul 8 19:32:56 2008 +0000
- Fixed used of uninitialized memory on unsupported track.
- Fixed usage of start_time.
- (It should fix #799)
- commit da12022b26ca3f95c4038ceb73926603c27b8f1e
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Tue Jul 8 17:46:28 2008 +0200
- qt4/mac: Don't compile demos and examples
- commit deb641c7c5e45770b3b1e2510e8bfc42a057af6c
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Tue Jul 8 16:27:36 2008 +0200
- Minor unification
- commit 62cc70858dfbf63149b5eb4637a816af30326d4d
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Tue Jul 8 16:26:46 2008 +0200
- Use Qt 4.4.0 for the Mac, too
- commit 03a1a92155013ac0312100a2ba7dda6de3eb244c
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 8 02:38:44 2008 +0200
- macosx: Don't attempt to close the window in fullscreen.
- commit b24328a62e388dfc1e6b772b0794e0e07dc2a02c
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 8 02:27:39 2008 +0200
- macosx: Fix +resetVout prototype. (Fix #1679 "Fullscreen mode with video window without controls crashes").
- commit fc842132b1d7ac70c3cbce4c5c1a219200b95149
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 8 02:19:41 2008 +0200
- macosx: Close the video directly when clicking on the Stop button.
- commit 8840aa586a3fa553dcc7a6c5b4b6edf9e5743644
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Jul 8 02:13:53 2008 +0200
- macosx: Correctly close the vout window if there is no video for 1.5sec.
- commit e74dad9af3f44dbd1e08e07eff52db3b8f2658af
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Mon Jul 7 21:23:56 2008 +0300
- HTTP: fix browsing on Win32 - closes #1656
- commit 71202fdadaa07c28101878f885030cdc3058a90a
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Mon Jul 7 20:36:42 2008 +0300
- Ship the Win32 SDK - closes #1676
- commit 03eee1cbefa9073fecec66102f27bacf6c632cf0
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Jul 7 10:25:17 2008 -0700
- Fix open Panel. thanks fenrir for spotting it.
- commit a231c3bbae0374fea3c454e2b96afe44ee844a9b
- Author: Sebastien Escudier <sebastien-devel@celeos.eu>
- Date: Mon Jul 7 14:39:03 2008 +0200
- Fix typo in libvlc_vlm.h
- Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
- commit 41e8e58fd9787d5a98be9ba9e0fe0354aeb5e228
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Jul 7 09:14:19 2008 -0700
- Fix some open panel function as in 000f1e1fb9253dca219253ee54702cf044aff213.
- commit dd11b53113b073ef7879fffc5d28b58152dd50bf
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Jul 7 09:11:09 2008 -0700
- Revert "Fixed open network panel."
- This reverts commit 000f1e1fb9253dca219253ee54702cf044aff213.
- commit 9bc8ac74bdb378fe610efaff6420712140ae3e71
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Jul 7 09:06:34 2008 -0700
- Add mising in some macros.
- commit 033d2a6d5a7887f4b2c24312906799390e0f1080
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Jul 7 07:21:42 2008 -0700
- Force a correct size of the dialog at start.
- commit b660dd5cb1c88f15c3d18ad14ad2d7f7c0e99d9d
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Jul 7 07:10:47 2008 -0700
- Fix behaviour of DVDSimple button while not in DVD opening
- commit ba714bedc852cc4a04c422b1dce3fa69e083a236
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Jul 7 07:02:36 2008 -0700
- Cosmetics.
- commit 79bc7d59facaeafe140ecc924b04c9cb6310df61
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Jul 7 06:58:38 2008 -0700
- Logarithmic slider for speed.
- commit 162f08d7cbbf1275c024723eeb32f9dd095b6352
- Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
- Date: Mon Jul 7 11:29:03 2008 +0200
- Enable asademux and csri in default configure..
- commit 41bade5576364a7361e0b7f497a98fed0f710fdb
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Jul 7 02:20:06 2008 -0700
- Qt4.4.0 in contribs.
- commit a01a67de6bd5185fab783fab9d3a12a757139b11
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Mon Jul 7 11:22:11 2008 +0200
- Resized a few controls to make enough room for non-english UI strings
- commit c589c1ad30fcf88ec15d025638e4491b3182b265
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Mon Jul 7 11:12:59 2008 +0200
- another l10n related fix
- commit a34454f58ba9488ec55a85eebd1ebbb3162325f7
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Jul 6 18:09:52 2008 +0200
- Typo
- commit ce6c11327812e933c39daee622ad8c70cd139d60
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Jul 6 18:08:09 2008 +0200
- Another larger update.
- Still more to do in the filters area. Qt4 and Cocoa interfaces should be complete by now
- commit aa11216947e3c6eebeaaa21ed21b265a3df3d8db
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Jul 6 18:07:22 2008 +0200
- More l10n string fixes. Adds a FIXME to atmo.cpp, because that setting description is not understable for me.
- commit fb2b425ca89c22bcdca396661d230f85ef8d8ffa
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Jul 6 16:29:38 2008 +0200
- Removed 'fetch-meta' from the welcome dialogue. Still to be done for Sprefs.
- Please check
- commit 2156e762339d33715d9d5026b2c720888976b522
- Author: Przemyslaw Fiala <bl4@playker.info>
- Date: Sun Jul 6 22:39:24 2008 +0200
- Fix reading ASX playlist when its size is unknown
- Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
- commit 2265c8f1cc3aa9d661b7662199f38e46faa9dad2
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Jul 7 01:32:49 2008 +0200
- Help should be localized.
- commit 855b60867eed208bda63bdc4a4aa0ea04d0428d6
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Jul 7 01:31:22 2008 +0200
- Fix wording.
- commit 983add6389b3aec3796244e28dba6ecb76fcdb82
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Jul 7 01:07:48 2008 +0200
- Don't print empty sections in the help.
- commit 71930a9889c5687221e108c65106e8a31104355b
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon Jul 7 01:02:21 2008 +0200
- libvlc: Don't print help on module help.
- It's already in the help.
- commit d6a00d75dfb4eb0c2bfaf83ae0734124c9cc72ff
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon Jul 7 00:58:30 2008 +0200
- libvlc: --use-stream-immediate and --auto-adjust-pts-delay are advanced options.
- Pointed-out-by: Dionoea
- commit 9ff3595f09441ac057cf6b4f22f382e02059470b
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon Jul 7 00:53:23 2008 +0200
- libvlc: Advertise -p and --list in help.
- commit 965c38a29e16c9ff6b68f6b6ed4dd43abcd04e21
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Jul 7 00:14:18 2008 +0200
- Screenshots might need updates on releases.
- commit 967528700bae01cf16057a5ec1863bb7cafb8d1c
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon Jul 7 00:06:53 2008 +0200
- input: Output a debug message at input creation/destruction.
- commit ab915f9988bd01e3b9d5ec25a19f9006d2040f8d
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon Jul 7 00:06:21 2008 +0200
- macosx: Define playlist_IsStopped(), and make sure it returns the very next state. Fix #1674. (Hitting the button stop on Mac OS X interface doesn't close the vout window.)
- commit 58159c007842b807e5f01d53f3ce728283c3be5f
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 6 23:36:30 2008 +0200
- playlist: Make sure the preparser and the fetcher releases all their waiting elements.
- Fix issue with leaked input item at exit.
- commit aaa0b5f0d55731b58d719d88902671f7861eb0f5
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 6 23:25:36 2008 +0200
- macosx: Don't send PLAYLIST_SKIP. Fix adding item when an other is playing.
- commit 2e82eb0d1f6459df576be5a2e4f6c204afcbc8e9
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 6 23:04:02 2008 +0200
- macosx: Stupid IB. (Fix controller size).
- commit 8dc8ce5e6ab22b1621712b3e5c288dea390503ca
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 6 22:58:13 2008 +0200
- macosx: Use an a-la-itunes grid for the playlist.
- This is also controversial, and we could agree to revert.
- commit 8dbce44cb57f01151e696c3a0dae58c7ac1d880d
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 6 22:53:24 2008 +0200
- macosx: Use font from the Nib in the playlist.
- commit 64680e43f39ebc9c350b89cdb60540bd1b083fc5
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 6 22:07:48 2008 +0200
- macosx: Outline View refinement, text a bit smaller, rows size adjusted.
- commit 730a93d46d103cb76dcd50929865167241c19f9c
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 6 22:12:03 2008 +0000
- Fixed potential invalid reads.
- commit 113f18e9e27f12da2b8afae8643f62a7f879b04b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jul 6 21:18:38 2008 +0000
- Fixed potential infinite loop.
- commit cba23b29406dcf312503639e839b631a9046e1ca
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 6 21:55:18 2008 +0200
- libvlc: --full-help now displays an exhaustive help.
- -H has been defaulted to --full-help instead of --longhelp. This means that you don't have to type vlc -H --advanced --help-verbose, to get full VLC help. Additionaly, we now advertise a bit -H in -h or --help.
- commit 9892f2d04ea1516bfda5dbd48adef2a26498da20
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 6 21:40:40 2008 +0200
- libvlc: Fix video-title-position values.
- commit f258e9c7942cde4e6dcdeffd47031cb5e050e73f
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 6 21:35:33 2008 +0200
- macosx: Fix various crashes with the fspanel.
- Fullscreen is working back.
- commit f2f389ba0fac919e96af0bcf77a417240bf6404d
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 6 21:34:24 2008 +0200
- macosx: Remove a weird already_locked bool. (that removes a runtime warning from NSRecursiveLock.)
- commit d672542925904f94e403021e5d3db6c8e73d928f
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jul 6 22:27:40 2008 +0300
- Fix memory leak
- commit d1863133191334a600e78d16838648eb7ca36f18
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 6 19:39:27 2008 +0200
- playlist: Make sure the currently playing item is released, even if destroyed.
- (Happens when using a service discovery).
- commit 6d77d7dde0c8582c6a9f96b515f558a4d0e56c65
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 6 19:34:48 2008 +0200
- macosx: Makes the min size of the vout window a little bit larger.
- commit eb4f77ecd26bc595f1fb0dfb848971f5138715a8
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 6 19:06:57 2008 +0200
- macosx: Set a minimum size to the output window and the main window.
- commit d8059014cbe3ce58e12df71408e171d497a1dd31
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 6 19:01:48 2008 +0200
- playlist: Print a destroyed message when the playlist, fetcher and preparser are destroyed.
- commit e91ee32adf6f8b6e28c67043609dcfd9e16f0219
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 6 18:57:59 2008 +0200
- macosx: Invalidate the fspanel timer.
- commit 59c44b0c8762e6428ddff9394fbf5eb678a2fbf1
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 6 18:54:37 2008 +0200
- update: Include libvlc.h for vlc_custom_create().
- commit f348d5638b1baff28b728e94e716bcd444533aa7
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jul 6 19:50:25 2008 +0300
- Fix warnings
- commit e7b0790a8639643acf46060d68e3a3ea9627e174
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 6 18:43:06 2008 +0200
- Revert "messages: Prefer the object name over the object type if type is VLC_GENERIC."
- This reverts commit 0386618539878fde94110df15b77ba7c79e54e8c.
- Conflicts:
- src/misc/messages.c
- commit d59cd4abe53042b8611d1ec345e539144b59ce47
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 6 18:30:29 2008 +0200
- messages: Use psz_object_type.
- commit 1fe2080044a8757e464c856a8b592af3765a1a05
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jul 6 19:35:32 2008 +0300
- core: set meaningful object type names
- commit 0386618539878fde94110df15b77ba7c79e54e8c
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 6 16:57:51 2008 +0200
- messages: Prefer the object name over the object type if type is VLC_GENERIC.
- commit 3d59250af9b2c5435238dc8edec7c0fdc9429939
- Author: Sebastien Escudier <sebastien-devel@celeos.eu>
- Date: Fri Jul 4 15:04:23 2008 +0200
- Add vod in libvlc_vlm
- Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
- commit bd5c615970c7b4219625e03469c506eaf6292ba3
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 6 15:58:13 2008 +0200
- Revert "libvlc: Add a --verbose-objects option to select which objects should print their msg."
- This reverts commit 497b59e4fc525cca1fd422c0b5ece0672d4d8036.
- We are in code freeze.
- commit a9fa523c9169698abeed899d4229e55015b660a7
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 6 15:49:49 2008 +0200
- libvlc: Fix --reset-config help message.
- commit 497b59e4fc525cca1fd422c0b5ece0672d4d8036
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 6 15:45:23 2008 +0200
- libvlc: Add a --verbose-objects option to select which objects should print their msg.
- Sample usage:
- --verbose-objects=+input,-all
- commit 1f4f0a78432bfe8f2aef0b119a181f2e05b3cd29
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 6 15:43:33 2008 +0200
- macosx: Make sure we don't receive PLAY request when the interface quit and libvlc is killed. (Hack because the macosx module is squatting the main thread).
- commit 8002c90b632af06ea8ddfc5c50c16dc26f7c001a
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 6 14:36:57 2008 +0200
- playlist: Don't accept request on dead playlist.
- commit 24298341eb3b322f6f4eba55ff8b58399890c72e
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jul 6 12:46:04 2008 +0200
- playlist: Make sure we don't crash when we delete the currently playing node.
- commit c8759b8d6ca419b3bc6f157da5eae0093a145435
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jul 6 16:33:57 2008 +0300
- Fix option glx-shm does not exist error
- commit 686b5fab62d38607e1f047b60ee44b97d1978eaa
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jul 6 16:23:15 2008 +0300
- Qt4: remove fetch-meta - fixes #1670
- commit 516e36ec9d8a4449b666999de8f0017e23fdb607
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jul 6 14:31:11 2008 +0300
- 64-bits fix
- commit 3f0ff863dd41ec074579f6fde24adb5a1841510f
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jul 6 14:24:16 2008 +0300
- Very small fr.po update
- commit b588a4430681501a8f5ce2ce2fc9cdc684afe634
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jul 6 14:24:01 2008 +0300
- Factorize a translated message
- commit 420ab47bb785c879a24913e63cccbc96e1bc1ccb
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jul 6 14:09:18 2008 +0300
- wx -> qt
- commit 870a36bbd13b26ff2e55bb33462f659952255b18
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jul 6 13:55:14 2008 +0300
- Protocol names are localized.
- There are real-life cases. There may also be differences in punctuations
- and character sets. Besides the VLC core will anyway apply gettext to
- these strings, so they are translatable in any case...
- commit 614adab2f96a88b548583b9acf9a31da33cdae58
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Jul 6 12:20:38 2008 +0200
- Typo
- commit fc11aab03e94f309a6ead35620fdbd8ab891bdf1
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Jul 6 12:19:22 2008 +0200
- First update of the German l10n. More to come.
- commit 62ec22599c1b93aaa1f9ae0edf0362467f55d514
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Jul 6 12:18:46 2008 +0200
- l10n string fixes
- Note that _protocol abbreviations_ and friends are not localisable!
- commit c07a03e8b9f934c3247d662c28ede1cf7771f77e
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jul 6 12:33:20 2008 +0300
- RTP: keep track of the RTCP socket
- commit 63dbcdb802838799d9aa53d0106d9fbf12baca35
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jul 6 12:25:24 2008 +0300
- RTP: open the RTCP port
- At least, we won't be sending ICMP errors from now.
- commit 91467d76d94763ea2b01d1f1e06642838293954c
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Jul 6 02:24:04 2008 +0200
- Show tooltips on virtually all labels (except for the min/max ones next to sliders)
- commit 189d534ff508044cf0d22886f4160cfb50b7e29f
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Jul 6 02:07:35 2008 +0200
- minor ui changes
- Removed a useless dbg msg
- commit 06ab53f37e431c399901b49a449c9ba834930d64
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Jul 6 01:18:47 2008 +0200
- Removed the 'Advanced' function from the complete prefs because we want them to be complete in any case thanks to SPrefs
- Additionally, removed the temporary Simple Prefences menu item.
- commit 92a7fbd19d9c53b9193293c09907a2bd02a71b0b
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Jul 6 00:50:29 2008 +0200
- There is no need to reload the playlist on every single cycle of the manage thread. Trust the callbacks triggering 'PlaylistChanged' in VLCMain.
- commit 6762588097a324c9158a964c578e7d0d641704fc
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat Jul 5 22:53:01 2008 +0100
- Slovenian l10n update by Matej Urbančič
- commit d3dac79719347f1d9adc651d0b1fcc864ab93e19
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat Jul 5 22:49:05 2008 +0100
- Update POTFILES.in and vlc.pot
- commit b8d04358994c85c7b38ecf077dab64d6219e2867
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat Jul 5 23:33:56 2008 +0100
- Make the update-po rule a bit more hackish
- commit f7a07d11ebbe8f617f9d898a426a1aa666f1d5d2
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Jul 6 00:34:15 2008 +0200
- Freeze ffmpeg to revision 14080 (aka HEAD) because 'It just works'™, so we get something reliable to deal with for the stable release
- commit c6d63c1551d0ea57881c0ce0e24c39037d3844fd
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Jul 6 00:21:48 2008 +0200
- Fixed make dist *coughcough*
- commit 9f82d86f8c84b61ee89a618d5f5def852263cd57
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jul 6 00:33:59 2008 +0300
- Dead code
- commit cb6c508ce63457e57d11fa434f6f26f3e9c789b8
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jul 6 00:26:24 2008 +0300
- configure: do not require iconv
- On Windows, we use the Win32 for Unicode conversion. On OSX, we don't
- even need to convert (and probably not on recent Linux distros either,
- but they all have iconv anyway :) )
- commit 9cd9116ad7fec4c6d9673d634b73239dbfc38deb
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jul 6 00:26:01 2008 +0300
- locale_fast: simplifications
- commit fdc31525a74c563d8375491d7bd77b0e0a936ef7
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jul 6 00:10:26 2008 +0300
- iconv: don't pretend it is present and do crap when it's not
- commit c5942976c0b820a187b5997151c34516ef9880cb
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jul 6 00:01:49 2008 +0300
- Fix off-by-one error
- commit df7648f066b7ed12a73f40d1720a53404a3a0563
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 5 20:58:12 2008 +0000
- Fixed ALAC. (close #633)
- commit 4d76391166a752c9405f1bc96447a1a91be5996c
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 5 18:51:44 2008 +0000
- Removed unwanted debug messages.
- commit 49f5d3b5a61528d57e8941c79a601651c821efe6
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 5 18:42:02 2008 +0000
- Whitlist a bunch of safe options that could be usefull in m3u.
- commit e69ef5000b2b39ef65843a771f3dfeee52b2de7d
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 21:27:00 2008 +0200
- vlc_threads: More barrier() support across toolchain and CPU.
- commit c10a4dce37c91443dba16de23bf9a4905c09a50e
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 21:42:38 2008 +0300
- CSA: simplify and remove scary amd64 warning
- commit 82f0bbdcc3a50c45c2b51d7263d3386a48ef9158
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 21:38:08 2008 +0300
- Dummy amd64 warnings
- commit e00e13dbbef8d29716b133298f95ffb72079e886
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 21:37:49 2008 +0300
- V4L2: error handling
- confere posix_memalign documentation
- commit a02d4d68988caa52f8a2ce0cd60e035a2511240d
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 21:32:27 2008 +0300
- Another unused variable
- commit d30bcae9c124ffd2777f39f4e3cd3a7aee5b3959
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 21:29:47 2008 +0300
- Unused variables
- commit b32bc64891910085a05acd0fe51c3d5913c9ee80
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 21:27:12 2008 +0300
- amd64 format fix
- commit 14984575cafad7a9c913e2105a0b065a87da4832
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 21:26:15 2008 +0300
- Bunch of warnings
- commit 1071c1bc2829435ed5d42de68568fe05a108fe44
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 21:16:58 2008 +0300
- Fix warnings
- commit 000f1e1fb9253dca219253ee54702cf044aff213
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 5 11:57:32 2008 +0000
- Fixed open network panel.
- commit a15af1b90a7ee88f76a1f67c1fdd13efe885a564
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 19:32:50 2008 +0200
- macosx: Make sure we don't leak an input_thread_t.
- commit b0d34dd091e493f5c1cc4940ece339d4dda775bb
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 20:34:05 2008 +0300
- Dead code
- commit 898c67b21302c4a822c70be130097566b36aa09c
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 19:18:09 2008 +0200
- macosx: Fix a typo. (Fix sd listing at startup).
- commit 8cb6a234d9fbf0e9f23e0c897171d7e9cb360c11
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 20:07:24 2008 +0300
- Remove unused symbols
- commit 6017aff3f198aa526d3b917835af438e85f0d300
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sat Jul 5 19:01:00 2008 +0200
- Fixed a potential segfault
- commit f6cf272a72a5db58f697c2ec3f01a9e5f13ccda7
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 19:52:43 2008 +0300
- Missing const
- commit c7c72691e1973b9f0f5ecbde849184ee1815759f
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 19:46:19 2008 +0300
- Remove unused variable
- commit b52262672cba990293d6e202ddd626cc744a5e62
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 19:45:00 2008 +0300
- Remove dead code
- commit 081c8d03ae3e16a8b38a0b4c39c9ce6d5edfa45b
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 19:45:10 2008 +0300
- Fix compilation
- commit dea44bfed2a2777463ecc892384316c19be9f1d8
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 18:37:45 2008 +0200
- libvlc: Typo.
- commit cbca7229daf9e6a12a3e7e10bf34548da72502fb
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 18:36:15 2008 +0200
- libvlc: Fix --auto-adjust-pts-delay help text.
- commit 9b5889a2e846d4a99ebb0b5b1b72f1ea39da8468
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 18:30:39 2008 +0200
- macosx: Kind of fix the preferences on Mac OS X.
- commit ffe7bdd1604d611685865f2f67048fabd55f69c7
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 18:00:11 2008 +0200
- qt4: no need to use VLC_OBJECT() here. Plus use GetMainModule().
- commit b0e17c5d959737a327277494cffecdfe0b8c0045
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 17:59:14 2008 +0200
- vlc_modules.h: Simplify GetMainModule.
- commit a6eb52a998e9455f3ad80807fdaa744c7fa351df
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 17:58:09 2008 +0200
- qt4: Fix previous modification.
- commit df393e7c24609a4ea5bad28a4e7a6be9b4324ce4
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 18:33:34 2008 +0300
- X11: stop playling when user closes the window
- commit 8fb46d38cf9b6ea23bc120feac8beb7c20534ec5
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 17:33:27 2008 +0200
- macosx: Try to clean a bit the prefs code.
- commit 526bc3ad447242153efb06676f76760b5fd55642
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 17:15:27 2008 +0200
- macosx: Attempt to simplify that ugly code.
- commit 0ea547ed15f5fcaad9cec61bbe4c73e3a0ef2626
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 17:14:51 2008 +0200
- qt4: use module_GetMainModule.
- commit 1468c26bba992693155aa7ea88cca07a4c9b8d5f
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 16:54:31 2008 +0200
- module: Define module_GetMainModule and module_IsMainModule.
- commit 1ce5ed60205d0ea92ea6f0602576c8a5a900c812
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 16:13:33 2008 +0200
- macosx: No need to use VLC_OBJECT() here.
- commit 89e10b6c29b7b18ad251b2f55da95a961d54a554
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 17:29:04 2008 +0300
- pl_Yield(): return NULL when the playlist is gone (or going)
- This allows using pl_Yield() from video outputs and friends, on
- condition that pl_Yield() return value be checked for NULLity.
- Should fix #1667.
- commit 69022122e6df8208d33a5809674e1f6b9bd4bcbb
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 17:27:30 2008 +0300
- Fix race condition while removing video outputs
- commit 54eff3ece763ace8cbfa3120913c9e77f23c14d6
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 17:12:13 2008 +0300
- SAP: add PCM payload types which are now supported
- This should allow VLC to receive from PulseAudio RTP (untested)
- commit f4461d2d271078a26168727a808b64423fdb8b33
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 15:56:03 2008 +0200
- qt4: Add a missing pl_Release(). Please review.
- commit c05f65e989890a59efcfe80402fad3574bbf4a13
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 15:15:19 2008 +0200
- qt4: Use playlist_CurrentInput().
- Should fix a race condition about freed input usage.
- commit 560016e367f498eccd4559a6c939895ef9ffbe26
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 15:11:32 2008 +0200
- macosx: Use playlist_CurrentInput().
- This should fix some race condition of freed input usage.
- commit d90d8b7da24381831dcf067618836e4cb4a5bb05
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 15:10:03 2008 +0200
- playlist: Define playlist_CurrentInput(), that returns current playing input.
- commit b94083f55404f83a91bba60913e4db6c3e32f9c0
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 14:50:35 2008 +0200
- macosx: o_sendport not used, remove.
- commit b9e88f0787500ec44c407379fa963d4925158e91
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 15:29:29 2008 +0300
- Join and unload vout safely
- commit ec9483570abf7a1ac07699e2e54b9cc31ef654b6
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 15:29:16 2008 +0300
- Fix return type
- commit af4010a87619257bd0e5540b2ea88fb5e21021fc
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 14:27:46 2008 +0200
- vlc_threads: Include OSAtomic.h for OSMemoryBarrier().
- commit 2b6038e0a03c8dd705c3089af691d57c3f6d764f
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 14:22:40 2008 +0200
- macosx: Fix service discovery loading code char.
- commit 08f5c9dea42526a356e78bb3000400cde983de6f
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 14:21:34 2008 +0200
- vlc_threads: Use OSMemoryBarrier() on Mac OS X cause __sync_synchronize() doesn't seems present.
- commit c792a6fd950a99c91f6af9991251162600efed97
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 15:18:06 2008 +0300
- Playlist: join safely
- commit a90d6a3d8a5251ab9a8c4f3d547a02987c7b70b9
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sat Jul 5 14:06:56 2008 +0200
- Make sure we edit our source files in UTF-8 mode
- commit d2ff9ebf3b5c789711a83777986b1d07261afd67
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 15:04:10 2008 +0300
- interaction: safely join the thread
- commit 8f231e304b9dece94d897687f17c4d62f92b0ee8
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 15:03:49 2008 +0300
- Slightly improve the warning
- commit 03714909f1eebce82658cb4de60c81dacedc5360
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sat Jul 5 14:02:04 2008 +0200
- Removed broken, unmaintained and unfinished code. May be restored after 0.9.0 if there is enough time to do this kind of stuff (should be merged with the Extended Controls panel anyway)
- commit 45cb15ed0f2bef96fc80f2a82b3e50351355e00e
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 14:54:42 2008 +0300
- Charset fixes
- commit 8595cddcc5f5c3492fa23ea72f3c4d9dc2ce1dd9
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 14:44:38 2008 +0300
- Remove duplicate b_die check
- commit 00b95848260cd44f140a05da8aa5baf13580e2d3
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 14:43:08 2008 +0300
- modules: use vlc_object_alive()
- commit d10dffca3516b7650fa79c94947bfd18ac6a6fa0
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 5 11:33:53 2008 +0000
- Fixed input_StopThread by really killing all input children (even
- grandchildren)
- It fixes when access-filter is used or when a demuxer instanciates sub
- access/stream/demuxer
- commit b8961d693f68502c83e085db25f1d4903594519a
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jul 5 11:29:01 2008 +0000
- Fixed segfault on input_ItemDestroy by vlc_gc_init directly with libvlc and
- not wth the object that creates new input items.
- (It fixes the segfaults I had when quitting VLC)
- commit 02c5f252933ad78cc81f0710252e80880526fd29
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 14:32:37 2008 +0300
- Fix misleading comment
- commit da6732062b23f833e860da223901eeeb75eefaf7
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 14:22:09 2008 +0300
- vlc_object_alive: lock-less and inlined
- commit 06e3b333dcadd50c4e335337ac852918331499ca
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 14:07:45 2008 +0300
- barrier(): issues a full memory barrier
- commit 4d654a48d8eb44db1101e96c1c29b4f3813521bc
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 12:56:23 2008 +0200
- interface: Make sure the MonitorLibVLCDeath thread exit.
- commit 7291c4595b9c85d2986afa6863fafc6d490f5986
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 13:53:52 2008 +0300
- LUA: don't look for scripts in .
- First, this would re-introduce the security issue we just fixed in
- 0.8.6f. Second, using share/ is not even the right path anyway.
- commit dd69d513777140877528f037cb179f7b5df3d156
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 12:43:11 2008 +0200
- macosx: Make sure we use pl_Yield alond with pl_Release.
- commit bdfa92d30f2e387b29aa8de403524361949e4228
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 12:42:02 2008 +0200
- macosx: Make sure we don't return from manageIntf: before setting up a new timer.
- commit f4bb1746faaa7f3404ec9687eb0be2f12c2c154c
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 12:23:39 2008 +0200
- macosx: Use msg_Dbg instead on msg_Info.
- commit 547cfbf40f3c9c7ca342cad75c4a8c01e70f88af
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 12:18:07 2008 +0200
- macosx: ExecuteOnMainThread is not used, delete it.
- commit 669f25d7debaa52d21d7b1588410f4a7e99e011b
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jul 5 12:55:15 2008 +0300
- Another broken path
- commit d4d9a5656601fdb1cc62d5c595dd75bf1a11a529
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 02:48:23 2008 +0200
- macosx: Don't forget to unregister callbacks.
- commit a8fe5f4ab123b90a557d5d7a4172d19325929367
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 02:42:10 2008 +0200
- interface: Make sure that when b_should_run_on_first_thread is set the interface gets killed by vlc_object_kill( p_libvlc ).
- This fixes Ctrl-C on Mac OS X.
- commit 68649ad4035bd2402566e347c2d100028553d327
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 02:17:17 2008 +0200
- macosx: 10.5-ification of the Main Controller Window (Thinner border). feel free to disagree.
- commit a409380da011ba3fb820b7d2265171239e3b8851
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 02:14:17 2008 +0200
- macosx: Make sure the manageIntf: Timer is getting cancelled at exit.
- commit 7a4d005e335d72525c197cfc552fd74273f36a49
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Jul 5 01:45:20 2008 +0200
- macosx: Merge the KillerThread and the manage thread. Make sure we properly exit the manage_thread. Don't only msleep() but use timedwait() to make sure we don't have to wait more than needed when destroying the thread.
- commit 19d9683044017341da6a5335aea1007cf05bf230
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri Jul 4 13:19:04 2008 +0200
- macosx: use pl_Release() with pl_Yield(), no vlc_object_release().
- commit 3c4e97e35871880fdf5b18a7b344de614702b09c
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri Jul 4 13:16:13 2008 +0200
- opengl: No need to detach the vout from here.
- commit d80274152725e0f9b2cfea06889bd5dd2ddced7a
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jul 4 20:56:04 2008 +0000
- Grr, really fix ts-extra-pmt comment.
- commit 6234b51b991dbfa4e321757df4b6cceb5d9b0f19
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jul 4 20:53:20 2008 +0000
- Fixed a comment on ts-extra-pmt.
- commit ad2b7c81d617eb066bc8bc8b87a1ac6f851465ef
- Author: Vincent Penquerc'h <ogg.k.ogg.k@googlemail.com>
- Date: Fri Jul 4 11:34:23 2008 +0100
- enable kate in matroska now that the codec id is published
- Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
- commit 3a97968ec3a71b512adcda4d73eb28283fa55140
- Author: Lukas Durfina <lukas.durfina@gmail.com>
- Date: Fri Jul 4 14:26:45 2008 +0200
- Fix libvlc set audio track, subtitle
- Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
- commit d0dd8179b650055dcdf4b095c5690427a767fa2e
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jul 4 20:22:06 2008 +0000
- Fixed and improved ts-extra-pmt option (close #1592).
- If you specify and extra pmt, the parsing of the PAT will be disabled
- (unlike previous behaviour).
- You can now just specify the pid and number of your program and it will
- automatically be used.
- You can specify es by type (video, audio, spu) and fourcc instead of
- stream type.
- You can specify the pcr pid.
- commit 1d5ae295cd462d70d24cfad65b38638a1bb9407c
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Fri Jul 4 18:49:46 2008 +0000
- Move extra PMT creation to its own function.
- commit 32e2a1b44afa08f7c4997f5a6884742a944c516f
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Fri Jul 4 21:05:13 2008 +0200
- Fix the ffmpeg-mmx-patch. Thanks to David E. Still
- commit b6a82807304d3c3644e26f84d25dc1d2a3dc118c
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jul 3 21:47:36 2008 +0000
- Fixed MS ADPCM inside mov.
- commit 223bc6472936d8761b4397a20496e914b5cb5982
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Thu Jul 3 20:02:37 2008 +0100
- Allow binary maintainer to pass a custom string
- Soo that we avoid plugin cache problem between binary version.
- This patch was first thought for Debian but considering it is usefull
- for all distros and for VideoLAN own win32 and MacOSX builds, I
- think it has its place in the master tree.
- commit d7f15579247a59841041b92b8c92746357feb47d
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Thu Jul 3 22:23:07 2008 +0100
- Cosmetic
- commit 4eb42eed1acc014adc254752f78098356106ed69
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Thu Jul 3 20:05:33 2008 +0100
- Prefer correct syntax highlighting over pedantic quote
- commit 0378bedc6364442b7a23bda9822a0cb6e2be3deb
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jul 3 21:18:13 2008 +0000
- Fix avcodec cinepak decoding and favour it.
- commit 1750723d84703a661be20e0248ada01f973979bd
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Wed Jul 2 23:47:25 2008 +0200
- Fix potential segfault.
- commit 5cf39390c0d9a4c9ef2860746126f0bbad3370b6
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Wed Jul 2 23:18:06 2008 +0200
- Fix memleaks (corner case).
- commit ac217da0399df26771fec3005f4faaa65a2eb34b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jul 3 20:49:44 2008 +0000
- Fixed AStreamSeekBlock. When skipping data, the position may not be the
- requested one. (Breaking at least mapped file input).
- commit 58766eae93336caaf0113e76900900a7a274bd05
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jul 3 20:48:05 2008 +0000
- Fixed playing of some .mov with raw audio.
- commit cdb14e56c12730d6a193f07dcb8e0398215e1fad
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Thu Jul 3 18:34:16 2008 +0000
- Fixed playing of some twos/sowt samples (close #1621)
- commit ff396882d74d14db4d76536997f288a701a55851
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Thu Jul 3 22:34:46 2008 +0300
- Qt4: really clear shortcuts - fixes #1666
- commit e3272bb4f74cd55e727d3835f4098aa24a8ac053
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Thu Jul 3 22:24:04 2008 +0300
- Oups
- commit 0c48d1cbac8288ba3a1a96f298a89f22668d4de5
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Thu Jul 3 22:17:05 2008 +0300
- Fix hide interface default shortcut
- commit d794dd855b59cba17d4b3c39f5c864ba22c8a1c1
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Thu Jul 3 21:19:21 2008 +0300
- Format string fixes
- commit f2dcb7876939ffef8ec81a2252870ab12756285b
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Thu Jul 3 20:58:18 2008 +0300
- Unused variable
- commit 3ccefd743ac2497a40acf007ba1a4d041b81d2a8
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Thu Jul 3 20:39:21 2008 +0300
- Format string fixes
- commit 266960857417c80ac2ab8c39ae2745361551ea45
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Thu Jul 3 20:34:39 2008 +0300
- Signedness fix
- commit ce8d55cef39ce5ab02e2f6320c2570a09d8a6fcf
- Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
- Date: Thu Jul 3 19:29:16 2008 +0200
- Freetype version bump ( regressions fixes)
- commit 5b492c8481d4dc877f59efd0f06923faece77043
- Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
- Date: Thu Jul 3 19:26:59 2008 +0200
- Disable dirac on Windows.
- commit 31394757ade13be284ede28b3719116b88f7421a
- Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
- Date: Thu Jul 3 19:26:30 2008 +0200
- Add a new configure-common.sh for windows builds.
- commit 993a4c66b77bb55855140dde5708994553257c1b
- Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
- Date: Thu Jul 3 19:26:03 2008 +0200
- Rework windows configure.
- commit 3b633ca03c29e9650aa9738779604e3843ab4177
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Thu Jul 3 19:30:14 2008 +0300
- Marq: thread safety
- commit d17a6f2c13b47ff20dc01af6c0ccdeb087de59d3
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Thu Jul 3 18:03:48 2008 +0300
- RTP/MPA: the standard frequency is 90kHz (MPEG PCR), oops
- commit d8df8ef334fe1fe99874bc400d74af336460592c
- Author: Vincent Penquerc'h <ogg.k.ogg.k@googlemail.com>
- Date: Thu Jul 3 13:19:08 2008 +0100
- use C99 %zu for size_t in printf
- Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
- commit fc2e63a4203a2bdce33e31b6013896878620bcf1
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jul 2 21:53:44 2008 +0000
- Reworked a few broken int cast (and at least fixed a segfault).
- commit aec5639a63df6867032b76e71fe2add85919f992
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jul 2 21:00:24 2008 +0000
- Allow to stop decoder even in infinite decoder loop (in case of broken decoder).
- commit d34e1a85ea38816ca5083082be88b803e5bf580d
- Author: Ilkka Ollakka <ileoo@videolan.org>
- Date: Wed Jul 2 23:30:13 2008 +0300
- When deleting track, reduce stream bitrate too, unless bitrate is
- defined from commandline.
- commit a781fc4b3ca3a5342a7ada41545b58ab928f4f8d
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jul 2 19:57:11 2008 +0000
- Check all malloc/calloc return value in libasf.c
- commit 3c230b2a0ee3bde44059d53b7917dd987e99606f
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jul 2 19:39:48 2008 +0000
- Fixed definition of asf_object_t.
- Simplicy asf_object_t use.
- commit 2536e65c1266d9ec992acf4c516d8eb90acc81b3
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jul 2 19:17:16 2008 +0000
- Big clean up of ASF demuxer with a lot of over read fixed.
- commit a7466071b44f9b07a1e7ff1d35ed70a954052ebe
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jul 2 18:18:07 2008 +0000
- Changed ASF_ReadObject_metadata to work like other functions.
- commit 8770fee892dd00dfcc812acabb5a39619247698f
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jul 2 17:35:08 2008 +0000
- Clean up.
- commit 101b3425546c8f672f2375d433d62017baa16e16
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jul 2 17:26:04 2008 +0000
- Fixed vlc_icon_t leak in case of error.
- commit 237c2d7a9ea4fbcdb95c26e6f4209e59dff5c937
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jul 2 17:23:41 2008 +0000
- Protect against invalid object size.
- commit 29a893b661d7c7ceb360c3078678a8ae82edca26
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jul 2 17:13:42 2008 +0000
- Fixed ASF_ReadObject_extended_stream_properties parsing in case of
- stream language.
- commit 21a96468ba1dea744e473d8db48a4ee25a2d4818
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jul 2 17:12:31 2008 +0000
- Cosmetics (replace defines by pointers)
- commit 0bac0634f9a8e0ef9d8e78b2abbcae7e49deb4b6
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jul 2 17:04:50 2008 +0000
- Fixed initialization of asf_object_t inside ASF_ReadObject (fixed invalid
- free).
- Removed useless memset after calloc.
- commit 1308862fa104b6419c5656d75f14fbc1b711c8ae
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jul 2 17:02:59 2008 +0000
- Use calloc when appropriate + cosmetics.
- commit ccb8128c8e6d6982f4b89636b599f2332e6b5fb6
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Wed Jul 2 16:55:51 2008 +0000
- Fixed infinite loop in truncated file.
- commit 1a2a411c38b705707cb68f958c0931050cb1d199
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jul 2 22:52:08 2008 +0300
- Ignore invalid ACL allow line
- commit 984766504502f31ce375f873a20e34ace880d7ac
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jul 2 22:34:17 2008 +0300
- HTTP ACL: fail closed, not open
- commit 0403c7a8b701d323a1084a86cf0ef0a3a783e632
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jul 2 22:17:10 2008 +0300
- Fix HTTP interface not starting at all
- commit 92c5d98b218722a553db96cad597ab8533feae53
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jul 2 22:17:02 2008 +0300
- Remove zip file first
- commit bdeabc365a1ea8d6f95f8a57f1889922c2994e82
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jul 2 22:16:14 2008 +0300
- Fix directory separator
- commit f5e7532466579e3e0a9840ab4181844d0349736f
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jul 2 21:43:26 2008 +0300
- Qt4: remove dead declaration
- commit fee80aa4d5f3339153cf0d2f875fc5ef10f873ff
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jul 2 21:26:12 2008 +0300
- Remove hacking fullscreen control invocation - fixes #1653
- commit 4bf5e817d35569492c6c3ca068f277d0ae49702f
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Sun Jun 29 10:05:40 2008 +0200
- Avoid segfault in subtitle demuxer.
- commit ea4acee144c17cca9df1e9c06e8562d616e43773
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jul 2 21:05:48 2008 +0300
- Sort-of RTSP VOD: accept MP3 as MPEG Audio
- commit 98b8aee7f06238157329ebc5b505d6fad34067f7
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jul 2 21:04:34 2008 +0300
- So-called "RTSP" VOD: advertise the actual audio frequency
- This closes #1657. We have to use the same frequency as the RTP stream
- output, otherwise, it's not going to work...
- commit 7a5e0b241b09a404ca098b215387192231a812c9
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Wed Jul 2 19:05:46 2008 +0200
- Propagate rgb mask/shift values on render format/heap too.
- commit 91a4847521643cd0fb8ce26f7ed022b5e2f56f81
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jul 2 19:16:17 2008 +0300
- VLM: build if ENABLE_VLM rather than ENABLE_SOUT
- commit 8b9b6da88e06749994e79e906faa7195c1fcae56
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jul 2 19:14:57 2008 +0300
- avformat: fix linking with --disable-sout - closes #1655
- commit 7a222c980f5aef7fc87b1a2ccf1148c5d5dfb54d
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jul 2 18:34:30 2008 +0300
- Fix build dependency order
- commit ef239891487f4b3c6ad3d1be94048644c27ede3a
- Author: Rafaël Carré <rcarre@m2x.nl>
- Date: Wed Jul 2 13:14:30 2008 +0200
- Use the headers from builddir and srcdir before the system headers
- That fixes compilation when incompatible headers are installed on the system (such as headers from vlc 0.8.6)
- commit d60188f5d3fd839757214cdbf8f4446d2f931ac8
- Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
- Date: Wed Jul 2 08:12:46 2008 +0200
- Contribs update:
- - liboil bump
- - libschroedinger bump (remove unneeded patches)
- - libmp3lame (new patch added)
- commit 05881a9610a7f57971d94ae4ad567bf94a376402
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue Jul 1 22:49:40 2008 +0200
- Video outputs should not change the vout's render format.
- commit 2ab18523421ccdb4069d1e627d0aa4e7a71d37a0
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Tue Jul 1 23:18:20 2008 +0300
- Remove dead code (CID #3)
- If (a < 0 || b < 0) is false, then (a >= 0 && b >= 0) is true,
- which implies (a >= || b >= 0) is true as well.
- And this was tagged as a FALSE positive!?!
- commit fe5605fa2171af4bbeaa3f63b0218698da07e2e3
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Tue Jul 1 23:12:03 2008 +0300
- Remove dead code (CID #2)
- commit 93198986ce5dbb5fe205134b4b27819eb6edbdae
- Author: Ilkka Ollakka <ileoo@videolan.org>
- Date: Tue Jul 1 23:08:30 2008 +0300
- Set sizePolicy for backgroundWidget, so when album art is visible
- play/stop/etc. buttons don't jump around when album art size changes.
- commit 6a86b0b081476c6eb90d3555041ad949a805a580
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Tue Jul 1 22:39:33 2008 +0300
- SAP: remotely trigerrable memory leak (CID #70)
- commit e39b4a1a91ab2567c104821bf79b534c6f67785f
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Tue Jul 1 22:27:41 2008 +0300
- Typo, uninit (CID #127)
- commit 3f56ff6572a8ecf7d5fee865fdb792ea3fa46ee2
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Tue Jul 1 21:59:34 2008 +0300
- Switch to 0.9.0-test2
- commit 6e7ee1fa8774603d5b8f35af8f480cc526a489ce
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Tue Jul 1 20:58:47 2008 +0300
- Synchronize translation files
- commit 6cbf0a467252512cda940f561b71e68ba8057488
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Tue Jul 1 20:40:22 2008 +0300
- Missing #include
- commit a607595869cc8aaa1f3e24257a699720f874f6f3
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Tue Jul 1 20:34:57 2008 +0300
- Fix make distcheck
- commit 3c093c80675e26aaa84b245e6a753bf2ea117c41
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Tue Jul 1 20:23:23 2008 +0300
- Sync with (provisional) 0.8.6i
- commit 0abeddd4e2879b6d304928ce266723ecb4d6a0da
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Tue Jul 1 20:22:16 2008 +0300
- Fix gettext use
- commit 127a867bc75e3688f0de69f9abb2ae41dc28faaf
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Tue Jul 1 19:42:23 2008 +0300
- Do not recycle video outputs - fixes #1651
- For the same reason as audio outputs. The code was thread-unsafe beyond
- repair.
- commit acd09b4c95f13abdced07a7903f11e1217042573
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Tue Jul 1 19:41:26 2008 +0300
- Revert "Remove the suxor thread"
- This reverts commit 74cf34e6ae1258f4d680ef3f69e7cfa690ab6ef8.
- commit 6ad63e8cf411092b7888d0d08ab618650a495ba5
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Tue Jul 1 19:45:53 2008 +0300
- Qt4: Remove hackish use of vout window for the FS controller.
- This fixes #1651. We can hopefully get a proper patch for the FS
- controller.
- commit fd78181dd3d3e6453140fc51bda50cce22eef025
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue Jul 1 13:50:57 2008 +0200
- Fix compilation of VLC with --disable-vlm.
- commit 6ca53488910d5e9920384f7c363f625568123ec6
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 30 23:08:28 2008 +0000
- Allowed RV32 (same code than RGBA).
- commit db9c722322fa9ed556368366566d119a5b04cc92
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 30 23:05:19 2008 +0000
- Fixed chain for chroma+resize.
- This allows resizing non overlay output without swscale support.
- (I have disabled chroma chain building until someone tests it.)
- commit 9248217feec1932c190728d0cf65eb6fba9577e6
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Mon Jun 30 23:47:17 2008 +0100
- Distribute lua/lib/misc.h
- commit 8124e6f90ee92675671525d30fd0cb0a1bf1ccc5
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Jun 30 22:39:13 2008 +0200
- Here too.
- commit 7cf574445a92ad4be1d237beff532c545f291766
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Jun 30 22:27:47 2008 +0200
- Don't build the rtp module when you don't have gcrypt (I hope it still
- works when you have it :p)
- commit 9f2fb28d7e4899695ccf5a92a3bba3396ebd2e7f
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Mon Jun 30 22:57:54 2008 +0300
- Remove the brain-damaged video output destruction code
- Fixes crashes, deadlocks and assertions failure with #1650.
- One cannot remove object references one does not own.
- Reopens #1637.
- commit 2d6a7985cf7e21b0b7d5f697366874105d225fe5
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Jun 30 22:14:01 2008 +0200
- Fix typo.
- commit 74cf34e6ae1258f4d680ef3f69e7cfa690ab6ef8
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Mon Jun 30 22:52:04 2008 +0300
- Remove the suxor thread
- There is enough sucking code.
- commit 6ef09b541a286e0ee1e2e3a313bc22dd6f60da2f
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Jun 30 21:46:43 2008 +0200
- Fix implicit filter chain module.
- commit d2aa472ee162b6c81403b90a4eb0b3e44fc778a9
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Mon Jun 30 22:39:08 2008 +0300
- Suxor thread: cleanup
- Why call vlc_thread_ready when the other side does not wait anyway...
- commit 674ccb48ec8ccda0e077a6e6ec423cf02a69a160
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 30 18:52:20 2008 +0000
- Clean up spu/filters when a vout module cannot be loaded.
- (The clean up path of vout is in a need of more cleaning).
- commit 18516cc6727f3a03d91e7ba97a9697aa1aa437c6
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Mon Jun 30 17:59:34 2008 +0000
- Clean up vout error path.
- Correctly free spu and filter chain.
- Do not free 2x vout pictures.
- (At least, vlc -V x11 does not segfault any more on resize, it
- just does not work)
- commit d962b50eede7adbdc0a5fe9a37dc7c85f3293ae9
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jun 29 22:31:45 2008 +0000
- Removed an invalid lock.
- commit 791b55cfb3a6f2562c69b0a8a094a0a3a6cf0ecb
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Mon Jun 30 19:51:49 2008 +0200
- src/control/mediacontrol_audio_video.c: to create a generic object,
- its size should be passed to vlc_object_create (instead of VLC_OBJECT_GENERIC)
- commit 2641ceaec6a0d5318c8c7cfa5872a97d51611000
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Mon Jun 30 19:24:16 2008 +0200
- python bindings: fix compilation
- commit a417ec82d9a793a2681be75be9be719e4972cfce
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Mon Jun 30 19:09:47 2008 +0300
- Warn in case of dangerous thread join patterns
- commit 17e4415c642051164b63dd27d65f7dc9c34ffd92
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Mon Jun 30 19:09:15 2008 +0300
- signal si redumdant after kill
- commit e8e4876a7061b7fe269b4a2b90ec2298b09d8f5c
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Mon Jun 30 16:02:48 2008 +0200
- We don't want to use this module for avc1
- commit a06ead21d0053345648c4f28a6366ee87fcba9e8
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Jun 30 15:31:24 2008 +0200
- Fix clean target.
- commit cba75ff969fbbe00005fd6e78ff5f114add23aa6
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Mon Jun 30 14:41:46 2008 +0200
- Correctly disable the Core Animation vout for the 10.4u target
- commit 7c3c44956e67fb27c725973398a60691d63d019d
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Jun 30 13:55:59 2008 +0200
- Note to self: test compilation before applying patches.
- commit d1e3b1c2518db752f9e31fba2219010d7188003e
- Author: Georgi Chorbadzhiyski <gf@unixsol.org>
- Date: Mon Jun 30 12:00:34 2008 +0300
- Add --sout-asf-bitrate-override setting to ASF muxer
- This patch adds setting to override calculated bit rate outputted
- into ASF stream. This is needed in the cases where ASF muxer
- receives stream in TS (for example) and can't correctly determine
- what output bit rate should be.
- Windows Media Player actually uses ASF bitrate setting to calculate
- how much to cache and if the output bit rate is wrong it tries to
- cache too much or too little.
- To test the behaviour before this patch try to stream WMV in TS
- container to another VLC that remuxes it into ASF. Open the remuxed
- stream into WMP and you'll see how it tries to cache 1%, 2%, 3%
- and so on...
- Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
- commit fbaa0ee2d65c9c98b982f27d0b0a541892dda59d
- Author: Georgi Chorbadzhiyski <gf@unixsol.org>
- Date: Mon Jun 30 12:00:32 2008 +0300
- Small cleanup in asf muxer. Use SOUT_CFG_PREFIX in options setup.
- Small cleanup in asf muxer. Use SOUT_CFG_PREFIX in options setup.
- Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
- commit a76c04610bb31cd895cbd43bc1f93e871772c043
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jun 29 22:01:52 2008 +0000
- Cosmetics (moved down filter2 update)
- commit fae2f3f288543e0024d9a64bf940f9bc45778ae7
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jun 29 21:09:40 2008 +0000
- Use ChromaCreate/Destroy when applicable.
- commit 71c1ddb6aa1c9715d1096b3bbee3e7f0abcc7f07
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jun 29 20:59:01 2008 +0000
- Added ChromaCreate/Destroy (cosmetic)
- commit bfd381dc4270c0fc139752d4115c5d42ee82438b
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jun 29 20:39:05 2008 +0000
- Do not take/release change_lock inside InitThread/EndThread.
- (Cosmetic, it will allow cleaning up a bit the vout thread).
- commit 7c853ff7684769d25ccda470c3dfd18467ba4752
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jun 29 20:25:24 2008 +0000
- Partially fix data leaks when vout creation fails.
- Could someone with good vout knowledge review this commit ?
- commit 6b47943ac3dc7fa866dbcf00cab7893daae75bcb
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 29 23:21:53 2008 +0300
- Fix previous commit
- commit 93cbb89ab431546a28d011b25240a383eeda7804
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 29 23:16:18 2008 +0300
- Cosmetics
- commit 3be7c61b0db43282fb51cc73d74a68c0d278328f
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jun 29 19:08:20 2008 +0000
- Added reget_buffer implementation for correct PTS for codec using it.
- This allows playing of MS Video 1 file but it is not yet correct because
- of the way VLC handles RGB (it won't work on big endian, and the colors
- seem broken).
- commit 7544774bffebd4ae162d7aebd7f3f57bf62e573e
- Author: Jonathan Rosser <jrosser@rd.bbc.co.uk>
- Date: Thu Jun 26 18:04:48 2008 +0100
- Add dirac video support to the ogg demuxer
- Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
- commit f8823a8fd023052e26de9bc6624bb1373e1807f7
- Author: David Flynn <davidf@rd.bbc.co.uk>
- Date: Wed Jun 25 12:44:58 2008 +0000
- ts demux: add support for dirac streams via registration_descriptor
- Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
- commit 425a85df64f1c1671ea9536f0140a611a1e0d7a5
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 29 20:41:33 2008 +0300
- RTP: avoid loosing the first received packet
- commit 4e72534d7da8bb2cda63791ffe4d611e7dcf0929
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jun 29 16:23:12 2008 +0000
- Check against too low sample rate and 0 channel count (avoid division by 0)
- commit 37402ad5d32c33a0f6f76eda0cb39d6b2339062e
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sun Jun 29 16:22:19 2008 +0000
- Check against 0 sample rate (returned by ffmpeg).
- commit b07357af26f3b5dadbea7fa1f255a3d0fc0de630
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 29 18:22:43 2008 +0300
- schroedinger: fix warnings
- commit 1d2139aa05982eb40df53cf4f04e5c34196e7217
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 29 18:21:10 2008 +0300
- Fix corner case memory leak
- commit 42779914fe039a85be152661a4f93e0e7ba7b4d9
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 29 18:20:36 2008 +0300
- Announce libschroedinger support
- commit e5747cadd72ca895f2d4d28137dc73a02d9632be
- Author: Jonathan Rosser <jrosser@rd.bbc.co.uk>
- Date: Fri Jun 27 17:17:16 2008 +0100
- Introduce new codec module to decode dirac video via libschroedinger
- Schroedinger is a fast decoder of the Dirac video codec. This plugin
- is currently the most complete dirac decoder (compared with ffmpeg or
- codec/dirac.c) and should ideally be used in preference
- - Input data blocks are handed over to schro which eventually free's them
- (avoids memcpy). Freed by SchroBufferFree()
- - Share picture storage between schro and vlc -- avoids memcpy of picture
- data after decoding. Freed by SchroFrameFree()
- - Autodetection of libschroedinger in configure.ac
- May be disabled with --disable-schroedinger
- - Bumped decoding priority to 200, to beat libavcodec.c and dirac.c,
- this module does a better job than either of them.
- - Remove potential memory leak when allocating pictures
- - Always use p_block rather than priv in SchroBufferFree
- - Performs pts interpolation for streams that do not have one pts per picture
- - Set progressive, top_field_first and nb_fields on picture_t's properly
- - Fix copyright date in header
- - Reorder picture_pts_t structure for efficiency
- - Print 64 bit types correctly with "%"PRId64
- - No need to p_buffer->i_buffer=0 before buffer_Release()
- - Work around schroedinger's lack of handling multiple parseunits per block
- - Work around corrupt data produced by demux/ts.c after discontinuity
- - Correctly reset decoder at Dirac END_OF_SEQUENCE
- - Split decoding loop into two parts:
- - First, injecting [valid] parse units into the decoder
- - Second, itterating the decoder
- Signed-off-by: David Flynn <davidf@woaf.net>
- Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
- commit 025d0a239f580936ee53685119daebbc9a09ed13
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Jun 29 14:34:55 2008 +0200
- failing test for libvlc_media_list_player added
- commit 229c8f90e7c004f641140ff50f30ad0716ffa18e
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Jun 29 00:37:29 2008 +0200
- *cough*
- commit 6b7540a5c18cdf46db2e21f4198ab2d2d14677e9
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Jun 29 00:34:37 2008 +0200
- Don't try to use 10.5-only threading features on a 10.4u target. Fixes #1614 on OS X.
- commit 8d65a7555d7cda5a871f104dc97d4ea963161903
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jun 28 22:20:12 2008 +0000
- Do not delete input variable, only remove callbacks (and all of them).
- Otherwise, every one would have to check the return value of var_Get ...
- commit 4a28278bdaf1d5b3bf978b9c1725a61e104de93c
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Jun 29 00:20:01 2008 +0200
- Simplify.
- commit e81f6fca6f99e83338959f956b1f4d1e14602078
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jun 28 22:12:00 2008 +0000
- Fixed segfault when parsing wav file to check for dts/a52.
- commit a11cc33695f3b4bc9f939e457bd3e5f16397968f
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jun 28 22:09:27 2008 +0000
- Fixed segfault on corrupted wav file.
- commit 26d305ed5a301cd35f7a9bf279742f775fde2658
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sun Jun 29 00:04:43 2008 +0200
- Remove trailing spaces.
- commit 64a31ec90363f92c9500bf8fc5882aad85183b22
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jun 28 22:03:31 2008 +0000
- Fixed buffer size computation with non zero bits per sample mod 8.
- commit e0c708fec3e8a001994174b0d647f4ac34cd9e29
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jun 28 21:59:48 2008 +0000
- Fixed invalid unlock on invalid audio format.
- commit 470ba2c1ea11b8b11fda606ff0279fad11e6c4a2
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Jun 28 23:58:29 2008 +0200
- Don't assert.
- commit d97af9aeb77ec6a505fc37a5a55c5ae85bb6ea35
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jun 28 14:10:15 2008 +0300
- wav: fix integer underflow
- (cherry picked from commit 105335dd73917555335c03460aaa67fcdb9d4a55)
- commit 3de60bf5b886ad81d7c05d68dff7a1ba461c0ac1
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Jun 28 14:00:57 2008 +0300
- wav: fix integer overflow (CVE-2008-2430)
- When i_size is sufficiently large, we would overflow malloc(), and then
- overwrite the heap with stream_Read().
- Bug reported by: Alin Rad Pop, Secunia Research.
- (cherry-picked from commit 95e2f0ff579a5b987cbde9454aa1fc86080528e2)
- commit 9512f7de73883472b39a712748c33e9a51074a02
- Author: Laurent Aimar <fenrir@videolan.org>
- Date: Sat Jun 28 21:40:12 2008 +0000
- Fixed use of freed memory every time rtmp access is probed/used.
- (for example, on invalid file ...)
- commit e8d41dd3a713bd54aa9251cc87c80747a6e7dfdf
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Sat Jun 28 23:33:03 2008 +0200
- Check malloc return value.
- commit c8e9ec9612c5421b1299355dfcd20516fab58ba3
- Author: Ilkka Ollakka <ileoo@videolan.org>
- Date: Sun Jun 29 00:22:21 2008 +0300
- fix error: lua playlist warning: Error while runing script
- share/lua/meta/googleimage.lua, function fetch_art(): share/lua/meta/googleimage.lua:43: calling
- 'stream' on bad self (string expected, got table)
- commit db4d130ff9597b0b7822a057c5e4303cb85121c7
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Sat Jun 28 23:14:41 2008 +0200
- Fix memleak when the codec can't be loaded.
- commit 840644c6abfb724e068c3864c5a5db4e5abbaf26
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sat Jun 28 23:12:05 2008 +0200
- No need to patch FFmpeg's MMX code if we are on Darwin-ppc