ChangeLog-2008
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1719k
源码类别:
midi
开发平台:
Unix_Linux
- Sometimes our list of video output modules is still not enough for an
- external libvlc application with specific requirements. For instance, an
- SDL application running in full screen cannot open a new window on Linux
- (this is a known libSDL limitation). This vmem video output allows it to
- asynchronously render the video into an SDL_Surface, with full locking.
- Resolution or pitch changes are not supported yet. I'd advise against
- them however, since they often require a full chroma unload/reload
- operation, which is quite expensive.
- I also believe this feature should be directly integrated into libvlc,
- but I don't want to be too intrusive yet.
- commit 699dd7887738f8e1373a4cf3d8c03f010c70a29b
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Fri Mar 21 15:21:52 2008 +0100
- give the opportunity to play synchronously
- commit f56d550753a30c5bae8e44fef87b8986cc309ac2
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Fri Mar 21 15:21:23 2008 +0100
- addMediaDescriptor refactored to addMedia
- commit 709367d842d0c3c0b79e2fd125398d2147bd226e
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Fri Mar 21 15:03:29 2008 +0100
- fix for #1533: check on array boundaries before removing media
- commit 5f584e4c451865ea350cd54e28a4d1417d50e9c6
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Fri Mar 21 00:32:47 2008 +0100
- more unit tests
- commit 5a0c3a5164cebef2e6111506ac12edb71762b047
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Fri Mar 21 00:31:58 2008 +0100
- create a medialist on JVLC creation
- commit 61a056a7eb4b1190384432f31ba63d102e8d0230
- Author: André Weber <atmo@videolan.org>
- Date: Thu Mar 20 21:17:48 2008 +0100
- Fix the handling of string variable - store them as UTF-8 into the config variables, also convert the StringList values to an UTF8 string before putting them into a QVariant - which seems not to work if created from a "char *" - because later converterd QVariant->toString() isn't UTF8 like expected.
- waveout.c forgott to convert string to UTF8 before storing in choice list
- commit bd2b3483d842cb04398d19a5d9b31ceca0e5c26e
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Thu Mar 20 20:44:24 2008 +0100
- media instance tests added
- commit b57e45928314b2d2c146be3dbdb1eeabd504dbbd
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Wed Mar 19 14:36:05 2008 +0100
- ignore samples/target folder
- commit 4459ae4e819ed42ff83f0075281c79106a235474
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Wed Mar 19 14:29:36 2008 +0100
- some media descriptor tests
- commit f5f23650908c430b570c0b3cadf1e84ed1d86a89
- Author: Sam Hocevar <sam@zoy.org>
- Date: Thu Mar 20 18:25:02 2008 +0000
- Ignore Qt generated files.
- qt4-uic (the Qt user interface compiler) and rcc (the Qt resource compiler)
- create .cpp and .h files that we don't want to track. Adding them to
- .gitignore.
- commit 649c93388de52ab1d798f1bae283afb58df68c19
- Author: Sam Hocevar <sam@zoy.org>
- Date: Thu Mar 20 18:11:53 2008 +0000
- Minor Windows ME build fixes.
- Add a --disable-wince option so that we can disable this (probably broken)
- plugin's build when mingwce is detected. Also, add -lmmtimer to the libvlc
- link flags because this is where timeGetTime() lies.
- commit 8b5869976eae2be0bee9e9c9d0ab4f8d7a258bc0
- Author: Sam Hocevar <sam@zoy.org>
- Date: Thu Mar 20 17:43:48 2008 +0000
- Documentation updates.
- Made the Doxygen headers slightly clearer when directly read from the
- header file, fixed grammar and spelling here and there, added some
- missing param and return tags (though a lot remains to be done).
- commit 4e0e4d6d4a3421ccf21715b0705b582826b0d62e
- Merge: cfc9828 3b0534e
- Author: Sam Hocevar <sam@zoy.org>
- Date: Thu Mar 20 17:38:00 2008 +0000
- Merge branch 'master' of git@git.videolan.org:vlc
- commit 3b0534ea2cd006b38292a28b32a685e6e0ef10a2
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu Mar 20 19:08:30 2008 +0200
- Don't use strcpy() on overlapping memory buffers - fixes #1500
- commit cfc98288babeb803bbeb85198fbad529cb35b659
- Author: Sam Hocevar <sam@zoy.org>
- Date: Thu Mar 20 16:59:11 2008 +0000
- Put (void)val; here and there to tell gcc we used the variable.
- The spin_lock wrappers do not use the return value of the functions they
- wrap, resulting in dozens of compiler warnings because they are inline
- functions. There is no elegant solution to this, I hope using (void)val;
- is the least shocking alternative.
- commit 951c16c72039c9ef696fdd237d6d0304c5df3665
- Author: Ilkka Ollakka <ileoo@videolan.org>
- Date: Thu Mar 20 18:01:00 2008 +0200
- set rc_method = X264_RC_CQP if qp is set
- set qpmin/qpmax even without qp set.
- more constant on x264 parameters handling.
- commit 30b0fc05399a86ff3b7b31cafb20c73029828b02
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed Mar 19 23:23:27 2008 +0100
- libvlc.sym: Add __vlc_object_set_destructor and fix make check.
- commit c4234b02fcdd61914a68bfbea5cceeed615df8a3
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Mar 19 15:08:27 2008 -0700
- Small size adjustement.
- commit 5470ba32e8194c56865ad2fef0e05af8d7fc3fda
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Mar 19 15:06:21 2008 -0700
- Fix "Remove security-policy UI" [2db278fa3a9a53f1ab026acfd83672a405cb2e9f] commit that made overlapping.
- commit 97d1d1c21efde89b1ce9c5e1c89e171b09d33aa1
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Mar 19 21:00:19 2008 +0200
- Remove redumdant Makefile target
- commit 473906a052f21523a3fe450f4664f247f72b3d9e
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Mar 19 20:59:09 2008 +0200
- pkg-config for the plugin API
- (Don't expect this to work yet though)
- commit b321beb4ac88fb3d032b0f0132a8ce7348b52f89
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Mar 19 20:52:05 2008 +0200
- Use NDEBUG
- commit 484c93112f2827cf242c6f4807f7f48f28be6aa9
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Mar 19 20:40:16 2008 +0200
- Set PLUGIN_PATH and LOCALEDIR only for libvlc
- commit 50f3a306ea5c05c6505594e785c508cdf1c5d9cb
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Mar 19 19:31:15 2008 +0200
- SAP: m= subtype is not supposed to be a number in with the "udp"
- protocol, so don't try to use atoi() there.
- commit 28737ffcb575641e55b9ec9b04fe3e5c6e130141
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Mar 19 18:58:46 2008 +0200
- vlc_fixups.h: Protect against multiple inclusions
- commit 49c5319575d754e806a0eebc93138a9c52f926ef
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Mar 19 18:46:53 2008 +0200
- file access: Remove expand path, spare one dummy duplication
- commit 540c761324ae1034f4aa5a5d45b84907d7720b65
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Mar 19 18:37:26 2008 +0200
- Factorize the localtime_r replacement
- commit 48d8e6bf030cbb4f64d8dafcd8587489c088bbf7
- Author: Sam Hocevar <sam@zoy.org>
- Date: Wed Mar 19 13:53:57 2008 +0000
- Use LoadLibrary instead of LoadLibraryA.
- LoadLibrary can either point to LoadLibraryA or LoadLibraryW depending
- on the system and build options, so let's use LoadLibrary everywhere
- for consistency. Also, wrap static argument strings with _T() so that
- they're automatically in the right format.
- commit f351efa7d22645625d20204f86a44b194fde8352
- Author: Pavlov Konstantin <thresh@altlinux.ru>
- Date: Wed Mar 19 18:31:07 2008 +0300
- Fix Array Indexing Vulnerability in sdpplin_parse(). (CVE-2008-0073). (closes #1531).
- Thanks to Alin Rad Pop, Secunia Research.
- Ported from libxine.
- commit 16c69ade84edabaf8c861f1e4f478ae815f94970
- Author: Sam Hocevar <sam@zoy.org>
- Date: Wed Mar 19 13:18:09 2008 +0000
- Add a --disable-vlc configure flag to not build VLC.
- In some cases (eg. when building binary packages) one only needs libvlc
- and libvlc-control and does not wish to build or install VLC binaries.
- This --disable-vlc flag saves us from manually removing the unwanted
- binaries after "make install".
- commit 8b06bdb4caf5b78af5be9e02f59fa4bc4ba0c61a
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Wed Mar 19 14:10:06 2008 +0100
- more libvlc_media_list_player tests
- commit 5df4f82a48567b78a3c2a9ac9cb679d50e5351dc
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed Mar 19 13:45:18 2008 +0100
- auhal: Fix kAudioDevicePropertyDeviceIsAlive check (vlc_bool_t size has changed and doesn't match anymore the needed param size for kAudioDevicePropertyDeviceIsAlive).
- commit 4082c803f778e903ae0b1dc9afaf3ad86fddbd69
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed Mar 19 13:17:46 2008 +0100
- auhal: Replace deprecated Add/RemoveProc calls by Create/DestroyProcID calls.
- commit af929d567facf21f853cd0c84c671849167abcb2
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed Mar 19 12:06:07 2008 +0100
- auhal: Make sure gettimeofday is defined.
- commit 808821a820b5e13e829e1d8a9edcffca73b5ba37
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Wed Mar 19 10:31:46 2008 +0100
- Revert "Fix compilation, by "fixing" VLC_PUBLIC_API." as the compilation breakage on Qt4 was obviously a typo in 461e426f5.
- This reverts commit 82d39c38faa8a4eaeb613d65d27957321f449c02.
- commit 8de31a2675b91f9520e6b20e70030f0f2a8ef38f
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Wed Mar 19 10:30:17 2008 +0100
- qt4: Fix open_panels.cpp compilation.
- commit 82d39c38faa8a4eaeb613d65d27957321f449c02
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Wed Mar 19 07:53:24 2008 +0100
- Fix compilation, by "fixing" VLC_PUBLIC_API.
- Revert "VLC_PUBLIC_API needs extern "C" on windows/c++ too."
- This reverts commit 4af174fcd8b06d416eb499a61f56029a2d48bd90.
- Revert "Mark VLC_PUBLIC_API as extern "C" when using C++."
- This reverts commit 879e3eb226c7df84db6868b25964830664f92ebb.
- Don't publish the default object destructor. (VLC_PUBLIC_API is broken)
- commit 461e426f5b03bdfc8d40dd8874f3cb7e23da7127
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue Mar 18 19:42:12 2008 -0700
- Add "" around subtitles name. Fix #1528
- commit c365acef1712b09f8c07a10e8014f135081df441
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Wed Mar 19 02:32:28 2008 +0100
- media_instance: Don't rely on vlc_object_find now that input refcounting is fixed.
- commit af3a9f1bda52929ead2943edda814bdd8a6d2538
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Wed Mar 19 02:05:06 2008 +0100
- control/media_instance.c: Fix libvlc_media_instance_new_from_input_thread() now that input refcounting is fixed.
- commit cf3100336b61b3297f368c68c5e019b157dba63b
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed Mar 19 01:55:49 2008 +0100
- Add FLV mimetypes in browser plugins
- Patch contributed by dkl0
- commit 9e96ce01733f21e24b8b357dfd9096c92480edf9
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Wed Mar 19 01:37:24 2008 +0100
- control/media_descriptor.c: Proper vlc: URL.
- commit 6fe2f30c0432c5fe2a3e280bd6a9707bf2ac74b3
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Wed Mar 19 01:30:09 2008 +0100
- vlm: Don't automatically detach in vlm_Delete if not needed, this will be done at destroy time if needed (This should fix some rare bug).
- commit afccd092f45c32f72a43283c725e939f173ec3c9
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Wed Mar 19 01:29:12 2008 +0100
- objects.c: Automatically detach from the parent.
- commit a4e9080036b0431fc25947dd4ecfcb5998af8cdd
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Wed Mar 19 01:24:36 2008 +0100
- vlm: Fix destruction by using correctly using refcounting.
- commit 4af174fcd8b06d416eb499a61f56029a2d48bd90
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Wed Mar 19 00:42:00 2008 +0100
- VLC_PUBLIC_API needs extern "C" on windows/c++ too.
- commit 33e3f3deed0b8087223521e457ffd734c0830195
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Wed Mar 19 00:36:33 2008 +0100
- input: Get rid of Destroy(), and move sout keeping code to the destructor.
- commit 68ed0898ecf97d7e0c11d6b34d1aa45d224bf32b
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Wed Mar 19 00:02:47 2008 +0100
- input: Use a Destructor to delete critical resources. Destroy() should be removed.
- commit cae26885df6eaccbb9b02499248b0acf5fb87a15
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Tue Mar 18 23:42:36 2008 +0100
- block.c: Remove a warning about unused argument.
- commit d98ba2fe7096c886744335770014044c36cc8d51
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Tue Mar 18 23:56:30 2008 +0100
- objects.c: Add an assert_locked() in vlc_object_yield_locked().
- commit 56a0945078146cedcd3c9e33ce86caa24de79b2f
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Tue Mar 18 23:23:23 2008 +0100
- vlc_objects.h: Export and implement vlc_object_set_destructor().
- commit 879e3eb226c7df84db6868b25964830664f92ebb
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Tue Mar 18 23:15:30 2008 +0100
- Mark VLC_PUBLIC_API as extern "C" when using C++.
- commit db59220242fc7918ea68f30b01257391459a5f84
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Mar 18 21:50:02 2008 +0200
- Proper vlc: URL
- commit b3a086f551ef547194d32ac4ae4911a16885f3c6
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Mar 18 21:38:13 2008 +0200
- Remove redumdant stdbool includes
- commit 2db278fa3a9a53f1ab026acfd83672a405cb2e9f
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Mar 18 21:37:19 2008 +0200
- Remove security-policy UI
- commit f2e6a702ae7401e2c0f11665660a753f611e180b
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Mar 18 21:23:56 2008 +0200
- shout discovery: don't try to set non-existent option
- (funman removed m3u-extvlcopt a few days ago).
- commit 6ee1e74f7983b2d929f6511b35ef6ca72fbea1f4
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Mar 18 21:12:00 2008 +0200
- Remove the short-lived security-policy parameter.
- In by far the overwhelming majority of cases, the user would not know
- how to determine the correct answer to the security prompt (did you
- ever compare SSL error handling in IE6 and IE7?). Since the trust value
- is now determined programatically, this would seem to mostly help users
- shoot themselves in the foot.
- --security-policy is also broken when using --playlist-enqueue: imagine
- you are running VLC with no security, and then your browser enqueues an
- M3U from some nasty webserver... fireworks.
- Wrappers around VLC really should NOT use M3U files if they need to
- tweak certain options (e.g. --sout). Global options can simply be set
- the normal way from the command line (e.g.: vlc --sout '#std{...}').
- Per-item options can be set using the colon notation. Multiple items
- should be expanded on the command line in the right order, rather than
- written to a M3U file. Alternative, IPC interfaces could be used
- (single instance + playlist enqueue, RC interface, DBus interface...)
- or language bindings.
- *** Important note ***
- Web browser plugins are still in need of fixing. I suppose
- libvlc-control should be extented to support playlist item trust.
- Feel free to revert and do something else if you have a _better_ idea.
- commit 794a69356e450a617a4adde3775cfa50ae643a20
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Tue Mar 18 19:28:38 2008 +0100
- fixes for libvlc medialistplayer_play_item and medialistplayer_play_item_at_index - medialistplayer_play is still out of order
- commit 9806c813954db8bd465c2520c2f6ca6ef118faf6
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Mar 18 09:29:48 2008 +0100
- Ignore files built in bindings/cil
- commit 03dbdfe7b9bc3d749435c27cc01d0606f411a4e1
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Mar 18 09:26:27 2008 +0100
- Fix out of tree building of the python bindings
- commit 97a9d4e927bdbac13eba6c65d204b07b5d7b3376
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon Mar 17 15:51:57 2008 +0100
- Verify Python.h presence when enabling python bindings
- commit 031256f27b7cc2ffb443a23a71b117ee45af6eb8
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Mon Mar 17 23:35:11 2008 +0100
- new (failing) test for ticket #1527 added
- commit 34ab57aad3f670855d4b6d6b2812e7997c5beea4
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Mon Mar 17 23:19:25 2008 +0100
- check if media_list_player->media_list is null before locking - fixes #1524
- commit 489d57c1a28bfacabe4cf92d0cc868c9fd06986e
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Mon Mar 17 20:53:27 2008 +0000
- Update pot file
- on't forget to do it when you delete files else it breaks make dist
- commit eb85f7afc2685c9973973a8d6c1a4530c6b77972
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon Mar 17 21:32:09 2008 +0100
- Fix #1487
- Don't use an object after releasing it
- commit cd3ea880421919b66e627b4721d23e53989002bf
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Mar 17 21:20:33 2008 +0200
- Don't leak vlc_bool_t through libvlc-control
- This restores the ABI. It also avoids nasty issues with determining
- what a native boolean is from language bindings.
- commit b623ad8c99a6bf61eb9b61c2e26388ff5ae1a86a
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Mar 17 21:11:40 2008 +0200
- Tag ABI break
- commit 1b9c93e80ed9fd5e531d330469a0ec934d5b64d8
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Mar 17 21:11:15 2008 +0200
- Pass trust flag to var_OptionParse
- commit 5bfaf660bd32e11683bde7c96270dcd094dbea74
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Mar 17 21:09:07 2008 +0200
- Fix return value
- commit bf4a300705421cd16dd93e715b352a0a9f606f1b
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Mar 17 21:06:16 2008 +0200
- Retain certain flags from input_ItemAddOpt
- (Oh! another ABI break - if only vlc_input_item_t weren't public)
- commit 74b1c6cdc6d4c4c9f06bcbe6ea4f9a4882297f77
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Mar 17 21:05:35 2008 +0200
- Code factorization: use input_ItemAddOption
- commit 25ea83eba40db206731f469169a7929a3996bc56
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Mar 17 21:04:21 2008 +0200
- VLM: use input_ItemAddOption
- commit 2e7e22467bd0ba3d9ef6cb2211fab3133ae40486
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Mar 17 20:04:45 2008 +0200
- Use native C/C++ boolean type
- commit 709f415cdf024f565f16df51d1c0378356f23070
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Mar 17 19:57:33 2008 +0200
- Provide the trust value to var_OptionParse
- commit 208d017e7c250518e1601a9610cec0866012ca37
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Mar 17 19:38:21 2008 +0200
- Set the proper flags for item options
- commit 55083e6b6e768dc817b2f88e6d53232c20729075
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon Mar 17 11:46:09 2008 +0100
- Re-enable m3u parsing
- This check is already made by the new safe option flag (still broken, but to be fixed one day)
- commit 0e2052d5cd889db4fa7c84c7457f66bc7d3951e1
- Author: Ilkka Ollakka <ileoo@videolan.org>
- Date: Mon Mar 17 10:14:45 2008 +0200
- Tell that dst-parameter overrides new bind/path parameters.
- commit 80a74d66eb92914ffba1e4996de3bf74060ba5e5
- Author: Ilkka Ollakka <ileoo@videolan.org>
- Date: Fri Mar 14 22:57:55 2008 +0200
- Add bind and path aliases for standard streamoutput, so you can document
- streaming (hopefully) more cleaner way like:
- standard{access=http,bind=:8080,path=/myfile.ts}
- equals to
- standard{access=http,dst=:8080//myfile.ts}
- (that extra / doesn't seem to harm and it's only visual flaw)
- commit 2f541e74db27020b92c9603d1d4dfebcd05a300e
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Mar 17 00:46:46 2008 -0700
- Fix warning in rawvid demxuer.
- commit 2e8d84e3949e6c7f1fdcec6c662e7509b7d10de8
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Mar 17 00:42:48 2008 -0700
- Kill a warning.
- commit aeb71956196c14dc655810681bfffafb8e33d3a6
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Mar 17 00:40:27 2008 -0700
- REmove uninitialised variable.
- commit af2b9b2c865247952124dbb012251c6ef1be2bc3
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun Mar 16 17:40:33 2008 -0700
- Update the list of objects after a VLM import. Patch By Jean-François Massol, slightly modified.
- commit 786adcfe4f379510874f04b454bbfe3daf643ad9
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun Mar 16 12:37:38 2008 -0700
- Remove debug.
- commit e5979c33103d684a7422c9f291edb9baf295d601
- Author: Pavlov Konstantin <thresh@altlinux.ru>
- Date: Mon Mar 17 01:10:02 2008 +0300
- Link ncurses plugin to libtinfo if available.
- Should fix builds on linuxes using that library: ALT, PLD, Fedora.
- commit c87ad54056043b0b94d78847bd6e311e6e20aa6a
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Mar 16 22:40:50 2008 +0100
- new (failing) test for media list player (ticket #1524)
- commit 99f80c178a8236c18400150fff4d436f127e41b8
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Mar 16 23:22:59 2008 +0200
- Handle all memory errors in MP4 esds
- commit 7061a05d461803044bd98b63fed47340736e9809
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Mar 16 23:17:27 2008 +0200
- Handle memory errors in MP4 ctts - refs #1508
- commit cd74f7f84a46eb1e8468ae24a3b723a77c68ab67
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Mar 16 23:16:58 2008 +0200
- Cleanup MP4 ftyp
- commit ba67168b4ab7a05a45111791b179776bca016c43
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Mar 16 23:15:40 2008 +0200
- Handle memory errors in MP4 stts - fixes #1502
- commit 1e08726cdcb9ec5a18d1fd9a890d29aded061cdd
- Author: Pavlov Konstantin <thresh@videolan.org>
- Date: Sun Mar 16 23:59:36 2008 +0300
- Update no-mmx patch for current ffmpeg.
- commit 160cf0e2f7a41040dc322162ac503fb2f7a5c170
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Mar 16 21:22:30 2008 +0100
- Try compilation before interaction
- buildbots should be able to compile asa cleanly now (unless for X-compile of course)
- commit 55f3a9f1dc708d536a61a8f65c8b3c854c14e360
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Mar 16 20:49:26 2008 +0100
- Interaction are controlled by a dedicated thread
- This is not the playlist's work at all
- Fix #1520
- commit f0c27947efb2fab7144ffd3425e3822d6073d622
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Sun Mar 16 21:33:27 2008 +0100
- During the compilation, print errors and warnings on stderr.
- commit 54c23b66191ff8c50c699b0b92bc0e1bc617924c
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Sat Mar 15 20:26:02 2008 +0100
- Remove useless test before a delete.
- commit 10b3d6f1a239ec17c16cdfca13b4f98051591f34
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Mar 16 19:59:47 2008 +0100
- fix for libvlc_get_input_thread: check for null before locking. fixes #1522
- commit c6fabd0fc5bf92148dc90938bb66c0553e186f06
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Mar 16 17:11:26 2008 +0100
- initial media list player unit tests file
- commit 9c24ad3ef121fbda9d6f50fdcbbe1a2193c838a5
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Mar 16 17:11:00 2008 +0100
- use the sync_instance library for tests too
- commit b7c2f1b54a4c28d41b141ccd483f0508bd521662
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Mar 16 17:10:13 2008 +0100
- centralize maven compiler plugin
- commit ad53a53efbb955ad8116d68f6d2f74953f1775ed
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Mar 16 15:15:07 2008 +0100
- Remove debug
- commit a7e2dcfe29e2767bfa13d4b3451d2543fe8ae2bd
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Mar 16 14:15:46 2008 +0100
- gettext 0.16.1 was an unintended change - sorry
- commit 7984e32f174df8fe061c0e9ec70aff32f6840f2a
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Mar 16 14:12:06 2008 +0100
- ac_prog_java* not needed anymore
- commit a21959aff9fc4595d6d82867447889ee2c862b40
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Mar 16 14:04:10 2008 +0100
- remove ant references on --enable-java-bindings, say users to run mvn
- commit fc14fe5dd6af97130558a77fbd60e1fdbb54165c
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Mar 16 13:45:53 2008 +0100
- some basic info on how to use mvn added
- commit 12c70d4b6eb8c2e682bf6c045ec8f217c033b511
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Mar 16 13:39:23 2008 +0100
- switch to jdk 1.5
- commit a130c17fc4c838c4e924f3fa67c47821ebff1779
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Mar 16 13:22:00 2008 +0100
- switch to jdk 1.5
- commit 7a9a29f49f46c7133846190c700d1725ce668a25
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Mar 16 13:21:26 2008 +0100
- more info about developers/contributors
- commit db39ed110ef89bf6dad646b774dfa84c2d028d31
- Author: Adrien Grand <jpountz@jpountz.net>
- Date: Sun Mar 16 13:02:00 2008 +0100
- [PATCH] Maven2 plugins
- Signed-off-by: Filippo Carone <littlejohn@videolan.org>
- commit fc3815a7114f9fef7eb47e38903f33bfb10597b7
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Mar 16 03:47:07 2008 +0100
- Better stats box in ncurses
- Fix scrolling
- Use ACS_* characters to be nicer
- Only show video & audio if there is an es (or show both if there is no es, mp3 has no es)
- TODO: show sout only when needed
- commit ba7e4ce0f12026c1736097f43cfbd96096b98f23
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sat Mar 15 22:47:10 2008 +0100
- Add assert()ions to help fighting a bug
- commit eb73dbd387402d035c2eb77d9c0a65a5e21c4d95
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sat Mar 15 21:50:33 2008 +0100
- Do not hide bugs
- commit b4b0a1b6f82807f4e7b0a1f96b62dcf109018549
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Sat Mar 15 20:01:04 2008 +0100
- Remove useless test before free and delete.
- commit 31927c895c0f13237bf734cbae39f915bb2b3786
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat Mar 15 11:46:54 2008 -0700
- Fix DShow capture names with spaces, spotted by Andre Weber.
- Fix Apple iSight on windows :D
- commit 944ddb5bc274ea3784498471a7965e51545e587f
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat Mar 15 00:35:13 2008 -0700
- Force to fix the size of GotoDialog.
- commit 24657112e5f2532b48d25416b46eb2212b01f089
- Author: Richard Hosking <richard@hovis.net>
- Date: Sat Mar 15 16:55:28 2008 +0000
- Cosmetic - changed negative test.
- commit 6b8e5d9bc6fcc4fe2284cbf37709d3b1317473dd
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sat Mar 15 17:32:12 2008 +0100
- more media list unit tests
- commit 72d148236598b070fbbc03e12a21623d485987e1
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sat Mar 15 16:33:48 2008 +0100
- media list count unit test added
- commit ce42723bbe41d8c4fefe09f83195d99d678a868b
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sat Mar 15 16:33:18 2008 +0100
- Adrien added to thanks
- commit dbc1b9b7e55b7e1655c44e9c42dc3ee7bca1e64a
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sat Mar 15 16:25:19 2008 +0100
- ignore folder contents
- commit 850c37b46867f04052709bdfce91c3f04ddc27d2
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sat Mar 15 15:34:04 2008 +0100
- ignore mvn generated files
- commit 7d3cc85d1bc8a3d7aea4f5486148826304b0aa8b
- Author: Richard Hosking <richard@hovis.net>
- Date: Sat Mar 15 14:50:27 2008 +0000
- Fix very minor memory leak when using OSS for audio.
- commit a19cac2195024dc9992fa582eeb4701602695003
- Author: Adrien Grand <jpountz@jpountz.net>
- Date: Sat Mar 15 13:27:06 2008 +0100
- [PATCH] - maven project structure reorganization - add a exec:java goal to launch the VlcClient
- commit 2d22d0e2f33e7e617a49417418102e3105c038c1
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri Mar 14 20:51:07 2008 -0700
- Very slight fixes in Open Dialog too.
- commit bc5ec85a6e24e317b930983a34e9f0d3e7e8eb33
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri Mar 14 20:42:03 2008 -0700
- Very very Slight modification of Open dialog
- commit 064a983fe5836624bce01053ec35c2ee3f8d1b4a
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri Mar 14 20:32:44 2008 -0700
- Fix layout in VLM dialog.
- commit cceacadfbd5ec1104c9cb4a37901f29f1d8596df
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri Mar 14 19:31:50 2008 -0700
- Fix the dialogs problem on Mac.
- commit be11a0133ff77434b9ede817bc827885eae1daab
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri Mar 14 19:22:25 2008 -0700
- AssoDialog is not available on Mac.
- commit a302df0cf04f6030eaba0254c512851811260826
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat Mar 15 00:00:40 2008 +0000
- Fix building with an uninstalled ffmpeg
- commit 10fd1f14df5c4d9552759336d80a4e67d0d66ebe
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri Mar 14 22:28:43 2008 +0100
- Fix #1515 - vlc.exe icon
- commit 66eef912955166cb5eaa7d1a6e051c47ace70852
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri Mar 14 19:24:01 2008 +0100
- Fix aac decoding when muxed with ADTS headers + AudioSpecificConfig
- When AudioSpecificConfig is available in fmt->i_extra, faad need the ADTS headers removed
- commit 3b4b75ab12a8de94daed79c49442e4fe69399b8d
- Author: André Weber <atmo@videolan.org>
- Date: Fri Mar 14 18:48:54 2008 +0100
- StringListConfigControl finish -> deal with empty ppsz_list_text, same like in wx widgets, use instead the short text
- commit 87014491480629af9a590f723b4683fc2ccc55c9
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Fri Mar 14 09:51:44 2008 +0100
- use empty .gitignore files to track empty folders
- commit 1fd0545efbdf4aef65714d6abee9b10832361ba0
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Fri Mar 14 09:49:53 2008 +0100
- Revert "dummy .empty files added for needed folders"
- This reverts commit 0a7044077201ff47826bbf1f9bb596aff827a97f.
- i'll use empty .gitignore files
- commit 7903384866363cf822da012220c8aa5bcf2888c5
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Fri Mar 14 09:40:14 2008 +0100
- specify license in pom
- commit 6cf973e6fb09b9033440754f9b3813f1804c94e0
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri Mar 14 14:19:00 2008 +0100
- Display live stats in ncurses interface.
- Activate it with hotkey 'S' ('s' is stop)
- commit 13a418add41dc3d518c693024d2b8018c0452dc5
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri Mar 14 11:22:45 2008 +0100
- fix [0cd7064a1b656cd87e61af14b74ec6c80c341fe6] : lower case "VLC"
- commit 805a9ad61bb628aee2ca936d048a86f16503bc56
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri Mar 14 10:07:40 2008 +0100
- Fix AAC muxing into TS
- Add ADTS headers on top of the raw AAC frames
- Use the ADTS stream type (0x0f) since LOAS isn't implemented
- This was wrong since we were streaming raw, not LOAS/LATM
- commit 62d91d413bc4a7c52a8b598680db14a19e523291
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri Mar 14 00:10:46 2008 -0700
- Compile fix for L4MERS on Qt4.2 :D
- commit ba274b8b207a49037bd383ac250b530f98b3c65f
- Author: Ilkka Ollakka <ileoo@videolan.org>
- Date: Fri Mar 14 08:32:49 2008 +0200
- when sorting playlist with artist, sort also album under artist and tracknumber on album
- I think this is good default atleast on music.
- commit c45048df5ea0ac61f646433b99d7731cb4140792
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Mar 13 17:21:39 2008 -0700
- Change button layout and behaviour in the open dialog. This avoid the Windows issue and should close #1455
- commit 6c27b7487733694e65a9cc601bbecb718c72a8c8
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Mar 13 16:24:43 2008 -0700
- Remove unnecessary function that doesn't do what we want anyway.
- commit 0b87d485d9d37eaa921ea4f53b39f29fce8cd50e
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Fri Mar 14 00:26:42 2008 +0100
- Forgiven in the previous commit (useless test)
- commit 6411526fe052a033300e73045b07c0aaee089e88
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Fri Mar 14 00:24:00 2008 +0100
- One more removing session. (useless test before a free())
- commit 5cb4066e102b6c6e89ab890439c5bf9c74703262
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Fri Mar 14 00:21:34 2008 +0100
- Useless test before a free()
- commit ac5fe543116a304c652f0ae7eea38cfbb40c119d
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Fri Mar 14 00:19:57 2008 +0100
- Remove useless test (one more time).
- commit 61abfdafa8566dc5ede8d172a9d495f0cec5a449
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Mar 13 16:15:47 2008 -0700
- Smaller margins.
- commit e2714b9c307270c8b87c03510bd6c31eaa82904d
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Mar 13 15:56:40 2008 -0700
- Fix a layout issue, and adds space left of reset button.
- commit 2067e26ab4694f2562742b19cd8e93493274ba46
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Fri Mar 14 00:12:46 2008 +0100
- libvlc core release test added
- commit 5057a7c4008696b6d07d8169931e18a161a27fe3
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Fri Mar 14 00:12:10 2008 +0100
- media list initial tests added
- commit 20cf28d1852087feca86c7753ef6c5bd62e409e4
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Fri Mar 14 00:06:43 2008 +0100
- Raffaella voice added for unit tests
- commit 8015def880fcd4ba00aa253a4929d4f19f450d5e
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Thu Mar 13 23:16:16 2008 +0100
- first unit test added
- commit e0efae4083eeafb85212641a20c3e0feb5c11cec
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Thu Mar 13 22:55:51 2008 +0100
- some more cleanup
- commit 4d17700cc4d49410acdb29ed3968d69408489526
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Thu Mar 13 22:53:03 2008 +0100
- reflect current vlc version in pom
- commit 4089ed51216810726a0ceeb48272ff42b247e67d
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Thu Mar 13 22:52:31 2008 +0100
- basic instructions for maven2
- commit 670c37bdcf25ed7c5bdc04c6250fb380f3a8debf
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Thu Mar 13 22:44:35 2008 +0100
- jna added as a dependency
- commit ba6e094def4c2d340d112b80eb50d1a5d8b897a4
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Thu Mar 13 22:29:18 2008 +0100
- VLCExample moved to org.videolan.jvlc.example
- commit 0a7044077201ff47826bbf1f9bb596aff827a97f
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Thu Mar 13 22:27:38 2008 +0100
- dummy .empty files added for needed folders
- commit c09c00029b56f8b6b9e8736bc8811d4b01a36ca4
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Thu Mar 13 22:16:24 2008 +0100
- maven2 project structure
- commit bb1a46d01ed14c835baaac86de4b5c8f65a59419
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Thu Mar 13 22:03:18 2008 +0100
- remove old headers in java bindings
- commit 28644afa0512962fc8627b23713f02c873a5761f
- Author: Ilkka Ollakka <ileoo@videolan.org>
- Date: Thu Mar 13 22:35:49 2008 +0200
- change playlist sorting to use qsort instead bubblesorting that was used.
- commit 104802fa1f8c3cf960f266f3cfbc12a6f6caa77a
- Author: André Weber <atmo@videolan.org>
- Date: Thu Mar 13 19:31:36 2008 +0100
- fixed warning about wrong datatypes (mdate(), pf_GetSystemInfo)
- commit 0305cdacc18e39d01efe5a10485c9109f8818798
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Thu Mar 13 19:17:42 2008 +0100
- Revert some errors in 859436564cd0b85e76b888a88205424ede9cb412 and 9630c00c6b310e1a824f0bce00de89f0f777484f
- commit 6d9e92da983e3ae91b09ce983aae5b851a6d884c
- Author: Rafaël Carré <funman@videolan.org>
- Date: Thu Mar 13 16:18:35 2008 +0100
- Revert [cd2de36f617b57813c44fd94babd7fa952bccf8d]
- assert that pf_control is available
- commit 7fcfedbc4fd304c5b383bcb598efa1312d9480af
- Author: Rafaël Carré <funman@videolan.org>
- Date: Thu Mar 13 15:55:09 2008 +0100
- m4a packetizer: remove (comment) unused parameter
- commit 0633bc89ea492e9ac81f6dde2f8c2831990981fb
- Author: Rafaël Carré <funman@videolan.org>
- Date: Thu Mar 13 13:49:22 2008 +0100
- Remove $Id$ from THANKS since it's shown in the qt4 ui
- commit eebf82ef2e66117fedb21036966daa62d7492225
- Author: Rafaël Carré <funman@videolan.org>
- Date: Thu Mar 13 13:47:48 2008 +0100
- fix ts demuxing AAC with ADTS headers
- 0x11 is the type for AAC synchronized with LOAS
- 0x0f is the type for AAC synchronized with ADTS
- commit 036f56dfac0a62fd072555d8caf04a986f0edd08
- Author: Rafaël Carré <funman@videolan.org>
- Date: Thu Mar 13 12:39:34 2008 +0100
- fix a message, contribs are not windows-specific
- commit 1371457214b9473357de5e8e066d552f168e3e8b
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Thu Mar 13 08:57:39 2008 +0100
- Properly fix use of SWSCALE_* defines in zvbi.
- commit 984723a78f8006b9fea6ba981036d91e2934bab1
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Mar 12 23:56:42 2008 -0700
- Shut a warning.
- commit 7a214f493f6b064ba1e3ec53cb3e30b839c6b494
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Mar 12 23:52:08 2008 -0700
- Shut a warning.
- commit 0b4aa1b3335149d48bc5ea4052147b744ee83140
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Mar 12 23:49:24 2008 -0700
- Shut a warning.
- commit e6ee64216f4e13a52ca651ebd2054e6fb9ab2dfd
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Mar 12 23:36:44 2008 -0700
- Preferences: Modify the reset button according to the HIG. remove some warnings.
- commit b344dc6f7e63b4cb016fda81f2fdcbe5b575611a
- Author: U-AMBREJean-Baptiste <Jean-Baptiste@ambre.(none)>
- Date: Wed Mar 12 22:58:44 2008 -0700
- Disable mkv and taglib and dirac on cygwin.
- commit d9159b59d0ec6c44a340e9ae5a32d3950159f310
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Mar 12 20:47:41 2008 -0700
- Don't use matroska.org.
- commit d9994e011f156da868a19b8968e6f36c169bd931
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Mar 12 20:43:47 2008 -0700
- Shut a Windows warning.
- commit 17125cc60b178e1f4419e5242f233f89c5368703
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Mar 12 20:38:54 2008 -0700
- Shut a few unused parameters for Windows compiling.
- commit e6b20aa94016e228096229844d49d3a28ebf947d
- Author: Rafaël Carré <funman@videolan.org>
- Date: Thu Mar 13 00:13:49 2008 +0100
- Fix git commit generation
- Not everybody builds VLC from the source tree
- besides that the shell code was wrong : the return value of a pipe is the one of the LAST command in the pipe.
- commit cd2de36f617b57813c44fd94babd7fa952bccf8d
- Author: Rafaël Carré <funman@videolan.org>
- Date: Thu Mar 13 00:05:27 2008 +0100
- Fix crash when (access_t*)->pf_control is NULL
- This was triggered by DBus module using access2_Control
- commit a8605343f0af4d128ee5570f20b94215bc3777a0
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Mar 12 23:52:37 2008 +0100
- Remove trailing whitespace.
- commit 14237d89c45640c29c3ee14f2d52bd40ff2fb92d
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Mar 12 23:48:41 2008 +0100
- Refactor video_filters in modules/stream_out/transcode.c by abstracting common code into 2 new functiosn transcode_video_filter_new() and transcode_video_filter_close().
- commit d84cd8bb95d1cf575dd271f1250a17b29f459d62
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Mar 12 22:49:44 2008 +0100
- Small indentation fix.
- commit 39599d620f7d5f385b8dc2566c11105cf0719128
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Tue Mar 11 15:52:01 2008 +0100
- Fix compiler warning about unused variables.
- commit c61c53902842e81d059fde16e113c8d840207892
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Tue Mar 11 12:42:10 2008 +0100
- Fix regression on zvbi.c introduced by recent ffmpeg changes.
- commit 0cd7064a1b656cd87e61af14b74ec6c80c341fe6
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed Mar 12 23:13:11 2008 +0100
- Improvements to syslog logger - by Hans Lambermont
- - add PID to syslog and use lowercase vlc (conforming to syslog standards)
- - add the command-line verbosity control -v[0-2] to html/text/syslog
- logging, such that one can disable f.i. LOG_DEBUG from being offered
- to html/text/syslog completely.
- - add the priority to the syslog message
- commit 021c332008d24ef503eddc6ad41f3392a5816e60
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed Mar 12 21:00:25 2008 +0100
- Change a description msg
- [] cause problems in zsh completion
- Changing it to () is easier than fixing zsh completion generator
- commit f1c34c38fee6fcfd5751f192f369581b89af7eef
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed Mar 12 20:59:18 2008 +0100
- Fix zsh completion installer
- Don't use non-standard extensions
- Run the script in zsh
- commit 17bba6bc4fd5244bd8c847c5a8992508698a93cb
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed Mar 12 17:29:06 2008 +0100
- Fix adts packetizer
- Get channels information from decoder specific config
- Add (commented) useless variables from ADTS header
- Detect unsupported configurations and start (commented) support
- commit 7c79c5512c7f3a7da087f0dc942f9377e7caa7c6
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed Mar 12 17:28:15 2008 +0100
- Don't look for svn or git in strange paths, use $PATH
- commit e7003c92f06a1c667c3ce570d2c5eb6eecbc5dde
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed Mar 12 16:23:26 2008 +0100
- verify asprintf() return value, fix indentation
- commit d95df6f6e9bdfe4d6b169a858a51efa0eded87cb
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Wed Mar 12 20:35:50 2008 +0100
- don't reset the controls when awaking from nib, but when showing our window
- commit 4d8b3700b700a33d958027e7baddd63f34917b8e
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Wed Mar 12 20:25:25 2008 +0100
- Implemented the hotkey section of the Simple Preferences
- plus a bit of code factorisation
- Note that saving multi-key combinations will fail right now.
- commit 0274be8790164dccf71b9f4574b57a47e4a88c70
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Wed Mar 12 12:06:29 2008 +0100
- The last but not the least commit about these useless tests.
- commit 7326fad1f18a82b58db09d0a0ddc7c086c60c62e
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Wed Mar 12 12:02:01 2008 +0100
- One more time removing of some useless tests.
- commit cc10207a6de5466bf6bfedcd8a3073c7a0f1224a
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Wed Mar 12 11:54:45 2008 +0100
- Another bunch of useless test.
- commit 4ce76d3a9d6b415b55d4095c3a74f2996059dbcd
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Wed Mar 12 11:43:57 2008 +0100
- Another time "Remove useless test ..."
- commit 0f00164eb903cee76c89575ed26117332ed1ee99
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Wed Mar 12 11:42:46 2008 +0100
- Remove useless test before a free().
- commit 1e83ef8280d68b3314e2c8bc3d918aba3c897b8f
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Wed Mar 12 11:31:58 2008 +0100
- Fix a stupid compilation warning
- commit ddba9af97a4a3531e762d9696bf0ee7637a63448
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Wed Mar 12 00:59:20 2008 +0100
- Forgotten in the previous commit.
- commit 9630c00c6b310e1a824f0bce00de89f0f777484f
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Wed Mar 12 00:58:01 2008 +0100
- Another time "Remove useless test before a free".
- commit 859436564cd0b85e76b888a88205424ede9cb412
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Wed Mar 12 00:30:25 2008 +0100
- One more "Remove useless test before free"
- commit dfc2996565842dbf644557debc80cb7cc8c2b4f4
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Wed Mar 12 00:15:36 2008 +0100
- Remove useless test before freeing something.
- commit 0c55d564025a1b488f28154c2bf886bf9bb341ec
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue Mar 11 23:36:40 2008 -0700
- Fix Makefile.
- commit c77d34a29149f897bc0e43eac220b37895e2a1e6
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue Mar 11 23:32:36 2008 -0700
- x264 moved to Git.
- Will remove the legacy tar.gz. If you build the contribs, you need SVN and git.
- commit f223fd68adaf438647303089ba55afbb454972db
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue Mar 11 23:27:49 2008 -0700
- Check git location.
- commit 7c851191cc3b8c0119ff54a3bd112e2320808c02
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue Mar 11 23:24:07 2008 -0700
- Move ASA to a VideoLAN site.
- commit 472067196ac5796d551a6250e28f9517bd1885bd
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue Mar 11 23:07:12 2008 -0700
- Move configure.sh to configure-mingw.sh
- commit 51263d78c5b0080343bc36223c06b7ec59a6a639
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue Mar 11 23:06:41 2008 -0700
- Add a configure for cygwin!
- commit 09f06e184f9dee241e8cc4b07293fecd080e487f
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue Mar 11 21:51:25 2008 -0700
- Don't test for attribute visibility, because it doesn't support it, but it will pass the test and fill the warning output with messages.
- Profit to s/enable-pp/enable-postproc in the comments.
- commit 17e390747cc2335d797cae1897f27c382062ca40
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue Mar 11 18:28:01 2008 -0700
- Missing include.
- commit 384c053ced1826ca1a8800b46c944108f25d29e8
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue Mar 11 18:22:30 2008 -0700
- Kill a warning in mingww32
- commit fe79260ae8261e9ec68084820b53d97567b07791
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue Mar 11 17:50:18 2008 -0700
- Include fix for Win32
- commit 54faac8d12ad919ae868d667c1b4fa18606aedba
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue Mar 11 17:46:53 2008 -0700
- Change int to size_t when needed. Kills a warning.
- commit 6d4276b4678b11f5e8915eae6e5e5d3052c7c0d1
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Tue Mar 11 23:27:53 2008 +0100
- macosx: show an end-user visible warning in case that VLC was compiled without the update checker
- commit c6a78e1b9e0cd1b87783b024f66ee440965053d5
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Tue Mar 11 23:12:56 2008 +0100
- Use VLC_ENOMEM instead of VLC_EGENERIC.
- commit eb6f43ef97be034b2ea3b71b56263cf9f487b6ce
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Tue Mar 11 22:55:34 2008 +0100
- Remove useless test before a free()
- commit 6339478fe9c686d0c527a785fb6c66efe0f17e85
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Tue Mar 11 22:45:04 2008 +0100
- Another time : remove useless test before free().
- commit bcddfd6382fb71b0021008eb63f1bc4a1b1bae0e
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Tue Mar 11 22:26:54 2008 +0100
- Remove useless test before a free (again).
- commit 32376dc26ea8c10dce202deee1ee239a5716c1d0
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Tue Mar 11 22:18:20 2008 +0100
- Remove useless test before a free.
- if( bla ) free( bla ); => free( bla );
- commit da686e46efe4a3085c7aa9286e0b2d55dbd1e918
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Tue Mar 11 20:42:28 2008 +0100
- Check malloc return value.
- commit def276b7faa4b528f6171b7375ab432ee59357a0
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Tue Mar 11 20:30:07 2008 +0100
- Check malloc return value and fix a memory leak.
- commit 570cece597b2984c2197de5da46970218d30230f
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Tue Mar 11 20:28:27 2008 +0100
- Remove uneeded test before freeing.
- In the same time add spaces in order to follow code convention.
- commit e6ab052c4bd68cdb1350084b1b2710f8d0e2d37b
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Mar 11 14:41:25 2008 +0100
- Don't print an error if we are using ffmpeg's ts muxer
- commit 9b70353f2b0164c467102f52dcd3ced085734193
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Mar 11 19:50:17 2008 +0100
- typo
- commit 5fad05019f7b6cd5623512b3a2ac05c3ca1f717d
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Mar 11 19:48:41 2008 +0100
- herm, "attachment://" is 13 characters, not 15
- commit 2bb861e3f7af67ba599e3e4e85608f36b2826843
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Mar 11 19:47:53 2008 +0100
- use vlc_object_* and PL_{UN}LOCK to simplify
- commit 0e86a35f7852d41c4f7d70759bc966c5f21c9ac0
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Mar 11 19:05:17 2008 +0100
- Do not use playlist_*AddInput() when the playlist has already been destroyed and is dying (fix a crash when exiting while directory access is still reading) Try to return early if one of those function fail, because it either mean we don't have anymore memory available (I'm still looking for infinite Turing machines), or we are exiting (the playlist is dying). Use object / thread helpers for simplicity
- commit c13a0a1dca2616c79edd269788d85212da0275e1
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Tue Mar 11 11:44:35 2008 +0100
- Fix building AAC profile selection for outdated ffmpeg versions.
- commit 8130e228e06c8ef443a758cf8a07010951d4c344
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Tue Mar 11 10:41:47 2008 +0100
- Add wxvlc to gitignore
- commit 1aa8f6ce86c37dff7de914f6a2595f7a68db39a9
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Tue Mar 11 10:19:48 2008 +0100
- Cleanup of AAC profile selection.
- commit ba014d6298ecfac0bbce0ad934a69f7477b06148
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sun Mar 2 19:49:35 2008 +0100
- Add option to encode aac low, main, sbr or ltp profiles.
- commit 7c12daaba5688b7a1f87836a4d55597ec95a7d06
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Tue Mar 11 09:25:17 2008 +0100
- Script to install runtime dependencies for ubuntu-feisty when using medibuntu repository. This script should also be usable for newer ubuntu installations.
- commit f5124e3e1f0db51bbfd37c377010181caf164560
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Mar 10 11:56:16 2008 +0100
- Add contrib for ubuntu-medibuntu repository.
- commit 915b2bac11f790adbc67711be00dda1c560f4a24
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat Mar 8 11:54:20 2008 +0100
- Add more ignores
- commit c7caf0005dcab6d0f4bb007bff53f84a5977de44
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Mar 11 01:51:20 2008 +0100
- remove useless msg_Err() , use memset() for simplicity
- commit dec4051286cdda84b13a686b574d5360c7e4560e
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Mar 11 01:49:55 2008 +0100
- fix ticket #1482 (and most problems with config saving by the way)
- regression was introduced in [92290c9d7485934444efcfbb61c27f3bc94a61d3] (more than one year ago Oo )
- commit 1bbcb9f0db5392f291b31f03db9048e18db4e4bf
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Mar 11 00:18:30 2008 +0100
- cleanup : remove useless headers, not used functions, msg_Err when we don't have enough memory, add a declaration
- commit 13e1b6f48378b9cced92b2b9efb814b34824ea98
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Mar 11 00:15:18 2008 +0100
- explicit control queries unsupported
- commit a1cd7082492c4bba5c359a0bbc386954b3f5e212
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue Mar 11 00:40:22 2008 -0700
- Fix preferences in Qt. Add a lot of comments. Close 1305
- commit c67c2cd7206fe4c2e7992555bc0577dcfaf4da7a
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Mar 10 21:23:23 2008 -0700
- Set the correct ToolTip on the play/pause button.
- Should close #1485
- commit fd9d431500c57afe9d014e5d30d54b9378afc484
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Mar 10 18:57:18 2008 -0700
- Additional checks on malloc output in data reader.
- commit 1703d8421a3b582da45c837f42e04d1ea0e8d609
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Mar 10 18:55:00 2008 -0700
- Check after calloc to avoid null dereference.
- Should Close #1499
- commit 18eb4fd5a75b6429d1d7058a8967696be701a00b
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Mon Mar 10 23:29:29 2008 +0000
- Avoid integer overflow. Patch by Drew Yao.
- commit fe37fc3e55aa2ec68b03beb890d2ded1125e0c1c
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon Mar 10 21:12:49 2008 +0100
- Fix FontBuiler object destruction
- commit fb2370673de54602cfe829e5bdfe433dad7294a9
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Mon Mar 10 20:53:22 2008 +0100
- Use --enable-swscale instead of --enable-swscaler
- commit 31a9a4a4500bd18db2968344111326f319d65366
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Mon Mar 10 20:08:25 2008 +0100
- Fix a race condition : the user progress dialog wasn't created sometime with the Qt interface.
- commit 7ad4142335ef48518a8aeceeddaba608f075fcc1
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Mon Mar 10 19:50:28 2008 +0100
- Use the same comments covention
- commit 0b446e7833cf8c16602768951aac888938081718
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon Mar 10 11:48:37 2008 +0100
- Fix indentation to make anjuta happy
- commit f70e66e82e11150519fe1e26794dd8ced1d4c407
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sun Mar 9 21:17:19 2008 +0000
- Dutch l10n update by Myckel Habets
- commit 6cd26fbcc7f7f35f4efa8438f2a064c982574358
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Mar 9 21:55:27 2008 +0100
- check if the binary signature was issued by the public key we got in memory, before real cryptographic verification
- commit 0f234aafbef405e2be5b59aa72899378f47d7377
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun Mar 9 12:29:52 2008 -0700
- Windows compile fix.
- commit 894f52c816798d639d69803a77b8e9120088bb3b
- Author: André Weber <atmo@videolan.org>
- Date: Sun Mar 9 21:02:46 2008 +0100
- Saveing Window Positions useing the QT defined methods as far as possible.
- On first start if there is no position info stored - try center the dialogs
- on the primary desktop/screen. (or same screen as the controller)
- the component playlist shall not save there settings to a fixed location,
- so it may become problematic if we use the component twice - like it
- is done. The location shall be given controlled by its owner component
- or window.
- commit d28d12946380cbbff3dae12e8303746bf67b154f
- Author: Adrien Grand <jpountz@jpountz.net>
- Date: Sun Mar 9 17:24:29 2008 +0100
- - layout correction on WMII
- Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
- commit d4fc232a9b2b9a46c2579ad2323ba074f9897465
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Mar 9 18:35:17 2008 +0100
- libpostproc/postprocess.h always includes needed headers
- commit 67bda2329cba4763d3fa3512923c9856c84106be
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Mar 9 18:28:45 2008 +0100
- don't send twice the signal when an item is added or removed
- commit 1b3187cc1041d2e2d07390a4ddaade28187fcb8b
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun Mar 9 09:17:58 2008 -0700
- Use GetWindowLongPtr instead of GetWindowLong to be Win64 compatible and to avoid a warning :D
- commit 9b25c18105980f9d97083891095abcc68dbeb86a
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Mar 9 18:01:09 2008 +0100
- deprecate playlist
- commit 4cd4ecc88b88339f0e9bc8b2531c64d82e60bfc6
- Author: Mirsal Ennaime <mirsal.ennaime@gmail.com>
- Date: Sun Mar 9 11:40:54 2008 +0100
- D-Bus control module
- Add the TrackListChange signal
- Signed-off-by: Mirsal Ennaime <mirsal.ennaime@gmail.com>
- Signed-off-by: Rafaël Carré <funman@videolan.org>
- commit cbb88be6390edaa065dce0b3a918ad7bf2cf9af5
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Mar 9 17:52:31 2008 +0100
- Fix postproc header detection (the test depends on inclusion of stdint.h but there is no right way to do that in cmake)
- commit d8ff00df25d28e47220c14f97f89956de31831b6
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Mar 9 16:22:46 2008 +0100
- fix libvlc linking when UPDATE_CHECK is on
- commit fb120859aa3401d3c2f6b4f6601440a179c8ef5a
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Mar 9 16:22:10 2008 +0100
- Fix PACKAGE_VERSION_* generation with cmake
- commit 24c38138a74528a6dd7643dd245c9e5af16330bd
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Mar 9 12:59:53 2008 +0100
- Fix directory detection with broken filesystems on Linux
- commit 3def7a126ba8568ee7dcc8f9d2f1ce01f2603935
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Mar 9 13:12:08 2008 +0100
- use vlc-control to be more multiplatform friendly
- commit 78461b33d410dbf95b95050c4c5b32b6c5cacd50
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Mar 9 12:54:09 2008 +0100
- do not catch VLCException in sample
- commit 9760d127ea6cdd08df0b311bee7d068147e42b3f
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Mar 9 12:50:40 2008 +0100
- ignore class files
- commit 97090ec35e65b1b3b3aa9b677367808fb1baefd6
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Mar 9 12:42:59 2008 +0100
- Do not throw VLCException in Video class
- commit 4add9fe38b3ef395be2deee5930bd0b6b0a7cd07
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Mar 9 12:39:39 2008 +0100
- do not throw VLCException in Audio
- commit f8b641ed9bf0cec1a945ec5bebdd136e2acfc7d0
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Mar 9 12:38:57 2008 +0100
- vlcexample shows audio class uses
- commit 9ac46b4ed4c5f904a4cd13674dc710e751febdba
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Mar 9 12:22:53 2008 +0100
- audio class added
- commit 10375a26348b10e7596b3ce24b87b0c85bbc3ec8
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Mar 9 12:13:13 2008 +0100
- audio functions binding complete
- commit daa85a7f57a409dce7a516090179d3f3b6ac87db
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sun Mar 9 01:53:36 2008 +0100
- java bindings huge update
- commit 4713a3672c79e4f681f196caf66a541855d86fba
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Mar 9 02:05:57 2008 +0100
- fix dependancies
- fix pcre cross compilation
- fix asa cross compilation (you'll have to copy a tool from your natively compiled copy of asa)
- commit 4c2230da12968a19cb60fc4b5031eb4e13eea306
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Mar 8 15:46:29 2008 +0100
- Add a new croppadd video filter. It currently isn't used anywhere. This should work for all kind of chromas.
- commit e52025ed23ee687ce86cbce664a75854d3c25e73
- Author: VideoLAN <videolan@jones.via.ecp.fr>
- Date: Sat Mar 8 23:27:56 2008 +0100
- build asa on darwin add pcre contrib (needed for asa) install fontconfig.pc on darwin
- Signed-off-by: Rafaël Carré <funman@videolan.org>
- commit 5b9686862a31a9384b06879afdd2ac00fc4b4890
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sat Mar 8 22:05:42 2008 +0100
- Remove useless headers inclusion
- commit 072a6e00deaed4c5c237aab3f5b9233f5686e8b3
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat Mar 8 12:39:48 2008 -0800
- Ffmpeg moved from --enable-pp to --enable-postproc
- Once again, very nicely handled...
- commit dd99cec11682b1f038dd2804c02413eb17334966
- Author: Rémi Duraffort <ivoire@via.ecp.fr>
- Date: Sat Mar 8 21:37:03 2008 +0100
- Move the track id from the last column to the first one in the playlist dialog and add VLC_META_ENGINE_DURATION in vlc_meta.h
- commit c1bf65aa42472b1e0bb5187361fa451727f93cc3
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sat Mar 8 21:30:22 2008 +0100
- remove dead code moved from libvlc.h
- update comment to really reflect the function
- DBus's playlist-enqueue should really be saveable
- commit 7647c5af7deab29b3386fab5cdac9586bf0a277e
- Author: Rémi Duraffort <ivoire@via.ecp.fr>
- Date: Sat Mar 8 20:54:34 2008 +0100
- Remove PLAYLIST_AUTOPLAY and use PLAYLIST_PLAY instead. Fix #1477
- Signed-off-by: Rafaël Carré <funman@videolan.org>
- commit a418e6d37987a4f7508d0d3c945c5948e1af555f
- Author: Rémi Duraffort <ivoire@via.ecp.fr>
- Date: Sat Mar 8 19:16:14 2008 +0100
- Use PLAYLIST_PLAY instead of PLAYLIST_AUTOPLAY.
- commit 438d9dee9b3d7d1623e64c1dd73d4dc96068d180
- Author: Rémi Duraffort <ivoire@via.ecp.fr>
- Date: Sat Mar 8 18:11:22 2008 +0100
- Sort the playlist by album then by track number when sorting by album.
- Close #1492.
- commit 32932c15f0abb9098d17d2fc7dc0e8c66bb65449
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sat Mar 8 18:46:13 2008 +0100
- removing old and unsupported java-gcj bindings
- commit 9a8650a188e067bc14b7e6ed48bf89082a0f3d16
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sat Mar 8 18:15:19 2008 +0100
- fix xvmc video_output compilation
- static functions can not be used outside of the file where they are declared
- commit a58afd27a89c0427ea4f266ee2ad628ba80ba6b6
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Mar 8 16:25:55 2008 +0100
- Remove windows line endings (I don't understand how they got here in the first place...)
- commit d2f02db8fb759bd0e8cadc9308419114e1509494
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Mar 8 15:42:52 2008 +0100
- Distribute luaintf/modules/sandbox.lua
- commit be03754018b7854f462ba937a6268e49bc451363
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Mar 8 15:41:19 2008 +0100
- Add a new Sandbox Lua module to the luaintf framework.
- commit 49dba5c2d6f3b925de3fb68bb170f630d55e295a
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Mar 8 15:39:52 2008 +0100
- Fix issues with the VLC rawvid demux and bump it's priority.
- commit ab620e32135cc274bff54297ba2301a3d2ed2c78
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Mar 8 15:38:43 2008 +0100
- Make the lua http interface host and directory configurable.
- commit f4514d7d0f2fd2c85dd0e0933478cc60a85346e6
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Mar 8 15:37:31 2008 +0100
- Add a function to get the current playlist item in the lua interface.
- commit 873c58389a1c625c47350f98fbdb602971644eb7
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Mar 8 15:36:35 2008 +0100
- Fix spelling in comment.
- commit 2f4ec25d60a56a3188df3405bfa413edf1a3d4b8
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sat Mar 8 15:59:40 2008 +0100
- libvlc interface fix and missing toggle_fullscreen method added
- commit a402c26ac021dba2fc1ed0e8498002466bb41218
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Mar 8 14:37:23 2008 +0100
- Switch lastname to lowercase.
- commit fe246d4b380a7349c797faf64d943ce378a80dcb
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat Mar 8 13:14:53 2008 +0000
- Refresh pot and po file.
- It seems like 8b71b1041b0ba6304f864c977c1a2dceb725a0cd might have cause them to be rebuilt
- commit 9d9a24813685d2591256da630705b48a5e5b91b3
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat Mar 8 13:13:46 2008 +0000
- Slovenian l10n update by Matej Urbančič
- commit a701afad6a042d49ec73891570929249b5555a45
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sat Mar 8 14:08:05 2008 +0100
- check qt4 version at runtime
- commit ee61e050560dec84278eed6a1dcb3120e6eddddc
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sat Mar 8 13:53:08 2008 +0100
- We want to check QT4 version at runtime rather than buildtime
- Revert "thanks for Trolltech fixing their mess, after a bug request that using valgrind caused the same kind of problem."
- This reverts commit d8fc5a1ddb75eb9d53fc090ad1e5e8bfe2522bb0.
- commit d8fc5a1ddb75eb9d53fc090ad1e5e8bfe2522bb0
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sat Mar 8 13:49:54 2008 +0100
- thanks for Trolltech fixing their mess, after a bug request that using valgrind caused the same kind of problem.
- commit b875b0fd622ce4049a9c0eb861f73b53e4d7ad8b
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sat Mar 8 12:58:16 2008 +0100
- use mtrace() only with glibc
- commit a0b3d37e1b041e450b10a28deb1b8ed9c2c0d35b
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sat Mar 8 12:31:16 2008 +0100
- libvlc_playlist functions binded
- commit a3942592e59463e7999511fd3a7edf346fe7443d
- Author: Filippo Carone <littlejohn@videolan.org>
- Date: Sat Mar 8 11:59:06 2008 +0100
- JNA jvlc initial implementation
- commit c01aca41d6666f91e3126ccb9e0c2af518b72dee
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat Mar 8 02:34:42 2008 -0800
- Kill a warning with an explicit cast for windows.
- commit d8e694951c607897b968e7f1b51c4e7c60d29b89
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat Mar 8 02:20:00 2008 -0800
- Don't reinvent max/min for the nth time.
- commit 33144db02371e91a492aa89ccdc61a934993e3fb
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat Mar 8 02:03:43 2008 -0800
- Kill a warning.
- commit d75350e240da7c0443f72745c2836a91ea807697
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat Mar 8 01:45:24 2008 -0800
- Include vlc_network.h in misc/messages for win32 for 'WSAGetLastError' and 'net_strerror'. If this is very wrong, please revert.
- commit c4605ef9baf2c5006314c167ed359ca560953def
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat Mar 8 01:39:51 2008 -0800
- Remove unused parameter warning for Windows CE/32
- commit 21720e09b3b624c8f7f5a342d9ac703de074154d
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat Mar 8 01:39:01 2008 -0800
- GetLastError throws a DWORD, IIRC, not a char*
- commit c41d1baf4d94e17fc6949a3703457c8fa4cfa958
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri Mar 7 17:50:02 2008 -0800
- Remove unused parameter warnings for Win32 compiling.
- commit 280d3b3cb3b1f3a1953cd6b21875130741f34e58
- Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
- Date: Sat Mar 8 09:37:46 2008 +0100
- Use only the good cipher on other OSes than windows.
- Windows libgcrypt.a went from over 470KB to 317KB...
- commit 93a1623d78c806465627a152de03bceab0f599c7
- Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
- Date: Sat Mar 8 09:34:16 2008 +0100
- Upstream new snapshot has fixed it.
- Revert "Fix some issue on Compiling portaudio for Windows."
- This reverts commit 12be1dfdd5a41e14e485751835a32ee81ba967a9.
- commit 797074b55c85d7d34af60b1e977bfe43dc26d7c3
- Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
- Date: Sat Mar 8 09:31:20 2008 +0100
- Remove more libgcrypt cipher/
- commit 12be1dfdd5a41e14e485751835a32ee81ba967a9
- Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
- Date: Fri Mar 7 05:47:20 2008 +0100
- Fix some issue on Compiling portaudio for Windows.
- How come noone noticed that one before ?
- commit aa3d338606e5d25f1c8edc080a73149cbe97ffd3
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri Mar 7 14:49:47 2008 -0800
- Disable some ciphers in libgcrypt. 20% size reduction on gcrypt for windows. This can still be improved I think. Not done for mac
- commit 7e95031fcd90f6651450f92d3077bbae1e8170d5
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri Mar 7 14:06:21 2008 -0800
- Remove functionnalities from libxml to reduce size.
- commit b887dc4c507515ba8fa74ebec02f0bef1c056c12
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Mar 6 17:21:46 2008 -0800
- Qt4 - track destroying of VLM dialog because vlm object is NOT destroyed on exit.
- commit 068e4e11659792aa59888298479498ae2c5ceed8
- Author: Ilkka Ollakka <ileoo@videolan.org>
- Date: Fri Mar 7 15:36:11 2008 +0200
- code refactoring
- commit 37395c3885bb6323fd9ef13340632c979a239e2a
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Fri Mar 7 19:07:23 2008 +0000
- Distribute libvlc-control.pc.in
- commit 69b114a26739f6d9bea88ca35ba2e2ae35b655f2
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Fri Mar 7 18:29:18 2008 +0000
- Update gettext to 0.17
- commit 1bb8b61de9d4f76ec2067eb1678ccb57e85426a5
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Fri Mar 7 16:10:38 2008 +0000
- Fix make dist
- commit 8b71b1041b0ba6304f864c977c1a2dceb725a0cd
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Mar 7 15:32:46 2008 +0200
- Update gettext
- commit 63a70e878979786e01b5d6015eab3076fd92e147
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Mar 7 15:23:29 2008 +0200
- Revert "We don't want to use autopoint, since we use external gettext anyway"
- Autopoint is required regardless of libintl inclusion.
- Fix bootstrap failure on clean tree.
- This reverts commit aae26a9890a9daf24bdfa1be411bfb95e55917fe.
- commit aae26a9890a9daf24bdfa1be411bfb95e55917fe
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri Mar 7 14:02:04 2008 +0100
- We don't want to use autopoint, since we use external gettext anyway
- commit c61731c53d775830b39f34f30e9108e4b433a631
- Author: Rémi Duraffort <ivoire@via.ecp.fr>
- Date: Fri Mar 7 12:44:24 2008 +0100
- Remove useless addclabacks() in PLModel::PLModel()
- commit 6bdcdafe1a22fd738a32acfb141d623f57296d0c
- Author: Rémi Duraffort <ivoire@via.ecp.fr>
- Date: Fri Mar 7 11:58:41 2008 +0100
- Warning fix (my fault)
- commit 8ede3d79d009e21d5ef49797c28bc0428b6373ce
- Author: Rémi Duraffort <ivoire@via.ecp.fr>
- Date: Fri Mar 7 10:48:09 2008 +0100
- Compile fix for packaged ffmpeg on debian etch.
- Signed-off-by: Rémi Duraffort <ivoire@via.ecp.fr>
- commit 5568a82a4f1ef113409faf89d1fb822cfadb3801
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri Mar 7 02:38:28 2008 +0100
- loader doesn't use libdl (and libdl doesn't exist on FreeBSD)
- commit 0e4fd36cd90c429ad72d98fb357b6278aed7cf23
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri Mar 7 00:35:14 2008 +0100
- svn -> git in OSX package
- Update the copyright date
- commit 897fdb260c6eb0908797ac1c131d826740b4a785
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri Mar 7 00:32:33 2008 +0100
- We're not using subversion anymore
- commit df9e47491f515d940d5cb2e5e035c210b81c2a3a
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri Mar 7 00:29:08 2008 +0100
- Fix youtube lua (BASE_YT_URL had not been converted to new format)
- commit dc1c205280bafaefa53d5e81c4f13270226ee2e5
- Author: Jean-François Massol <jf@debian.(none)>
- Date: Thu Mar 6 21:26:08 2008 +0100
- Added import of configuration file support
- Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
- commit b474086030dda418c7be58fc5a4812332e6bd2a5
- Author: André Weber <atmo@videolan.org>
- Date: Thu Mar 6 23:28:07 2008 +0100
- access violation fixed, config_GetPsz from p_intf instead of p_aout which is null
- commit 8c6b6dd8e182cac28ca6852bdb9a89a47b242aae
- Author: Rafaël Carré <funman@videolan.org>
- Date: Thu Mar 6 23:11:31 2008 +0100
- Scripts should be set executable
- commit 74e8b02dc79b147aa7de80c2cc62c46d5a41fbaa
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed Mar 5 22:34:00 2008 +0100
- Make ./compile script return the make return code, storing the value in a temporary hidden file (using the shell PID to guarantee uniqueness)
- commit 962d839d267f719ab9b273c953369e0024bb9cc3
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu Mar 6 20:06:01 2008 +0200
- Link RTMP access against the socket library if needed
- commit 8d0a3a2da87cebfda1212dea51aa596f317b1145
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Mar 5 22:55:09 2008 -0800
- Make clear of what compilation is supported and which one is not for Windows.
- commit 1bed9134fd910318a296874f78a1bf551bfa39f4
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Mar 5 22:48:22 2008 -0800
- Force --enable-x264 in the script...
- commit 9b716cc153459b0d399b2014dbf861994d5ec5ab
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Mar 5 22:40:03 2008 -0800
- Try to document an official configure for the windows builds.
- commit a7ea359e361b3749fbb7280484cb52d0b0e7035c
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Mar 5 22:24:08 2008 -0800
- Modules List update
- commit 55da14ec974e67d4197a8547a2a26ed540feded9
- Author: Gildas Bazin <gbazin@videolan.org>
- Date: Mon Mar 3 20:58:17 2008 +0000
- * modules/video_output/x11/*: manually paint the xv colour key if XV_AUTOPAINT_COLORKEY isn't supported.
- commit f26a646b38f93d0386141ee760fab791697fa84b
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Mar 5 21:59:27 2008 +0200
- Remove --enable-rtmp.
- We have enough --enable-foobar already.
- RTMP does not have any dependency and is not huge.
- commit 62977ca46b92d769a7626605a7153f85ceb8bba5
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Mar 5 16:00:54 2008 +0100
- Fix BGR <-> RGB endianess problem with PNG's loading/converting/copying on big-endian machines.
- commit 5b2c271150699042f2e3ed0f895e88b2e5b68eaf
- Author: Ilkka Ollakka <ileoo@videolan.org>
- Date: Wed Mar 5 09:35:52 2008 +0200
- RTMP access patch from Miguel Angel Cabrera <macabrera@solaiemes.com>.
- It came in before git-stuff, so applying it this way is my slowness.
- commit ed8108b650c9418ae988f174cfa3bc8316054f23
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed Mar 5 12:24:08 2008 +0100
- Revert 2 parts of 9d349e1ce5812e1d6e7a754368d240d00efe03e2 which caused regressions
- commit b25dcb706ec1996d8de0599723b7d75014a08501
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Mar 5 08:41:20 2008 +0100
- Update THANKS
- commit f02ad4c6d8dac88cd5411ca99072f8f862462cb9
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed Mar 5 08:27:05 2008 +0100
- Patch by Koehler, Vitally <vkoehler AT telekom de>: This modification solves the problem of audio packet losses by the playback of MPEG2 transport stream.
- Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
- commit 30215f259f5097c715d691e5c26b7304221a5af8
- Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
- Date: Wed Mar 5 06:10:47 2008 +0100
- Speex update
- commit bb2c344bfe6f8fa2e610c855eba125f8fdbccc58
- Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
- Date: Wed Mar 5 06:06:52 2008 +0100
- Contribs: update dirac and libpng
- commit 39bd59801c1a0196f564403bd2adfad072801998
- Author: Faustino Osuna <enrique.osuna@gmail.com>
- Date: Tue Mar 4 22:41:30 2008 +0000
- macosx/VLCKit: Load VLCLibrary when VLCKit is loaded. No longer need atexit( ... ) to unload library, use __attribute__((destructor))__ instead. Also make sure we don't autorelease the VLCLibrary (as the library's destructor will take care of that for us).
- commit a0fd14f98085cea5c8de47ac771ee2e9a387c033
- Author: Faustino Osuna <enrique.osuna@gmail.com>
- Date: Tue Mar 4 22:38:58 2008 +0000
- Ignore Xcode project files.
- commit 902085eaa92f5360fd45bd98cc3cb3a61168304c
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Tue Mar 4 21:38:26 2008 +0000
- Document that we now require :// between access and url
- Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
- commit fae5455b0b21b0eb52ed29cb8c2bc27861593186
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Tue Mar 4 22:09:21 2008 +0100
- More cases were p_md was not checked in Mozilla toolbar code.
- commit adc068db294f3aca270844d1878fbae821cb3bc3
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Tue Mar 4 22:04:59 2008 +0100
- Update THANKS
- commit fded58d9efdefbc1d3d3a245f312a8ca6cb225bb
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Tue Mar 4 22:03:03 2008 +0100
- [PATCH] by Anthony Loiseau <anthony.loiseau at gmail dot com>: Avoid browser crashing on mozilla-plugin when jumping into the media using the time-slider and no movie is loaded.
- Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
- commit c2f5a92b2b73bdc23c5d588af49c0f5a8b754b7c
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Mar 4 22:29:27 2008 +0200
- file: Be consistent with the rest of the world. Do not expand tilde.
- The shell already does it, and ~ should not be expanded by VLC.
- Also fixes consistency with the other file-opening plugins
- (directory, mmap, cdda...).
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit 73e7165fcb6dd96e646b72dbea3e8b5d5f896d5c
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Mar 4 22:21:32 2008 +0200
- access2_New code factorizaton
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit 7137515698fcfdc6b5db4338b8024abdb0f81b8a
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Mar 4 22:16:47 2008 +0200
- access2_New really does not need to know about preparsing.
- The input already does the job.
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit 4dded813f179fa246a08c3eb8da070760c0a8ed5
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Mar 4 22:10:54 2008 +0200
- Remove useless NULLity checks
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit eb4fd2457952e397cc421ac3160a0385a4d97f4d
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Mar 4 22:10:06 2008 +0200
- Preparsing only works with file:// - only try files.
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit e065942ca349b3f822edf732274885f96fc6b9ca
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Mar 4 21:55:53 2008 +0200
- Remove access2 non splitted fallback. "://" cannot occur in a file path
- (see MRLSplit), so this has become useless, if not inconsistent.
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit 4c685fc5ccfc01e8d60c18b89363eb17eea6369a
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Mar 4 21:01:08 2008 +0200
- Remove misleading dummy "Interrupted system call" error from net_Read
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit 7af51d108fe596be66dccdf79ea13f44bfcf655a
- Author: Rémi Duraffort <ivoire@via.ecp.fr>
- Date: Tue Mar 4 19:57:15 2008 +0100
- Remove the Rating column from the inteface because with don't save any information about Rating.
- commit 3cd17e7d668e174ebc6dcf6510aefffcb406c765
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Mar 4 20:56:33 2008 +0200
- Avoid dummy "unknown option dccp-service" error
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit 9b978809c70b0765414bc28fa7a8b7670451dffb
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Mar 4 20:29:56 2008 +0200
- Fix port release logic in case there are multiple channels.
- Note however that releasing the "other" ports is still broken.
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit a49951f4ed29f0629c17b509c6edb48841d3fe36
- Author: Rémi Duraffort <ivoire@via.ecp.fr>
- Date: Tue Mar 4 19:22:16 2008 +0100
- Fix an issu when sorting with the track number : the track numbers were in alphabetical order rather than a numeric one.
- commit 1cb7ce6dc49d1be7a1659341caa782ffd763903b
- Author: Rémi Duraffort <ivoire@via.ecp.fr>
- Date: Tue Mar 4 19:16:24 2008 +0100
- Last patch to close #1479 (add a column with the track id)
- commit 7187a7e9ccd41bf977efc45f7eae51c73c0d32ab
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Mar 4 20:18:09 2008 +0200
- Remove the 1234 default UDP port hack
- None of the three net_ConnectDgram call paths use this hack anymore.
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit ee264518392b11301aed6bbf32371a748c664e4c
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Mar 4 20:17:57 2008 +0200
- Add const qualifier
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit 7eb1f4a0b6f8112095042fb14a9449ecb3f7830a
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Mar 4 20:16:56 2008 +0200
- rtpfmt.c: fix file description
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit 6e8c4e7cb39657277fdd52a128962f6c0b791724
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue Mar 4 20:10:18 2008 +0200
- Use ephemeral default ports for RTP, instead of clashing with raw UDP.
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit 8e19781ee1d628f93b0933a58049b09025ea3a8b
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Mar 4 17:23:03 2008 +0100
- fix #1404 (asf demuxer)
- in some files, we don't have to skip the last padding bytes
- commit 0f1074432b62370b8018b6659b3ed625bd707b0a
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Mar 4 17:15:10 2008 +0100
- Fix vlc.exe building (using the right path to the .ico file)
- commit de8b9136ff33087d0992a0ecd40fb2dfd2fdbab3
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Mar 4 16:36:43 2008 +0100
- Clean qt4 windows "source" package (transition from gzip to bzip2)
- commit 8bc7f50322158fc6582883588ca08daf7331ce36
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Mar 4 16:13:16 2008 +0100
- Use --arch=i686 when building ffmpeg for windows
- Fix cross compilation from 64bits host
- commit a74d5452eb0c1b7846e14090c1063169ebd9681a
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sun Mar 2 19:12:56 2008 +0100
- Check malloc return values and small cleanup.
- commit 93b4565847b0f951ac5cf036d14d5b0544cfe64c
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Tue Mar 4 13:48:30 2008 +0100
- python bindings: do not link with unecessary libs (spotted by courmisch)
- commit 983312cb0a0e331629b9f0e67a982d433465ec71
- Author: Rémi Duraffort <ivoire@via.ecp.fr>
- Date: Tue Mar 4 12:32:05 2008 +0100
- Fix a little bug in the playlist sorting.
- commit 7440f8d3b63fbc3a625651701760f2d223061dea
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Tue Mar 4 11:10:48 2008 +0100
- python bindings: provide useful defaults for linking when compiling out-of-tree
- This allows to compile the bindings from a properly installed VLC (includes and libs in standard locations), as for instance with the libvlc1-dev debian package.
- commit b0565043b567402b49412c95e7acc8e82c14912b
- Author: Rémi Duraffort <ivoire@via.ecp.fr>
- Date: Tue Mar 4 01:45:24 2008 +0100
- Use the correct meta data to sort the playlist.
- The sorting is still strange (wrong ?) but the sort is done on the right meta data.
- commit 0a520894c4451459a1e93426a1042e88be5db0cc
- Author: Pavlov Konstantin <thresh@videolan.org>
- Date: Tue Mar 4 03:37:44 2008 +0300
- We're on git now, so show Git commit instead of svn revision.
- commit c40d24815fbe31c9cf741eee40cf47830704d0f9
- Author: Pavlov Konstantin <thresh@videolan.org>
- Date: Tue Mar 4 01:41:27 2008 +0300
- toolbox: check for other files instead of missing ones.
- commit 0f8d02ae0dade744e73b415326337b772eba2495
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Mon Mar 3 22:29:21 2008 +0100
- misc/objects.c:
- * Fix a rare race condition that may happen because the refcount was changed outside of the structure lock.
- * assert(refcount>0) in some key function to help to track freed object easily.
- * Use vlc_object_yield_locked() instead of refcount++.
- commit 45dc363611bc200a2ee564994690394e26edd914
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Mon Mar 3 22:25:32 2008 +0100
- cmake: Fix tests.
- commit fa0e80f2459219263288e804543a7f3a6e232e81
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Mar 3 22:37:29 2008 +0200
- Remove the unneeded vlc_object_destroy logger hack, and fix wrapping.
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit b96154a2673604c3550a0ff0296a48d16420800a
- Author: André Weber <WeberAndre@gmx.de>
- Date: Mon Mar 3 19:57:43 2008 +0100
- Enable the last parameter of the macros change_integer_list, change_string_list to supply a method to initialize update dynamic selectionlists inside the settings GUI allready on showing the gui. (f.e. the audio device list)
- commit 487b2b1e7439028935350ce5550afcac098bd5f3
- Author: Rémi Duraffort <ivoire@via.ecp.fr>
- Date: Mon Mar 3 19:05:24 2008 +0100
- Use (void) instead of VLC_UNUSED (with pierre agreement)
- commit 9db336f33fec96c4e647a1302b2307a96ea805ee
- Author: Rémi Duraffort <ivoire@via.ecp.fr>
- Date: Mon Mar 3 18:54:54 2008 +0100
- Revert "Include vlc_common.h to get VLC_UNUSED()"
- This reverts commit 805980f9540538da4ca6f1f6d8fcf9a19f34375f.
- commit e14f2110f980c64ca22d22aa667fc67c039bbccd
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Mar 3 19:58:50 2008 +0200
- Fix a bunch of format string injection in the Real RTSP access
- ...or why is asprintf() not the same as strdup().
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit 17291ac5f14e95b0698281ba72c0373b887aee4e
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Mar 3 19:51:52 2008 +0200
- Detect division by zero before it happens
- Pointed-out-by: Drew Yao
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit 783ab03c7bd8ddedcd3dc5bad18efc70a4c57aaa
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Mar 3 19:27:39 2008 +0200
- Use calloc() instead of malloc() - fixes integer overflow...
- ...assuming you have non-buggy calloc() implementation.
- Pointed-out-by: Drew Yao
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit 805980f9540538da4ca6f1f6d8fcf9a19f34375f
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon Mar 3 18:14:01 2008 +0100
- Include vlc_common.h to get VLC_UNUSED()
- commit 62796e96ebc124277c473cab1028b2be2b8980c8
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Mar 3 19:06:48 2008 +0200
- Remove the old port 80 hack in the network subsystem
- The only paths that still appears not to set a default remote port are
- the dccp/rtp and tcp/rtp accesses. And it makes no sense for these to
- default to HTTP port 80 anyway.
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit 86fffb2fe82da640baf36664069bc33e172c55d4
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon Mar 3 17:58:50 2008 +0100
- network/rootwrap.c: Unused args fix.
- commit 111dac8c7d1252f3d3b6f9ac96b37e6e986b06e4
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Mar 3 18:49:08 2008 +0200
- Use 443 rather than 80 as the implicit Host: port when using TLS
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit ea3b06940d060dff40b090855e632cd7a3726b06
- Author: Faustino Osuna <enrique.osuna@gmail.com>
- Date: Mon Mar 3 16:10:46 2008 +0000
- Make sure there is a new-line at the end of the .gitignore files.
- commit c8ba07f17b50264e47e30432b55811c35f89034e
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Mar 3 17:53:12 2008 +0200
- Revert "Don't test for buggy libintl when NLS is disabled"
- strerror_r() will still crash as setlocale() is used regardless of
- ENABLE_NLS.
- This reverts commit 61d0ac25f124103bcdf609d16e5d489bfaa54e0f.
- commit bcee7c9eda234a2174b81c0ad85b7d554b3f70c5
- Author: Rémi Duraffort <ivoire@via.ecp.fr>
- Date: Mon Mar 3 15:14:18 2008 +0100
- Another check for malloc.
- commit c9c5170b8ad691bbf06111e08f9f911e68484fa8
- Author: Rémi Duraffort <ivoire@via.ecp.fr>
- Date: Mon Mar 3 14:55:52 2008 +0100
- Check only one time the return value of malloc.
- commit e0431bc0c10adc5d969d56194a43bb5546e55b79
- Author: Rémi Duraffort <ivoire@via.ecp.fr>
- Date: Mon Mar 3 13:25:05 2008 +0100
- Check the return value of malloc.
- commit 51578bdbc5f11f7d4b324bd6ce62f8b205a9b25b
- Author: Rémi Duraffort <ivoire@via.ecp.fr>
- Date: Mon Mar 3 12:24:11 2008 +0100
- Check the return value of malloc.
- commit 0bbedab7ab4de2205d8685ac949ced13ed024177
- Author: Rémi Duraffort <ivoire@via.ecp.fr>
- Date: Mon Mar 3 11:49:08 2008 +0100
- Remove unecessary msg_Err according to rem remark.
- commit 9c1a53ac71e4edb312b5fe7123163aa223a55c20
- Author: Rémi Duraffort <ivoire@via.ecp.fr>
- Date: Mon Mar 3 11:46:55 2008 +0100
- Check the return value of services_discovery_GetServicesNames.
- If mac users can test ... (evenif it's really simple)
- commit 657ee94e0c2bf6e4f172f655d878c4d1dbbb2230
- Author: Faustino Osuna <enrique.osuna@gmail.com>
- Date: Mon Mar 3 08:40:48 2008 +0000
- Add more ignores for cmake and Mac OS X build folders.
- commit 2dae9d9ac42baeac9b2812da75e506f3f2d8becb
- Author: Faustino Osuna <enrique.osuna@gmail.com>
- Date: Mon Mar 3 08:19:14 2008 +0000
- Add more ignores.
- commit 13e9e2729c7b2eef3fdd032d9aacebf9ab2f038f
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Mon Mar 3 03:26:11 2008 +0100
- src/input/decoder.c: More unused args fix.
- commit 841b7457f6366124214028924aa9cc6531670863
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Mon Mar 3 03:18:24 2008 +0100
- control/media_library.c: Fix more unused args.
- commit f83f70459c1394520d41c9011bbe1ab424213c73
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun Mar 2 18:03:23 2008 -0800
- Win32 doesn't need the MMX patch...
- commit 2be3cb432000b84549c9557a2efd380ba0de53d0
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Mon Mar 3 02:55:54 2008 +0100
- darwin_specific.c: unused warning fix.
- commit c9549a21fc696b6ea7f26361eb7523e700374f8b
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Mon Mar 3 02:45:45 2008 +0100
- text/unicode.c: More unused warning fix.
- commit 7e5f8f848ccb470ffc256b39817d13408926c002
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Mon Mar 3 02:30:51 2008 +0100
- interface/intf_eject.c: Fix a unused param warning.
- commit f00a8d31268544452d501c8c7320435ca84eed51
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun Mar 2 17:20:05 2008 -0800
- Qt4: Small fix and speedup
- commit 61d0ac25f124103bcdf609d16e5d489bfaa54e0f
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Mon Mar 3 00:04:36 2008 +0000
- Don't test for buggy libintl when NLS is disabled
- commit d674e1a7664089290ce8e03c94abe2c329ab4a5b
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sun Mar 2 23:47:55 2008 +0000
- Don't check for headers. Pkg-config is enough
- commit 875f1b2adb133f3e0a617a0d8d5640e05308ba0b
- Author: Ilkka Ollakka <ileoo@videolan.org>
- Date: Mon Mar 3 02:23:53 2008 +0200
- set i_start_time with AV_TIME_BASE, fixes streaming flv from file (for me)
- and doesn't seem to affect any regression on demuxing.
- commit 50c2f442026fc2e73f399a928070cdc0af9b7288
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Sun Mar 2 23:45:00 2008 +0100
- cmake: Add a small info.
- commit dbddc5ae452252807b520abdb803cf5f231bbdf0
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Sun Mar 2 23:27:04 2008 +0100
- More Id and permission fixes.
- commit 1f253f8d9a0730b61dc41a7baffdf9c634983446
- Author: Pavlov Konstantin <thresh@videolan.org>
- Date: Mon Mar 3 01:01:55 2008 +0300
- Fix $Id$ (probably)
- commit 0544ec184d4103e0fb439223f8d0a945ec83f229
- Author: Mark Moriarty <mfmbusiness@earthlink.net>
- Date: Sun Mar 2 16:15:59 2008 -0500
- A few more ignores in contrib.
- commit f3c79cb5205e178823ca1c1aa056e2efa877ac92
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Mar 2 21:23:42 2008 +0200
- Set the DCCP service code(s) from RTP stream output
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit 2815e99445ba576d06e3688df81db6ae59732b13
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Mar 2 21:01:43 2008 +0200
- Set the DCCP service code properly.
- Assume RTP converys video (which is fine for MPEG-TS), as we cannot
- know if it's only audio anyway.
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit f8c4e779ab99f83ab0494a2ce3a2a9960dafcbf4
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Mar 2 20:02:34 2008 +0200
- pkg-config support to libvlc-control
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit 132bf65db16a3496f2b14bb219b90695bdec3b86
- Merge: 79223aa bd9f771
- Author: André Weber <WeberAndre@gmx.de>
- Date: Sun Mar 2 18:37:32 2008 +0100
- Merge branch 'master' of git@git.videolan.org:vlc
- commit bd9f77136ff0bb6d089880fe9168ce1296fa4d67
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Mar 2 19:28:00 2008 +0200
- Ignore all object files, not just vlc.o
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit cc1f013dc503b70fab75d059686044fb2b7a1116
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Mar 2 19:08:32 2008 +0200
- Remove security-policy from config_ChainParse()
- but NOT from var_OptionParse().
- Rationale: At a shallow level, this breaks the command line use badly.
- At a deeper level: We still do security enforcement in
- var_OptionParse(). In practice, the config chain strings are always
- coming from (part of) the value of string configuration variable,
- which is parsed by var_OptionParse(). Hence, as long as these variables
- are all tagged as "unsafe", only trusted input can ever reach
- config_ChainParse().
- There are other (intractable?) issues with checking configuration chain
- strings: First, we would also need to check the module name in front of
- the {var1=val1,...} stuff. Second, some modules parse their
- configuration chain manually, i.e. they don't call config_ChainParse()
- and sometimes do not register their variables as configuration items
- (e.g. the sout duplicate module).
- If you have a super-duper idea on how to improve this, you're welcome,
- but in the mean time...
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- Vaguely-acked-by: Pierre d'Herbemont <pdherbemont@free.fr>
- commit 0d15cad14a3c1e7d18415d68dd1dffdd976ee058
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sun Mar 2 18:22:31 2008 +0100
- Again id weirdness.
- commit 79223aaeafe7ef625f08551700a6ae4d2a26e8b0
- Author: André Weber <WeberAndre@gmx.de>
- Date: Sun Mar 2 18:22:11 2008 +0100
- Bugfix for #492: Audio output on Windows useing SPDIF for AC3 / DTS
- But its still very time critical, because paout gets sometimes empty
- so that aout_OutputNextBuffer(..) doesn't deliver new audiobuffers,
- sometimes it happens - that these buffers arrive very late for output.
- Reasons: -changed CPU load, (extra running application, also fast forward
- seeking and and jumping may lead to this situation.)
- Enhancement #897: added an option to let the user choose is prefered audio device. (needs restart of VLC to get applied)
- commit 7c3ed1663c6ac6d2f4f2252541dceeff65c00e58
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sun Mar 2 18:17:10 2008 +0100
- Add more files to ignore.
- Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
- commit 85de3792306ce30051d41c255dd8f80ce42d4b61
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sun Mar 2 18:16:21 2008 +0100
- Remove useless error messages when allocation of structures failed.
- Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
- commit 225300b59e7da3607721d9538775996097a30872
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sun Mar 2 15:26:45 2008 +0100
- Don't leak memory when filling in p_stream->p_decoder_specific_info for subtitles. The p_stream->p_decoder_specific_info pointer was already allocated just before checking for VLC_FOURCC('s','u','b','t'). The fix moves the non-subtitles case to an else.
- Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
- commit c13df5d1fcfd6381665f532b9f778ae17f55421a
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sun Mar 2 15:23:38 2008 +0100
- Fix building of goom on Linux.
- commit ced125da0699eb348462270926a6802288800433
- Author: André Weber <WeberAndre@gmx.de>
- Date: Sun Mar 2 17:07:53 2008 +0100
- Revert "#492 bugfix, for SPDIF audio ouput of AC3 and DTS sound on Windows"
- This reverts commit 9438646c972ab353d6cd686397f29e16174499ef.
- wrong file in my list I'am sorry, and wrong file modes
- commit 9438646c972ab353d6cd686397f29e16174499ef
- Author: André Weber <WeberAndre@gmx.de>
- Date: Sun Mar 2 16:31:57 2008 +0100
- #492 bugfix, for SPDIF audio ouput of AC3 and DTS sound on Windows
- (but its still critical because it happens - aout_OutputNextBuffer(...) has no buffers
- available - sometime the output doesn't know until some ms before the last block
- has finished to play! so each little disturbtion of the CPU or load change
- leads to studdering/hickups)
- #897 enhancement: give the use the option to choose its prefered audio device,
- instead of useing Windows default
- commit 23ce4b2cdd5b2e9cd9bb45c5c8b9c3cfd415759c
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Sun Mar 2 14:57:51 2008 +0100
- contrib/.gitignore: s/.make/.mak/.
- commit 194e5ccda757fa23c990e39b875db0a71ae82ab5
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Sun Mar 2 14:44:36 2008 +0100
- Supports $ rewrite via .gitattributes
- commit 905bbb9e546101ce96a0eba8707273dafb1b8fab
- Author: Rémi Duraffort <ivoire@via.ecp.fr>
- Date: Sun Mar 2 13:31:19 2008 +0100
- Avoid a segfault when services_discovery_GetServicesNames fail.
- commit 3f9cee77afc85efbf1a53329df98b1ac74e1327c
- Author: Rémi Duraffort <ivoire@via.ecp.fr>
- Date: Sun Mar 2 13:24:35 2008 +0100
- Check the returned values of malloc.
- commit 26c4ced47770aebbd756b6566da98db5c386a586
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Sun Mar 2 13:35:28 2008 +0100
- contrib: set .gitignore.
- commit 0795b8399e13b476fa6d66ab4504546a6a88e489
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Mar 2 13:51:38 2008 +0200
- Ignore files create by configure
- This only affects people still not building from subdir.
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit 3ccf6606bd7f770941f023212c3f57e9448ac65e
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Mar 2 11:56:03 2008 +0200
- Attach the RTP access output grabber object.
- Fix #1486
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit d9a7620aa541dca4e0e29c7ab1af2653f7723bac
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun Mar 2 00:17:40 2008 +0200
- Remove the mmap debugging for now.
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit 1db7c22385c1673e5aa5c30d59d7d023fcb29a53
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Mar 1 23:39:37 2008 +0200
- Add the common libtool objects to the global ignore list
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit ac0f8aa5591e34646577220e8a25c2da230eeb39
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Mar 1 23:36:03 2008 +0200
- Special case support --sout URL syntax for RTP demux.
- This is meant so that this will still work:
- $ vlc --sout rtp/ts://239.255.12.42
- Also, these new constructs will work:
- $ vlc --sout dccp/ts://[::]
- $ vlc --sout udplite/ts://239.255.42.12
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit b669af272da01fb5522d78547f5fdb42860f0330
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Mar 1 23:34:57 2008 +0200
- Use a single --sout-rtp-proto string rather than multiple silently
- conflicting booleans to select the RTP transport protocol.
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit 8632e67b53ba6aefa42d080668eaa13dcfe42cf1
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Mar 1 22:32:30 2008 +0200
- Fix (trunk-only) integer underflow in MP4 0xa9xxx box
- Pointed-out-by: Drew Yao
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit 09572892df7e72c0d4e598c0b5e076cf330d8b0a
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Mar 1 22:22:48 2008 +0200
- Fix integer overflow in MP4 RDRF boxes
- Pointed-out-by: Drew Yao
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit 0e90ac58d8d1476cfdd81eb57e2a2a0eca0e5d91
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Mar 1 22:22:23 2008 +0200
- Fix memory leak in case of corrupt MP4 box
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit 4e5b503760d978de585c82d574c0f83c2fe856f1
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Mar 1 21:59:05 2008 +0200
- Ignore PO files
- commit 87331e9af2d288dfd833d2c75b13294a9c8c8911
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat Mar 1 21:52:51 2008 +0200
- Initial .gitignore
- commit 69b86104aac5bf1b4e1bdc15a116ece1c7a460e8
- Author: Pierre d'Herbemont <pdherbemont@free.fr>
- Date: Sun Mar 2 02:55:08 2008 +0100
- misc/events.c: Removing an comment that does not belong there.
- commit 24eee4b8f2941ab42a9f02bc2c0b80ad4255a2be
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sun Mar 2 00:09:35 2008 +0000
- use proper error
- commit edca13e259472872fdfd456cf3ef4a21d1262c11
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Mar 1 18:59:18 2008 +0000
- Simplify.
- The previous commit "accidentally" worked around Drew Yao's first integer overflow.
- commit 3a6282755277ba9321d405c635e50da935d258a6
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Mar 1 18:54:56 2008 +0000
- Fix buffer overflow.
- commit 44fc4434028945e23a3157aaf2e6ba18babed362
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Mar 1 18:31:32 2008 +0000
- Fix calloc usage
- commit 34610e09541e4fe48dd9767604dd2f11a0cbc41b
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Mar 1 18:25:25 2008 +0000
- Another malloc check
- commit fcbf24b4e9cd444703948eb6d36da763a7e641f5
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Mar 1 18:20:01 2008 +0000
- Check some malloc() failures - yes it can happen when the alloc size is variable. Unfortunately, the MP4 code seems pretty hopeless.
- commit 80af71f72f1ac98a372f8a75ebca09d3430c7192
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Mar 1 17:42:57 2008 +0000
- Fix some brain-damaged calloc use
- (Hint: sizeof(char) is ONE per the definition of sizeof)
- (Hint: size is the SECOND parameter of calloc, not the FIRST one)
- (Hint: calloc() calls bzero(), waste of time if memory is set anyway)
- commit 55f6f335c31fec9e60a3bdf3506779351fb0c9e6
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Mar 1 17:27:36 2008 +0000
- Mark the callback list as const
- (unfortunately, it will not be shareable since it contains relocations)
- commit f1a3e870f73b1238164894b9f47ede0069b02830
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat Mar 1 17:25:57 2008 +0000
- Fix a few warnings
- commit 0cb5cfbd2e62924c1e3175d7f296378eba4dbdca
- Author: Mark Moriarty <markfm@videolan.org>
- Date: Sat Mar 1 00:21:04 2008 +0000
- Permit counter stat update per frame (appears to have no or little performance impact).
- commit 192a12994d6a4eed9628e756f48d1a13218c145e
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Fri Feb 29 22:19:07 2008 +0000
- No need to test for avutil.h a second time
- commit 18a9a97d45d1864580963b00235d8e002728863e
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Fri Feb 29 19:29:48 2008 +0000
- Typo
- commit fa838a3b9f1f11b54bd5da8d5def41254866d1ce
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Fri Feb 29 19:24:48 2008 +0000
- macosx/VLCKit: Take the time to run through config.cmake even if CMakeCache.txt exists.
- commit 45f5d65544760ed4147bfad8cda66b29da39207f
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri Feb 29 19:09:17 2008 +0000
- control/event.c: Remove libvlc_event_detach_lock_state().
- commit 478c793817a11dab66c865e322555517bacd3fd4
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Fri Feb 29 18:58:36 2008 +0000
- extras/contrib/Makefile: Fix typo in qt4_win32 rule.
- commit 695ebfaebcd00e9baa7d280b95c3a1e4c8b02e03
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Fri Feb 29 18:54:02 2008 +0000
- cmake/config.cmake: Add debug flags to see if ffmpeg is really being detected.
- commit 59c8165f0d981640ef4fcd30ba6918b0efa3edea
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Fri Feb 29 18:42:30 2008 +0000
- control/testapi.c: Detach event that was originally attached.
- commit 5411dcebd76fe63bb0564d9ed83a119f9c0e958d
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Fri Feb 29 18:41:02 2008 +0000
- control/event.c: Fix infinite loop.
- commit 141d39e94c018259f1fd8590cc54e15c6e9bde90
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Fri Feb 29 17:49:40 2008 +0000
- cmake/config.cmake: Look for postproc/postprocess.h or libpostproc/postprocess.h.
- commit 2ae1859128ba8e3ec8e3d652ac273092ae68842c
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri Feb 29 17:08:57 2008 +0000
- ffmpeg: Add AC-3 Audio (Dolby Digital) to ffmpeg module. (Thanks to dynaflash for reporting).
- commit 244601ee1e5157c478bd818b49de6765bf393397
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Fri Feb 29 17:04:45 2008 +0000
- Fix previous commit.
- commit 791b8caafd1957bfb1ac4a6defb188bb499adf54
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Fri Feb 29 16:44:10 2008 +0000
- Let's try this again. Detect older and new versions of ffmpeg and allow for their coexistence within VLC.
- commit afc470b348058a9a59159c987d1c3daee329febb
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri Feb 29 15:09:18 2008 +0000
- cmake: s/sout_ts/mux_ts/g
- commit db4727c0da75c505b2f8f9846b6b0598d57ad1c3
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri Feb 29 14:46:52 2008 +0000
- cmake: Add sout modules.
- commit 99565f4f3cfa45ed8cccc8e555808a0083356096
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Fri Feb 29 14:37:22 2008 +0000
- small cleanup
- commit 773c5eff01546555492439c4f1f3a61b791778e3
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Fri Feb 29 14:35:40 2008 +0000
- check for malloc return value
- commit c3a591ae44437c1f36a981a43b1bc3295a27d6d1
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Fri Feb 29 14:29:40 2008 +0000
- Patch by Johannes Buchner (buchner.johannes at gmx do at): Hotkeys for zoom.
- commit a041f7eedbf62a0bf26576cac30bb1c9a76da0f8
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri Feb 29 13:52:08 2008 +0000
- input/input.c: Misformatted if statement fix. Could someone check if that's really the wanted behaviour though.
- commit d9cb27ecc1614561769129ea3a5b4f9130488a24
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Fri Feb 29 01:43:53 2008 +0000
- Too many problems with new ffmpeg detection, reverting to last known good (rev 25403).
- commit e00551fba283031fa8e4036eb044c640cfdb64be
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Fri Feb 29 00:46:50 2008 +0000
- Detect and allow older versions of ffmpeg to be used in conjunction with VLC.
- commit 1757993049ffe608cd538e2d43aad3cabb68385b
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Thu Feb 28 23:09:18 2008 +0000
- Update svn:ignore and remove vlc.win32.nsi, as vlc.win32.nsi.in have been moved to extras/package/win32/.
- commit a238fd889aecd77484f26a11fd64a40873a50e43
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Thu Feb 28 23:06:41 2008 +0000
- Update svn:ignore to ignore vlc aliases (e.g. cvlc, rvlc, etc).
- commit 9f3fa003d56eabc422a858abdddbb6ca81eb082a
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Thu Feb 28 23:05:29 2008 +0000
- Update references to ffmpeg header files to match new directory structure. All ffmpeg headers should now be accessed through:
- * <libpostprocess/postprocess.h>
- * <libswscale/swscale.h>
- * <libavutil/avutil.h>
- * <libavcodec/avcodec.h>
- * <libavformat/avformat.h>
- commit 4d898349f259a9f0063d38dd2e3e2c6757dd16db
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Thu Feb 28 22:56:30 2008 +0000
- Swedish translation update by Daniel Nylander
- commit cfe3127c4cecdba360c1c434a678431efeceaa19
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Thu Feb 28 22:51:28 2008 +0000
- package/win32: Update svn:ignore to ignore vlc.win32.nsi file.
- commit dbe08e77c77ce97eff8a7f2a581f985a6866869b
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Thu Feb 28 22:38:31 2008 +0000
- po: Update svn:ignore to ignore time stamp files (stamp-*).
- commit 9ecb0bc08b6eef303cc73d66eba9172c2bc3501b
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Thu Feb 28 22:35:09 2008 +0000
- cmake/src_CMakeLists.txt: Update generated test binaries to match original Makefile's convention.
- commit 36cbf7f70845890c4c80d947049ecab7e3de02c8
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Thu Feb 28 22:32:11 2008 +0000
- extras/contrib: FFmpeg fixed the way their pkg-config files are created.
- commit 3654880996ef0101510518ac9875fed99e58faaf
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Thu Feb 28 22:23:59 2008 +0000
- src: Update svn:ignore to ignore test binaries.
- commit 6076147519aed12d89cf3957b30cba9eae2505f8
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu Feb 28 22:20:10 2008 +0000
- Add a --marq-refresh option to specify the format string refresh period in ms. Core statistics are only refreshed every 1 sec (see src/input/input.c) so we'll need some changes to the core if we want sub-second updates of stats data.
- commit feef533df91d4ce904da75634e5638eb7375a371
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu Feb 28 21:58:14 2008 +0000
- Add format string variable to display frame count. ($f)
- commit 27774650dde964c124e68fbc366f6c17a6c827ae
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Thu Feb 28 19:56:45 2008 +0000
- Fix the symlink generation
- commit 805699e002703ead105f2e8096efefe319d00c33
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu Feb 28 18:54:58 2008 +0000
- Accept MP3 as an alternative to MPGA for RTP and TS.
- Someone please double check that this is not bogus!
- commit 8b13b9056db8e421b06c8fccd6c537c0e22e5ba1
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu Feb 28 18:16:29 2008 +0000
- Unused define
- commit bf380af3ba3779a0364d3ecccad93b73464418ef
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Thu Feb 28 11:06:53 2008 +0000
- macosx-update: UPDATE_CHECK is defined in config.h *coughcough*. Thanks to Rafael for the hint.
- commit 796b1e94604f53a7165abc1cecfbc9efec1d2af2
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Thu Feb 28 10:02:32 2008 +0000
- Fix small copy & paste mistake. It had no effect, but was wrong.
- commit 67ddda12e62172bf82fa67dfbc792bcb8637251c
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Feb 28 02:44:02 2008 +0000
- Fix most linking of XvMC Vout.
- commit 8d0689823c4a3f12ec66bd9e00faeedf719e3159
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Feb 28 02:32:23 2008 +0000
- Compile XvMC. Disabled the subtitles part for that. Commented a few things. This can't be good, but at least it compiles (not link yet).
- commit eb88f342e8e4c54a15f47b08569e5be130a5e237
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed Feb 27 23:57:11 2008 +0000
- control/media_instance.c: Properly unregister the callbacks.
- commit 292040d665436ab386d01cd6f7e33c02d29fcd14
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed Feb 27 23:45:10 2008 +0000
- control/media_instance.c: Avoid multiple libvlc_MediaInstanceReachedEnd, by providing different events for pausable and seekable state changes. (Thanks to Jacques Boileau).
- commit 4838f1280271c2effe3b4a930ccf709abc8f5fff
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed Feb 27 22:06:27 2008 +0000
- control/media_instance.c: Sanitize input_thread_t management.
- commit 2209f2992dc3eda6a55a3f07e2f22f2caf772ac2
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Wed Feb 27 21:34:27 2008 +0000
- * coding style fixes (please don't do [NSString string], but use an empty constant. It's faster and nicer)
- commit 887efa47545fa1e6b08acdb1d1a026049bbafe75
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Wed Feb 27 21:30:20 2008 +0000
- macosx: Implemented the Subs/OSD and Input categories of the Simple Prefs
- commit 9ab3a0540fa0d21cc18116bbd5fc03cd21e3a0fc
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Feb 27 20:43:14 2008 +0000
- Qt4 - Preferences refreshing fix by atmo, Andre Weber.
- commit c482de120b992a1c7d6f84a94c90d1b3314327f0
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed Feb 27 19:46:31 2008 +0000
- fix #1404
- commit 9d349e1ce5812e1d6e7a754368d240d00efe03e2
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed Feb 27 19:46:04 2008 +0000
- asf demuxer: fix header demuxing & use padding without confusing the user (refs #1404)
- commit 689d893b4e6d2c86d5b63f5d4c358cf1a09795e0
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed Feb 27 19:37:56 2008 +0000
- We do need the symlink for the buildtree
- commit c3f5005864fd850107e6b225a05cfd5e82119061
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed Feb 27 19:34:12 2008 +0000
- fix win32 & osx packages (vlc is now in src/)
- commit 3fc95408700235bb3bfd6fbb6e328fae850388c8
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed Feb 27 14:24:51 2008 +0000
- macosx gui playlist: allow drag & drop to the media library
- commit 818a663ea9987aad38d748b7010c9f0d0de863b5
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed Feb 27 14:24:24 2008 +0000
- fix macosx update gui
- commit 4bacd9969c0488a028e58e6b64adde2c373e0a80
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed Feb 27 14:02:13 2008 +0000
- misc/objects: No need to do atomic list-release when releasing the list.
- commit 68aaf2c9253dbe1c11b8900c3b5205438c66a9de
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed Feb 27 13:23:28 2008 +0000
- misc/objects.c: Make sure vlc_object_get won't return free-ed objects, by doing an atomic refcount decrease and object removal from the object list bank.
- commit df291664cd0e365fa4393f6ab065efbeb120332f
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed Feb 27 08:07:23 2008 +0000
- Src: change Windows Timer Precision, ref #264. Patch by atmo / Andre Weber.
- commit fb26fc4834db3a118b91178285475d39925675a8
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Wed Feb 27 04:57:07 2008 +0000
- contribs/extras: Compensate for shortfalls in ffmpeg's svn repository. Will submit shortfalls as bugs + patch back to ffmpeg dev team.
- commit eaccd9ea6c0d37a380a4439b4686d69e5733e7eb
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Wed Feb 27 04:55:47 2008 +0000
- cmake: Try to compensate for new ffmpeg directory structure by setting HAVE_LIBSWSCALE_TREE if swscale.his found.
- commit 3235f039515cf3244ef87bda91384fe085c02e5c
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Wed Feb 27 04:15:09 2008 +0000
- modules/ffmpeg: Revert change, there is a better way of detecting this.
- commit 0057e15fbf48f5cd60e4db08977530d59a7080af
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Wed Feb 27 03:47:52 2008 +0000
- modules/ffmpeg: Compensate for latest changes made to ffmpeg include directory structure.
- commit 81472e4236ea52e5432765fe1e0e08328efe3ac6
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Wed Feb 27 03:46:47 2008 +0000
- cmake: Source code clean up, fix how CFLAGS are saved, and compensate for latest changes in ffmpeg.
- commit 5458d5a1adc85f7c1887408e578b0e734a954234
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed Feb 27 00:59:05 2008 +0000
- misc/objects.c: Print more info about what was the parent or what were the children if vlc_object_destroy() failed.
- commit 6ca5cc1278a947f94e8f89924cac8d89b25441e3
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Tue Feb 26 22:44:38 2008 +0000
- include: Update svn:ignore property, include cmake's autogenerated config.h file.
- commit 07d3b65bd5d1be3de24e1d05f1cdefebe46d007a
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Tue Feb 26 22:43:25 2008 +0000
- modules: Standardize svn:ignore property.
- commit 94fa96018ffc8402a6d6813ba93245a3d852a54b
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Tue Feb 26 22:36:15 2008 +0000
- Coding convention
- commit e61cd9b76b9c39ca09c41f95bd3fc7dce9a49585
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Tue Feb 26 22:34:19 2008 +0000
- Fix a little bug with the playlist interface (items swaped)
- commit 7a1856fdaf2441ab1866fe82dc13929074d2df25
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Tue Feb 26 22:26:59 2008 +0000
- contrib/src/Makefile: Checkout CMake project into 'cmake' subdirectory, set up code for downloading cmake directly from archive for future use.
- commit 0154ce071f2b7516418f1226d63fa49208f12bd7
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Tue Feb 26 21:14:18 2008 +0000
- contrib/bootstrap: White space clean up.
- commit 5ee24a1133cde07706643624281a25e1be829b82
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Tue Feb 26 19:49:44 2008 +0000
- Update POTFILES.in and vlc.pot after removal of vlc_os_specific.h and addition of mmap.c
- commit 7feda7b730dfb3ba95d4546ee762e34dde364c9a
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Tue Feb 26 13:44:54 2008 +0000
- Fix the issue with the order of the item in the playlist (normaly fix #1379)
- commit dace72768543ff49e97198693db6af0865198796
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Tue Feb 26 09:39:01 2008 +0000
- Fix a little bug with the sorting in the interface
- commit bc4789a05a07c029e4961d77c983f9ad555fcca4
- Author: Ilkka Ollakka <ileoo@videolan.org>
- Date: Tue Feb 26 07:14:43 2008 +0000
- set stream->dr_dts according to i_dts instead AV_NOPTS_VALUE; seems to
- fix that flv muxing issue, and doesn't seem to cause regression. fixes
- #1285. Please notify if you notice something broken after this.
- commit bb5b426170b2a666f4e132e2e62511abf922b6d0
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Feb 26 02:11:57 2008 +0000
- configure.ac: Backport the Mac OS X poll fix from cmake to autotools.
- commit 28a41153e77335041ff45992e92e49f354b6f780
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Feb 26 01:37:34 2008 +0000
- src/playlist: Fix a rare memleak that could happen when the interaction is created earlier than expected. (Fix vlc_object mem leak that happen when no module is loaded).
- commit 55b36288f948ea6a9cb00dadbfc5463ec9562d20
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Feb 26 01:21:03 2008 +0000
- interface/interaction.c: Set the interaction object name.
- commit d1d0a6221a6636a9c4046f7157c463cbf775eadf
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Feb 26 00:32:14 2008 +0000
- svn nightmare is ending... (Fix previous commit).
- commit a78e273ec53ff8a6c3993f3deda0b893f8dd709a
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Feb 26 00:29:12 2008 +0000
- misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero.
- * Meaning, that when created objects gets a refcount to 1.
- * Destroying is instantaneous and we don't have to poll for a few secondss or so to wait until the object's refcount reach 0.
- * We now track vlc_object_t's mem leaks when libvlc_global is released (Hard error for now, so they don't get unoticed)
- * We fail hard if an object is released with a refcount of 1 without being detached from its parent and its children, to make sure such cases don't go unoticed.
- (make test or make check still pass after that one. VLC is known to leak one object when no module is loaded, this must be fixed).
- commit e769bca04c56a67ab39ee2d2700508a9c5ad8910
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Tue Feb 26 00:17:42 2008 +0000
- Doxygen documentation
- commit 7f1f444ca32b4670e34a2a52b5e99e5381c9333a
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Mon Feb 25 23:26:45 2008 +0000
- Doxygen comments and coding conventions
- commit 3fd7eb0f358128381965ebd5614270b357d4ab15
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon Feb 25 22:24:01 2008 +0000
- cmake: Update the README.
- commit 95932c1566de36c6fbcee2ee1f4db6d5a476a2b0
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Mon Feb 25 22:15:52 2008 +0000
- cmake: Code clean up, set up options before we start including custom macros, add CONTRIB_INCLDE to CMAKE_REQUIRED_INCLUDES if ENABLE_CONTRIB is set, and correctly discover postproc/postprocess.h header by temporarily adding FFmpeg_CFLAGS to CMAKE_REQUIRED_FLAGS before checking for the header.
- commit ac2e4b777eefca1556904e35541cebd4287cf370
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Mon Feb 25 22:02:42 2008 +0000
- cmake/FindFFmpeg.cmake: Add sub library's CFLAGS to FFmpeg_CFLAGS.
- commit d68d15e56bbe53cd2fe2e8bc4697f999004c782a
- Author: Faustino Osuna <riquedafreak@videolan.org>
- Date: Mon Feb 25 21:54:14 2008 +0000
- cmake: Remove duplicate macro entry.
- commit d2d85545649c486677a45879590776402d664115
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Feb 25 21:44:24 2008 +0000
- XvMC: remove warnings. The compilation problems lies in a confustion between subpicture_data_t from spudec.h and subpicture_sys_t. No idea how to fix.
- commit 8b8b4f54fc546470da7b21e5c130f937606a89d1
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 25 21:04:03 2008 +0000
- Ugly hack to prevent crash when logging an error while destroying libvlc
- commit 0d0f59ac637b318caf578652ea006ce193f7c581
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 25 20:50:49 2008 +0000
- Remove argv/argc from libvlc_t (not really needed here)
- commit 3f48284e78c07e2911b192f38b4650b835f642e9
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Feb 25 20:44:40 2008 +0000
- XvMC: Compile Fixes, b_shm removal, and obvious typos... subpicture_sys_t still undeclared, no idea why it is around...
- commit 78d012cc34fbb814ceeaa9488f342cf23ea07bf9
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Feb 25 20:23:08 2008 +0000
- typo fix.
- commit 0eda8dce2ed9574d67425f0ed8235de657ee24e8
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 25 20:04:10 2008 +0000
- Compile fix
- commit 206cd3aaa9886149b9c4abdde0dff7557b7dcbd4
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Feb 25 20:01:42 2008 +0000
- XvMC Vout: Fix the macroblocks_t definition. Still not compiling because of subpictures_sys_t not defined.
- commit 28094cb6a15a0068c21a9ff22477c624115dd4d1
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 25 19:58:36 2008 +0000
- Actually fix the ActiveX plugin
- commit 99a25fe17cdb9bdaeaa4398b5aa07cba33dcf5d0
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 25 19:58:26 2008 +0000
- - Redo [22749]. Fix Mozilla plugin, fix OSX framework, fix the bindings.
- - Fix ActiveX.
- commit a7954388b00c3f2c83bb25d97b75f1a3a470868b
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 25 19:52:09 2008 +0000
- Mostly revert [25311], [25313].
- Lets wait for 0.9.1 to sort this out.
- commit e3c8503697329380e68f9373c5fff99c2492c1a0
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 25 19:48:50 2008 +0000
- - Don't put private system_* header in public
- - Remove useless system_VLCPath
- commit 1af701c676790a72281997f48158ad8f5398265f
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 25 19:10:39 2008 +0000
- Revert [25316] for now - need to think about this
- commit 6975cd69d30a528950fcc4458397a20c4f23888c
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Feb 25 18:30:20 2008 +0000
- XvMC - Remove warnings (only unused parameters and variables are left)
- commit 2a0f8bf17739f0893e2a0dfccf2159613e8ee201
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon Feb 25 18:28:25 2008 +0000
- control/testapi.c: Nicer log() output.
- commit 3a90c05eacd06b39bc1b15674a0b37951d884ad7
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon Feb 25 18:26:17 2008 +0000
- Forgotten files in previous commit.
- commit 9ba83f6d1b0fb4c3a7c6eed2c68435d0b49e5dde
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon Feb 25 18:22:05 2008 +0000
- misc/events.c: Fix a case about a callback non being called.
- commit 8cfa47d2bf33da6f1b65a07922be58ae9dfeed9f
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon Feb 25 18:18:00 2008 +0000
- control/event.c: Make it pass the unit tests.
- commit 719fa35e0c7e0daf9ac76a6c0f2be84fd051a1a9
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Feb 25 18:17:29 2008 +0000
- Xvmc: fix xvmc compilation on x86_64. Patch by eMPee584
- commit 5ae10793d0ca98695e3ddf9caa5c4c7ec257b48c
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Feb 25 18:12:44 2008 +0000
- XvMC: revert [25318] and do it in a better way. Remove some warnings because of forgotten inclusions.
- commit 43ba4e725ec8f7f608ce562eef82c356490cdc65
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Mon Feb 25 18:08:10 2008 +0000
- XvMC: possible fix compilation. Who uses that anyway ?
- commit bfbec2297d201ce956615b7c22aa2151e7859244
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 25 17:57:58 2008 +0000
- Fix a long-standing missing dependency of vlc upon libvlc
- commit d7a9b8b1971d17585e0e8675cb203e7ea6f9b028
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 25 17:56:03 2008 +0000
- Don't look for plugins from the current working directory.
- This can cause needless I/O, and consistutes a trivial local privilege esclation.
- commit 0038d622336bafef539b7be12b468acf22ce4f4f
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 25 17:50:59 2008 +0000
- Bring a non-installed ./vlc script that loads plugins from the build tree explicitly.
- commit 7e436fa9470869077303878a5b655da1731236dc
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon Feb 25 17:50:10 2008 +0000
- control/event.c: Use vlc_array_t instead of the macros.
- commit d68b821264ac7d5b93098271dd4aaf71fd1a3f41
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 25 17:49:22 2008 +0000
- svn:ignore
- commit a8879770fc2af864fb56c985d2ad0a4b2de14fd2
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon Feb 25 17:48:33 2008 +0000
- testapi.c: Test libvlc's events.
- commit 9a4101d72b5a6a57891656e5771eea0c0722f581
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 25 17:32:54 2008 +0000
- More vlc to src/ (yes, I know this screws up things).
- If you packaged without staged installation you're going to have a problem (but packaging without staged installation is to utterly lame in the first place)
- commit 0d4b0871ad1d55655de7b89d15980152fe568178
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Mon Feb 25 17:07:16 2008 +0000
- Delete unneeded instruction from a loop
- commit 0db6aa8cbc24235e1b8e12fb3abb28fb4fc9217b
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon Feb 25 16:50:55 2008 +0000
- extract early attachment:// art
- commit 741b1824b20c69d4222e2f95e658c86e2bf6f177
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 25 16:38:18 2008 +0000
- Typo
- commit 4ec6dd2c930b2cf2e86a35affba14e46a97357f6
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Feb 25 16:29:04 2008 +0000
- Use %m on GLIBC to work-around strerror_r prototype problems
- commit e0c9e748ad50009db6cc375a739132ab77212704
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon Feb 25 15:45:21 2008 +0000
- fix #1461
- commit 6693060b623c2eef9656c64e86ac7c8e72d0e46e
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon Feb 25 13:38:26 2008 +0000
- use strerror_r() which is guaranteed to be thread safe, using the GNU prototype only when available
- commit 44cfc6031b411c3e66d78fb804c759b27791bb34
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon Feb 25 13:17:06 2008 +0000
- misc/threads.c: Fix error description printing in vlc_pthread_fatal().
- commit 2c083c9f8600e8457d9fc119f3ffc094c279b0a7
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Feb 25 10:27:52 2008 +0000
- Fix i386-Win32Cross-Trunk compilation.