Custom Query (101 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 101)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#129 fixed missing files after changeset 246 vladest Franz
Description

mpeg.c:21:18: fifo.h: No such file or directory

http://svn.mplayerhq.hu/*checkout*/ffmpeg/trunk/libavutil/fifo.h

don't know how to make 'dvenc.obj'

http://svn.mplayerhq.hu/*checkout*/ffmpeg/trunk/libavformat/dvenc.c

don't know how to make 'fifo.obj'

http://svn.mplayerhq.hu/*checkout*/ffmpeg/trunk/libavutil/fifo.c

#130 fixed missing files etc. (cs 252) vladest Franz
Description

Hi Vlad,

missing (after changeset 252):

libavcodec/ratecontrol.h

libavcodec/mathops.h

libavcodec/i386/mathops.h

libavcodec/eval.h

libavcodec/vorbis_data.c

gcc ... huffyuv.c

In file included from huffyuv.c:31: avcodec.h:2106: error: parse error before "attribute_deprecated"

can be solved by adding

#ifndef attribute_deprecated

#if defined(GNUC) && (GNUC > 3
GNUC == 3 && GNUC_MINOR > 0)

# define attribute_deprecated attribute((deprecated)) #else # define attribute_deprecated #endif #endif

to

libavcodec/common.h

#132 fixed wvgui very slooow after CS 256/257 vladest Franz
Description

video2.exe compiled after chageset 256/257 is extremely slow.

Additionally Ctrl-ESC does not work while playing any kind of media.

Only C-A-D (twice) works to stop wvgui and reboot the computer.

I also now have a 'cpu: SLOW' comment on the progress-info-line on STDOUT

Hardware: T23 Intel PIII-Mobile 1,13GHz

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Note: See TracQuery for help on using queries.