LinuxTV

CVS log for libsoftmpeg/src/video.h

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Jul 12 16:48:05 2004 UTC (19 years, 11 months ago) by hunold
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +0 -1 lines
- remove individual xxx_handle_ts_packet() functions for audio and video
- handle ts packet filtering in softmpeg.c, do some sanity checks against payload_len
=> enhances stability on very broken reception

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Mar 17 19:42:26 2004 UTC (20 years, 2 months ago) by hunold
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +9 -4 lines
- remove all avcodec stuff from video.c, put relevant stuff into new file d_avcodec.c

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Mar 17 19:14:01 2004 UTC (20 years, 2 months ago) by hunold
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +10 -1 lines
- remove all references to av_frame, put data into new video_frame structure
- remove software image conversion stuff, no hw support, no libsoftmpeg 8-)
- clean up video_prepare() function, remove libavcodec specific stuff

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
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
- if init->layer_id == -1, use DLID_PRIMARY

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Mar 17 14:23:06 2004 UTC (20 years, 2 months ago) by hunold
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +8 -0 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.10: download - view: text, markup, annotated - select for diffs
Wed Mar 17 09:38:16 2004 UTC (20 years, 2 months ago) by hunold
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
- add calculation for vertical refresh rate (should be done in DirectFB though)
- use knowledge about vertical refresh rate when calculation the sync correction
- accumulate the differences between vertical refresh rate and video frame rate after each frame flip, so we can double a field every now and then
=> a/v sync works now for refresh rates != 50Hz

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

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: +2 -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
Tue Mar 9 11:28:39 2004 UTC (20 years, 3 months ago) by hunold
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
- implement audio_set_volume() for easier and safer muting/unmuting
- add structure init to video_create()/audio_create()
- move inital_sync handling to function

Revision 1.6: 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.5: preferred, colored
Changes since revision 1.5: +3 -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.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: +2 -1 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
Fri Feb 13 09:27:45 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
- apply DOKs cosmetic changes

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Feb 10 12:47:58 2004 UTC (20 years, 4 months ago) by dok
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Unsaved file forgotten.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Feb 9 16:49:53 2004 UTC (20 years, 4 months ago) by hunold
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -0 lines
- add some deinterlacing code, but disable it by default
- measure AUDIO_BUFFER_FULLNESS in percent
- lower AUDIO_BUFFER_FULLNESS to 25% => faster switching
- code cleanup in decode thread
- don't display bogus frame after resync

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>