Age | Commit message (Collapse) | Author |
|
RealAudio codecs; import VP3 decoder but leave de-activated; fixes for
SVQ3 bugs; more conditional compilation for encoders
CVS patchset: 5067
CVS date: 2003/06/19 00:47:19
|
|
CVS patchset: 5066
CVS date: 2003/06/18 17:46:15
|
|
the DXR3 decoder can use them to improve sync
(this removes a magic number from the DXR3 decoder)
CVS patchset: 5065
CVS date: 2003/06/18 13:03:44
|
|
CVS patchset: 5064
CVS date: 2003/06/18 12:59:39
|
|
CVS patchset: 5063
CVS date: 2003/06/18 12:52:19
|
|
The reset call is needed when seeking, but does not work yet.
CVS patchset: 5062
CVS date: 2003/06/18 10:36:18
|
|
CVS patchset: 5061
CVS date: 2003/06/18 07:05:12
|
|
CVS patchset: 5060
CVS date: 2003/06/18 01:27:50
|
|
- Fix the problem seeking close to the end of the stream
Thanks to Miguel.
Please test and report problems.
CVS patchset: 5059
CVS date: 2003/06/17 20:54:57
|
|
Replace the "while usleep" loop by a pthread_cond_t.
CVS patchset: 5058
CVS date: 2003/06/17 18:53:14
|
|
CVS patchset: 5057
CVS date: 2003/06/17 17:14:13
|
|
CVS patchset: 5056
CVS date: 2003/06/16 18:28:11
|
|
CVS patchset: 5055
CVS date: 2003/06/16 17:03:07
|
|
- fixes mimetype in realaudio demuxer
- big improvement of v4l input and associated
demuxer. Including sound capture using alsa
and a/v sync. Now radio is supported as well.
CVS patchset: 5054
CVS date: 2003/06/16 16:42:51
|
|
CVS patchset: 5053
CVS date: 2003/06/16 12:22:06
|
|
for many Quicktime movie trailers
CVS patchset: 5052
CVS date: 2003/06/16 02:44:46
|
|
CVS patchset: 5051
CVS date: 2003/06/15 20:04:35
|
|
CVS patchset: 5050
CVS date: 2003/06/15 16:10:14
|
|
CVS patchset: 5049
CVS date: 2003/06/15 15:25:35
|
|
CVS patchset: 5048
CVS date: 2003/06/15 12:31:17
|
|
of linear blend deinterlacer to tvtime post plugin.
CVS patchset: 5047
CVS date: 2003/06/15 11:44:57
|
|
CVS patchset: 5046
CVS date: 2003/06/14 23:34:46
|
|
CVS patchset: 5045
CVS date: 2003/06/14 14:45:39
|
|
CVS patchset: 5044
CVS date: 2003/06/14 14:40:30
|
|
1) PTS values correct now.
2) 3:2 Pulldown detection adjusting duration.
3) rff handled.
TODO:
1) Closed Captions.
2) extra info.
3) What do I put in vo_frames_t img->pitches[3] ?
CVS patchset: 5043
CVS date: 2003/06/14 02:31:01
|
|
Small cleanup.
CVS patchset: 5042
CVS date: 2003/06/14 01:14:05
|
|
w32dll extract the pts from the first packet of a frame
ffmpeg extract the pts from the last one
CVS patchset: 5041
CVS date: 2003/06/13 23:53:11
|
|
xine-utils.
CVS patchset: 5040
CVS date: 2003/06/13 23:05:35
|
|
- fix rate and input time with imcomplete streams (simpsons_22films.asf)
- remove unneeded timestamp computing
CVS patchset: 5039
CVS date: 2003/06/13 20:46:22
|
|
CVS patchset: 5038
CVS date: 2003/06/13 15:42:56
|
|
(i should also port our linearblend c code to new deinterlacer sometime)
CVS patchset: 5037
CVS date: 2003/06/13 12:30:10
|
|
CVS patchset: 5036
CVS date: 2003/06/13 02:01:33
|
|
CVS patchset: 5035
CVS date: 2003/06/13 01:51:14
|
|
CVS patchset: 5034
CVS date: 2003/06/13 01:50:45
|
|
CVS patchset: 5033
CVS date: 2003/06/13 01:49:41
|
|
(please report if compilation breaks on non-x86 plataform)
see xine-devel for more information
CVS patchset: 5032
CVS date: 2003/06/13 01:48:09
|
|
Once we have it working 100% we will look at sending patches to the libmpeg2 list.
Lots of debug info it currently in the code. It will be removed once it is working.
Currently working: -
1) All frames allocated and freed correctly. Fixing that took a long time.
2) It seems that we do not need any of the flush, discontinuity or reset calls yet. Adding seeking might change that.
The reason for this is that we properly support sequence end information, so still images get displayed immeadiately.
TODO: -
1) Picture info needs to be fixed. I.E. Check that the correct picture info matchs the image buffer.
2) Closed captions. Implement the closed caption decoder.
3) PTS info.
4) extra info.
5) Seeking.
6) Repeat first field pattern sensing.
7) Picture coding type. E.g. Frame, Fields, RFF etc. using in the get_frame call.
CVS patchset: 5031
CVS date: 2003/06/13 00:52:47
|
|
CVS patchset: 5030
CVS date: 2003/06/12 23:37:16
|
|
CVS patchset: 5029
CVS date: 2003/06/12 23:18:17
|
|
- Cleanup
Please test it and report bugs.
CVS patchset: 5028
CVS date: 2003/06/12 23:10:16
|
|
Fixes deadlock when changing setting while the engine is paused.
CVS patchset: 5027
CVS date: 2003/06/12 21:33:33
|
|
Prevents junk being displayed at the edges of such streams.
CVS patchset: 5026
CVS date: 2003/06/12 18:46:24
|
|
- do not trust progressive_frame for detecting NTSC 3:2, quote:
'the alternating progressive_frame encoding problem. This is a problem where the progressive_frame flag alternates between true and false every frame, when it really should have been set to "true" all the time.'
'There is a lot of content that is affected by this issue, because it's caused by a dumb decision by a very big company that made a very popular MPEG encoder. They've since fixed the encoder, but there are apparently still authoring companies that use it, because the problem is on a lot of high-profile current discs, like Disney's "Monsters Inc." and "Beauty and the Beast".'
http://www.hometheaterhifi.com/volume_8_2/dvd-benchmark-special-report-chroma-bug-4-2001.html
CVS patchset: 5025
CVS date: 2003/06/11 23:08:54
|
|
CVS patchset: 5024
CVS date: 2003/06/11 00:51:23
|
|
TODO:
1) Implement some way for flush/reset the buffers.
2) Fix aspect ratio.
CVS patchset: 5023
CVS date: 2003/06/11 00:22:57
|
|
I can play a DVD menu, with stills etc.
TODO:
1) Aspect ratio.
2) Meta info.
3) Flushing. (All this will fix is seeking artifacts.)
4) frame duration.
5) Extra info passing.
6) Closed captions.
7) Anything else I have forgotten.
CVS patchset: 5022
CVS date: 2003/06/10 22:01:54
|
|
We now get video on the output, but no aspect ration, or pts values are set yet.
CVS patchset: 5021
CVS date: 2003/06/10 16:30:15
|
|
CVS patchset: 5020
CVS date: 2003/06/09 23:14:17
|
|
CVS patchset: 5019
CVS date: 2003/06/09 23:08:10
|
|
CVS patchset: 5018
CVS date: 2003/06/09 17:27:51
|