Custom Query (101 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (91 - 93 of 101)

Ticket Owner Reporter Resolution Summary
#127 vladest stevew@… fixed latest wvgui crashes on MPG files
Description

Test version crashes when trying to play MPG files that work in 1.01:

Detected demuxer format: [MPEG-PS] Found audio codec1: MPEG Layer-2

Killed by SIGFPE pid=0x00e2 ppid=0x003f tid=0x0001 slot=0x0069 pri=0x0400 mc=0x0001 D:\OS2APPS\WARPVISION\VIDEO2.EXE VIDEO2 0:001b9ae1 cs:eip=005b:001c9ae1 ss:esp=0053:0063f038 ebp=0063f71c ds=0053 es=0053 fs=150b gs=0000 efl=00003206 eax=00000188 ebx=0000188e ecx=00000419 edx=01a00000 edi=4f06f7cd esi=0000000f

http://gpmb.shacknet.nu/movies/Humor/badday.mpg

#129 vladest Franz fixed missing files after changeset 246
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 vladest Franz fixed missing files etc. (cs 252)
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

Note: See TracQuery for help on using queries.