LinuxTV

CVS log for libsoftmpeg/demo/dfb_ts.c

[BACK] Up to [DVB] / libsoftmpeg / demo

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Mar 17 15:15:25 2004 UTC (20 years, 2 months ago) by hunold
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +0 -2 lines
- if init->layer_id == -1, use DLID_PRIMARY

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Mar 16 14:40:03 2004 UTC (20 years, 2 months ago) by hunold
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +11 -13 lines
- rip out all DirectFB functionality from video.c and put it into a separate file v_directfb.c

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Mar 11 16:44:59 2004 UTC (20 years, 2 months ago) by hunold
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +9 -1 lines
- added el-cheapo skipping mode SOFTMPEG_SKIP, which can skip a specified amount of seconds

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Mar 11 15:18:57 2004 UTC (20 years, 2 months ago) by hunold
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -2 lines
- replace ..._pause() function with a more generic softmpeg_decoder_set_mode() function
- follow these changes in demo application

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Mar 11 13:40:15 2004 UTC (20 years, 2 months ago) by hunold
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -0 lines
- added a simple pause function. basically works, but won't work this way with rewind/fast forward

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Mar 10 19:58:32 2004 UTC (20 years, 2 months ago) by hunold
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
- make sure to set the fd to O_NONBLOCK, so that the feed thread doesn't block in read()
- add softmpeg_decoder_hard_resync(), call that if audio.c detects pts skew and other weird stuff where a resync is necessary
- extend softmpeg_decoder_set_pids() so you can specify an fd. the polling thread will use this new fd afterwards. useful for switching between live-tv and recordings
- fixed some debug messages in audio.c

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Mar 10 13:34:43 2004 UTC (20 years, 2 months ago) by hunold
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
- add callback function to softmpeg_decoder_polling_thread_create(). if data
has been processed you are called back; this is useful if you'd like to implement
pvr functionality with softmpeg

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Feb 13 13:29:42 2004 UTC (20 years, 3 months ago) by hunold
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +0 -3 lines
- remove some obsolete debug messages from demo application
- add c++ foo to external softmpeg header file
- split packet handling into ts handling and pes packet handling for both audio and video (pes handling isn't working yet)
- remove some commonly used pes header parsing stuff to internal.h

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Feb 10 14:12:33 2004 UTC (20 years, 3 months ago) by dok
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Create feed thread AFTER setting pids. Otherwise the file might be read
completely before pids are set, so that everything is discarded.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Feb 10 12:46:49 2004 UTC (20 years, 3 months ago) by dok
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Avoid endless loop in feed thread.

Added myself to the copyright headers.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Feb 10 12:32:56 2004 UTC (20 years, 3 months ago) by dok
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +153 -183 lines
Stabilized A/V sync and decoding by using correct arrangements
of Flip(), WaitForSync(), SetField() and fine tuned timings.

Automatically use deinterlacing if supported.

Increased audio prebuffering from 25% to 50%.

Use SCHED_RR for feed thread.

Use dfb_memcpy() by adding a hackish extern declaration for it.

Enhanced debugging output.

Cleaned up demo application code.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Feb 6 10:56:16 2004 UTC (20 years, 3 months ago) by hunold
Branches: MAIN
Initial release. It's done.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

LinuxTV legacy CVS <linuxtv.org/cvs>