Guest User

Untitled

a guest
Dec 20th, 2018
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.69 KB | None | 0 0
  1. Author: Harro Verton <wanwizard@openpli.org>
  2. Date: Fri Apr 20 14:09:36 2018 +0100
  3.  
  4. Revert "Merge branch 'develop-externalservicemp3' into develop"
  5. --
  6. Author: pieterg <pieterg@users.sourceforge.net>
  7. Date: Tue Apr 10 13:36:25 2018 +0200
  8.  
  9. Merge branch 'develop-externalservicemp3' into develop
  10. --
  11. Author: pieterg <pieterg@users.sourceforge.net>
  12. Date: Fri Mar 30 12:05:13 2018 +0200
  13.  
  14. remove servicemp3 and gst dependency
  15.  
  16. servicemp3 will be built as an external library
  17. --
  18. Author: Athanasios Oikonomou <athoik@gmail.com>
  19. Date: Tue Feb 6 00:31:07 2018 +0200
  20.  
  21. eServiceMP3: change m_decoder into smart pointer
  22.  
  23. It seems that older GCC 4.8 fails to compile with the following error:
  24.  
  25. ../lib/base/object.h: In destructor "virtual eServiceMP3::~eServiceMP3():"
  26. --
  27. Author: Athanasios Oikonomou <athoik@gmail.com>
  28. Date: Sun Jan 28 14:48:22 2018 +0200
  29.  
  30. eServiceMP3: show radio picture when radio mode
  31. --
  32. Author: Athanasios Oikonomou <athoik@gmail.com>
  33. Date: Mon Jul 17 18:26:09 2017 +0300
  34.  
  35. servicemp3: Add webm container
  36. --
  37. Author: Taapat <taapat@gmail.com>
  38. Date: Sun Jul 16 22:50:51 2017 +0300
  39.  
  40. servicemp3: set suburi via service reference path string
  41. --
  42.  
  43. Fix m2ts problem (#606)
  44.  
  45. * Remove m2ts from "servicemp3.cpp"
  46. --
  47.  
  48. * Add mts as a video format for "MovieList.py"
  49.  
  50. And be compatible with "servicemp3.cpp" list.
  51. --
  52. * Support more audio/video formats
  53.  
  54. Amlogic devices (and generally arm SoCs) could handle more audio/video formats.
  55. Also ogm and ogv video formats were present in "servicemp3.cpp" but not here.
  56. --
  57. Author: christophecvr <stefansat@telenet.be>
  58. Date: Sat May 7 08:14:18 2016 +0200
  59.  
  60. E2 serviceMP3 pause/unpause problem.
  61. --
  62. Only perform gst-set-state to playing if the pipeline is not playing.
  63. It does not make any sence to set a pipeline to playing which already is playing.
  64.  
  65. modified: lib/service/servicemp3.cpp
  66. --
  67. Author: Madars Auns <taapat@gmail.com>
  68. Date: Sun Oct 9 15:10:44 2016 +0300
  69.  
  70. servicemp3: adding chapters send evCuesheetChanged only once (#472)
  71. --
  72. Author: Madars Auns <taapat@gmail.com>
  73. Date: Sun Oct 9 15:09:03 2016 +0300
  74.  
  75. servicemp3: improve audio and subtitle auto selection by language (#473)
  76. --
  77. Finally really solve the config.mediaplayer stuff
  78.  
  79. Back in 2010 someone found a way via the config.mediaplayer
  80. configSubsection to change the useragent in servicemp3 to be capable of
  81. --
  82. This change sets the config.mediaplayer subsection in UsageConfig.py and
  83. define the required useragent configs as they were. I removed the config
  84. subSection declaration from the mediaplayer plugin and re-add the config
  85. setting back in servicemp3.cpp and servicemp3record.cpp so we're backwards
  86. --
  87. https://github.com/OpenPLi/enigma2/commit/351a7ccabb94c43ab42ddb45a21da8f6826ec678
  88. For gst-1.0 only
  89.  
  90. modified: lib/service/servicemp3.cpp
  91. modified: lib/service/servicemp3.h
  92. --
  93. Author: christophecvr <stefansat@telenet.be>
  94. Date: Sat May 7 08:14:18 2016 +0200
  95.  
  96. E2 serviceMP3 pause/unpause problem.
  97. --
  98. Only perform gst-set-state to playing if the pipeline is not playing.
  99. It does not make any sence to set a pipeline to playing which already is playing.
  100.  
  101. modified: lib/service/servicemp3.cpp
  102. --
  103. During paused we will after a change just pas a evUpdatedInfo after a seek to.
  104. Then you can see for exmaple you're actions on the media bar.
  105.  
  106. modified: lib/service/servicemp3.cpp
  107. modified: lib/service/servicemp3.h
  108. --
  109. Relocated the gst-state back to paused after a change done during paused
  110. to await that gstreamer is ready with previous state change .
  111.  
  112. modified: lib/service/servicemp3.cpp
  113. --
  114. Author: mx3L <mx3ldev@gmail.com>
  115. Date: Sun Apr 24 07:41:41 2016 +0200
  116.  
  117. ServiceMP3 enigma2 freeze bug when paused
  118. --
  119. First performing the flush then the track changes solves this issue.
  120.  
  121. Author: mx3L <mx3ldev@gmail.com>
  122. modified: lib/service/servicemp3.cpp
  123. --
  124. Author: mx3L <mx3ldev@gmail.com>
  125. Date: Fri Apr 8 10:15:45 2016 +0200
  126.  
  127. servicemp3: fix memory leaks
  128. --
  129. Author: Mirakels <mirakels@openpli.org>
  130. Date: Sat Mar 12 16:39:21 2016 +0100
  131.  
  132. servicemp3: add audio track switch for AMLogic gst plugins.
  133. --
  134. Author: littlesat <littlesat99@yahoo.com>
  135. Date: Fri Apr 8 10:43:16 2016 +0200
  136.  
  137. Merge pull request #245 from mx3L/topic_servicemp3_leaks
  138.  
  139. servicemp3: fix memory leaks
  140. --
  141. Author: mx3L <mx3ldev@gmail.com>
  142. Date: Fri Apr 8 10:15:45 2016 +0200
  143.  
  144. servicemp3: fix memory leaks
  145. --
  146. Author: Mirakels <mirakels@openpli.org>
  147. Date: Sat Mar 12 16:39:21 2016 +0100
  148.  
  149. servicemp3: add audio track switch for AMLogic gst plugins.
  150. --
  151. Author: littlesat <littlesat99@yahoo.com>
  152. Date: Sat Feb 6 18:31:56 2016 +0100
  153.  
  154. Servicemp3.cpp adapted to use new debug eLog.
  155. --
  156. Author: littlesat <littlesat99@yahoo.com>
  157. Date: Thu Jan 21 09:41:32 2016 +0100
  158.  
  159. Merge pull request #161 from mx3L/topic_servicemp3_http_timeout
  160.  
  161. servicemp3: http timeout improvements
  162. --
  163. Author: mx3L <mx3ldev@gmail.com>
  164. Date: Wed Jan 20 15:49:26 2016 +0100
  165.  
  166. servicemp3: http timeout improvements
  167. --
  168. - don't send EOF event when timeout is reached, since it's not
  169. proper event to signal timeout
  170.  
  171. http://forums.openpli.org/topic/40349-servicemp3-http-timeout/?view=findpost&p=526177
  172. --
  173. Author: Mirakels <mirakels@openpli.org>
  174. Date: Wed Jan 13 23:43:33 2016 +0100
  175.  
  176. servicemp3: reduce eDebug output about buffer percentage
  177. --
  178. Author: Athanasios Oikonomou <athoik@gmail.com>
  179. Date: Sat Dec 5 09:51:58 2015 +0200
  180.  
  181. Revert "ServiceMP3: send evUpdatedInfo only the first time bitrate changes"
  182. --
  183. Author: littlesat <littlesat99@yahoo.com>
  184. Date: Fri Dec 4 14:25:23 2015 +0100
  185.  
  186. Merge pull request #112 from mx3L/topic_servicemp3_user_agent
  187.  
  188. servicemp3 and custom user agent header
  189. --
  190. Author: mx3L <mx3ldev@gmail.com>
  191. Date: Thu Dec 3 21:20:05 2015 +0100
  192.  
  193. servicemp3/record: remove unused variable
  194. --
  195. Author: mx3L <mx3ldev@gmail.com>
  196. Date: Thu Dec 3 20:36:52 2015 +0100
  197.  
  198. servicemp3/record: User-Agent can be set also by rtsp source
  199. --
  200. Author: mx3L <mx3ldev@gmail.com>
  201. Date: Thu Dec 3 18:23:28 2015 +0100
  202.  
  203. servicemp3/record: unambiguous usage of User-Agent header
  204. --
  205. service, we allow to set it only in service
  206. reference path string
  207.  
  208. http://forums.openpli.org/topic/39602-servicemp3-and-custom-user-agent-header/?view=findpost&p=517256
  209. --
  210. All audio settings where known and done. That caused sync issues.
  211. Now gst will only pass to play if all settings are known and done
  212.  
  213. modified: lib/service/servicemp3.cpp
  214. modified: lib/service/servicemp3.h
  215. --
  216. Author: Erik Slagter <erik@openpli.org>
  217. Date: Sun Nov 29 19:42:28 2015 +0100
  218.  
  219. servicemp3(gstreamer): fix number keys (skipping) not working.
  220. --
  221. Author: Athanasios Oikonomou <athoik@gmail.com>
  222. Date: Sun Nov 22 12:12:30 2015 +0200
  223.  
  224. ServiceMP3: Optimize GStreamer start sequence
  225. --
  226. Author: betacentauri <betacentauri@arcor.de>
  227. Date: Mon Nov 23 11:25:47 2015 +0100
  228.  
  229. servicemp3record: set http headers via service reference path string
  230. --
  231. Author: Athanasios Oikonomou <athoik@gmail.com>
  232. Date: Sat Nov 21 17:01:33 2015 +0200
  233.  
  234. ServiceMP3: On http source timeout call stop before sending EOF event
  235. --
  236. Author: mx3L <mx3ldev@gmail.com>
  237. Date: Tue Aug 25 10:48:02 2015 +0200
  238.  
  239. servicemp3: use seeking un-pause only when necessary
  240. --
  241. Author: Athanasios Oikonomou <athoik@gmail.com>
  242. Date: Tue Nov 17 19:40:22 2015 +0200
  243.  
  244. ServiceMP3: send evUpdatedInfo only the first time bitrate changes
  245. --
  246. Author: Athanasios Oikonomou <athoik@gmail.com>
  247. Date: Fri Oct 30 18:24:10 2015 +0200
  248.  
  249. servicemp3: Always initialize pointer to NULL before pass to gst_tag_list_get_string
  250. --
  251. Author: mx3L <mx3ldev@gmail.com>
  252. Date: Wed Oct 28 21:45:11 2015 +0100
  253.  
  254. servicemp3: set http headers via service reference path string
  255. --
  256. Author: mx3L <mx3ldev@gmail.com>
  257. Date: Wed Oct 28 21:49:09 2015 +0100
  258.  
  259. servicemp3: don't set http headers via extraHeaders config entry
  260. --
  261. Author: mx3L <mx3ldev@gmail.com>
  262. Date: Wed Sep 30 23:49:01 2015 +0200
  263.  
  264. servicemp3: ignore processing of the same tags messages
  265. --
  266. Wrappers: Use GLib base64 functions
  267.  
  268. GLib provides base64 encode and decode functions,
  269. since we are already depend on GLib because of servicemp3
  270. --
  271.  
  272. Merge pull request #9 from christophecvr/master
  273.  
  274. Servicemp3 bug in delayed subtitles.
  275. --
  276. Author: christophecvr <stefansat@telenet.be>
  277. Date: Mon Jul 27 21:16:45 2015 +0200
  278.  
  279. Servicemp3 bug in delayed subtitles.
  280. --
  281. It was a small error, just a forgotten division by 90.
  282. With this patch delayed srt subtitles are working.
  283.  
  284. modified: lib/service/servicemp3.cpp
  285. --
  286.  
  287. Merge pull request #3 from athoik/remove_dead_code
  288.  
  289. servicemp3: remove dead code from getTrackInfo
  290. --
  291. That's now solved and all subtitles internal/extrenal,
  292. Are starting well and synced.
  293.  
  294. modified: lib/service/servicemp3.cpp
  295. modified: lib/service/servicemp3.h
  296. --
  297. Author: christophecvr <stefansat@telenet.be>
  298. Date: Sat Jul 25 11:33:13 2015 +0200
  299.  
  300. Improvement off code by cuesheet servicemp3
  301. --
  302. As discused with mirakels, code improvement for
  303. loadCuesheet() and saveCuesheet()
  304.  
  305. modified: lib/service/servicemp3.cpp
  306. --
  307. For gst-1 playbin may only go to playing after ,
  308. all settings are done.
  309.  
  310. modified: lib/service/servicemp3.cpp
  311. --
  312. Author: Athanasios Oikonomou <athoik@gmail.com>
  313. Date: Fri Jul 24 22:31:09 2015 +0300
  314.  
  315. servicemp3: remove dead code from getTrackInfo
  316. --
  317. Author: christophecvr <stefansat@telenet.be>
  318. Date: Sun Jul 12 19:25:11 2015 +0200
  319.  
  320. Small correction on cuesheet support servicemp3.
  321. --
  322. With this patch there will be no empty cuts file made for nothing.
  323. If there was a cuts file and the user removed all the cuts, the file will be removed as well.
  324.  
  325. modified: lib/service/servicemp3.cpp
  326. --
  327. Author: littlesat <littlesat99@yahoo.com>
  328. Date: Sun Jul 12 12:33:42 2015 +0200
  329.  
  330. servicemp3: Solution for CD with more than 9 tracks
  331. --
  332. modified: lib/service/iservice.h
  333. modified: lib/service/servicedvbrecord.h
  334. modified: lib/service/servicehdmi.h
  335. modified: lib/service/servicemp3.cpp
  336. modified: lib/service/servicemp3.h
  337. new file: lib/service/servicemp3record.cpp
  338. new file: lib/service/servicemp3record.h
  339. --
  340. Author: christophecvr <stefansat@telenet.be>
  341. Date: Sat Jul 11 15:32:16 2015 +0200
  342.  
  343. Corrected start sequence off servicemp3 in e2. Only applicable to gst-1 branch. After that the servicemp3 is initiated and playbin started, the playbin is going to paused. Once all media info concerned video,audio and or subititle is obtained and set, playbin state will be changed to playing. Thanks to this there is not and to early out off sequence start from gstdvbvideosink and gstdvbaudiosink anymore.
  344.  
  345. modified: lib/service/servicemp3.cpp
  346. modified: lib/service/servicemp3.h
  347. --
  348. Thank's to this users will be able to browse trough chapters.
  349. NOTE !!
  350. This patch can only be applied if :
  351. patch 01-enigma2-serviceMP3-cuesheet.patch has been applied before.
  352. The toc works by gstreamer1.0
  353. Code limited with gst_version_major.
  354.  
  355. modified: lib/service/servicemp3.cpp
  356. modified: lib/service/servicemp3.h
  357. --
  358. Author: christophecvr <stefansat@telenet.be>
  359. Date: Tue Jun 30 10:20:11 2015 +0200
  360.  
  361. Added cue-sheet to servicemp3.
  362.  
  363. This patch ads the cuesheet service to servicemp3.
  364. Thanks to this we now can set a cut by wmv, mkv,mp4,m4V movies and ... those I tested.
  365. modified: lib/service/servicemp3.h
  366.  
  367. modified: lib/service/servicemp3.cpp
  368. modified: lib/service/servicemp3.h
  369. --
  370. Author: Athanasios Oikonomou <athoik@gmail.com>
  371. Date: Sun May 3 08:35:37 2015 +0300
  372.  
  373. servicemp3: syncronize GstPlayFlags with GStreamer
  374. --
  375. Author: Athanasios Oikonomou <athoik@gmail.com>
  376. Date: Mon May 4 20:28:05 2015 +0300
  377.  
  378. servicemp3: don't rely on playbin default GstPlayFlags
  379.  
  380. Latest changes on playbin introduce new default GstPLayFlags causing issues.
  381. It's better to use servicemp3 default flags.
  382. --
  383.  
  384. Thanks Dimitrij for reporting
  385.  
  386. Also solve continue to play for files played with servicemp3 (MKVs etc)
  387. --
  388.  
  389. OSD3DSetup: Do not switch to 3D when 3D mode is unknown
  390.  
  391. E.g. with stuff played via servicemp3
  392. --
  393. Author: betacentauri <betacentauri@arcor.de>
  394. Date: Sat Mar 14 21:02:37 2015 +0100
  395.  
  396. servicemp3: Change subtitle dvd type for gstreamer 1.x
  397. --
  398. Author: Littlesat <Littlesat99@yahoo.com>
  399. Date: Sat Jan 17 15:57:44 2015 +0100
  400.  
  401. servicemp3: Do not show new subtitles when playing is paused
  402. --
  403. Author: betacentauri <betacentauri@arcor.de>
  404. Date: Sat Dec 27 19:45:57 2014 +0100
  405.  
  406. Fix servicemp3 cover processing with gstreamer 1.x
  407. --
  408. Author: mx3L <mx3ldev@gmail.com>
  409. Date: Mon Nov 17 22:32:30 2014 +0100
  410.  
  411. servicemp3: stop HTTP timeout timer on Stop
  412. --
  413. Author: mx3L <mx3ldev@gmail.com>
  414. Date: Mon Nov 17 19:34:34 2014 +0100
  415.  
  416. servicemp3: start HTTP timeout timer only once
  417. --
  418. Author: Athanasios Oikonomou <athoik@gmail.com>
  419. Date: Sat Nov 8 10:58:18 2014 +0200
  420.  
  421. servicemp3: fix previous commit
  422. --
  423. Author: Athanasios Oikonomou <athoik@gmail.com>
  424. Date: Sun Nov 2 22:46:02 2014 +0200
  425.  
  426. servicemp3: check if taglist has datetime when date is not available
  427. --
  428. Author: Athanasios Oikonomou <athoik@gmail.com>
  429. Date: Sat Nov 1 15:04:37 2014 +0200
  430.  
  431. servicemp3: fix seek from paused state
  432. --
  433. Author: mx3L <mx3ldev@gmail.com>
  434. Date: Wed Oct 29 09:37:41 2014 +0100
  435.  
  436. servicemp3 - turn off ssl-strict for souphttpsrc on GST1.0
  437. --
  438. Author: Athanasios Oikonomou <athoik@gmail.com>
  439. Date: Sun Oct 12 16:21:57 2014 +0300
  440.  
  441. servicemp3: gstBusCall use g_value_dup_object
  442.  
  443. We need to use g_value_dup_object because gst_object_unref fails on servicemp3 destructor.
  444. --
  445. Author: Athanasios Oikonomou <athoik@gmail.com>
  446. Date: Sun Oct 12 11:13:24 2014 +0300
  447.  
  448. servicemp3: fix pullSubtitles for GStreamer 1.0
  449. --
  450. Author: Athanasios Oikonomou <athoik@gmail.com>
  451. Date: Sun Oct 12 10:59:41 2014 +0300
  452.  
  453. servicemp3: cosmetic rename GValue element to result
  454. --
  455. Author: Athanasios Oikonomou <athoik@gmail.com>
  456. Date: Sun Oct 12 10:51:13 2014 +0300
  457.  
  458. servicemp3: fix match_sinktype for GStreamer 1.0
  459. --
  460. Author: Athanasios Oikonomou <athoik@gmail.com>
  461. Date: Sat Oct 11 09:34:33 2014 +0300
  462.  
  463. servicemp3: remove an annoy eDebug
  464. --
  465. Author: littlesat <littlesat99@yahoo.com>
  466. Date: Thu Oct 9 11:51:36 2014 +0200
  467.  
  468. Revert "servicemp3: simplify finding audio/video sinks"
  469. --
  470. Author: Athanasios Oikonomou <athoik@gmail.com>
  471. Date: Mon Oct 6 23:51:02 2014 +0300
  472.  
  473. servicemp3: fix pullSubtitle for GStreamer 1.0
  474. --
  475. Author: Athanasios Oikonomou <athoik@gmail.com>
  476. Date: Mon Oct 6 22:50:21 2014 +0300
  477.  
  478. servicemp3: Use GST_BUFFER_PTS instead of deprecated GST_BUFFER_TIMESTAMP on gstreamer1.0
  479. --
  480. Author: pieterg <pieterg@users.sourceforge.net>
  481. Date: Mon Oct 6 22:42:29 2014 +0200
  482.  
  483. servicemp3: simplify finding audio/video sinks
  484. --
  485. Author: mx3L <mx3L@openpli.org>
  486. Date: Fri Jun 20 11:37:09 2014 +0200
  487.  
  488. servicemp3: seek on keyframes.
  489. --
  490. Author: Athanasios Oikonomou <athoik@gmail.com>
  491. Date: Sun Feb 2 16:08:21 2014 +0200
  492.  
  493. servicemp3: support for gstreamer >= 1.0
  494. --
  495. Author: christophecvr <stefansat@telenet.be>
  496. Date: Fri Jan 31 16:02:56 2014 +0100
  497.  
  498. servicemp3.cpp: Support for gstreamer >= 1.0
  499. --
  500. Author: Athanasios Oikonomou <athoik@gmail.com>
  501. Date: Sun Jan 19 14:35:48 2014 +0100
  502.  
  503. servicemp3: fix regression from 29c3389dfadd68f...
  504. --
  505. Author: Mike Looijmans <milo-software@users.sourceforge.net>
  506. Date: Sat Dec 28 13:35:26 2013 +0100
  507.  
  508. servicemp3: Fix init order warning. Allow binary storage in subtitle data.
  509. --
  510. Author: Mike Looijmans <milo-software@users.sourceforge.net>
  511. Date: Sat Dec 28 13:28:43 2013 +0100
  512.  
  513. servicemp3: Don't log subtitle data. Don't alloc on stack.
  514. --
  515. Author: Athanasios Oikonomou <athoik@gmail.com>
  516. Date: Thu Dec 12 19:30:00 2013 +0200
  517.  
  518. ServiceMP3: Handle sServiceref on getInfoString
  519.  
  520. eServiceMP3::getInfoString didn't return info for sServiceref.
  521. --
  522. Author: Athanasios Oikonomou <athoik@gmail.com>
  523. Date: Sat Nov 30 21:18:35 2013 +0200
  524.  
  525. servicemp3: Implement eStaticServiceMP3Info::getEvent
  526.  
  527. Without eStaticServiceMP3Info::getEvent we are not getting epg events in channel list.
  528. More info http://openpli.org/forums/topic/31451-epg-with-gstreamer-servicemp3
  529. --
  530. Author: Athanasios Oikonomou <athoik@gmail.com>
  531. Date: Tue Nov 26 19:00:00 2013 +0200
  532.  
  533. servicemp3: Implement iServiceInformation getEvent for EPG
  534.  
  535. Servicemp3 didnt shown EPG due to lack of getEvent, altough valid sid,onid,tsid was set.
  536. Also epgcache only allowed idDVB to query for EPG cache. idServiceMP3 (4097) added in eServiceReference
  537. Extra check added to allow idServiceMP3 to query EPG cache.
  538.  
  539. More information here: http://openpli.org/forums/topic/31451-epg-with-gstreamer-servicemp3/
  540. --
  541. Author: daniel <daniel@benchmark.cm.cluster>
  542. Date: Sun Aug 25 12:35:29 2013 +0200
  543.  
  544. servicemp3: Add support for ogm
  545. --
  546. Author: Littlesat <littlesat99@yahoo.com>
  547. Date: Fri Aug 2 18:49:02 2013 +0200
  548.  
  549. Servicemp3: Increase HTTP_TIMEOUT time to 30 sec
  550. --
  551. Author: mx3L <mx3ldev@gmail.com>
  552. Date: Tue Jul 23 16:20:24 2013 -0700
  553.  
  554. servicemp3 fix extra header support
  555. --
  556. Author: pieterg <pieterg@users.sourceforge.net>
  557. Date: Sun Jul 21 13:33:13 2013 +0200
  558.  
  559. servicemp3: rewrite extra headers support
  560. --
  561. Author: mx3L <mx3ldev@gmail.com>
  562. Date: Tue Jul 16 13:06:30 2013 -0700
  563.  
  564. servicemp3 added extra headers support
  565. --
  566. Author: Erik Slagter <erik@slagter.name>
  567. Date: Fri May 17 19:09:39 2013 +0200
  568.  
  569. servicemp3: subtitles: reduce debugging output and remove an unused variable
  570. --
  571. Author: Erik Slagter <erik@slagter.name>
  572. Date: Thu May 16 18:54:06 2013 +0200
  573.  
  574. servicemp3: remove unnecessary locking for subtitles.
  575. --
  576. Author: Erik Slagter <erik@slagter.name>
  577. Date: Wed May 15 19:23:09 2013 +0200
  578.  
  579. servicemp3: different handling of subtitles from gstreamer.
  580. --
  581. Author: Erik Slagter <erik@slagter.name>
  582. Date: Sun May 12 10:50:24 2013 +0200
  583.  
  584. servicemp3: cosmetic: remove misleading extranous 0 in hex number.
  585. --
  586. Author: pieterg <pieterg@users.sourceforge.net>
  587. Date: Fri May 3 23:18:58 2013 +0200
  588.  
  589. servicemp3/servicedvd: add wrappers for custom getInfoObject
  590. --
  591. Author: pieterg <pieterg@users.sourceforge.net>
  592. Date: Sat Dec 15 13:52:28 2012 +0100
  593.  
  594. servicemp3: match_sinktype: don't unref non-matching elements
  595. --
  596. Author: pieterg <pieterg@users.sourceforge.net>
  597. Date: Fri Nov 23 21:14:49 2012 +0100
  598.  
  599. servicemp3: support text/x-raw subtitle caps
  600. --
  601. Author: pieterg <pieterg@users.sourceforge.net>
  602. Date: Fri Nov 23 21:05:22 2012 +0100
  603.  
  604. servicemp3: fix getting text-tags
  605. --
  606. Author: pieterg <pieterg@users.sourceforge.net>
  607. Date: Fri Nov 23 19:54:39 2012 +0100
  608.  
  609. servicemp3: add sanitychecks on subtitle caps
  610. --
  611. Author: pieterg <pieterg@users.sourceforge.net>
  612. Date: Fri Nov 23 19:54:04 2012 +0100
  613.  
  614. servicemp3: fix assigning audioSink/videoSink elements
  615. --
  616. Author: pieterg <pieterg@users.sourceforge.net>
  617. Date: Fri Nov 23 17:29:42 2012 +0100
  618.  
  619. servicemp3: fix gstreamer assertions, iterating elements
  620. --
  621. Author: pieterg <pieterg@users.sourceforge.net>
  622. Date: Thu Nov 15 22:12:58 2012 +0100
  623.  
  624. servicemp3: follow gstreamer api changes
  625. --
  626. Author: pieterg <pieterg@users.sourceforge.net>
  627. Date: Thu Nov 15 11:45:47 2012 +0100
  628.  
  629. servicemp3: remove unused variable
  630. --
  631. Author: pieterg <pieterg@users.sourceforge.net>
  632. Date: Thu Nov 15 11:30:43 2012 +0100
  633.  
  634. servicemp3: remove trailing whitespace and unused variables
  635. --
  636. Author: pieterg <pieterg@users.sourceforge.net>
  637. Date: Thu Nov 15 11:28:58 2012 +0100
  638.  
  639. servicemp3: follow GstBuffer API changes
  640. --
  641. Author: Mirakels <mirakels@users.sourceforge.net>
  642. Date: Sun Oct 21 19:03:30 2012 +0200
  643.  
  644. servicemp3: properly find basic subtitle files
  645. --
  646. Author: pieterg <pieterg@users.sourceforge.net>
  647. Date: Thu Aug 23 13:18:29 2012 +0200
  648.  
  649. servicemp3: do not enable progressive download buffering by default
  650. --
  651. Author: pieterg <pieterg@users.sourceforge.net>
  652. Date: Mon Aug 20 12:37:56 2012 +0200
  653.  
  654. servicemp3: enable GST_PLAY_FLAG_TEXT
  655. --
  656. Author: pieterg <pieterg@users.sourceforge.net>
  657. Date: Sun Aug 19 18:51:55 2012 +0200
  658.  
  659. servicemp3: avoid setting GST_STATE_PLAYING repeatedly when buffer hits 100%
  660. --
  661. Author: pieterg <pieterg@users.sourceforge.net>
  662. Date: Sun Aug 19 18:46:06 2012 +0200
  663.  
  664. servicemp3: only set "user-agent" property if the property exists
  665. --
  666. Author: pieterg <pieterg@users.sourceforge.net>
  667. Date: Sun Aug 19 18:05:40 2012 +0200
  668.  
  669. servicemp3: no longer put the sinks in sync mode for stream playback
  670. --
  671. Author: pieterg <pieterg@users.sourceforge.net>
  672. Date: Sun Aug 19 17:52:11 2012 +0200
  673.  
  674. servicemp3: no not respond to buffering messages for live streams
  675. --
  676. Author: pieterg <pieterg@users.sourceforge.net>
  677. Date: Sat Aug 18 13:26:45 2012 +0200
  678.  
  679. servicemp3: add progressive download buffering support for streams
  680. --
  681. Author: pieterg <pieterg@users.sourceforge.net>
  682. Date: Fri Aug 3 22:42:10 2012 +0200
  683.  
  684. servicemp3: fix finding videosink element
  685. --
  686. Author: pieterg <pieterg@users.sourceforge.net>
  687. Date: Mon Mar 19 14:42:59 2012 +0100
  688.  
  689. servicemp3: avoid using invalid play positions
  690. --
  691. Author: pieterg <pieterg@users.sourceforge.net>
  692. Date: Mon Mar 19 14:17:48 2012 +0100
  693.  
  694. servicemp3: find audio/video sink based on type
  695. --
  696. Author: pieterg <pieterg@users.sourceforge.net>
  697. Date: Sun Mar 11 15:24:50 2012 +0100
  698.  
  699. servicemp3: fix GstBus object leaks
  700. --
  701. Author: pieterg <pieterg@users.sourceforge.net>
  702. Date: Sun Mar 11 14:50:46 2012 +0100
  703.  
  704. servicemp3: avoid setting m_currentTrickRatio to 0.0
  705. --
  706. Author: pieterg <pieterg@users.sourceforge.net>
  707. Date: Mon Mar 5 21:49:35 2012 +0100
  708.  
  709. servicemp3: handle 'redirect' message
  710. --
  711. Author: Littlesat <Littlesat99@yahoo.com>
  712. Date: Wed Feb 29 17:49:07 2012 +0100
  713.  
  714. servicemp3: At least make buffer=1 more specific
  715. --
  716. Author: Littlesat <Littlesat99@yahoo.com>
  717. Date: Wed Feb 29 17:37:48 2012 +0100
  718.  
  719. servicemp3: Add option to stream to enable/disable prebuffering
  720. --
  721. Author: Sjaaky <sjaaky@users.sourceforge.net>
  722. Date: Wed Feb 22 21:23:25 2012 +0100
  723.  
  724. servicemp3: add buffering for live streams
  725. --
  726. Author: Sjaaky <sjaaky@users.sourceforge.net>
  727. Date: Fri Feb 24 20:38:07 2012 +0100
  728.  
  729. servicemp3: refactor playbin initialisation
  730. --
  731. Author: pieterg <pieterg@users.sourceforge.net>
  732. Date: Sun Feb 26 21:34:39 2012 +0100
  733.  
  734. servicemp3: subtitle selection fixes
  735. --
  736. a duplicate entry for the selected subtitle if we return all 5 fields
  737.  
  738. -introduce m_cachedSubtitleStream variable, allowing the 'cached' subtitle
  739. to be disabled (for now, the 'cache' only lives while the eServiceMP3
  740. --
  741. Author: pieterg <pieterg@users.sourceforge.net>
  742. Date: Sat Feb 25 22:20:34 2012 +0100
  743.  
  744. servicemp3: enable the first subtitle stream by default
  745. --
  746. Author: pieterg <pieterg@users.sourceforge.net>
  747. Date: Thu Feb 23 11:55:02 2012 +0100
  748.  
  749. servicemp3: streams are not seekable
  750. --
  751. Author: pieterg <pieterg@users.sourceforge.net>
  752. Date: Wed Feb 22 21:54:05 2012 +0100
  753.  
  754. servicemp3: sanitycheck
  755. --
  756. Author: pieterg <pieterg@users.sourceforge.net>
  757. Date: Wed Feb 22 21:21:04 2012 +0100
  758.  
  759. servicemp3: add sanitychecks, fix potential segfaults
  760. --
  761. Author: pieterg <pieterg@users.sourceforge.net>
  762. Date: Fri Feb 17 22:20:47 2012 +0100
  763.  
  764. servicemp3: accept 3g2 files
  765. --
  766. Author: pieterg <pieterg@users.sourceforge.net>
  767. Date: Sat Jan 14 15:12:31 2012 +0100
  768.  
  769. servicemp3: consider 3GP to belong to the MP4 'family'
  770. --
  771. Author: pieterg <pieterg@users.sourceforge.net>
  772. Date: Fri Jan 13 16:07:49 2012 +0100
  773.  
  774. servicemp3: accept 3gp extension
  775. --
  776. Author: Erik Slagter <erik@slagter.name>
  777. Date: Fri Dec 30 13:20:40 2011 +0100
  778.  
  779. Revert "Allow both servicedvb and servicemp3 entries in bouquets,"
  780. --
  781. Author: pieterg <pieterg@users.sourceforge.net>
  782. Date: Thu Dec 29 21:16:37 2011 +0100
  783.  
  784. play back m(2)ts with servicem2ts instead of servicemp3
  785. --
  786. Author: Erik Slagter <erik@slagter.name>
  787. Date: Thu Dec 29 12:27:30 2011 +0100
  788.  
  789. Allow both servicedvb and servicemp3 entries in bouquets,
  790. --
  791. services: avoid shadowing overloaded virtuals
  792.  
  793. This fixes iStaticServiceInformation::isPlayable for various services.
  794. Also, assume eServiceMP3 is always playable.
  795. --
  796. Date: Sun Dec 25 13:15:49 2011 +0100
  797.  
  798. Besides servicedvb (1) services, also allow
  799. other service types, like servicemp3 / gstreamer
  800. --
  801. Author: pieterg <pieterg@users.sourceforge.net>
  802. Date: Sun Dec 11 12:29:24 2011 +0100
  803.  
  804. servicemp3: ignore subtitle buffers when no subtitle stream has been selected
  805. --
  806. Author: pieterg <pieterg@users.sourceforge.net>
  807. Date: Sat Dec 10 13:56:51 2011 +0100
  808.  
  809. servicemp3: increase m_subtitle_sync_timer interval from 25 to 50ms
  810. --
  811. Author: pieterg <pieterg@users.sourceforge.net>
  812. Date: Sat Dec 10 13:30:08 2011 +0100
  813.  
  814. servicemp3: put subsink sync=false workaround between GSTREAMER_SUBTITLE_SYNC_MODE_BUG define
  815. --
  816. Author: pieterg <pieterg@users.sourceforge.net>
  817. Date: Sat Dec 10 13:22:59 2011 +0100
  818.  
  819. servicemp3, enableSubtitles: no action required when the streamid did not change
  820. --
  821. Author: pieterg <pieterg@users.sourceforge.net>
  822. Date: Sat Dec 10 13:12:06 2011 +0100
  823.  
  824. servicemp3: start with m_currentSubtitleStream -1
  825. --
  826. Author: pieterg <pieterg@users.sourceforge.net>
  827. Date: Sat Dec 10 12:51:08 2011 +0100
  828.  
  829. servicemp3, enableSubtitles: remove unused type
  830. --
  831. Author: pieterg <pieterg@users.sourceforge.net>
  832. Date: Sat Dec 10 12:36:45 2011 +0100
  833.  
  834. servicemp3, enableSubtitles: remove unneeded g_object_get
  835. --
  836. Author: pieterg <pieterg@users.sourceforge.net>
  837. Date: Sat Dec 10 12:20:27 2011 +0100
  838.  
  839. servicemp3: clear m_prev_decoder_time and m_decoder_time_valid_state when m_subtitle_pages is emptied
  840. --
  841. Author: pieterg <pieterg@users.sourceforge.net>
  842. Date: Sat Dec 10 12:08:33 2011 +0100
  843.  
  844. servicemp3: fix a potential race in enableSubtitles
  845. --
  846. Author: pieterg <pieterg@users.sourceforge.net>
  847. Date: Sat Dec 10 11:57:54 2011 +0100
  848.  
  849. servicemp3, getSubtitleType: make subtitle type detection more robust
  850. --
  851. Author: Littlesat <Littlesat99@yahoo.com>
  852. Date: Mon Dec 5 21:52:55 2011 +0100
  853.  
  854. Avoid that subtitles from servicemp3 are disabled as soon as they were enabled
  855.  
  856. The cachedsubtitle returns None in servicemp3 this leads to the fact that
  857. --
  858. Author: pieterg <pieterg@users.sourceforge.net>
  859. Date: Mon Dec 5 11:04:46 2011 +0100
  860.  
  861. servicemp3: remove obsolete members
  862. --
  863. Author: pieterg <pieterg@users.sourceforge.net>
  864. Date: Sun Dec 4 01:00:55 2011 +0100
  865.  
  866. servicemp3: disable sync mode for subsink
  867. --
  868. Author: pieterg <pieterg@users.sourceforge.net>
  869. Date: Mon Aug 8 23:05:21 2011 +0200
  870.  
  871. servicemp3: use subsink for subtitles
  872. --
  873. Author: pieterg <pieterg@users.sourceforge.net>
  874. Date: Wed Nov 30 23:21:45 2011 +0100
  875.  
  876. servicemp3: send evUpdatedInfo when audio/subtitle info is available
  877. --
  878. Author: pieterg <pieterg@users.sourceforge.net>
  879. Date: Sun Oct 9 18:30:24 2011 +0200
  880.  
  881. servicemp3: use glib data types for gst_message_parse
  882. --
  883.  
  884. Conflicts:
  885. data/encoding.conf (ours)
  886. lib/service/servicemp3.h (ours)
  887. --
  888. Conflicts:
  889. lib/python/Components/Sources/ServiceEvent.py (theirs)
  890. lib/python/Screens/AudioSelection.py (mostly ours)
  891. lib/service/servicemp3.cpp (ours)
  892. lib/service/servicemp3.h (ours)
  893. --
  894. Author: ghost <andreas.monzner@multimedia-labs.de>
  895. Date: Tue Apr 26 12:59:06 2011 +0200
  896.  
  897. servicemp3.cpp: more simple/flexible streaming detection
  898. --
  899. Author: pieterg <pieterg@users.sourceforge.net>
  900. Date: Sat Jul 2 12:05:14 2011 +0200
  901.  
  902. Revert "servicemp3: avoid subtitle deadlock while seeking"
  903. --
  904. Author: pieterg <pieterg@users.sourceforge.net>
  905. Date: Sat Jun 11 22:48:46 2011 +0200
  906.  
  907. servicemp3: avoid subtitle deadlock while seeking
  908. --
  909. Author: pieterg <pieterg@users.sourceforge.net>
  910. Date: Sat Jun 11 14:31:46 2011 +0200
  911.  
  912. servicemp3: abort pulling subtitle buffers when we get a NULL buffer
  913. --
  914. Author: pieterg <pieterg@users.sourceforge.net>
  915. Date: Sat Jun 11 14:23:47 2011 +0200
  916.  
  917. servicemp3: use gst_bin_get_by_name in pullSubtitle as well
  918. --
  919. Author: pieterg <pieterg@users.sourceforge.net>
  920. Date: Fri Jun 10 22:36:10 2011 +0200
  921.  
  922. servicemp3: use gst_bin_get_by_name to get the subtitle_sink
  923. --
  924. Author: pieterg <pieterg@users.sourceforge.net>
  925. Date: Thu Jun 9 18:11:53 2011 +0200
  926.  
  927. servicemp3: disconnect the subtitle handler from the correct sink
  928. --
  929. Author: pieterg <pieterg@users.sourceforge.net>
  930. Date: Mon May 23 18:04:49 2011 +0200
  931.  
  932. servicemp3: avoid 'tag != NULL' assertions
  933. --
  934. Author: Mike Looijmans <milo-software@users.sourceforge.net>
  935. Date: Sun May 15 17:36:45 2011 +0200
  936.  
  937. servicemp3: Implement sFileSize in getInfoObject instead
  938. --
  939. Author: pieterg <pieterg@users.sourceforge.net>
  940. Date: Sat May 14 20:31:10 2011 +0200
  941.  
  942. servicemp3: manual merge of vob subtitle support
  943.  
  944. servicemp3 parts of
  945. --
  946. Author: Mike Looijmans <milo-software@users.sourceforge.net>
  947. Date: Fri Apr 15 20:29:42 2011 +0200
  948.  
  949. servicemp3: Return filesize
  950. --
  951. Author: pieterg <pieterg@users.sourceforge.net>
  952. Date: Mon Feb 21 22:16:13 2011 +0100
  953.  
  954. servicemp3: fix 'NULL' message check
  955. --
  956. Author: pieterg <pieterg@users.sourceforge.net>
  957. Date: Sat Feb 19 19:55:31 2011 +0100
  958.  
  959. servicemp3: fix GstMessage leak
  960.  
  961. When an eServiceMP3 object was destructed while there were
  962. --
  963. Author: pieterg <pieterg@users.sourceforge.net>
  964. Date: Tue Feb 15 23:34:12 2011 +0100
  965.  
  966. servicemp3: ignore verbose state-change messages
  967. --
  968. Author: Andreas Oberritter <obi@opendreambox.org>
  969. Date: Mon Jan 3 15:50:19 2011 +0100
  970.  
  971. servicemp3: fix compile error on amd64
  972. --
  973. Author: ghost <andreas.monzner@multimedia-labs.de>
  974. Date: Fri Dec 3 00:13:26 2010 +0100
  975.  
  976. servicemp3.h/cpp: fix segfault on mkv start, thread safety fixes, fix compiler warnings
  977. --
  978. Author: pieterg <pieterg@users.sourceforge.net>
  979. Date: Sat Nov 20 15:52:12 2010 +0100
  980.  
  981. servicemp3: implement winding/trickmode
  982. --
  983. lib/python/Components/NimManager.py
  984. lib/python/Plugins/Extensions/MediaPlayer/plugin.py
  985. lib/python/Plugins/SystemPlugins/WirelessLan/plugin.py
  986. lib/service/servicemp3.cpp
  987. --
  988. Author: Mike Looijmans <milo-software@users.sourceforge.net>
  989. Date: Sun Oct 17 16:48:56 2010 +0200
  990.  
  991. Fix servicemp3.cpp
  992. --
  993.  
  994. Merge commit 'c18bde2f75df7aa93eefbaf866d28fe1a5d290b8' (..)
  995.  
  996. servicemp3 may need more attention.
  997. --
  998. Conflicts:
  999. data/Makefile.am
  1000. lib/python/Screens/ScanSetup.py
  1001. lib/service/servicemp3.cpp
  1002. lib/service/servicemp3.h
  1003. --
  1004.  
  1005. Conflicts:
  1006. lib/python/Plugins/Extensions/MediaPlayer/plugin.py
  1007. lib/service/servicemp3.cpp
  1008. --
  1009. Author: Fraxinas <andreas.frisch@multimedia-labs.de>
  1010. Date: Sun May 9 14:41:08 2010 +0200
  1011.  
  1012. [servicemp3] fix plaintext subtitles (add #506)
  1013. --
  1014. Conflicts:
  1015. lib/python/Components/ConfigList.py
  1016. lib/python/Screens/AudioSelection.py
  1017. lib/service/servicemp3.cpp
  1018. lib/service/servicemp3.h
  1019. --
  1020. Author: ghost <andreas.monzner@multimedia-labs.de>
  1021. Date: Tue Jul 20 19:48:48 2010 +0200
  1022.  
  1023. lib/service/servicemp3.cpp: compile fix
  1024. --
  1025. Author: Fraxinas <andreas.frisch@multimedia-labs.de>
  1026. Date: Sun May 9 14:41:08 2010 +0200
  1027.  
  1028. [servicemp3] fix plaintext subtitles (add #506)
  1029. --
  1030. Author: Mike Looijmans <milo-software@users.sourceforge.net>
  1031. Date: Sat May 1 17:15:28 2010 +0200
  1032.  
  1033. Remove unused sourceStream struct from servicemp3
  1034. --
  1035. Author: pieterg <pieterg@users.sourceforge.net>
  1036. Date: Sat Jan 30 10:15:16 2010 +0100
  1037.  
  1038. eServiceMP3: correctly use Py_RETURN_NONE
  1039. --
  1040. Author: pieterg <pieterg@users.sourceforge.net>
  1041. Date: Sat Jan 30 01:13:18 2010 +0100
  1042.  
  1043. eServiceMP3: don't return PyObject ptr 0
  1044. --
  1045. Author: pieterg <pieterg@users.sourceforge.net>
  1046. Date: Fri Jan 29 22:19:30 2010 +0100
  1047.  
  1048. eServiceMP3: fix the race on the GstBus message handling
  1049. --
  1050. Author: pieterg <pieterg@users.sourceforge.net>
  1051. Date: Fri Jan 29 22:14:20 2010 +0100
  1052.  
  1053. servicemp3: avoid some gstreamer assertions
  1054. --
  1055.  
  1056. eFixedMessagePump: deliver one message at a time
  1057.  
  1058. eServiceMP3, one of the messagepump users, appears to be very racy.
  1059. When we deliver multiple messages (triggered by gst messages) at
  1060. once, it will often deadlock.
  1061. Rather than finding and fixing all those eServiceMP3 bugs, for now
  1062. --
  1063. "I've been annoyed by the incomplete "sort by date" for a long time - it only works for recorded movies.
  1064. Not much to say, I added a simple stat call in service.cpp and return the mtime for sTimeCreate so the list is as properly sorted as the dreambox can ;-)"
  1065.  
  1066. Minor changes so that it is implemented in servicemp3.cpp, since a service reference "path" is specific to the actual service.
  1067. --
  1068. Author: ghost <andreas.monzner@multimedia-labs.de>
  1069. Date: Tue Dec 22 16:08:24 2009 +0100
  1070.  
  1071. Merge branch 'bug_271_ac3pcm_delay_servicemp3'
  1072. --
  1073. Author: ghost <andreas.monzner@multimedia-labs.de>
  1074. Date: Sun Nov 22 23:10:35 2009 +0100
  1075.  
  1076. servicemp3.cpp: dont apply ac3/pcm delay when no video is running
  1077. --
  1078. Author: ghost <andreas.monzner@multimedia-labs.de>
  1079. Date: Sun Nov 22 22:56:00 2009 +0100
  1080.  
  1081. servicemp3.cpp: temporary store ac3/pcm delay for gstreamer based playbacks (until e2 restart)
  1082. --
  1083. Author: ghost <andreas.monzner@multimedia-labs.de>
  1084. Date: Sun Nov 22 23:10:35 2009 +0100
  1085.  
  1086. servicemp3.cpp: dont apply ac3/pcm delay when no video is running
  1087. --
  1088. Author: ghost <andreas.monzner@multimedia-labs.de>
  1089. Date: Sun Nov 22 22:56:00 2009 +0100
  1090.  
  1091. servicemp3.cpp: temporary store ac3/pcm delay for gstreamer based playbacks (until e2 restart)
  1092. --
  1093. Author: ghost <andreas.monzner@multimedia-labs.de>
  1094. Date: Wed Nov 4 13:10:40 2009 +0100
  1095.  
  1096. Merge branch 'bug_271_ac3pcm_delay_servicemp3' into experimental
  1097. --
  1098. Author: ghost <andreas.monzner@multimedia-labs.de>
  1099. Date: Wed Nov 4 13:09:50 2009 +0100
  1100.  
  1101. implement iAudioDelay interface also for servicemp3.cpp (media files)
  1102. --
  1103. Author: ghost <andreas.monzner@multimedia-labs.de>
  1104. Date: Wed Oct 28 00:45:37 2009 +0100
  1105.  
  1106. servicemp3.cpp: fix possible segfault/asserting (bug #216)
  1107. --
  1108. Author: ghost <andreas.monzner@multimedia-labs.de>
  1109. Date: Wed Oct 28 00:43:32 2009 +0100
  1110.  
  1111. servicemp3.cpp: dont start pipeline in constructor, small cleanup
  1112. --
  1113. Author: ghost <andreas.monzner@multimedia-labs.de>
  1114. Date: Fri Oct 9 00:17:38 2009 +0200
  1115.  
  1116. servicemp3.h/cpp: improved pause / skip forward/backward (needs current gstreamer and gst-plugin-dvbmediasink)
  1117. --
  1118. Author: ghost <andreas.monzner@multimedia-labs.de>
  1119. Date: Tue Jul 14 18:02:44 2009 +0200
  1120.  
  1121. servicemp3.cpp: fix memleaks and fix tabs
  1122. --
  1123. Author: ghost <andreas.monzner@multimedia-labs.de>
  1124. Date: Tue Jul 14 09:55:54 2009 +0200
  1125.  
  1126. servicemp3.cpp: follow changes needed for latest dvbaudio/videosink
  1127. --
  1128. Author: Fraxinas <andreas.frisch@multimedia-labs.de>
  1129. Date: Mon Jun 29 08:47:26 2009 +0200
  1130.  
  1131. Revert "servicemp3: allow .flv extension (this will ONLY work with most recent version of flv containers containing h264 video and nothing else!"
  1132. --
  1133. Author: Fraxinas <andreas.frisch@multimedia-labs.de>
  1134. Date: Mon Jun 29 08:38:46 2009 +0200
  1135.  
  1136. servicemp3: allow .flv extension (this will ONLY work with most recent version of flv containers containing h264 video and nothing else!
  1137. --
  1138. Author: ghost <andreas.monzner@multimedia-labs.de>
  1139. Date: Tue Jun 16 18:27:05 2009 +0200
  1140.  
  1141. servicemp3.cpp: fix tabs
  1142. --
  1143. Author: ghost <andreas.monzner@multimedia-labs.de>
  1144. Date: Thu Jun 11 23:56:04 2009 +0200
  1145.  
  1146. servicemp3.h/cpp: trade service reference to eServiceMP3 and implement getInfo(sServiceref) ... needed for ServiceEventTracker handling
  1147. --
  1148. Author: ghost <andreas.monzner@multimedia-labs.de>
  1149. Date: Fri Apr 24 19:15:59 2009 +0200
  1150.  
  1151. servicemp3.cpp: redo reverted fixes (removed during gstreamer decodebin2 merge)
  1152. --
  1153. Author: ghost <andreas.monzner@multimedia-labs.de>
  1154. Date: Tue Dec 16 17:02:57 2008 +0100
  1155.  
  1156. support to query videoheight, width, aspect, framerate and progressive state also for servicemp3 (i.e. divx/h264 a.o.)
Add Comment
Please, Sign In to add comment