ChangeLog-2008
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1719k
源码类别:
midi
开发平台:
Unix_Linux
- commit fbb8255dcf8ced858d59927cb17c4f577a8d9c15
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Fri Jun 6 19:07:55 2008 +0300
- Remove __LIBVLC__ test
- commit fa22e4435c9fc1d5d774567b150ba4fb587e2f1b
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Fri Jun 6 18:55:10 2008 +0300
- Bring back reckless user proofing.
- commit d9799c1965d9d4781f5fd87310cd7052d790eb11
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Fri Jun 6 18:47:56 2008 +0300
- Bring the root wrapper back
- commit 793c4fa6eed6c89c4622728c9cf02ac7ebce3d9a
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Fri Jun 6 18:30:39 2008 +0300
- vlc: fix conditional compilation
- commit 536779c8d510cc6b9a29be9614be5e51961caeb8
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Fri Jun 6 18:14:56 2008 +0300
- Fix/split rootwrap_bind
- commit aa47b1621816c96eff4d6c7edb7b4859192013a4
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Fri Jun 6 17:48:48 2008 +0300
- Rescale POSIX realtime priorities within a portable range
- POSIX warrants at least 32 priorities from
- sched_get_priority_min(SCHED_RR) to sched_get_priority_max(SCHED_RR).
- We were previously relying on 41 priorities, from 0 to 40.
- commit 33c8a14f95a2c378b1f374ff3e2d3e669d4992a3
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Fri Jun 6 17:39:28 2008 +0300
- Do not set a priority for non-realtime threads
- Contrary to process priority increment ("niceness"), thread priority
- increment increase in the priority of the thread. So multiplying
- negative priorities with -1 was totally wrong here.
- On Linux, there is only one non-realtime (SCHED_OTHER) priority, 0, so
- the code was failing safe silently. Don't know on other systems.
- commit 2efddef08d002f95619b37232c52c74baeb696f2
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Fri Jun 6 17:29:46 2008 +0300
- Set the thread priority before its creation
- This should avoid priority inversion.
- commit 6145aa227a84a32b65beb8f27758e63f0b23b6b3
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Fri Jun 6 16:51:52 2008 +0300
- Add missing unicast parameter in the Transport: response
- So-called "RTSP" VoD remains extremely broken,
- and I have no intention to fix it.
- commit 05480492c24943a17a784b8551562e5d728e8a4e
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri Jun 6 15:35:02 2008 +0200
- Mention the RTMP access and access output in the NEWS.
- commit 37cc9246d48fadc7797cf892d1b35842a3433add
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Wed Jun 4 13:48:50 2008 +0200
- Fix typo.
- commit 1403a857a80372af56bd37b70f24275b95f88408
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri Jun 6 13:10:36 2008 +0200
- stream: Don't attempt to seek() when reading to NULL in *Immediate method, as pointed by Rémi.
- commit e0791ca6584cc946e3cbd94695c88cb6bde4d289
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri Jun 6 12:58:38 2008 +0200
- stream: Support reading to NULL buffer in *Immediate method.
- commit fedb1403b0e27202857cc76bef1da40a4f09aa6e
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri Jun 6 11:44:59 2008 +0200
- NEWS: Add something about the new options to reduce latency.
- commit 73b24166d6307f39a76394b85cda0cd073ce138d
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri Jun 6 12:03:23 2008 +0200
- Revert "Fix mozilla detection logic"
- This reverts commit 05cb347026d5f03fdbddac517fe75372fc308a9b.
- commit 7076fe3a4144be3b546eceefbd2578d1cca2521d
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri Jun 6 12:03:03 2008 +0200
- Revert "stream_Read() : makes the buffer mandatory"
- This reverts commit 0bcda15e362b5e00fd4b6f458206ac52035b217d.
- commit b1285bea5deab1b29307256057f661b573d03186
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri Jun 6 12:02:56 2008 +0200
- Revert "ASF: Use stream_Seek() if we only want to seek"
- This reverts commit e9fdaf06b59ebdd0b9b5faa000c18732354e44e1.
- commit 01a24c0a09948e805de1534b0ef238ef21d8872a
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri Jun 6 12:02:46 2008 +0200
- Revert "ASF: Do not use stream_Read with a NULL buffer"
- This reverts commit 77a7babe4a2e4391ec33bf690fb1abecd28cbb74.
- commit 77a7babe4a2e4391ec33bf690fb1abecd28cbb74
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri Jun 6 11:54:50 2008 +0200
- ASF: Do not use stream_Read with a NULL buffer
- commit 05cb347026d5f03fdbddac517fe75372fc308a9b
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri Jun 6 11:40:41 2008 +0200
- Fix mozilla detection logic
- commit 38cc65962e877401d6209e8b925f345fc17369ec
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri Jun 6 11:39:54 2008 +0200
- Use stats demux only if selected
- commit e9fdaf06b59ebdd0b9b5faa000c18732354e44e1
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri Jun 6 11:39:18 2008 +0200
- ASF: Use stream_Seek() if we only want to seek
- commit 0bcda15e362b5e00fd4b6f458206ac52035b217d
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri Jun 6 11:38:47 2008 +0200
- stream_Read() : makes the buffer mandatory
- commit 8e95f585aa1986e02153ed407abf00d998d8af3b
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Thu Jun 5 18:25:21 2008 -0700
- Small fix for DVD menus.
- commit ee285661e1b40a67b004af979c7b66c02bb432fb
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri Jun 6 02:31:15 2008 +0200
- input: Comment on how to enable auto pts delay adjustement.
- commit ed7b6cb100a89089a05b59b8c2ff70d0663a05c4
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri Jun 6 02:30:50 2008 +0200
- stats: Ownership.
- commit 722f244d86015adc90ec9c7687856d941a5bf207
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Thu Jun 5 23:54:39 2008 +0100
- Desactivate activex until it's fixed
- commit 1bf957985128b9b4b294ae84f4558172cbcb89c2
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Thu Jun 5 23:45:43 2008 +0100
- ffmpeg.h was removed
- commit 2713a7228ba300c9a82d8d27189320a6e46d0be1
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri Jun 6 00:27:35 2008 +0200
- input: Explain a bit more how --auto-adjust-pts-delay works.
- commit ea89b9c2d9d5b13c28da56f6b5ec284614db491f
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri Jun 6 00:13:27 2008 +0200
- input: Add --auto-adjust-pts-delay, this allows to stream/receive with an extremely low latency.
- Simple demo:
- vlc --sout="#duplicate{dst=display,dst='transcode{vcodec=mp4v}:std{access=http,dst=0.0.0.0:8080,mux=ts}'}" --ignore-config --use-stream-immediate movie.avi &
- vlc --use-stream-immediate http://127.0.0.1:8080
- and
- vlc --use-stream-immediate http://127.0.0.1:8080 --auto-adjust-pts-delay
- You'll have to wait a bit until the pts delay is auto adjusted. Generally it takes 2-4 seconds, because access set a very high default pts delay value. One amelioration would be to lower the pts_delay when this option is set to allow a quicker convergence.
- The general algorithm requires some tuning, but results are here.
- Note, this only works if there is a video track. A similar function could be developped for the audio tracks.
- commit 6f8ce7ca56918ca2423b8728a3276aac8ba1cfe4
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Thu Jun 5 23:11:00 2008 +0200
- input: Use mtime_t for pts_delay.
- commit b99a3f6baaab73b33bd088bcdbf37b2291debeb3
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Thu Jun 5 21:42:09 2008 +0200
- stats: use vlc_common.h instead of vlc/vlc.h
- Don't trust cherry-pick blindly.
- commit 70d5f8682bdcff58d50e5aac649e0e47be893374
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat May 24 01:06:48 2008 +0200
- stats: Add vout stats module.
- ./vlc movie.avi --sout="#transcode{aenc=dummy,venc=stats}:std{access=http,mux=dummy,dst=0.0.0.0:8081}"
- ./vlc -vvv http://127.0.0.1:8081 --demux=stats --vout=stats --codec=stats
- commit f4844c9888a5410803fe9cfa13813dee4823e67d
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon May 19 19:14:54 2008 +0200
- stats: Initial import of a stat oriented module. Use with /vlc --ignore-config -I dummy -vvv movie.avi --sout="#transcode{aenc=dummy,venc=stats}:std{access=http,mux=dummy,dst=0.0.0.0:8080}"
- commit 5df2e973d079c0a43572cb9b248d226911b4cfbc
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri May 23 13:28:36 2008 +0200
- stream: Add a new method for buffering access: A*Immediate method.
- It is much more efficient regarding latency as it doesn't bufferize more than needed, and let the module access take care of that eventually.
- Enable with --use-stream-immediate. We may want to default it.
- Note: --use-stream-immediate will be only effective on access that don't provide pf_block() for now. This is because I didn't benchmark against the Block method.
- Here the gain that I did measure is about 200ms (less latency) when using the http access on a loopback.
- commit 446bfcd5f40d640097b4e765ae234c47b9831d12
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Thu Jun 5 20:10:04 2008 +0300
- Do not use print colored help if stdout is not a TTY
- commit b11eefc487ea5da71db21a775b3de3e0214d7188
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Thu Jun 5 20:05:34 2008 +0300
- Typo
- commit 8e17cc40106fd1b44b6f48fec0bdc1298b27c2bf
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Thu Jun 5 19:04:56 2008 +0300
- Support for using a custom text domain for configuration strings
- commit 64ae2cbffa7639c04869e6588f80f5c1a7d05221
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Thu Jun 5 19:16:05 2008 +0300
- Support for custom text domain in module strings
- commit 129717e22fe674e4e4ac69fbcd5e9f055db3708d
- Author: Pavlov Konstantin <thresh@videolan.org>
- Date: Thu Jun 5 19:39:00 2008 +0400
- Contrib: remove unneeded and outdated dvdnav.patch.
- commit 40e5d0d1abbf12b90e8b47ccdbd7452d720b0b52
- Author: Pavlov Konstantin <thresh@videolan.org>
- Date: Thu Jun 5 19:37:52 2008 +0400
- Contrib: Remove libdvdnav-win32 patch, applied upstream.
- commit 25ef68ba9cdf9590433a0e2faf001dd2a1cc835c
- Author: Pavlov Konstantin <thresh@videolan.org>
- Date: Thu Jun 5 19:36:15 2008 +0400
- Contrib: update bulk patch for libdvdnav.
- commit ca2350877d158830421fa47f147387a11e2f0ba1
- Author: Vincent Penquerc'h <ogg.k.ogg.k@googlemail.com>
- Date: Thu Jun 5 13:04:03 2008 +0100
- enable display of background bitmaps (eg, picture subtitles)
- Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
- commit 26716258739260ba9c3ffbe0d1e78509635abda2
- Author: Rafaël Carré <funman@videolan.org>
- Date: Thu Jun 5 15:31:02 2008 +0200
- Don't workaround unknown bugs in external libraries
- Better comment them fully, if you are too lazy to report upstream
- commit ae2b7693af07621c2b3d7cf22c9acb242cb224d8
- Author: Rafaël Carré <funman@videolan.org>
- Date: Thu Jun 5 13:00:14 2008 +0200
- Use a libhal property only if it exists
- Regression introduced in [c75dafab5775afe24fc5f2bd944199bb361d6269]
- Bug spotted by Fabio Ritrovato
- commit 2f05de0d7e3ca03806b2306deb9d256a6e789a0d
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Thu Jun 5 02:35:29 2008 +0200
- libvlc: No need to link to Cocoa.
- commit 47db573323acbeef61d4261c24764aa971be2ef2
- Author: Rafaël Carré <funman@videolan.org>
- Date: Thu Jun 5 01:52:50 2008 +0200
- Don't try to build broken postproc modules
- commit 4f96ebd607c62dac7a21d6055514c07dd2d4cd09
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu Jun 5 01:31:23 2008 +0200
- Remove debug (tip: put debug messages in spanish, they're easier to grep
- for in english code)
- commit 778665b00ee9e8788174eaa540f050276b18cf0f
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu Jun 5 01:23:17 2008 +0200
- Default enable the dvb and v4l2 modules.
- commit 42683681f7a24c8441828d8ee77e3b40d8661dcf
- Author: Rafaël Carré <funman@videolan.org>
- Date: Thu Jun 5 00:46:39 2008 +0200
- Typo: use debug code only when wanted (and defined)
- commit 3c5c04601e89885ce961a766d85cffe9ab5b375a
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Thu Jun 5 00:02:42 2008 +0200
- This should fix audio transcoding. (unfortunately I have some issues
- a bit later ... but at least it gives a starting point for people
- wanting to have fun with transcode / audio / filter chains)
- commit 6d004778d445e1666c33b6ea4515a32428218e05
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jun 4 23:06:27 2008 +0300
- RTP: support for pulse code modulation
- commit 8235fe322236b1e1270caae42da9c2591ea0263f
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Wed Jun 4 22:04:58 2008 +0200
- YUV 422 Packed motion detect (still kind of broken).
- commit 2306ec6b95ece0e0443cd1a292ea8095c99209e5
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Wed Jun 4 22:04:44 2008 +0200
- Fix segfault in transcode (audio).
- commit 2085fb08ae43ba48a2ab115505b9524808233b3c
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Wed Jun 4 20:19:05 2008 +0200
- Factorize some code in the filters.
- commit b6dc08dbaaf134f80a528e1ac1e63309a55cf9c7
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Wed Jun 4 20:02:58 2008 +0200
- Factorize picture dating and releasing code.
- commit 728bc0ab3a8436fd68cdbf3c4f91399a3c0100b0
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Wed Jun 4 20:02:22 2008 +0200
- Useless statement.
- commit aa1b2f6ffffa6ce35440e5fe7b3e81e19b0c771e
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Wed Jun 4 19:58:16 2008 +0200
- Add support for Packed YUV 422 to rotate video filter. Output quality is
- less than that of the planar version (uses nearest neighboor instead of
- interpolated colors)
- commit 2e65b47b71e8458270d3988271200232536acbe5
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Wed Jun 4 16:53:19 2008 +0200
- Only try creating the filter chain once.
- commit 3088c9e953ab32bf63e93490f78a278e488bb5ce
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jun 4 22:30:44 2008 +0300
- access_udp: remove UDP-Lite support
- commit 7636aceaee9cff1ec11710848d0822132189a46f
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jun 4 22:30:13 2008 +0300
- RTP: add UDP-Lite support
- commit f10ba0d30508dc9e66f9853f79b5b7e1d8505aa4
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jun 4 22:16:04 2008 +0300
- Do not use the old UDP access for RTP/AVP
- commit 421bedb95dd122328c40f15093c74bb10762d16d
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jun 4 22:14:51 2008 +0300
- Build the RTP plugin
- commit 9649c59908053fd96488d1126a9149ce9ce40fc4
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jun 4 21:43:38 2008 +0300
- Don't check for impossible error involving object types
- commit c3a30a7b7b312f3004b88fe9185b491ea3fc7430
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jun 4 21:35:56 2008 +0300
- FTP: do not rely on object_type
- commit 2709abbb60aeeba299d9cab347cda64f635c2b26
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jun 4 21:30:38 2008 +0300
- Remove VLC_OBJECT_SOUT
- commit a03298340f2ff224d52446bb3ad55eb4208fac52
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jun 4 21:24:25 2008 +0300
- Remove another unsafe sout cleanup hack
- commit 031c6028192ea228892e105e94b1c370256b0d3c
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jun 4 21:16:29 2008 +0300
- Playlist takes care of sout-keep, NOT libvlc!
- Fixes a bunch of crashes at exit.
- commit 65892ac8249cd60f0f2ae25e138a76c76436e9e3
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jun 4 21:13:47 2008 +0300
- Handle sout-keep from the playlist engine
- commit bed1fe1b898a0721a58461fe7c97f0eb376ac1d2
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jun 4 21:12:07 2008 +0300
- Simplify
- commit 0c3914d0a43ef2132131828967146169343a39d6
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jun 4 20:45:43 2008 +0300
- VLM: remove the unneeded sout-keep hack
- commit e3c6b242570ec32867138f9bd11414400814431b
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jun 4 20:34:38 2008 +0300
- Remove sout-keep from the input code
- It needs to be done by the parent (VLM or playlist)
- commit f2852bcf0d7f6d19df6af364d806a42dfc040677
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jun 4 20:34:13 2008 +0300
- Fix crash if inputs fails and there is no sout
- commit 86afb9792b9990d47d036cdbc3a1f216152d0960
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jun 4 20:33:17 2008 +0300
- Fix grammar
- commit cc01f686c5f807d6b53ea5298c4687f5a41dac28
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jun 4 20:16:47 2008 +0300
- vlc_threadobj under NDEBUG and refcheck under LIBVLC_REFCHECK
- vlc_threadobj() is no use otherwise. People may want not to enable
- reference checking all the time also...
- commit c15a5164ddd9105ce4de09fc9dcd95d4263ad3df
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jun 4 19:59:28 2008 +0300
- Ignore exceptions correctly - don't let libvlc assert
- commit ed2a403f13bf8265d16ec5a721f8b27e07945e79
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jun 4 19:50:20 2008 +0300
- Remove redumdant b_play code
- commit 4d50cccae6bd757cfc3db77f515827a8c94dac21
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jun 4 19:43:25 2008 +0300
- VLC: start the playlist at start
- commit a62595b97ffddfb1e75827354ff56da227f44cad
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jun 4 19:32:23 2008 +0300
- libvlc_InternalAddIntf: remove the other boolean
- commit 17eeea99c4940cbbd43f2c7e25da23f5e6e133c2
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jun 4 19:18:24 2008 +0300
- Simplify
- commit a8712a3720567c0b03612d0d93d354bd90f8b138
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jun 4 18:43:06 2008 +0300
- Fix sout leak if the playlist is gone
- commit 497087466251d63b5245082c5200f5df21a5af4f
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Wed Jun 4 16:51:20 2008 +0200
- Use gray for the place holder color on packed formats (else you'd end up
- with an ugly green in packed YUV).
- commit 35877427331f64d9ec9b7b662564722301908c65
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Wed Jun 4 15:32:12 2008 +0200
- Fix help string.
- commit eb7856b7405bb1ae4472081760d89b6134fad464
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat May 31 17:34:35 2008 +0200
- Add "Y800" and "Y8 " as aliases for the "GREY" fourcc in the core.
- commit 39eef2d3c94153157cafa65f8b655c19e6b80806
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Wed Jun 4 12:57:50 2008 +0200
- Ugly hack to make the filter chain work correctly for the video output core. This will be removed once all the different picture release methods have been merged into one coherent method.
- commit 5cc4255aa74f938e38cbdd9dcca4136475a4bc3f
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Wed Jun 4 12:56:46 2008 +0200
- Fix a few compilation warnings.
- commit e259db6fefa6941b1a9cc2c01de8536c53b3ec01
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Wed Jun 4 02:24:00 2008 +0200
- Use filter chain in subpicture core.
- commit 350148d32c57a849a34dd44df89058b41f28531c
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Wed Jun 4 00:28:03 2008 +0200
- Use filter chain in video output core.
- commit 9675983e20ab9bd6d9784afbf01f72ade9f5a7db
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Wed Jun 4 00:27:34 2008 +0200
- Use filter chain in transcode (audio filter2 and video filter2).
- commit 7f0421c222c40c5a7719d25463dc99540f3aac93
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue Jun 3 22:48:45 2008 +0200
- Remove unused types and fix indentation.
- commit 57d88c823edb427bdba7ed9d77da707064d90f2e
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue Jun 3 22:44:06 2008 +0200
- New filter chain handling API. This should make it possible to factorize
- a lot of code everywhere a filter_t chain is used ("video filter2":
- vout core, transcode, chain.c video filter; "sub filter": spu_Init;
- "audio filter2": transcode; the other types of filter_t objects are
- never chained)
- Btw, why aren't "audio filter2" filters used anywhere in the aout core?
- commit 69c6803c9cdf2232a76903722a542e26146e7d51
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Wed Jun 4 00:06:27 2008 +0300
- RTP: support for G.711
- Note that it seems to suck badly, but as I get the same awful results
- with RTSP+live555, I have to assume eitehr the whole synchro is broken
- or the stream output is
- commit 7e42e3223bf8b5bb8baa8477b3636cec3dcbb72a
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Tue Jun 3 23:39:48 2008 +0300
- Ignore unknown payload types
- commit 91f7b6f52527c671ddafcb0f478a33a83ce0f379
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Tue Jun 3 23:32:27 2008 +0300
- RTP: add support for MPA and MPV static payload formats
- commit b8b6f0b05a4964e50321644b6bf36a6814557a01
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Jun 3 22:24:43 2008 +0200
- Add missing prototypes
- commit ceb76725a3e379b337fada346417818030b497c2
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Jun 3 21:57:31 2008 +0200
- Link with libavutil when needed
- Use tabs in Makefile
- commit f9dcddd88db1da17054b2eb2285ac7126772e38c
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Tue Jun 3 22:43:29 2008 +0300
- Minimalistic RTP demux
- Currently, only MP2T payload and UDP transport work.
- commit 1a811a836cf332ca0492d3e7f8898329197cc9aa
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Tue Jun 3 19:09:59 2008 +0300
- Fix typo
- commit 11b51d62210fb0cd6f0c067eec6e40074e9c9c7d
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue Jun 3 17:01:03 2008 +0200
- Do not align height and width on multiples of 16 in XVideo output. This fixes #1604. If someone thinks that this fix isn't correct, please revert this commit ... and explain why it was wrong :)
- commit 86c91e1260731c8c3d708af0ed289b048d78bf98
- Author: Pavlov Konstantin <thresh@videolan.org>
- Date: Tue Jun 3 18:56:20 2008 +0400
- Contrib: update libdvdnav patch to current SVN.
- commit b72ef60a0dc52ac7c1d8a455a3d6975b0f1b50d8
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Jun 3 16:02:11 2008 +0200
- Shut down debug useless to most users and developers
- commit 425e7f204caa4ed2ae2dd77062cd18bd9c598702
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue Jun 3 16:00:45 2008 +0200
- Only link avcodec with libavcodec, avformat with libavformat, swscale with libswscale, imgresample with libavcodec (small hack include to fix AC_CHECK_LIB code), postproc with libpostproc.
- commit 3a49e9f3cae6e766766fbf81ed9239a6e475be7e
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue Jun 3 15:19:37 2008 +0200
- Split should now be complete (postproc still needs to be fixed).
- commit 11aac010aca2776806eeee5f95fbdf6b87e751be
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue Jun 3 14:56:07 2008 +0200
- Some more seperation of the different ffmpeg based modules. They're now completely disjoint except for the common chroma.h and fourcc.h headers.
- commit f289c1f178d4eee60e527153021fa6f91adb4d7a
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue Jun 3 12:48:17 2008 +0200
- Mention the ffmpeg split in the NEWS file.
- commit c0662427d22a4c90a57a051a46a552eaef1f31bf
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue Jun 3 12:01:50 2008 +0200
- Img resample based module (functionality untested ... but compilation and loading works). Remove unneeded stuff from swscale.
- commit 1ce62168f30a42924db2535fe8c499e1eae5d2bb
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue Jun 3 11:24:15 2008 +0200
- Remove unneeded VLC_OBJECT_CHROMA define.
- commit ebbc287d752e33efd2bdb74fbc4916134df00bf7
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue Jun 3 11:23:11 2008 +0200
- Add fallback to img_resample based plugin if swscale isn't available on the system. img_resample will be built as a seperate module than avcodec to prevent avcodec from refusing to dlopen if img_resample is unavailable (debian...).
- commit e81f8e4ca21f28b3449b8922b6b81e12c1e56a4b
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Jun 3 01:50:37 2008 +0200
- Remove dead autoconf tests
- commit 68eb2ac4c12e2b93017a276ae6df1038006b2774
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Jun 3 01:46:45 2008 +0200
- Makes configure list enabled modules
- commit ad3d28409f5b7ad44136b19332ccc609362f8025
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Jun 3 01:32:40 2008 +0200
- Listen to autoconf warnings: cache-id must contain _cv_
- commit 267c2d9cbee2264324a7539641ac8efbe8d88151
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue Jun 3 01:09:58 2008 +0200
- Cmake : cmml has no dependency, enable it by default
- commit a692da436862b7ed8177169ce0008aead618fdc9
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Tue Jun 3 00:27:56 2008 +0100
- libhal is not a strict requirement
- commit deb2a71bb413431047d1980d31902ee71e146789
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Tue Jun 3 00:13:09 2008 +0100
- Slovenian l10n update by Matej Urbančič
- commit c85bb4b7cbf13c16e74bc4d21a2487f5f8b98d1d
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Mon Jun 2 23:27:06 2008 +0100
- Update pot and po files
- commit 04f2e3ab668962c758fdd2d0c7adf624abc4c399
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Mon Jun 2 23:18:03 2008 +0100
- Serbian l10n by Marko Uskokovic and Gorana Milicevic of cp6linux.org
- commit c75dafab5775afe24fc5f2bd944199bb361d6269
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon Jun 2 22:10:26 2008 +0200
- Remove support DBus & HAL APIs
- Acked by DBus code maintainers
- commit 5b49b6b1456606c6f82cbaa79e5a0f9970364470
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon Jun 2 21:53:19 2008 +0200
- Fix i420_yuy2 chroma
- commit b538efdf8d7080991284c705b8e5176e3a2cdcff
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Mon Jun 2 20:45:15 2008 +0300
- Fix linking postproc
- commit 135b7417245087df851d518c583982eae0efb197
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Mon Jun 2 20:32:07 2008 +0300
- Look for postproc/postprocess.h correctly
- commit e0f21fbc2e9bc4a1a385dd4e6fa0a1bfdb6b98ae
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Mon Jun 2 19:22:10 2008 +0200
- Fix applying of ffmpeg-svn-configure patch.
- commit 66902e1ba79b6181caa26b3420a60831e4f7faf8
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Jun 2 18:34:05 2008 +0200
- This module scales with nearest neightboor algorithm ... lower it's capability score so that swscale will be used if available instead.
- commit ecc787cdac7b327be6a97f65627972a8c1556977
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Jun 2 18:26:39 2008 +0200
- Simplify scale and chroma conversion code a lot. Remove native croping, padding and 'canvassing' support for transcode. Those will be availble through transcode's vfilter chain in the near future.
- commit b28eb687ff725907f2ffb37c4c3fc1071bf77437
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Jun 2 17:24:20 2008 +0200
- Port chain filter to new API. Now supports chaining of chroma conversion and scaling operations. Integration of crop/padding still needs to be done. This might need to be moved in the core.
- commit f4c4d8d2f03eefa4333203c35d1cb0ebf433438f
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Jun 2 16:44:03 2008 +0200
- Setting a local var to NULL right before exiting the function is useless.
- commit 218efb93081e39e66b44a78d728847e1a3679db1
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Jun 2 16:25:25 2008 +0200
- Chroma modules now exactly implement the "video filter2" capability.
- commit a519caccb5a01a42700c664d69bb5ced218dafa1
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Jun 2 15:01:33 2008 +0200
- Split ffmpeg module in avcodec (decoders, encoders, deinterlacing), avformat (demuxers, muxers), swscale (scaling, chroma conversion) and postproc modules.
- commit 7f9999df31ecac9d34fcf98a6074776ab275b754
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Jun 2 14:31:34 2008 +0200
- Enforce --no-overlay option in SDL video output.
- commit 2e2178f773f3316cb9895e25eb14b8db70f9a414
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon May 26 21:44:06 2008 +0200
- Chroma API change. Chromas are now normal video filters (almost).
- commit efc571987f4047c0454f75d3ee30ba4df3693fa7
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat Mar 8 22:36:04 2008 +0100
- Adapt transcode to use the new croppadd video filter when needed.
- Do not use knowledge about the FFmpeg version in transcode.
- commit 0b74611881cf342ad2acc2337e3a4f5210b714df
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Mon Jun 2 18:02:36 2008 +0300
- Add -ldl (git commit --amend with -a again!), document news
- commit 12f23f648dbe01c8c362a24315020f59b90e3efe
- Author: Wang Bo <silencewang@msn.com>
- Date: Mon Jun 2 10:14:38 2008 +0800
- RealVideo codec through DLL loader
- With the mutex patch plus a few fixes.
- Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
- commit 72da704cd7eddd002c5de789bec9b528aa838656
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Jun 1 22:30:26 2008 +0200
- Cmake: enable a bunch of modules - still a lot TODO
- commit 2a1ee35de7086cd7a967ad6cd55321412767c008
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Jun 1 22:16:11 2008 +0200
- cmake: enable mmap access
- commit b46ba4105c1db449f5045f07386931052e6eb042
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 1 23:13:13 2008 +0300
- vlc-control.pc -> libvlc.pc
- commit 6fd7ce2fba1afbe9832f4846456017c5f7a8e6a0
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jun 1 22:07:20 2008 +0200
- playlist: Code readability.
- commit 097f8fc9cddf85baac0ad3083c13a85384e86e66
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 1 23:01:30 2008 +0300
- Do not try to build the ActiveX so we can at least have nightlies.
- commit 0e7a548e6e2d4e6adbdcb5f963cca635ac2a96f8
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jun 1 21:50:18 2008 +0200
- playlist: Compile fix for previous commit, plus warning removal.
- commit 61ee17a85417817e8046fe5373f160f5349cbf07
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jun 1 21:47:49 2008 +0200
- playlist: Listen to duration changed events, and remove a vout->playlist dependency.
- commit 9ff2a688923e778b1526dba269c836afa1c5a1e1
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jun 1 21:44:31 2008 +0200
- playlist: Listen to vlc_InputItemMetaChanged. This removes one more playlist->vout dependency.
- This could trigger some interface bugs, especially if they handle their callbacks carelessly. Revert if you have issues, but also consider to fix your interface.
- commit fe1fdaf598d73a3cabe417ae85a6132623a10466
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 1 20:52:20 2008 +0300
- Simplify AI_NUMERICSERV usage
- commit 3527f69d9fbbbd8327c80354c4ad3122df521ee8
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jun 1 21:17:16 2008 +0200
- libvlccore: "intf-show" is now a libvlc var instead of a playlist var. This removes a vout->playlist dependency.
- commit 65f35e28ead51530840e0c4b488a8b219a019fe7
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Jun 1 20:32:25 2008 +0200
- Fix various bugs / missing checks for cmake
- Add ENABLE_NLS define, and make po files optional
- Update source files to latest modifications
- Add missing function checks
- Define QT4LOCALEDIR
- Require ncurses (I will submit a patch to cmake to check for ncursesw)
- commit 7d218020ad0516530bcd6a3b3c18998bdf024a1b
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Jun 1 15:53:45 2008 +0200
- Typo
- commit 15e6f2c9d099fac8307a8e40055886e2f11de1d5
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Jun 1 14:30:27 2008 +0200
- Binary updates: support arbitrarily long descriptions
- Note that an upper limit should be set anyway
- commit 53c74579305052334468d130a3f4bfcfc3757209
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Jun 1 13:49:42 2008 +0200
- s/vout_Destroy/vlc_object_release/ - A cat is a cat
- commit 23293def20be7820c9b891c4e219e2cf71f6d636
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 1 16:50:01 2008 +0300
- Look for reference leaks. I found none, though.
- commit 6391721b5a50240dfc9da84d4bac3ba9759f33df
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 1 16:32:54 2008 +0300
- Another memory leak
- commit 586f3818972c895194167f06c3003b8a9236ca34
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 1 16:28:42 2008 +0300
- Fix small memory leak
- commit e750a4887f4bc15f726dc2ab00f1dfaa18b39e8c
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 1 16:17:11 2008 +0300
- Simplify Win32 command line parsing
- commit ca12c6bb9fffe9dee9442c5f57c8ad620e4c9c4d
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jun 1 14:40:13 2008 +0200
- Revert "service_discovery: Remove an uneeded hack."
- This reverts commit e31c7798f239aa6ea94c8ba302c663405d4d9a27.
- Damned, this is a hack to display psz_cat in the playlist.
- commit e31c7798f239aa6ea94c8ba302c663405d4d9a27
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jun 1 14:29:37 2008 +0200
- service_discovery: Remove an uneeded hack.
- commit dd9d6f4ed86df260b6447a4a1d8db5a5ccaeee48
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sun Jun 1 11:16:57 2008 +0100
- Handles the VLC_EEXITSUCESS case
- So that vlc --{list,help,module} don't get us a non-null exit code
- commit 3df8219d70e452cfdd6631658202fb59da4e225f
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 1 12:13:57 2008 +0300
- RC OSD: Fix NULL check after deref (CID 109)
- (cherry picked from commit a2d82490555eb3271a77b4958bc8528091951901)
- Conflicts:
- modules/control/rc.c
- commit 951d135f82db558748836d065ba440ab9128e9e4
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 1 11:57:22 2008 +0300
- ./vlc: clean, also speed up make distcheck a tiny tiny bit
- commit 2e40b4c523f32cfeca90434c63c705b467863393
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 1 11:34:41 2008 +0300
- Fix deadlock when quitting the dummy interface
- commit ca797b1332660646ac7c8f0cec481782433726ae
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 1 11:16:10 2008 +0300
- Use pl_Yield instead of vlc_object_find
- commit ddfce772105e4d8a765a3c29e692a93593ec4ec5
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 1 11:03:45 2008 +0300
- Missed files in previous commit
- commit d17b42fe978dd0de33aebd002e37d8ced946d021
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 1 10:49:10 2008 +0300
- Fix a warning
- commit 6f9eedc7b73936de86ab406f9cfd3e3946d68d96
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 1 10:48:49 2008 +0300
- Fix prototypes
- /! In pure C, `()` means `(...)`, not `(void)`
- commit ef20d249e83dfd3321754c1e7a964e448001898e
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 1 10:40:13 2008 +0300
- Try to fix mozilla
- commit 87c8d9dd25ea706a53eb05deb54f32401fffa262
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 1 10:37:56 2008 +0300
- Fix changelog distribution
- commit eb5e7fb48e14a138a4e05c3672626995d58a90d0
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 1 10:29:08 2008 +0300
- Fix building the testsuite
- commit f56ed8d5f4ce44fed277cecfd8a0be495c4191da
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 1 10:26:46 2008 +0300
- mediacontrol: fix compilation
- commit dc902fa14a53020687df276243e532eaec407fa8
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 1 10:22:29 2008 +0300
- Remove recursive libvlc <-> vlc/vlc inclusion
- commit 92fd43285ca7188ce237788dd5172cf3f6071fcc
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 1 10:13:32 2008 +0300
- Bring mediacontrol back in the headers test
- commit 8c80fa1d7682cb48cec428fd5f8c10325169316c
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 1 10:12:55 2008 +0300
- Do not include vlc_common from vlc/vlc anymore
- commit cf249e3a425ed77f6cd37c3247001c744603bbf2
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 1 10:12:28 2008 +0300
- mediacontrol: include vlc_common and fix ABI (= avoid bool)
- commit 6349569ec884998211024e3288b41ae3fa6adc6c
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 1 10:11:34 2008 +0300
- include vlc_common
- commit 78649c5df05775231258c14d30c1fd3b7dfe0010
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 1 09:47:52 2008 +0300
- Fix the headers test
- commit 24f4104f8afa6c896a51207b223e7d488c7b01e8
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 1 09:39:36 2008 +0300
- Fix
- commit 952d118d97d168123b947cf8edcbc3a0360f0d9b
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sun Jun 1 00:42:33 2008 +0100
- Be more verbose about the failure if we return a non-null exit code
- commit ff90a8aa61756921006597b7ce37f380df3c80aa
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat May 31 15:41:45 2008 -0700
- Don't include deleted files.
- commit 42a19ee8d0729b5fb39a994b4778990f6227b48d
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri May 23 16:03:27 2008 -0700
- Mingw64 defines _I64_MAX in limits.h
- commit 2203521d89348a28dc1d0381c5ed8d28ee8d9de3
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat May 31 23:30:27 2008 +0100
- Don't use deprecated and removed API in Mozilla plugin.
- commit 31a8cbee8c72701d11dc5152b91256134c8165c8
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat May 31 23:03:37 2008 +0100
- Don't use vlc_int64_t. It no longer exist.
- commit 231a36af4f787ee52033de936b8e7d2ed4f06732
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jun 1 00:21:29 2008 +0200
- Revert "Preparser: yield the playlist (NSDRCID 1)"
- This reverts commit f3b97438a7451c340b27446d687c6c5603a8323a.
- It creates a circular reference holding. (playlist is the parent of the preparser and hold a reference to the preparser during all the preparser life's span).
- commit a717f3bb306a96e04a1ef0993a4f379d307ffa49
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Jun 1 00:19:11 2008 +0200
- libvlccore: Don't do vout destruction before destroying playlist.
- commit dc6b4028e188f28131b487e6ea817de150c2eecd
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat May 31 23:48:33 2008 +0200
- minimal_macosx: Add miosx as shortcut too.
- commit b394e8e711d9e0f90d0b4b13353ead8b43bd9621
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat May 31 23:47:14 2008 +0200
- minimal_macosx: Add a KillerThread, that will kill the App when the intf is killed.
- commit f3b97438a7451c340b27446d687c6c5603a8323a
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sun Jun 1 00:03:00 2008 +0300
- Preparser: yield the playlist (NSDRCID 1)
- (Not-So-Dumb-References-Checker IDentifier one)
- commit 48c51ebb1336aac7ebb026a128457828782a87d6
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 23:56:19 2008 +0300
- The not-so-dumb references checker
- I saw you, evil preparser thread...
- commit 070e3454880e849f3ebca21d5f803cdd13351049
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 23:51:19 2008 +0300
- Keep track of object held by threads
- commit 90fd835fb4e43fcc2cb0b80d988b253843c4c548
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 23:33:04 2008 +0300
- Remove unused static (oops)
- commit 91bf9631ce65c0e5183573810f338fe7cbc7ea1e
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 23:30:58 2008 +0300
- vlc_current_object: remove, vlc_object_get does the same thing
- commit c45fbbdf1014b87cc36f2cab4bb683415e123377
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 23:20:29 2008 +0300
- Fix memory leak (legacy of CID 92)
- commit 90ab070189879c021ab380e9505aeb25e1e6e8ee
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 23:09:10 2008 +0300
- Fix memory leak (CID 95)
- commit 13a1c6b8b8c82e1234d11b8b90c9ceb488ee55f0
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 22:30:46 2008 +0300
- Remove VLC_* dead APIs
- commit 5ba2255e622499a3bb545e89c84a675f0adde07f
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 22:06:17 2008 +0300
- Remove vlc_int64_t. Was not even correctly defined.
- commit 3dfd0c4914338cc83373e1f4e006acdc0b1b1d43
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 21:49:14 2008 +0300
- Do not include vlc/vlc.h from libvlccore header files
- If something depended on this behaviour, it should really be fixed...
- commit 3561b9b28f58eb7a4183e158a8fd973800d31ceb
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 21:49:57 2008 +0300
- Plugins: include vlc_common.h directly instead of vlc/vlc.h
- commit d666030b2349e8a710fcba4d2cabb912cc700580
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 21:56:22 2008 +0300
- libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
- commit 2ec3bddef115eb4cf575c5dafd64077891a6196f
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 22:09:39 2008 +0300
- Move LICENSE_MSG to the right section
- commit df4d199617f1d4bcb56c5fe4426fb655a2786949
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 21:51:14 2008 +0300
- vlc_common.h: protect against multiple inclusions
- commit 2a9418cb81410ad8e2c538674b64bb6cbb91385d
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 21:44:57 2008 +0300
- Do not use VLC_AddTarget internally
- commit a20c35e9023c2ac3e413451224e9cb8370da9d9b
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 21:36:40 2008 +0300
- Move non-deprecated version functions out of the deprecated file
- commit a308763e5e6312316c38d7e40e1a0eaaa78b3cf5
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 21:28:51 2008 +0300
- Separate libvlccore and libvlc headers
- Now, we still need to remove the vlc/vlc.h hack.
- commit 2f1752dd6c9c5c45ba432a8aff2a30d29ca0e7c8
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 21:27:28 2008 +0300
- Playlist stuff belong in vlc_playlist.h
- commit 5a81d0eed372f73ccd5e419c674171192c4e8e5b
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 21:18:26 2008 +0300
- kVLCDestructor: remove, does not exist
- commit ae7fd38a47a43ebbba3674dff19c2b3d20245807
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 20:12:55 2008 +0300
- VideoLAN VLC media player 1.2.3a is too long for NSYS - fix #1490
- commit f9b646408f693e006d9df0afd3355374f0583d12
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 19:37:20 2008 +0300
- Kill LibVLC children without the libvlc lock
- commit 1245b2b35ab23b0a9e06a7194b937e592570bbdf
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 19:35:56 2008 +0300
- vlc_list_children: fix memory leaks
- commit 3bccf493a142f1cac0042f3dc5f714cea1340671
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 19:16:57 2008 +0300
- Typo
- commit ed6a92ec6518a92167dca6c3ebb90c42c9c3de53
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 19:07:05 2008 +0300
- signals: fix race condition with sigwait()
- The signal thread may catch a signal before the interface thread is
- initialized. We need to check signum before the first wait.
- commit 425d6074da0f80e93ba092507c487068ada8e054
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 18:55:03 2008 +0300
- vlc_object_timedwait: same change as vlc_object_wait
- Also fix a minor timing problem in the screensaver plugin.
- commit cb56da1c4061ac2b22378e085a5253f0d94d95b0
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 18:45:22 2008 +0300
- inhibit: fix another instance of the killed-before-wait race
- commit 0adb6e3edef57a255a4c405fbecdce5f6f1dd03c
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 18:40:15 2008 +0300
- Have vlc_object_wait() to "return" void.
- It was a misdesign to have it return b_die, due to the race condition
- mentioned earlier.
- commit ca996f1791eab14f411419d4048dd501eda3f715
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 18:58:21 2008 +0300
- signals: exit properly
- commit 119907171ba2165f0259e37baf19cdf9e9f595a5
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 18:30:23 2008 +0300
- Ignore vlc_object_wait return value
- We need to check vlc_object_alive() anyway, due to the intrinsic race
- condition whereby the thread is killed before it's got the chance to
- lock its object and call vlc_object_wait().
- commit 2606ef55873bcd2b1366c161b97d8d693facd26a
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 18:28:54 2008 +0300
- Do not use b_die directly, and simplify
- commit a3069143195fc51aecced37fef9725c0f8acb9dd
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 18:26:07 2008 +0300
- interaction: fix signal leak
- There is no point in unlocking and locking again immediatly.
- Not only will this typically fail to yield the CPU to another would-be
- waiting thread, but vlc_object_wait() will unlock&lock anyway.
- commit 4463b6cbc4ba8023b65309c30c862dbcdff7dec5
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 18:23:25 2008 +0300
- Remove unused variable
- commit da9faf35be408e8fe1968e5a1acd66599c454b8f
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 18:38:59 2008 +0300
- Fix make race condition
- commit 043f82024c6e216a8516fca775da1561ad427a8c
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat May 31 17:18:31 2008 +0200
- This should work for all planar YUV formats (in fact it should work for
- all formats where the pixel pitch is of 1 byte on every plane).
- commit b2f6e68bff8cec278b8fb9b3dd10db961af0968a
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat May 31 17:13:13 2008 +0200
- Validate input chromas here too. Currently only planar yuv is supported
- but packed should be easy to implement.
- commit ef1b187e33d3bfac639e5b32e141ae8a516c9774
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat May 31 17:07:58 2008 +0200
- Validate input chroma for grain filter (planar yuv).
- commit 0c6b8c406c486d06087dfe7a470174dc8cbe83ad
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat May 31 17:04:01 2008 +0200
- This can work on all the planar YUV formats.
- commit 7e748b09efa87817a363338c8f75858e0a2a425c
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Sat May 31 17:00:26 2008 +0200
- Validate input chroma in gradient filter (the current code only supports
- planar YUV).
- commit 81c68015ca4dd00cb35d1784040a48e5915c7989
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat May 31 17:13:43 2008 +0200
- Fix CID 103: resource leak in EsOutAdd and check malloc return values.
- commit 222d90e0f1b6efc6421228392e02a3906680d5c7
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat May 31 16:04:37 2008 +0200
- Check malloc return value
- commit b39f83c87a5234cfbb8de61364d757288f4880c7
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat May 31 15:42:08 2008 +0200
- Work around the fact that autosh..tools does only check for header presence, not usability.
- commit 498c3f39debd343d190f511fc2f5143d72bb7841
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat May 31 15:31:01 2008 +0200
- Removed check for p_sys->b_osd because it is not necessary.
- commit 07f363a4228870c2210957ad202635ad1dc45e4d
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat May 31 15:27:53 2008 +0200
- mozilla: Use --ignore-config, we don't want local VLC to interfer with the plugin. Also support exception.
- commit 71d7c0d462dc16ec4eb806209020a04f046e85ef
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat May 31 15:26:53 2008 +0200
- vlckit: Make sure it compiles, by switching to autotools. This will allow the framework to be a bit more stable, as autotools is still our main buildsystem, and modifications to it break cmake often.
- commit fdee36bba38e0471580b5196f4a59dcb374ee11b
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat May 31 15:23:39 2008 +0200
- Fix CID 107: dereference pointer before NULL check.
- commit b5aea37246dccbbc96ada824df72ac54ae38ed5e
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Sat May 31 14:43:14 2008 +0200
- Fix CID: 101 resource leak in osdmenu parser.
- commit 091157c2e15ecdf9d1d8c884b5a30a3796ea8b63
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat May 31 14:07:51 2008 +0200
- Typo.
- commit e68398dc863a4eb87fcc804d32ab0d6eb3eae9c2
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat May 31 14:04:33 2008 +0200
- configure: Check for HAVE_BACKTRACE and HAVE_EXECINFO_H.
- commit 4af9b5114e371d07eb5c30890cdf1f8b133a563d
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat May 31 13:37:48 2008 +0200
- macosx: Sanitization. Suppress non-sense yield(->p_input) release(->p_input), invalidate the manage thread, make sure we don't re-run a timer when the interface is dead. (Shoot 'em up!)
- Remember, you can't assume that in your thread an object is alive if you don't delimit want-to-be safe place by a lock(p_obj)/unlock(p_obj).
- Also, yield(p_playlist->p_input) is invalid if you don't lock the playlist before. The correct way here is to use vlc_object_find() as the locking policy of the playlist is not safe.
- commit 1993aa3c29ccd1daf22cd5925e218b34afa52a1c
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 13:42:58 2008 +0300
- Remove bogus old code in tree dump.
- commit 792c8ca37fbac2707af4eb695f231c3d70284a92
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 13:38:12 2008 +0300
- Warn about vlc_object_get
- commit 26c146e8ac44d1e23d57c1e950578768c85e4465
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 13:29:30 2008 +0300
- intf_Create: remove unused parameters
- commit 40caaae0a39213f906821ba206cfc1fd59ebdf10
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 13:25:56 2008 +0300
- libvlc_InternalAddIntf: remove useless options
- commit 9ae47b931d4026f7f41e7f4e729cee35a4d767ff
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 13:23:24 2008 +0300
- Do not use interface parameters
- commit 06a986a5f375bc21a107349bd05548ea2853af3f
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 13:14:18 2008 +0300
- libvlc_InternalAddInft: Remove unused b_block parameter
- commit 1814dd90cd47216f0d51d5cb84de3a4466080de5
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 13:06:16 2008 +0300
- Simplify
- commit 639305249fa03e6c5ade7d829e4f2435e8205323
- Author: Rémi Denis-Courmont <rdenis@simphalempin.com>
- Date: Sat May 31 13:02:29 2008 +0300
- Fix typo
- commit add88a3ae20f0073da5eb5c35f9cc202532143e1
- Author: Alexis Ballier <aballier@gentoo.org>
- Date: Sat May 31 11:17:56 2008 +0200
- Explicitly check for and link to libavutil
- av_free and friends are used in the ffmpeg plugin, and after r13528
- ffmpeg's .pc files do not tell anymore to link needlessly to its
- private library requirements.
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit 6af454000084721920ae7a50c53c921b68d88c6d
- Author: Alexis Ballier <aballier@gentoo.org>
- Date: Sat May 31 10:14:02 2008 +0200
- Include altivec.h before any other vlc header
- Including it after stdbool will cause compile failures as pointed by
- Mike Frysinger in https://bugs.gentoo.org/show_bug.cgi?id=224289
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit 2ec34bde3ba7c7207e0f44c1ad5d4910101b37f7
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed May 28 22:45:54 2008 +0200
- OSX GUI was forgotten in [85f5092ee68d13fd4056848d5a2124e753fc69f5]
- commit a7aecc25db75993d860e8002993881155d6f73d1
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri May 30 20:52:25 2008 +0200
- macosx: Make sure the killer_thread ends.
- commit b6efef389a66779d7a2e4a7a4bd7b45ef5aab0df
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri May 30 12:10:01 2008 -0700
- Quit correctly(?) from the interface/DP. Should fix #1598.
- commit 19c12d3c5f70ff4dc5f34b1caa644bdba539b221
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri May 30 11:28:01 2008 -0700
- Set style in mediacontrol_showtext()
- commit f754dc2291a35f9bff26ca0868e01835125df724
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri May 30 11:21:46 2008 -0700
- Fix a warning.
- commit bde69111f30b2466ee3f22628060184558b14513
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Fri May 30 19:53:52 2008 +0200
- Fixed FFmpeg configure patching
- commit 375c32ffcacd8781b7c5329d4d7714d8c879625b
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri May 30 19:25:22 2008 +0300
- When checking for filters overflow, actually handle the error (CID 48)
- commit 7c2d9c9b74261d773cbce34e0243f28c99157f34
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri May 30 19:07:06 2008 +0300
- block_Realloc: shortcut the release case
- commit 84207844e7c0a51fbe16693ead8698c1db0e1b4f
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri May 30 18:03:10 2008 +0200
- libvlccore: Also print a backtrace on Mac OS X.
- Note: We may want to check that at configure time.
- commit 3a2e925ec784fad9370cdebdf28fca22a2fb3517
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri May 30 18:01:58 2008 +0200
- macosx: Remove a trailing
- in msg_Dbg.
- commit 23c0576033063e9669a6443c42fbedbea09f043d
- Author: Jean-Paul Saman <jean-paul.saman@m2x.nl>
- Date: Fri May 30 17:24:14 2008 +0200
- Fix generation of libswscale.pc in ffmpeg.
- commit fb04f24982242a835b3ae7382f6dd4fcf6ace5f9
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri May 30 18:56:42 2008 +0300
- Fix NULL pointer deferences (CID 120 & 121)
- commit 47e1374a4ece32cb234b361da3dccfb1f846e7ee
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri May 30 17:54:39 2008 +0200
- libvlc: Don't wait if p_libvlc is dying in libvlc_wait().
- commit 21702e21867f9c7134865397eb6e19e994636149
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri May 30 17:31:43 2008 +0200
- playlist: Make sure fetcher and preparser won't miss a vlc_object_kill().
- commit 449e70599ee029f1b11155e4e9da3ee09e4108bb
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Fri May 30 17:29:45 2008 +0200
- More *.m4's to ignore
- commit a64f194f6a5188a0f2e1214d92e10c923a8a64d3
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Fri May 30 17:27:46 2008 +0200
- Fix [79b485f92c454b7444ff5a2f2fd6e649aa7b8270] properly. Thanks for finding the duplicate!
- commit 3f14ac4172fe496b8e0deb2e01c2713e5b3133eb
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri May 30 18:17:40 2008 +0300
- Print backtrace in vlc_pthread_fatal
- commit 234a17d087d4b5648adb9051a847db31bbc47149
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri May 30 18:14:25 2008 +0300
- Improve the still really dumb reference checker
- commit 7a826ae225a087ddeee5993e5230878dd2ded7c5
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri May 30 17:00:29 2008 +0200
- audio_output: Typo.
- commit 79b485f92c454b7444ff5a2f2fd6e649aa7b8270
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri May 30 16:50:16 2008 +0200
- macosx: Fix a typo.
- commit fc97e2fff881ccea8474e7360aadc603732a1ff6
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri May 30 15:48:54 2008 +0200
- macosx: Cleanup in -applicationWillTerminate:, properly quit libvlc when Application is exited.
- commit 6f1a3e531fea1743aff0b39ed4a80dbe35225852
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri May 30 16:52:41 2008 +0200
- var_CreateGetString must return NULL in case of error
- commit 0a3bbd165da498aff03220294585197727622ba6
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri May 30 17:17:33 2008 +0300
- Revert "Simplify - CID 6"
- This reverts commit 9ca4d5423b158b41090e9c0a621b5916fc040133 which
- introduces a segfault.
- commit 49be6b3b2b0258ca24d2238f0941a6c9483172d5
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri May 30 16:11:21 2008 +0200
- Remove unused arguments - CID 5
- commit 01d2d94282164b14c79f4edca5835f7fbab93435
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri May 30 16:10:05 2008 +0200
- Ignore libtool M4 macros
- commit 9ca4d5423b158b41090e9c0a621b5916fc040133
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri May 30 16:08:20 2008 +0200
- Simplify - CID 6
- commit 3a8dc9aa12268701539287f7a93726935fb87d77
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri May 30 15:54:37 2008 +0200
- Check properly if vout is dying - CID 7
- commit c8075f3500bfdd1e4159f5091c767bcd916f0e26
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri May 30 15:44:13 2008 +0200
- Remove dead code - CID 9
- commit 136eb9e288cc80ffc46b9d0d6a99966b3dbf1670
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 30 15:23:22 2008 +0200
- Remove useless NULL check (p_sys->p_vout can never be NULL once the
- filter was opened). (CID 110)
- commit 3d90c11d8e9c238cd594a52f3dd026dea7f5cd57
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 30 15:07:25 2008 +0200
- Fix off by 1 errors (CID 42 and 43).
- commit af5aece7d5356daadacec2e260df961be78d3b6c
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri May 30 15:02:02 2008 +0200
- Fix double free - CID 131
- commit deb87a07e5eca0662506ab6500de48c187e2a3e9
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 30 14:51:09 2008 +0200
- Fix stupid logic (CID 13).
- commit 85fa3c2d9681587bf97ce5f55622f77631330195
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri May 30 14:49:08 2008 +0200
- git commit --amend src/misc/objects.c. Ahum.
- commit 99e8bcdd96b8b3d0997acac002de434f603a75c4
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri May 30 14:46:13 2008 +0200
- objects: Don't lock parent in vlc_object_attach(). It creates quite hard to resolve dead lock, and hopefully it is safe enough not to lock here. We only risk receiving kill event twice. But given current API it is ok.
- commit 7c9181f67bcbfc2e6a53be2c5731084722e25f33
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 30 14:42:26 2008 +0200
- Fix image handler leak. (CID 102)
- commit a9565f33d3e6742d5a18c8a0e6b8d811d95cc885
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri May 30 14:18:02 2008 +0200
- objects: Make sure that we don't loose a vlc_object_kill() when attaching to a dead or dying parent.
- Note: We do need to lock the parent for that.
- commit 60d602251a048ac8160867a00a8f56165c5c34b2
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri May 30 14:08:19 2008 +0200
- Simplify: false positive CID 139
- commit 173420e8c2bb2d4c20278dae3beebd2f6aaf52e5
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 30 13:25:40 2008 +0200
- Add support for applesmc motion sensors (macbooks) on linux. (Untested
- since the sensor doesn't want to work on my laptop)
- commit 74400291c2e06e05e51f9e959b4149f25012543c
- Author: Antoine Cellerier <antoine@macbook.(none)>
- Date: Thu May 29 09:10:21 2008 +0200
- Fix spelling.
- commit 065b5cd26181866e9a007064015e974410a15d02
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri May 30 13:24:04 2008 +0200
- Fix double fclose()
- CID 140
- commit 02c821f546ecadf9ee378915cec1e1a77615095a
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri May 30 13:12:02 2008 +0200
- Fix double (or up to 2^sizeof(int) times)
- Reported by Coverity scan : CID 142
- commit 6257a24fc3745efc9a1a9b140781e610f80320e9
- Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- Date: Fri May 30 12:52:51 2008 +0200
- Update vlcwidget.py to match the new mediacontrol API
- commit 8af4fbace0fef3c160dbb52acc9af7ad8f8eab79
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri May 30 08:55:01 2008 +0200
- vlc_network.h: Define AI_NUMERICSERV if not defined.
- commit de832a153a9cd072438c8aeca32a9cdd40029ffc
- Author: Jean-Philippe André <jpeg@via.ecp.fr>
- Date: Fri May 30 00:08:56 2008 +0200
- Better patch to fix bug introduced by 0448c670c32d9f See: http://dinauz.org/~jpeg/VideoLAN/capture32.png (after left-click in the video output)
- Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
- commit 9565a093f9fce8aa15e54990e9fd9d3086b41b08
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Thu May 29 23:47:17 2008 +0200
- signals: Workaround the fact that sigwait() isn't a pthread cancellation point on Mac OS X.
- commit 003c1216d89735a273e075c66a3af0f7655a54ae
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Thu May 29 23:32:11 2008 +0200
- standard: Special case for AI_NUMERICSERV (if not defined).
- commit a8f72d056fc842e3d338971ebf2a7511c59855a5
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 29 22:50:19 2008 +0300
- Use the signal interface and fix signal handling
- commit 0efa83acc9ea7758bceae38f0e0e5453c7239e20
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 29 22:26:36 2008 +0300
- signal handling interface
- commit 19091cce427c769cc586270d85ea2b448e61d6cc
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 29 22:49:31 2008 +0300
- libvlc_run_interface -> libvlc_add_intf (non-blocking)
- commit da316c39348c837e7dc4e506e17ede6922901112
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 29 22:48:52 2008 +0300
- libvlc_wait: wait until libvlc is killed by an interface
- commit 8b270041340d60f49902be5d990766c7c288f869
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 29 20:01:10 2008 +0300
- Block all signals in VLC threads
- commit debed14afc143e80839ba97b92ea5be332c4ed51
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 29 22:08:42 2008 +0300
- Fix infinite loop
- commit 6d9fde80110542d213ed6236efc134931da58066
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 29 19:34:36 2008 +0300
- Spelling
- commit 522baa537196376d0e517c68547a78bb830dddd7
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 29 19:08:49 2008 +0300
- Cleanup handling of thread-less interfaces
- commit e3fa003bfa151ec22840ae6c2047e7c468761092
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 29 18:53:06 2008 +0300
- Simplification
- commit 7b3fb502677610e9cee80e6a6413347b5028a29d
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 29 18:10:11 2008 +0300
- This file is automatically generated nowadays
- commit ec2fa76559c37cd7dce42538d6e9f659d9bc0e42
- Author: Rafaël Carré <funman@videolan.org>
- Date: Thu May 29 12:57:34 2008 +0200
- Another workaround to not forbid development
- I should do a real fix within a short time
- Probably using vlc_gc_* for picture_t
- commit 1b72149a5607d46b56a84f48e16a9adde10c8e63
- Author: Adrien Maglo <magsoft@videolan.org>
- Date: Tue May 27 22:52:54 2008 +0200
- New vu meter visualization.
- Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
- commit 523ef308d2bff928d1246e968003a3ff429890db
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 28 22:32:25 2008 +0300
- The totally dumb reference checker
- commit 1746fdda5a2bc062d52a3b8a30d9d1d6518e64b4
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 28 21:52:17 2008 +0300
- vlc_threadobj(): returns the object nesting the current thread
- Also fix the threads entry point prototype on Windows.
- commit 94f55c6038a3f727f3de61099167a44dfd9f2cd6
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed May 28 20:25:41 2008 +0200
- Make sure INT64_C is defined correctly, and that we don't conflict with config.h.
- commit daf35d71d9c0a2a1a984f6da341566da8dada431
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed May 28 20:22:25 2008 +0200
- Revert "Revert "live555: Don't put any INT64_C related hack here. We need to fix that properly.""
- This reverts commit b8d7dae428bc149d70633f044d335be611187609.
- There was a reason for the removal of this hack. I introduced that hack while trying to fix that precise compile error, and decided that this fix was hiding a bigger problem. Would be nice to summon before reverting, that could prevent such mistake.
- commit 358c28c444e3063246c6d966b0834b1078018fdf
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 28 20:56:15 2008 +0300
- intf_Destroy(): use vlc_object_release() and a destructor instead
- While reading this, you will find a bunch of:
- while (find (VLC_OBJECT_INTERFACE))
- release; release;
- These are of course plain BUGS (which are neither introduced nor fixed
- by this commit). Imagine, for instance, what happens if two threads run
- the code above at the same time... they end up releasing the interface
- once too many.
- commit 2e7d3d7d1581487800fbdb820e26559b5f43de15
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 28 20:34:26 2008 +0300
- vlc_object_get() sucks badly enough, no need to add more bugs
- commit b0e0b794c961d183e6a64b3ad2b5ea4492810606
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 28 20:31:50 2008 +0300
- Fix unlikely lock leak
- commit 0d37c5b11c5226f990a48d4617f4b70527bb50b3
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 28 20:22:34 2008 +0300
- Use a doubly-linked list for objects instead of a flat table
- Speeds up object creation and deletion, slows down vlc_object_get (which
- you should not use anyway, remember), makes no difference for the rest
- commit 620675d9d1a3580afb6913dedd642028ee4582eb
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 28 20:21:27 2008 +0300
- vlc_internals: use VLC_OBJECT, kill a bunch of warnings
- commit a93015e7c27fcaf7c668e1d08c16b2d7a46d4ab3
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 28 19:51:44 2008 +0300
- Fix a warning
- commit 3ead0c71de880ae8e114d678d5ea9f892feda29c
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 28 19:43:14 2008 +0300
- Fix Winsock
- commit f1e6d5dcf7aa6de97d587ab1bfbc3b6e0ddbe0d3
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 28 19:41:04 2008 +0300
- Windows does not have AI_NUMERICSERV for some reasons
- commit c0a2676e7c7a2af609afce53b333ddee41f565ee
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 28 19:17:10 2008 +0300
- Do not serialize DNS queries on Win32, that's slooow!
- commit 8b27d7c2ab5684ca5a05b6f3e900e2cfa8a6b0ae
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 28 19:15:41 2008 +0300
- Fix gai_strerror replacement
- commit ff58efe4687840ee043d510a51a911917fb9a912
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed May 28 18:21:48 2008 +0200
- Fix [95e3bb2eaf22929dac3e2c37a26a23e9a0619333]
- commit 975a356c965b7f84586b929b14ea8a70c6535beb
- Merge: b4fdd33 e41bccd
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed May 28 18:12:49 2008 +0200
- Merge branch 'master' of git@git.videolan.org:vlc
- commit b4fdd335a492ae0254f0eb4b50aa46f01cfddd6b
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed May 28 18:11:32 2008 +0200
- Revert "Remove wrong check for img_resample() when ffmpeg is built with libswscale. img_resample() is on the list of deprecated functions and is currently mutual exclusive with swscale." It was the wrong fix.
- This reverts commit e1629c217e6c7e99225f40a5a7d778217e9a742e.
- commit e41bccdf8818640a8a03241c1a36613995a779fc
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 28 18:49:45 2008 +0300
- Simplify, and remove racy IDN code
- commit eb43a637d79cef96542e0e7f2bf52f82fdebcaf4
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 28 18:48:06 2008 +0300
- vlc_getaddrinfo -> getaddrinfo, and set sane hints
- We really do not want to apply the VLC address family "policy" here.
- commit 0c9a964bf7b8face64b103ad99c1865f85d2bf29
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed May 28 17:41:51 2008 +0200
- Revert "Avoid using vlc_object_find() when not needed"
- This reverts commit ee6f60d7278f9d45835522eb60c247ee8bef77ac.
- This case is already handled in vlc_object_find()
- commit dd61f37b57429f10db99ffef010ec1c4e2fa0498
- Merge: e1629c2 c807daf
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed May 28 17:33:49 2008 +0200
- Merge branch 'master' of git@git.videolan.org:vlc
- commit c807dafe39ee811da69b5fda6729e21ed77734bf
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 28 18:15:51 2008 +0300
- vlc_dgettext: remove
- commit 0b14c73d42ed99afc9d4234c8399315aab2c45ae
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Wed May 28 16:04:14 2008 +0200
- Enforce the --vbi-position option. Don't crop letters.
- commit 8c140b9e37ab05d0f766a133c34f897e0a3fed92
- Author: Antoine Cellerier <antoine@macbook.(none)>
- Date: Wed May 28 16:04:53 2008 +0200
- Fix ffmpeg section flag handling calls. (at least it fixes the pkg-config code path)
- commit ebd3b8f316ef4c114eb5625372f11fd87bd809a5
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed May 28 15:05:11 2008 +0200
- Builds opencv video filters elsewhere than win32
- commit e1629c217e6c7e99225f40a5a7d778217e9a742e
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed May 28 14:41:24 2008 +0200
- Remove wrong check for img_resample() when ffmpeg is built with libswscale. img_resample() is on the list of deprecated functions and is currently mutual exclusive with swscale.
- commit b8d7dae428bc149d70633f044d335be611187609
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed May 28 14:23:33 2008 +0200
- Revert "live555: Don't put any INT64_C related hack here. We need to fix that properly."
- Don't break the build in the mean time !!!
- This reverts commit d682e91e10f9ceabfb52385e0956e1fabba9928c.
- commit b3983d355b1feae3b007c1353cec5207654704f8
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed May 28 13:16:50 2008 +0200
- qtcapture: Initialize our structure no sooner than needed.
- commit d4e0e3d40ea8c451ff84bfa9a98d1668bb6063aa
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed May 28 13:07:56 2008 +0200
- qtcapture: Don't probe qtcapture access if not selected.
- commit b818dbc606f03b2f685b078e7e488f68de0c6848
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed May 28 10:27:26 2008 +0200
- NULL pointer dereference
- commit d497ab179019dd6f9e4a359bbb25ce426ca8c074
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue May 27 19:31:44 2008 -0700
- Install libvlccore.dll too.
- commit 4eb07beac6e692cfcae86ef4a065caedc17b33ea
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue May 27 18:36:51 2008 -0700
- Try to fix Windows packaging.
- commit 95e3bb2eaf22929dac3e2c37a26a23e9a0619333
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed May 28 03:06:14 2008 +0200
- audio_output: Use a destructor.
- commit aeaf0da4ea02c39b49bc49493a8a6c2de3dec411
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed May 28 02:46:01 2008 +0200
- video_output: Make sure we check p_vout->b_die inside the object lock.
- commit d682e91e10f9ceabfb52385e0956e1fabba9928c
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed May 28 02:38:45 2008 +0200
- live555: Don't put any INT64_C related hack here. We need to fix that properly.
- commit a45f0c18e8fb82539eaabeb4ee1582e434d2b8f8
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed May 28 02:29:52 2008 +0200
- live555: Work around buggy Mac OS X headers for INT64_C.
- commit 38ed746ecf24744e61c932710cb174a56183e758
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Tue May 27 17:30:51 2008 -0700
- Fix windows package following [703887]
- commit a5387cb16f3edf595c7e295bcfc88c754c20db2f
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed May 28 02:20:56 2008 +0200
- libvlccore: Add update_GetRelease to the exported symbol list. (Fix make check)
- commit 78a0673f05bd5560eb57f5146ca7971efd9a7ca8
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed May 28 02:18:47 2008 +0200
- VLC.app: Revert to the previous state.
- Mac OS X doesn't like much the fact that we place a script that launch an other executable. We end up in having no Dock connection. That would require some tweaking on our side that is not pretty.
- commit 9a8a48399886e1a53e2ab143aef5488c5786b3bd
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed May 28 02:06:40 2008 +0200
- live555: Include <stdint.h> to get UINT64_C() on darwin.
- commit 80667302b019f2b8f101333c298e97b1f72f06e9
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed May 28 02:03:57 2008 +0200
- VLC.app: Don't ln to vlc, but put a similar script in place. (Remove clivlc which makes no sens in VLC.app, as it is a build dir only target, so use vlc for clivlc).
- commit c2a60588b14813405be029560109f469137402e8
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed May 28 01:52:45 2008 +0200
- VLC.app: Fix ln to vlc.
- commit 952101a8c41ae545312f8f23896459644c8d1959
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed May 28 01:47:46 2008 +0200
- update: Include vlc_update.h even if UPDATE_CHECK is disabled to get the essential definitions.
- commit 9f7848e1796237eedafed575ee543a52977f5fda
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed May 28 01:40:37 2008 +0200
- update: Fix vlc_update header when UPDATE_CHECK is disabled.
- commit e73624fd4d2fd111b92a2b20ce91c24bbc90e958
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed May 28 01:25:01 2008 +0200
- VLC.app: Use a link to vlc for the executable.
- commit 1e50cd4c4da6441c8c390f0ba1ae39c5cb387d2a
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed May 28 01:20:20 2008 +0200
- libvlccore: Add vlc_wclosedir to the exported symbols.
- commit 6475cab1130971b2bd135ecb5595c9bd0f5f7b15
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed May 28 00:58:09 2008 +0200
- video_output: Don't use vlc_object_find to look for the playlist.
- We shouldn't look for the playlist from the vout too... but...
- commit ee6f60d7278f9d45835522eb60c247ee8bef77ac
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue May 27 14:25:59 2008 +0200
- Avoid using vlc_object_find() when not needed
- commit 270e081243fdd412e2391e7aba1cfca96f5b148f
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue May 27 13:45:48 2008 +0200
- Workaround invalid use reference counting of pictures
- commit a095d6b7e60913054625b1b7fea710621586ebe9
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue May 27 13:04:10 2008 +0200
- Do not use a GNU extension in public headers
- commit 2a64087b4cb7fdce80d8c22dfbc8b22b27f7b5b2
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue May 27 13:02:01 2008 +0200
- Add missing header
- commit 85f5092ee68d13fd4056848d5a2124e753fc69f5
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue May 27 12:33:47 2008 +0200
- Privatise some structs and enumerations of PGP update
- Export update_GetRelease() to the plugins
- Modify qt4 & wx GUIs to reflect this change
- commit 1589b92e3257e215cdffe6525a9d811d468651ea
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed May 28 00:44:20 2008 +0200
- Fix check for img_resample and sws_getContext
- commit e9b987f4ad35218b3ca51336fd138facc9e5e335
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed May 28 00:42:37 2008 +0200
- libvlccore: Don't attempt to use vlc_thread_set_priority() before the config are initialized.
- This fixes a crash on Mac OS X.
- commit 8020675058a96bdbf754007b98cc925618c67204
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Wed May 28 00:16:29 2008 +0200
- Unbreak ffed6142d652bb8154dbeac565000ea3673722a0
- commit 5af4cc854bcc7ec083195b41e555dac5988feabb
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 27 22:31:06 2008 +0300
- Do not require semi-colon after module macros
- This leaves us more room to rework the macros later on
- commit 5e15258c9ef28558fe2abc941fc1527e02b04c21
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 27 22:16:52 2008 +0300
- A lot of missing const in options lists
- commit 1f75e5730e7fef018f5d7708ef9fba6e66fdaaa5
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 27 21:30:50 2008 +0300
- Spare a few relocs
- commit 80304bcee1ddd980e957695b4e90075850553522
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 27 21:11:35 2008 +0300
- Spare 9 relocations
- commit 696d57444256a66823a493de08274ca6316ebf8e
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 27 20:59:16 2008 +0300
- Fix HTTP interface with --disable-vlm
- commit 1809597bc557b8a0828b44ff6279c4e0598116ef
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 27 20:55:48 2008 +0300
- Another non-sensical declaration
- commit 2d025a3b5dc7e8d0946c11be94e99617c2d41d0b
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 27 20:53:31 2008 +0300
- Cosmetic
- commit 2bf6c95c4219b23c382afc35e150880ae67929a2
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 27 20:49:52 2008 +0300
- telnet depends on --enable-vlm
- commit b40e223bc2bf21c63fd552efc394a6db7ba9ff37
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 27 20:48:27 2008 +0300
- Fix non-sensical declaration
- commit c0e20d5c28a0baff78a38d037c0971d757b7bee6
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 27 20:47:30 2008 +0300
- Fix lua with --disable-vlm
- commit 85c5476d316e6697abe423ef65894942eb999367
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Tue May 27 19:20:28 2008 +0200
- Fix 0448c670c32d9fc60889ce2c3e8f72330a389e44 as I forgot to use pl_Yield instead of vlc_object_find.
- And fix some other use of vlc_object_find for the playlist.
- commit 6a34da50cecb7c75f493b94d539b677cac8e7f8d
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 27 20:30:21 2008 +0300
- Use sh
- commit 6db66e5be6d1e7b8b3d7dd603294a87b15b89a6b
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 27 20:27:57 2008 +0300
- Resolve git race condition
- commit f305f749f83e39c2671ef06415b968744c91b984
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 27 20:26:46 2008 +0300
- CIL API sanity checks (well known to fail at the moment)
- commit 0daf5bc0b5bebe3b4f1b94edffc26e14611063d9
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 27 20:12:40 2008 +0300
- Prevent glx from breaking distcheck
- commit 49fbd281fe8fd09e84b324b2971ff57396ca415f
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 27 19:59:39 2008 +0300
- libvlc depends on its exports list
- commit 5181ef7f34415a5593c707717923c96ece805ff5
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 27 19:56:44 2008 +0300
- Fix distcheck
- commit ebe615077be69d2768e0f2fa437826231cf99ad7
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 27 19:53:01 2008 +0300
- Remove DecodeLanguage (dead code)
- commit 885bc36a823c7fefdf3ba055bf4d2d8267c036f0
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue May 27 18:45:29 2008 +0200
- libvlc: Use a symbol list for exported symbols.
- commit b5aee88c089035938b603929d29b5d113553f4fa
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue May 27 18:33:14 2008 +0200
- libvlccore: Make sure all symbol listed in libvlccore.sym are exported.
- commit c302959a487d7aa1a4c5cb38d644e1dce6ccc9cf
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon May 26 21:06:20 2008 +0200
- qtcapture: Hack to get a more decent CPU consumption.
- commit 821856d8b5100044f9f128a837c80c5d2867374a
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 27 19:48:05 2008 +0300
- RTMP output needs Winsock
- commit cbcdf0dcb952af84ea98ef25038c105b04fc8ca2
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 27 19:41:42 2008 +0300
- Cleanup previous commit
- commit 73a3e8a92011955d41e7a0858d9fb77d68e6fbb6
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 27 19:36:59 2008 +0300
- Work around the mingw linker
- commit d5ba879486adfb0e65526752673fce6e524e481d
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 27 19:19:32 2008 +0300
- VLM depends on sout
- commit c6c6c0e3a86f8c3c75ecc1779164e143727ac9e6
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 27 19:01:38 2008 +0300
- VLC_PRIVATE_API: no-op, removed
- commit 3dc646548a260b897828d5ce93ef697245895beb
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 27 19:00:45 2008 +0300
- Exporting private APIs is contradictory
- commit 1c8c942251d1dbd4fe88134e4b1571da25ea4e41
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 27 18:52:39 2008 +0300
- Warn when pl_Yield() is not used
- commit 14be786c1f5cb85549cba8cc125e57bb40eda4c6
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 27 18:42:48 2008 +0300
- Simplify vlc_object_find(FIND_ANYWHERE)
- We end up looking up from p_libvlc anyway, so we might as well as well
- do it from the beginning
- commit a043d59ab6243e51b7bbee3a3fc22ab45f2113e8
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 27 18:02:45 2008 +0300
- Fix strcasen?cmp overflow
- Pointed out by Hannes Domani
- commit 0448c670c32d9fc60889ce2c3e8f72330a389e44
- Author: Jean-Philippe André <jpeg@via.ecp.fr>
- Date: Tue May 27 00:43:20 2008 +0200
- Bugfix: non disparition of the Qt Popup Menu with X11 or SDL outputs.
- Actually, we just need to do like Direct3D: catch left-click.
- commit 2fa5009a3115757819806c5a85256f03bb042ad5
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue May 27 00:44:36 2008 +0200
- Backport FFmpeg pkg-config patch from HEAD to r12920
- lamers
- commit fbbdb7571d7e81a6d690febef1acac768205fabf
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon May 26 22:43:35 2008 +0200
- Remove duplication
- commit fc9f851816aa9d98dfbc84c8ffee4a00d58d4e6b
- Author: bl4 <bl4@playker.info>
- Date: Sat May 24 20:17:49 2008 +0200
- mms/tcp: hanging or unexpected seeking after the end of stream
- Signed-off-by: Rafaël Carré <funman@videolan.org>
- commit c865a653ad0a4341af807a2018c8686a4a1c5bf2
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon May 26 22:53:44 2008 +0300
- Only allow VLC_OBJECT_MODULE outside of p_libvlc
- Speeds up vlc_list_find(), as we avoid looking up the 200+ plugins for
- each vlc_list_find(). Also avoids accidentally stealing objects across
- LibVLC instances. IMHO, the object tree should be per-instance, and the
- root object should not exist, but that's too big a change yet.
- commit e72368e0d2c63c89a8e497442ae3c7e333dbfb54
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 14 20:38:32 2008 +0300
- Cosmetic fix
- commit f66f01a125d936a607991a13fc18e09c9e2e1d8e
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon May 26 21:48:09 2008 +0200
- Fix FFmpeg .pc creation - patch to be sent at FFmpeg developers
- commit 213cea9c47c82be66386a2e36bd250cee3475b8f
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon May 26 20:57:19 2008 +0200
- Remove strange stuff ...
- commit 7002ebccadbf13c62cb2ff69e386d1327b0acb64
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon May 26 21:56:49 2008 +0300
- Ship a lot of useful headers
- (main remaining offenders: vlc_interface.h and vlc_network.h)
- commit 83f88155046151da849352a78149ab2fc90dd794
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon May 26 21:46:45 2008 +0300
- Export WORDS_BIGENDIAN to pkg-config unless someone knows better
- commit 2025f093ca1737dd96014d92708fc83fde2e0938
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon May 26 21:37:27 2008 +0300
- AC_C_BIGENDIAN works nowadays
- commit 9970930dbc8ce19f3bbea188481868ee61744b9b
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon May 26 21:29:55 2008 +0300
- Revert "Move VLC_FOURCC to vlc_es.h"
- This reverts commit 62b9f5b0251b41dbcb2a38902e03fc70cf3677ab.
- commit 562773d60e1775780f5fb301670b8d515f0612d3
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon May 26 20:18:54 2008 +0200
- libvlccore: Rename iso_lang.h to vlc_iso_lang.h because we use VLC_EXPORT there, and plugins may use it.
- commit 62b9f5b0251b41dbcb2a38902e03fc70cf3677ab
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon May 26 21:11:01 2008 +0300
- Move VLC_FOURCC to vlc_es.h
- commit a2adfba0d88880e1919d2460a3299a070532c768
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon May 26 21:10:37 2008 +0300
- Missing assert.h
- commit 6bd44f4c62f87f24e301310fa3941d640b76ec5b
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon May 26 21:01:00 2008 +0300
- Install a bunch of "clean" headers
- commit db7b9410e3cc17b9476890cdd5ec0b956e9a4ccb
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon May 26 19:51:45 2008 +0200
- Remove unused HAVE_XXXX_{SWSCALE,FFMPEG}_TREE defines
- commit c43e98790c8ccbe82d1095af30d5fb6ee420740e
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon May 26 19:29:15 2008 +0200
- Remove broken support for linking FFmpeg plugin with a build tree
- Remove workarounds for broken (probably very old) FFmpeg .pc files
- Errors out if nor swscale headers, nor img_resample() in libavcodec are
- present
- commit cd03df6c6f0f0cd9dc50b37791938abb616a7101
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon May 26 16:13:41 2008 +0200
- Update NEWS.
- commit 8562522f069409daccff92bfb4b38efb76e45fa4
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon May 26 20:45:38 2008 +0300
- Revert broken part of 653bca0a937929bf4308bdac4232dde37b175a6e
- commit 3b9c8273f54c0a16cab11d032e11d324930c6ab6
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon May 26 20:24:45 2008 +0300
- Enable check_headers
- commit 653bca0a937929bf4308bdac4232dde37b175a6e
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon May 26 20:24:39 2008 +0300
- Have hton64 accept rvalues. Remove dep upon WORDS_BIGENDIAN
- commit 024bed3c7554d72db02069c6b9a2823e82f14ddf
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon May 26 20:04:35 2008 +0300
- Penultimate (initial) public header fix
- commit 9d85c35d50b34f3b7d54f12555ab268c73cb95bc
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon May 26 19:58:44 2008 +0300
- Fix HAVE_ATTRIBUTE_FORMAT usage - refs #297
- commit 9aba4faded6a1c29a02797726f634445cf115046
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon May 26 19:41:28 2008 +0300
- Do not depend on NDEBUG inside headers
- If stats are too heavy weight to use w/o debug, we should either fix
- them or remove them completely anyway
- commit c0a898e18e7fce541be58980f09ca199b736dc1c
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon May 26 18:41:19 2008 +0200
- Include assert.h where assert() is used
- commit cf2f0f1e65282ec8b61a75bd3155461789165665
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon May 26 19:39:13 2008 +0300
- Another bunch of invalid config.h usage
- commit 9e946839014e5613b4ede8cf09568e4ccbf03c02
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon May 26 19:23:50 2008 +0300
- Syntax error
- commit d2bccf539237a772d6db796b3ec918ab7998803a
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon May 26 19:23:30 2008 +0300
- Remove another invalid use of config.h
- commit b3892a3a52e224a6a2c8507119cab4958144257c
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon May 26 18:34:09 2008 +0200
- Adds missing assert.h header
- commit 900ea6ff821ff4b2f84da3a248b9c61a82d94c76
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon May 26 19:19:42 2008 +0300
- Do not use assert in public headers
- commit e5fcb7ff3e6764a575271ad84377585036836361
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon May 26 19:06:46 2008 +0300
- No need for SYS_LINUX
- commit d3cccc0bd127932962cf22df25129167f56ba46b
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon May 26 18:59:43 2008 +0300
- Remove unused variable
- commit 021d3cb9e8d258d255bef48a4e629a4633593222
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon May 26 18:54:07 2008 +0300
- C++ compile fixes
- commit e7b46c6389c3759c8b7b4a29302cad3fe26d60ac
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon May 26 18:38:05 2008 +0300
- Remove unused attribute visibility check
- commit f0892b807a54596cf854734ad5ea944d007c8eac
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon May 26 18:44:47 2008 +0300
- Do not use visibility. It breaks #297 as well as libvlccore.sym
- commit cd5d7f6391d47ff860cfecc71cad36ba5cf953a1
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon May 26 18:37:33 2008 +0300
- Remove HAVE_ATTRIBUTE_VISIBILITY - refs #297
- commit 0724e042f307d6e340bfbc3887409a028d276389
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun May 25 18:34:44 2008 +0300
- Fix #includes
- commit a9427049cd8561fc2086359a998af43680ac5104
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon May 26 16:07:55 2008 +0200
- Oops.
- commit 005db53dd87c0bea5bfc7ae72e5efafb68fc986b
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon May 26 16:06:02 2008 +0200
- Use mouse as capture retangle center instead of upper left corner.
- commit 96973d2db5caddc6f8fc381e9350ec43181f920d
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon May 26 16:03:33 2008 +0200
- Add --screen-mouse-follow option (x11 only).
- commit 121f9617f801728fc45c68853c92587f98629c01
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon May 26 15:11:43 2008 +0200
- Fix the rawvideo codec when visible_pitch != pitch. (And simplify code) This should fix partial screen captures using non multiple of 16 values.
- commit 3c810a5543257b87078822429e554e23bf45643d
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon May 26 14:52:25 2008 +0200
- Add some missing symbols in a blind attempt to fix the buildbots. Feel free to revert if this is wrong.
- commit a3c8effe2d508f172255743daf28380aae48a93c
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon May 26 14:35:28 2008 +0200
- Fix --enable-lua flag description in configure.ac
- commit 3538dcff661918a5fd9be9d80ca9b04a790c277e
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon May 26 14:13:20 2008 +0200
- Fix pkg-config based libswscale detection tests.
- commit 4e8ff11fa527bcfb49eb4e747fac40b7b249233e
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon May 26 13:49:44 2008 +0200
- Remove unused variable.
- commit f233bb690d7db8551516a048c30cbf94d6668a2b
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon May 26 13:52:02 2008 +0200
- libvlc: libvlc_vlm_get_media_instance_* is in header, not libvlc_vlm_get_media_*.
- This is the last fix for libvlc.dylib compilation on Mac OS X.
- commit e58c9db65d3556079214df5c81b75a82aba934ae
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon May 26 13:51:03 2008 +0200
- libvlc: Remove libvlc_event_(init|fini) as they were finally not needed.
- commit e111c9e23b96ddf7bc0b5464858e0168f93bdb4c
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon May 26 13:41:31 2008 +0200
- libvlc: Prefix internal function with VLC_PRIVATE_API.
- commit eb01699c9b2b17b77e3a356f6b3380b4a4c94d51
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon May 26 13:33:03 2008 +0200
- Revert "Remove VLC_PRIVATE_API"
- This reverts commit 96cc9c261db1c616efa2fbc0aea21bc70b1e46fc.
- This commit is reverted because we are using a regexp to determine the list of exported symbols in libvlc. However some private symbols start with libvlc_, this produces (here on Mac OS X) a nmedit error about symbols not being found while exported. A solution is to externalize those private symbols, hence using VLC_PUBLIC_API.
- Feel free to come up with a better solution.
- commit 43b9ba7c5eda13d1eed419cd79e2659ef8094ef1
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon May 26 12:39:10 2008 +0200
- Implement partial screen capture for x11. Feel free to add similar code for the other platforms.
- commit 69b32f594f9440af60885ff4006af756b05a208b
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon May 26 10:25:47 2008 +0200
- Do not malloc(0) - to make valgrind not report 0 byte leaks
- commit 44e62217a16765805c5a3ef8440375395d56e86c
- Author: Ilkka Ollakka <ileoo@videolan.org>
- Date: Tue May 20 16:23:35 2008 +0300
- modify logger-module rrd-output to use time for timestamp instead of mdate()
- commit 5dfbd013db078d191a24305df86006e6d47ff2a2
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri May 23 17:15:45 2008 +0200
- PDA intf: clean up
- Fix some warnings
- Get the pixmaps from the right directory
- commit d171dda10a7eece56faeeca851c2d3dd8bd664ea
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon May 26 03:10:59 2008 +0200
- qtcapture: Don't use the pts provided by qtkit. I don't get how it works for now.
- commit 303a7cc10d552e17be537c30ddfd8fc6f79360a6
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon May 26 02:57:26 2008 +0200
- qtcapture: Fix a warning.
- commit 3e461d28dece0aa2f8820010121d9aecb6b2d7fb
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon May 26 02:55:39 2008 +0200
- qtcapture: Tab fixes, plus attempt to get the real PTS. We still really do lag compared to PhotoBooth...
- commit 90d9d6dda3dc1a6260ac5e3eb355c83b377da201
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon May 26 02:34:01 2008 +0200
- qtcapture: statification and comment.
- commit ba369e1fd642d2ed22a801881171e6ed4751fac3
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon May 26 02:31:40 2008 +0200
- qtcapture: msg_Err->msg_Dbg
- commit 9dcd81a1dc9e0cfa685c61f67f43fa85cb7f9d5b
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon May 26 02:22:38 2008 +0200
- qtcapture: New access_demux module (QTKit based) to capture video from your iSight Camera on Mac OS X.
- Usage: 'vlc qtcapture://'.
- This is a 2 hours hacked module. We don't grab sound yet, and there are a lot of FIXME.
- Note: For some reason QTKit needs a the main thread to be a cocoa thread. Don't expect it to run with -I dummy for instance.
- commit 3dfed6db962960e045721ff09fc7ef624635c3df
- Author: Antoine Cellerier <antoine@macbook.(none)>
- Date: Mon May 26 00:11:33 2008 +0200
- Take program prefix and suffix into account in the make-alias script.
- commit c6b1b02ad16f78618a0329deb23f8106db2dc47b
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sun May 25 13:48:39 2008 -0700
- GNUTls fixed the vasprintf bug. No need to delete the files.
- commit ea10aaa71a2db1c4aef933bf63ff065a5ab85dfb
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun May 25 20:22:04 2008 +0200
- Added ChangeLog info
- commit 407ea4021f20c6ae20e149db71d87ae8c044cb6e
- Author: Antoine Cellerier <antoine@macbook.(none)>
- Date: Sun May 25 15:22:14 2008 +0200
- Add UYVY to the list of chromas tried by default in the v4l2 module
- (that's one of the isight's chromas)
- commit 785b6e2bf9a83baee6becb9b324824ce99fa331c
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun May 25 18:06:00 2008 +0300
- access_out_file: fix append mode, relax stdout support, simplify
- O_APPEND puts the file pointer to the end after _each_ write.
- We want to put it at the end (only) after open.
- Also allow reading/seeking stdout, as it could be a redirected file
- (of course, it won't work if it's a terminal)
- commit 77acf509d89e39c0bc48b5bdbb643b2e11ce2373
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun May 25 16:02:10 2008 +0200
- Option to link ffmpeg plugin with libdca when using a static ffmpeg
- commit 010b9a85ea1906d27e48fdeaab5c1d1543f8f81c
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun May 25 16:45:50 2008 +0300
- Fix va_start invocation
- commit 4bacba8c7b69f54b3e4e0f575d11ce9b56971f39
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun May 25 14:46:55 2008 +0200
- We don't use paranoia_mode_t if libcdio <= 0.72
- commit ae8638cbd8630e9370cbbb411e5d6141465fc42e
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun May 25 14:30:14 2008 +0200
- PARANOIA_MODE_* were introduced in libcdio 0.72
- commit a398f405e6926b5c7be66e6fce3c7b600e5806e1
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sun May 25 13:19:03 2008 +0300
- Remove audio output recycling support. It kept crashing.
- commit 5a3ede13d44e768a4f43c2e13b5865485ae81545
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 24 20:22:50 2008 +0300
- VLC_EXPORT is meant for libvlccore, not libvlc-control
- commit 966cd094f1c06e6dcfd14eacfd84ea6b9dc4df23
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 24 20:10:26 2008 +0300
- More symbols fixes
- Still not working though
- commit e1b146414f8b85755fb917bbac941367fb3c4e15
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 24 20:00:02 2008 +0300
- Remove non-sensical connect->listen transition
- Thank you big time for committing stuff against people's review.
- commit db47cf33d70da786fd365b0321700b2236546926
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 24 19:58:47 2008 +0300
- Don't parse no options
- commit f160db450ae04c034b306510eaca1aeddc2364b3
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 24 19:57:58 2008 +0300
- Inline and fix some linking errors
- Should fix strlcpy() issues on Linux, but Win32 is surely still totally
- broken by d754b40584b5fd5ffd5f39a2288a14f9f4662f78
- commit 04e6970605c4c6f63d8ab507bca5126612c98625
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sat May 24 18:51:10 2008 +0200
- Fix rtmp access_output building
- Mark description & shortnames as translatable with N_
- (Thanks for testing the build before committing, I think the source code
- had the same review)
- commit 86af35f2401ca1eb2da89a182d54bbe6c1540a2e
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sat May 24 18:30:36 2008 +0200
- C++ needs explicit casting
- commit a9e55ea669697aceb47f2adce3c7f3da1ea1ea27
- Author: Miguel Angel Cabrera Moya <madmac2501@gmail.com>
- Date: Mon May 5 23:31:17 2008 +0200
- RTMP access output module
- Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
- commit 567cacc077f1806b56e33d7f5ec56e0c578ce6d1
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Sat May 24 09:06:52 2008 -0700
- Thanks for MMS/TCP patch.
- commit 59feb952c5902f97510a05d7cf7901238cbb975f
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sat May 24 16:45:18 2008 +0200
- Added another couple of missing symbols.
- Please review whether this patch is correct as it adds internal functions using VLC_EXPORT.
- commit d754b40584b5fd5ffd5f39a2288a14f9f4662f78
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sat May 24 16:28:25 2008 +0200
- Updated the symbols
- commit 876df3a7f4b60549f6006414f218976a122923c9
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sat May 24 15:55:24 2008 +0200
- Add GNU Make 3.81 for Darwin 8
- commit e73d94ef6322e1f2f855ada2921a8e4e93bfec22
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sat May 24 15:42:10 2008 +0200
- Disable the default compilation of cmake as its support is to-be-removed.
- commit c80de559fa80947d00a98561ab1f506bcf910d0c
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 24 12:56:52 2008 +0300
- Fix win32 linking
- commit 1231f33d9c2d07117ed4f1615592d4fff4609e27
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 24 12:45:46 2008 +0300
- vlc_scandir: remove (dead) code
- commit 22fe2438b98e2d041b4481c0c8706096a8f160ce
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 24 12:40:57 2008 +0300
- Simplify, fix and inline strcasecmp and strncasecmp
- commit 05cfa654a872bd3b6dc8123cc736110d3d022b20
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 24 12:24:26 2008 +0300
- VLC update: provide stubs
- commit 287081caeb571486a0381ee9964198855706a208
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 24 12:15:26 2008 +0300
- Inline strnlen() and use it
- commit 71c7fb199ac0cadd55f686d8b8dcfbfd82353215
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 24 12:12:15 2008 +0300
- Try to fix make check
- commit 5143683b7bf2be576bf0efd3bd5a80838e902556
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 24 12:09:00 2008 +0300
- Provide default for vlc_pthread_fatal
- commit cb63940a0b567471603b667c391770309ad15c31
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 24 12:06:24 2008 +0300
- Inline atoll and atof
- commit 2b617e77c1f838066916c4a46de7c0e99b38105c
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 24 11:55:05 2008 +0300
- Inline strdup, strndup, lldiv and getenv
- Also fix an overflow in strndup().
- commit c4e0f18676bfbc37fe1504a719b51204e92de664
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 24 11:41:49 2008 +0300
- provide default block_mmap_Alloc
- commit 3f68eb0010ff0b4bc09e0c41f981a4fd0be6dd55
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 24 11:35:51 2008 +0300
- Fix header problem
- commit bb29acd2f25176a70759862417b99b8cbd082e2d
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 24 11:33:03 2008 +0300
- vlc_wclosedir is still needed on Windows
- commit 9194945adec1b6805e5a0cbef0966d5c15bd88d2
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 24 11:19:42 2008 +0300
- Remove VLC_INTERNAL
- I should not have put internal stuff into the header files anyway
- commit 00e71fbf49079629e40aca7468d906848343c7e8
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 24 11:18:51 2008 +0300
- Win32 vlc_w.*dir: declare internally
- commit e4c0e92a1f78b19caf0f13b02198b37b9f8144cd
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 24 11:04:59 2008 +0300
- vlc_.*dir: declare internally, as it's only used with libvlc
- commit 0b3174ed6e6940bc628544e7effed4ff90f5a7fa
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 24 10:56:20 2008 +0300
- vlc_current_charset: declare internally
- commit 7d1d75f350f043298c46c90fd7e2ff29684387b5
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 24 10:55:10 2008 +0300
- vlc_fix_readdir: declare internally
- commit ff02bf907b6272b898612724634371bc95b8a5f1
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 24 10:52:00 2008 +0300
- seekdir, telldir: unused, remove
- commit 96cc9c261db1c616efa2fbc0aea21bc70b1e46fc
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 24 10:47:32 2008 +0300
- Remove VLC_PRIVATE_API
- commit 67ad2d4678941860cb4bf8abbcb0b77a4c0a1616
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Sat May 24 10:39:07 2008 +0300
- -export-dynamic is no sense for libs, use -export-symbol (or nothing)
- commit 54dc1499af57b6f265f73292146168b0b9a1d91e
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat May 24 02:41:03 2008 +0200
- transcode: If no module is explicitely selected, print that we are potentially using any module.
- commit f60fff1adf4e6b73d9529c2522436d930d71f33b
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat May 24 02:36:14 2008 +0200
- transcode: When failing also print the fourcc we were looking for instead of just "(null)" if no explicit module was selected.
- commit 4d7aa85f7622326929c6b3407db7903bda9f1344
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat May 24 02:23:51 2008 +0200
- transcode: Put more details in error messages.
- commit 6e708ae5f2e485751f59836969897fa776114cf0
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat May 24 00:57:17 2008 +0200
- Revert "stats: Don't crash if there is no timer to dump."
- This reverts commit 8fe54e490872687b20e52581d84a94ffa7f443b0.
- No need for that one, now that Rafael handles it in DumpTimer directly.
- commit cf4026c9f3377830fa1b234362c73c6f7f85930a
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat May 24 00:54:11 2008 +0200
- transcode: One more occurence of pf_encode_video() that needs a timer.
- commit 98a390423abcb4fe7b33e5dad841cbcadc9e58ca
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri May 23 15:42:09 2008 -0700
- Thanks.
- commit ccda57b716269326917b1a82efcf9d843f74d17c
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Fri May 23 15:36:10 2008 -0700
- Cosmetic et metadata fixes.
- commit 36bde12633aa3997e24a121db8cf1fb56f936f96
- Author: Wang Bo <silencewang@msn.com>
- Date: Fri May 23 20:38:26 2008 +0800
- real file index and seek
- Signed-off-by: Jean-Baptiste Kempf <jb@ambre.(none)>
- commit 93d9a388cab3b40a5361df3b779cbc5ff6e25140
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat May 24 00:16:06 2008 +0200
- config: Clean up for the -psn cmd line argument case on Mac OS X.
- commit 7c359c66acbc65bede22e11bf6e8a510fbac5fc7
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri May 23 22:47:44 2008 +0200
- transcode: Measure the time taken to encode one audio or video frame.
- commit 8fe54e490872687b20e52581d84a94ffa7f443b0
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri May 23 22:46:03 2008 +0200
- stats: Don't crash if there is no timer to dump.
- commit b19b539f6b5b250d79da8c2704a30a1016c0d9c5
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri May 23 18:43:57 2008 +0300
- VLC: remove win32 stuff
- commit ab67a5346fe9ce156eb4fe1e79861e261fde0a0f
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri May 23 18:42:11 2008 +0300
- Separate and refactor the win32 main code
- It has almost nothing in common with the Unix main code anyway.
- commit 311b28dea50ef654ab9aa59728ec6c2e33cf2b72
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri May 23 18:26:16 2008 +0300
- Code factorization
- commit a87e722124d2fc8aa8911f7ece1d331ce7d456af
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri May 23 17:06:51 2008 +0200
- Be lazy : let modules do what they want with stats - without crashing
- commit da9d2466b1e689e3f45c6a02ad3119d2d7b1e467
- Author: bl4 <bl4@playker.info>
- Date: Fri May 23 15:50:27 2008 +0200
- mms/tcp: send requested media file path to the server without leading / character
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- commit f3d55b94c47dfc6a2b694e272b438b97b3a3a0a3
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 23 16:40:19 2008 +0200
- Don't do pts changes to telx blocks if we're not runing real time.
- commit 001bc3d2a10b58ef03c5172a0632d69adb4a990e
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri May 23 15:52:20 2008 +0200
- Help to fight NULL pointer dereference in stats
- commit c3c3d074a690ed93cbd8964de2ee881dbdad7fc7
- Author: Rafaël Carré <funman@videolan.org>
- Date: Fri May 23 15:51:08 2008 +0200
- Add gtk2 cflags/libs to gtk2_main
- commit ec5ce05ca037ba37dac3571c0b9b72880d976cf9
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Fri May 23 15:27:37 2008 +0200
- Fix linking when compiling with enabled update checker
- commit 3452c06ffe82acc737947e1842895e312789bd31
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Fri May 23 14:54:30 2008 +0200
- We need xlocale.h here too
- commit c9517f626f4402d3fdadab92e1c6d7d9fb2b18b6
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Fri May 23 14:48:04 2008 +0200
- Include xlocale.h on OS X for locale_t
- commit 45a444a2b4660bccfba8478b9691ddb170666092
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 23 14:12:26 2008 +0200
- Keep a good rendering quality when rendering zvbi subs as text.
- commit cde8ee9e4bf7787164a8ede9eaae8bf259345fbd
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 23 10:18:34 2008 +0200
- Fix the display date in zvbi.
- commit 90d9c8e49dc97265b64b9c4e42b43a86c6bd3642
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Fri May 23 09:50:23 2008 +0200
- Only keep the full pes packet if using the zvbi teletext decoder. (zvbi should be fixed to be able to use the vbi data directly without all the pes stuff)
- commit 3d240f51c51b3e7a2c74c37b70b64bf29c8a9e93
- Author: Alexis Ballier <aballier@gentoo.org>
- Date: Thu May 22 23:26:46 2008 +0200
- Fix wx build
- The ugly casting is correct wrt the vlc_object_t inheritance
- Signed-off-by: Rafaël Carré <funman@videolan.org>
- commit 7eaca895c90b3f14ab208373d0213d0579515e70
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Thu May 22 21:58:28 2008 +0200
- Check malloc return value when needed and don't print an error when such error happend.
- Fix a potential segfault.
- commit fa781f2253cc4438cddfc4420b23496a42df66bd
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 22 23:46:34 2008 +0300
- Use netinet macros instead of pointer access
- commit 41a9fefc167a601fc892c7a90cb0fbf7f8f00d43
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 22 23:03:16 2008 +0300
- Fix vlc_threadvar_delete
- commit ccedc495ebc6e646a219077286488b8fed1017d3
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 22 23:03:00 2008 +0300
- Remove (hopefully) unused #include
- We don't want config.h stuff in vlc_common.h
- commit b2060480374a36794958855d153d48801d18ea5f
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 22 22:59:49 2008 +0300
- Remove THREAD_COND_TIMEOUT
- commit 5f2dd73ec8e68b0191d251ec80dc220b70624719
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 22 22:46:11 2008 +0300
- Provide vlc_gettext on all platforms
- This avoids having to link a few plugins with libintl on platforms where
- it's not built-in libc. This also factors the internal use of
- dgettext("vlc", ...).
- commit a6ab35eee2d88fda9c3e0397504547f01c88bf5a
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 22 22:32:30 2008 +0300
- Move _ and N_ to the right header
- commit 59dec65d5fe153565ea8705767874a2d876d2103
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 22 21:28:54 2008 +0300
- Remove libvlc->psz_homedir and use config_GetHomeDir() instead
- commit 46c39c8e9c2e0ec3ba1bf8dc37e6e3e5efb59a08
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 22 20:32:25 2008 +0300
- Make config_GetHomeDir return a const string too
- commit b152c831cf6bd6dab1fe8e29859ea85d9f384022
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 22 20:18:12 2008 +0300
- Store the home directory statically, as it cannot change
- commit eef284f3b6e266ffc7f82a2f447f74d5813afbc1
- Author: Rafaël Carré <funman@videolan.org>
- Date: Thu May 22 20:24:36 2008 +0200
- Workaround f*cked up iTunes
- commit 9298671dc006165c536e499e5721b7614d8ce829
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 22 19:42:46 2008 +0300
- If uselocale() is absent, assume libc does no localization
- Otherwise, the user is screwed anyway
- commit da5d49e2845972ebc5ecb8e65544c06a75eb9371
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 22 19:39:53 2008 +0300
- Put the _same_ _platform-independent_ stuff in the same place
- commit e104a2e689d4a1de68655d6e7936a6ceb87e6283
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 22 19:32:05 2008 +0300
- Use the same directory layout on all platforms.
- It was an artificially-created mess. Besides, many other Windows
- applications also have a data, datadir or share directory.
- commit 3f02d5ddbd48efd89f6e3ffaff3e24e86220b52c
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 22 19:10:10 2008 +0300
- No need for huge automake if's
- commit 7e86c20b39e75632f1f2bf64822a63c4cbef8851
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 22 19:04:15 2008 +0300
- Split directory handling and core configuration
- commit 56a6c87699827a7e6f5e344fdec575ef32d9524c
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu May 22 18:52:50 2008 +0300
- Cosmetic
- commit b268e2e8d2721942dfd1ca41987756940e2f05db
- Author: Jean-Baptiste Kempf <jb@altair.videolan.org>
- Date: Thu May 22 08:50:00 2008 +0200
- GnuTLS and libgcrypt bump from 2.2.2 to 2.2.5 and 1.4.0 to 1.4.1
- commit b95cac1c3685e4d3ce7f16303957cf100cdd5541
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed May 21 14:18:17 2008 -0700
- Update NEWS and interface string about the latest parsing for the subtitles.
- Some comments about the naming of the subtitles (mplayer doesn't name as gnome-subtitles does, and none of them respect the main conventions)
- Most of the subtitles format are now parsed. However, some styles are still discarded.
- commit 0b00646d20a3401348b8673b7ec896cd7203a05b
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 21 22:12:11 2008 +0300
- us_strtod: do not make any kludgy assumptions about number formats
- commit a2c338bb861ca781457ae23c8a36215a6ce82ea6
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 21 22:07:22 2008 +0300
- Don't rely on scanf when parsing floats from files
- (well, you _can_ but you'd need to use uselocale() then)
- commit a159f4795d5eeeca17c600c80fcc8fb823302682
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Wed May 21 20:02:22 2008 +0100
- Win32 also has and needs fcntl.h
- commit 71f0e10dee124f93351697f8c1fec7236b724e02
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 21 21:59:03 2008 +0300
- Remove unused i18n_atof
- commit bb1fb263758ffb26e0d2887bb309d274972687c2
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 21 21:58:01 2008 +0300
- VLM: use american numbers too here
- (we don't want sample scripts to break in certain countries)
- commit 6d85ab85a3f785b8eb86f8f98a58725d9c577e4f
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 21 21:55:15 2008 +0300
- Parse vlcrc following American standards for numbers
- commit 8d961ec721f5016fbf60f1959a0caafb75a86a16
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed May 21 20:45:24 2008 +0200
- Use cmake 2.6.0 release
- commit 0d683192fe0cb77bb721ecb68d3ddfc14c7702a9
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed May 21 20:37:19 2008 +0200
- make.pl: matches gcc-xx and g++-xx
- commit 2b58a805b907efafbc5ef03347b6c086023806f0
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 21 21:41:52 2008 +0300
- Always print numbers (floats) in American format in vlcrc
- commit b15107dacf8ad0e8e51bf4fa32dd7585a98e0d0e
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 21 21:39:25 2008 +0300
- French uses comma as a decimal separator
- (and at least the Qt interface uses commas for preferences formatting)
- commit 6bc9799c8a4d70e2761ae26b7a54c205823782c9
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 21 21:05:11 2008 +0300
- Remove i18n_strtod - nobody uses it and it's an ugly hack
- commit 788907c4acb9441c756c4c232727800a2d4c6714
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 21 20:49:38 2008 +0300
- Fix previous commit
- commit b6b695f1884564441499b817246a1c0536c23225
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 21 20:48:11 2008 +0300
- Remove internal Python build support
- commit c5e0f9db280c579c65845614fda229f5363d94d1
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 21 20:39:41 2008 +0300
- Fail loudly if --enable-java-bindings is used
- as it does not work anymore
- commit 456aa837c26aab85cdd46553d26ca3623e79e2fc
- Author: Jean-Baptiste Kempf <jb@videolan.org>
- Date: Wed May 21 10:32:45 2008 -0700
- Add mx4n and mx4p FourCC
- commit 13ae40b0efc4f1b1ce205d9a057537047fcab3f4
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 21 20:19:25 2008 +0300
- Use gettext_noop() consistently
- commit f06802bb0473b765a7751cf78b244da240cd1fcc
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 21 20:18:56 2008 +0300
- Translate help, short name and description
- commit 76774f676dbb8cebd0dc65bfc35eac4986fee104
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed May 21 18:55:16 2008 +0300
- vlc_config_set: use dgettext() explicitly
- This is a cosmetic change at this point as _() invokes dgettext(). This
- is just a small step toward supporting out-of-tree plugins. These will
- need to use their own text domain.
- commit 2123e7c23fe7879ed1ddc4efcedcf6da5d16a7f8
- Author: Rafaël Carré <funman@videolan.org>
- Date: Wed May 21 17:50:49 2008 +0200
- Add support for MPEG2 FOURCCs in mp4 demuxer
- Fix #1590 - patch by jj
- commit 7c72aa3aa8546521c13bf4241566365460647c8c
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Tue May 20 22:37:32 2008 +0200
- More updates, partially Mac-specific
- commit 8e75a0055ad9b8a5915260f479e06845096829c9
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 20 23:19:35 2008 +0300
- GnuTLS: proper location for ca-certificates
- commit 0e51a9e6be1fe0f6b06e7a4cb95e369814bc56ff
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 20 23:18:02 2008 +0300
- GnuTLS: read key material from memory - fixes #1108
- commit a2ad5ed16ce41045897dd3be5b7322ef9dd8856b
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 20 22:26:45 2008 +0300
- block_File: test case
- commit 2ec9d996a737986148acb5c1ce61058e9b3e4ff4
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 20 22:15:12 2008 +0300
- block_File: loads a file into a block_t
- commit c65b4ea96c47550a8876513222aab4b81cfc42dd
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 20 22:57:54 2008 +0300
- (Almost) pread() for Win32
- commit 1ba9301e99b19e80eb0888fc0d7f8d0e0fd5a53e
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue May 20 22:10:21 2008 +0200
- CMake : don't try to link unused targets
- commit d1e78644b51a81983feafcd45823a8820f43febe
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue May 20 22:09:25 2008 +0200
- Cmake : disable samples downloading & related tests
- commit 0e6016e25fa45c57ab88c2e6b8dcc21f57bd89da
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue May 20 21:57:59 2008 +0200
- Cmake : fix libvlc* versionning and naming
- commit 5ca79d6b13f01f5a28cc71c8efa1a4e80b612ef5
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 20 21:20:32 2008 +0300
- Updates
- commit 7b98e85b48a69ad0519dee858fbbebd461c84537
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 20 18:59:28 2008 +0300
- Don't use stat() before opendir()
- commit ce0b5da92eb3d06a34ce32b63421b605c8b19d2e
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 20 18:55:50 2008 +0300
- Fix handle leak
- commit be24a28f94929ecca09911d4659dec0484cc1de5
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 20 18:54:59 2008 +0300
- Don't waste stat() right before opendir().
- commit 31bf9857bf400f283e072f053d33f6e210f698b9
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 20 18:52:22 2008 +0300
- Don't test if a directory exists twice in a row
- Better yet try to parse it directly...
- commit 04aae4db17b7b59c04870677448a0b49262b5f71
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 20 18:50:42 2008 +0300
- No need to do stat() before opendir()!
- commit cca9e206e38081bcb72ce16e16b8dfdd954a48f7
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Tue May 20 18:47:25 2008 +0300
- Use fstat()!
- commit f3efda92b1cba1161c5f59b94f55770a3f824beb
- Author: Kaarlo Raiha <kaarlo.raiha@tut.fi>
- Date: Tue May 20 11:36:44 2008 +0300
- Directsound 7.1 support and some debug messages...
- ...to help identify possible issues
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- Squashed with VLC boolean updates.
- commit 2113d41e90575c54097871f53f2f5b28a4e90726
- Author: Kaarlo Raiha <kaarlo.raiha@tut.fi>
- Date: Tue Mar 25 23:07:14 2008 +0200
- Untested attempt to DirectAudio support for 7.1 system
- (See also http://forum.videolan.org/viewtopic.php?f=7&t=42590).
- Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
- Squashed VLC_TRUE fix
- commit bbfb0053341db10afca4e72cf1dde091533af955
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue May 20 16:10:47 2008 +0200
- Fix decoding of teletext in ps files (the zvbi decoder expects the full PES packet, I haven't been able to test the telx.c decoder yet as I don't have any ps file with teletext subtitles available).
- commit f7c94f789ded4172cd5abb442f475265a919f622
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue May 20 15:15:40 2008 +0200
- Fix the reference counting of pictures stored in the mosaic_bridge ring
- Code cleanup without semantics changes
- Resets the reference count when returning a previously allocated picture
- Check error path
- commit e8120e68db7397af96173ee53cbffdab45f6c171
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue May 20 15:06:24 2008 +0200
- Check allocation and initialise memory
- commit 27965f62a1a68ddbff697474e9ca3eab0b3b907b
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue May 20 15:05:40 2008 +0200
- Fix memleak
- commit e110b99aac4bc342fb927d9c83197f59a4f867f1
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue May 20 15:05:16 2008 +0200
- Use reference counting for pictures
- commit a5ff1f926dc6ae6bf2db641b2025a4b5ffdecdf5
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue May 20 13:48:10 2008 +0200
- Fix memleak
- commit bc1649c4f3c0de31b016fcf6fac1a7b9ce78b73f
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue May 20 13:46:52 2008 +0200
- Remove not used allocation added in [bc650c59ca6d2edbf555dc0cec11091f274b42f5]
- commit cf9c7df72756886b02e6a6a0f657c68194dd4882
- Author: Rafaël Carré <funman@videolan.org>
- Date: Tue May 20 12:40:10 2008 +0200
- Don't change pf_release() to a dummy function
- In the meantime, another module (like the mosaic_bridge hack) could call it.
- Instead, increase the reference count to be sure it won't be destroyed.
- commit 393b34257f6abcde79f2972e3898674da9a8a481
- Author: Jean-Baptiste Kempf <jb@ambre.(none)>
- Date: Mon May 19 13:34:34 2008 -0700
- Formatting cleaning
- commit cffe2dbbf5082a82944aa2ca7aecfe8124780dd5
- Author: Jean-Baptiste Kempf <jb@ambre.(none)>
- Date: Mon May 19 15:49:45 2008 -0700
- Add options for preferences.
- commit 3845f37d56912d6b82f6374a2d85fef06bb8e5c9
- Author: Jean-Baptiste Kempf <jb@ambre.(none)>
- Date: Mon May 19 15:44:14 2008 -0700
- DKS and Subviewer1 parsing support.
- Some cleaning too.
- commit 47b6f76146af7c4e2a18e7e59b926d639669f7f2
- Author: Jean-Baptiste Kempf <jb@ambre.(none)>
- Date: Mon May 19 08:09:20 2008 -0700
- Multi-line support for JacoSub.
- commit 85ca5599d039c3f3617b7fb1fa0c4f2f1e9a3031
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue May 20 10:22:52 2008 +0200