LinuxTV

CVS log for libsoftmpeg/include/softmpeg.h

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

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 14:23:05 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: +1 -1 lines
- rip out all fusionsound stuff from main audio.c, put it to a_fusionsound.c, put a lean api around it
- check for availble audio ouput "devices" in audio.c, support fusionsound, follow changes in audio.c
- add copyright headers to all of the new files
- make all functions static in v_directfb.c

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: +28 -6 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, 3 months ago) by hunold
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -0 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:58 2004 UTC (20 years, 3 months ago) by hunold
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +9 -1 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, 3 months ago) by hunold
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 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:33 2004 UTC (20 years, 3 months ago) by hunold
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -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, 3 months ago) by hunold
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -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
Wed Feb 25 15:14:38 2004 UTC (20 years, 3 months ago) by hunold
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -0 lines
- create one global softmpeg singleton object, prevent applications from creating more than one softmpeg decoder instance
- add softmpeg_get_current_softmpeg_context(): useful for applications where the
softmpeg decoder has been opened by another context, but you don't want to pass
around pointers to that context (dirty)
-  add softmpeg_decoder_set_av_sync(): useful for playback, video is simply played out, only synced to the vertical blank, needs testing
- VIDEO_THRESHOLD is used at various places when avsync is turned off, needs
testing

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Feb 19 00:26:35 2004 UTC (20 years, 3 months ago) by hunold
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
- make the various softmpeg_decoder_process_...() functions use an unsigned char to ease byte stream parsing
- fix calculation of delay in ms, when audio data is feeded too fast
- don't abort when an audio delay is necessary, but return the delay insead (tststs...)
- make softmpeg_decoder_process_pes_data() aware that multiple pes packets can be send, don't rely that each chunk only contains one video or one audio pes packet -- this basically fixes reccoding playback in vdr

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

Added myself to the copyright headers.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Feb 6 10:56:16 2004 UTC (20 years, 4 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>