Menu

Svn Commit Log


Commit Date  
[r2271] by sms00

Use the new YUV4MPEG2 API to set the chroma using y4m_si_set_chroma instead of
the unofficial 'XYSCSS' tag.

2004-03-31 05:46:57 Tree
[r2270] by sms00

Get rid of the warning errors:
blend_fields.c:17: warning: no previous prototype for `blend_fields_non_accel'
copy_frame.c:9: warning: no previous prototype for `copy_frame'
interleave.c:10: warning: no previous prototype for `interleave_fields'
main.c:343: warning: no previous prototype for `subsample_frame'
main.c:366: warning: no previous prototype for `search_forward_vector'
main.c:392: warning: no previous prototype for `search_backward_vector'
sinc_interpolation.c:10: warning: no previous prototype for `sinc_interpolation'
transform_block.c:8: warning: no previous prototype for `transform_block_Y'
transform_block.c:27: warning: no previous prototype for `transform_block_UV'

2004-03-31 05:35:25 Tree
[r2269] by sms00

yuv4mpeg2 API changed. Will rewrite this later to use the new enhanced
chroma tags, but for now just get it to build.

2004-03-31 04:03:16 Tree
[r2268] by sms00

New y4m API changes.

2004-03-31 03:38:21 Tree
[r2267] by mdoggydog

This check-in extends the YUV4MPEG2 format to explicitly encode the
type of color subsampling and to allow non-4:2:0 modes. It also
adds a frame header tag so that streams can describe mixed-framing
modes, such as 3:2 pulldown. As before, the stream format is
documented in the yuv4mpeg(5) manpage.

Older code will (for the most part) compile just as before, and these
new extended features will be disabled/disallowed by default. This
default assumes uniform framing (progressive, top-first, or bottom-
-first interlacing throughout) and 4:2:0-JPEG subsampled data. If
the library reads a stream/frame header which goes beyond this default,
it will return a new error to the caller, Y4M_ERR_FEATURE.

The extended API adds another argument to the y4m_read_frame_header()
and the y4m_write_frame_header() functions --- so code using those
functions will need to be tweaked.

Code which directly accessed members of the y4m_stream_info_t and the
y4m_frame_info_t structures will also break, but that is the coder's
fault! The API explicitly said "Use the accessor functions and
don't touch these structures directly."

2004-03-31 01:44:24 Tree
[r2266] by waldviertler

Added a new schedule option in the script window.

2004-03-28 17:54:18 Tree
[r2265] by waldviertler

I have applied a patch which was submitted to the mjpeg patches area on SF.
It allows now for AVI and Quicktime to accept also big caps.

2004-03-21 10:28:56 Tree
[r2264] by sms00

Bandwidth parameter checking - 1.0 is max (100%) and 0 is illegal (can cause
divide by 0 fault).

2004-03-19 05:27:28 Tree
[r2263] by sms00

Need to use AM_CONFIG_HEADER instead of AC_CONFIG_HEADER. AM_CONFIG_HEADER
is present in configure.in but was not being found by the autogen.sh script

2004-03-18 23:45:18 Tree
[r2262] by sms00

Add a noinst_HEADERS so that the .h files get put into the .tar.gz file created
by 'gmake dist'

2004-03-18 03:14:45 Tree
Older >
Auth0 Logo